Showing source for: https://mbbswala.in/
Duration: 1.145338s
Server: Microsoft-IIS/10.0

<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <meta content="IE=edge" http-equiv="X-UA-Compatible">
        <meta content="width=device-width, initial-scale=1.0" name="viewport">
        <meta content="MBBSWALA provides a professional platform for students seeking career assistance, guidance, and support. For more info." name="description">
        <title>
   MBBSWALA | YOUR TRUE MEDICAL ADMISSION PARTNER
        </title>
        <link href="assets/images/logo/01.png" rel="shortcut icon" type="image/x-icon">
        <link href="Default.aspx" rel="canonical">
        <meta content="MBBSWALA" name="keywords">
        <meta content="https://mbbswala.in/" property="og:url">
        <meta content="MBBS WALA" property="og:site_name">
        <meta content="https://www.facebook.com/mbbswala" property="article:publisher">
        <link href="assets/css/animate.css" rel="stylesheet">
        <link href="assets/css/bootstrap.min.css" rel="stylesheet">
        <link href="assets/css/icofont.min.css" rel="stylesheet">
        <link href="assets/css/swiper.min.css" rel="stylesheet">
        <link href="assets/css/lightcase.css" rel="stylesheet">
        <link href="assets/css/style.css" rel="stylesheet">
        <link href="assets/css/whatsappicon.css" rel="stylesheet">
        <style>
            .ticker-container {
                position            : relative;
                overflow            : hidden;
            }
            /* CSS for the fixed button */
            .fixed-button {
                position            : fixed;
                top                 : 50%;
                left                : 20px;
                transform           : translateY(-50%);
                padding             : 10px 20px;
                background-color    : #ff6600;
                color               : #fff;
                font-weight         : bold;
                text-decoration     : none;
                z-index             : 2; /* Higher z-index to place the button above the ticker text */
            }
            /* CSS for the ticker text */
            .ticker {
                position            : relative;
                z-index             : 1; /* Lower z-index to keep the ticker text under the button */
            }
            * {
                margin              : 0;
                padding             : 0;
            }
            .ticker-container {
                width               : 95%;
                overflow            : hidden;
                white-space         : nowrap;
                background          : #0d6efd;
                padding             : 2px;
                color               : #fff;
            }
            .ticker-wrapper {
                display             : inline-block;
                animation           : ticker 30s linear infinite;
            }
            .ticker-wrapper:hover {
                animation-play-state: paused;
            }
            .ticker {
                display             : inline-block;
            }
            .ticker-icon {
                font-size           : 24px;
                margin-right        : 10px;
                color               : #ff6600;
            }
            /* Adjust the ticker text alignment to accommodate the icon */
            .ticker {
                display             : flex;
                align-items         : center;
            }
            .ticker-text {
                font-weight         : bold;
                color               : #F2B922;
            }
            /* CSS for ticker-container */
            .ticker-container {
                width               : 100%;
                overflow            : hidden; /* This ensures that the content inside the ticker does not overflow */
            }
            /* Optional: Adjust the background and other styles as needed */
            .blink {
                animation           : blinker 1s linear infinite;
            }
            @keyframes blinker {
                50%
                 
                {
                    opacity: 0;
                  }
            }
            @keyframes ticker {
                0%
                 
                {
                    transform: translateX(10%);
                  }
                
                  
                100%
                 
                {
                    transform: translateX(-100%);
                  }
            }
            .btn2 {
                background          : #F2B922;
                color               : #000;
                padding             : 5px 8px;
                border-radius       : 5px;
                text-decoration     : none;
            }
            .form-control {
                /* Existing styles */
              width: 50% !important; /* Adjust the width value to your desired size */
            }
            .account-wrapper {
                box-shadow          : 0px 0px 10px 0px rgba(136, 136, 136, 0.1);
                padding             : 18px 80px!important;
                max-width           : 531px;
                margin              : -10px auto;
                -webkit-border-radius: 4px;
                -moz-border-radius  : 4px;
                border-radius       : 8px;
            }
            .modal {
                display             : none; /* Hide the modal by default */
                position            : fixed;
                z-index             : 2;
                left                : 0;
                top                 : 0;
                width               : 100%;
                height              : 100%;
                overflow            : auto;
                background-color    : rgba(0, 0, 0, 0.4); /* Semi-transparent background */
            }
            .modal-content {
                background-color    : #fefefe;
                margin              : 10% auto; /* Center the modal vertically and horizontally */
                padding             : 10px;
                border              : 1px solid #888;
                width               : 40%;
            }
            .close {
                color               : white;
                float               : right;
                font-size           : 28px;
                font-weight         : bold;
                cursor              : pointer;
            }
            .close:hover,
            .close:focus {
                color               : black;
                text-decoration     : none;
                cursor              : pointer;
            }
            @media (min-width: 1200px) {
                .d-none {
                    display             : block!important;
                }
            }
            span {
                font-weight         : bold !important;
            }
            /* The Modal (background) */
            .ebcf_modal {
                display             : none; /* Hidden by default */
                position            : fixed; /* Stay in place */
                z-index             : 1; /* Sit on top */
                padding-top         : 100px; /* Location of the box */
                left                : 0;
                top                 : 0;
                width               : 100%; /* Full width */
                height              : 100%; /* Full height */
                overflow            : auto; /* Enable scroll if needed */
                background-color    : rgb(0,0,0); /* Fallback color */
                background-color    : rgba(0,0,0,0.4); /* Black w/ opacity */
            }
            /* Modal Content */
            .ebcf_modal-content {
                background-color    : #fefefe;
                margin              : auto;
                padding             : 20px;
                border              : 1px solid #888;
                width               : 80%;
            }
            /* The Close Button */
            .ebcf_close {
                color               : #aaaaaa;
                float               : right;
                font-size           : 28px;
                font-weight         : bold;
            }
            .ebcf_close:hover,
            .ebcf_close:focus {
                color               : #000;
                text-decoration     : none;
                cursor              : pointer;
            }
        </style>
    </head>
    <body ondragstart="return false;" onselectstart="return false;">
        <style>
            .ticker-container {
                position            : relative;
                overflow            : hidden;
            }
            /* CSS for the fixed button */
            .fixed-button {
                position            : fixed;
                top                 : 50%;
                left                : 20px;
                transform           : translateY(-50%);
                padding             : 10px 20px;
                background-color    : #ff6600;
                color               : #fff;
                font-weight         : bold;
                text-decoration     : none;
                z-index             : 2; /* Higher z-index to place the button above the ticker text */
            }
            /* CSS for the ticker text */
            .ticker {
                position            : relative;
                z-index             : 1; /* Lower z-index to keep the ticker text under the button */
            }
            * {
                margin              : 0;
                padding             : 0;
            }
            .ticker-container {
                width               : 95%;
                overflow            : hidden;
                white-space         : nowrap;
                background          : #0d6efd;
                padding             : 2px;
                color               : #fff;
            }
            .ticker-wrapper {
                display             : inline-block;
                animation           : ticker 30s linear infinite;
            }
            .ticker-wrapper:hover {
                animation-play-state: paused;
            }
            .ticker {
                display             : inline-block;
            }
            .ticker-icon {
                font-size           : 24px;
                margin-right        : 10px;
                color               : #ff6600;
            }
            /* Adjust the ticker text alignment to accommodate the icon */
            .ticker {
                display             : flex;
                align-items         : center;
            }
            .ticker-text {
                font-weight         : bold;
                color               : #F2B922;
            }
            /* CSS for ticker-container */
            .ticker-container {
                width               : 100%;
                overflow            : hidden; /* This ensures that the content inside the ticker does not overflow */
            }
            /* Optional: Adjust the background and other styles as needed */
            .blink {
                animation           : blinker 1s linear infinite;
            }
            @keyframes blinker {
                50%
                 
                {
                    opacity: 0;
                  }
            }
            @keyframes ticker {
                0%
                 
                {
                    transform: translateX(10%);
                  }
                
                  
                100%
                 
                {
                    transform: translateX(-100%);
                  }
            }
            .btn2 {
                background          : #F2B922;
                color               : #000;
                padding             : 5px 8px;
                border-radius       : 5px;
                text-decoration     : none;
            }
            .form-control {
                /* Existing styles */
              width: 50% !important; /* Adjust the width value to your desired size */
            }
            .account-wrapper {
                box-shadow          : 0px 0px 10px 0px rgba(136, 136, 136, 0.1);
                padding             : 18px 80px!important;
                max-width           : 531px;
                margin              : -10px auto;
                -webkit-border-radius: 4px;
                -moz-border-radius  : 4px;
                border-radius       : 8px;
            }
            .modal {
                display             : none; /* Hide the modal by default */
                position            : fixed;
                z-index             : 2;
                left                : 0;
                top                 : 0;
                width               : 100%;
                height              : 100%;
                overflow            : auto;
                background-color    : rgba(0, 0, 0, 0.4); /* Semi-transparent background */
            }
            .modal-content {
                background-color    : #fefefe;
                margin              : 10% auto; /* Center the modal vertically and horizontally */
                padding             : 10px;
                border              : 1px solid #888;
                width               : 40%;
            }
            .close {
                color               : white;
                float               : right;
                font-size           : 28px;
                font-weight         : bold;
                cursor              : pointer;
            }
            .close:hover,
            .close:focus {
                color               : black;
                text-decoration     : none;
                cursor              : pointer;
            }
            @media (min-width: 1200px) {
                .d-none {
                    display             : block!important;
                }
            }
            span {
                font-weight         : bold !important;
            }
            /* The Modal (background) */
            .ebcf_modal {
                display             : none; /* Hidden by default */
                position            : fixed; /* Stay in place */
                z-index             : 1; /* Sit on top */
                padding-top         : 100px; /* Location of the box */
                left                : 0;
                top                 : 0;
                width               : 100%; /* Full width */
                height              : 100%; /* Full height */
                overflow            : auto; /* Enable scroll if needed */
                background-color    : rgb(0,0,0); /* Fallback color */
                background-color    : rgba(0,0,0,0.4); /* Black w/ opacity */
            }
            /* Modal Content */
            .ebcf_modal-content {
                background-color    : #fefefe;
                margin              : auto;
                padding             : 20px;
                border              : 1px solid #888;
                width               : 80%;
            }
            /* The Close Button */
            .ebcf_close {
                color               : #aaaaaa;
                float               : right;
                font-size           : 28px;
                font-weight         : bold;
            }
            .ebcf_close:hover,
            .ebcf_close:focus {
                color               : #000;
                text-decoration     : none;
                cursor              : pointer;
            }
            @media (min-width: 1326px) {
                .about-section::before {
                    display             : block !important;
                }
            }
        </style>
        <form action="./" id="fm" method="post">
            <div class="aspNetHidden">
                <input id="__VIEWSTATE" name="__VIEWSTATE" type="hidden" value="/wEPDwUKMTY1NDU2MTA1MmRkxt5Jvzz7k3MZJ/3XvIvJq81QFuVFoSdOsPlimebeEak=">
            </div>
            <div class="aspNetHidden">
                <input id="__VIEWSTATEGENERATOR" name="__VIEWSTATEGENERATOR" type="hidden" value="CA0B0334">
            </div>
            <!-- preloader start here -->
            <!-- preloader ending here -->
            <!-- scrollToTop start here -->
            <a class="scrollToTop" href="#">
                <i class="icofont-rounded-up">
                </i>
            </a>
            <!-- scrollToTop ending here -->
            <!-----------social icon--------------->
            <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet">
            <div class="floating_btn">
                <a href="https://wa.me/+917880119983?text=Hi," target="_blank">
                    <div class="contact_icon">
                        <img src="assets/testimonial/whatsapp%20(1).png">
                    </div>
                </a>
                <p class="text_icon">
     Talk to us?
                </p>
                <br>
            </div>
            <div class="floating_btn1">
                <a href="https://m.me/mbbswala," target="_blank">
                    <img src="assets/images/icons8-facebook-messenger-48.png">
                </a>
            </div>
            <div class="ticker-container">
                <div class="ticker-wrapper">
                    <div class="ticker">
                        <span class="ticker-text">
                            Payments info:&nbsp;
                        </span>
                        MBBSWALA Promotes Bank transactions for all its payments-related concerns, we request you all kindly send your payment details on whats-app 9713315529 for all payment verifications. ! &nbsp;
                        <a class="btn2 blink" href="Signup.aspx">
                            Grab your seat now!
                        </a>
                        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
                        <span class="ticker-text">
                            भुगतान की जानकारी :&nbsp;
                        </span>
                        MBBSWALA बैंक लेनदेनों को बढ़ावा देता है और सभी भुगतान संबंधित मामलों के लिए, हम सभी से अनुरोध करते हैं कि आप अपनी भुगतान विवरणों को व्हाट्सएप नंबर 9713315529 पर भेजें ताकि सभी भुगतानों की पुष्टि की जा सके। &nbsp;
                        <a class="btn2 blink" href="Signup.aspx">
                            Enroll now!
                        </a>
                    </div>
                </div>
            </div>
            <!-------------------------->
            <!-- header section start here -->
            <header class="header-section">
                <div class="header-top">
                    <div class="container">
                        <div class="header-top-area">
                            <ul class="lab-ul left">
                                <li style="font-size:13px">
                                    <img alt="WhatsApp Icon" src="assets/images/whtsappmess.png">
                                    <span>
                                        <a href="https://wa.me/+918827503339?text=Hi,">
           +91-8827503339
                                        </a>
                                    </span>
                                </li>
                                <li style="font-size:13px">
                                    <i class="icofont-ui-call">
                                    </i>
                                    <span>
                                        <a href="tel:+917880119983">
                                            +91-7880119983
                                        </a>
                                    </span>
                                </li>
                                <li style="font-size:13px">
                                    <i class="icofont-mail">
                                    </i>
                                    <span>
                                        <a href="mailto:[email protected]">
                                            [email protected]
                                        </a>
                                    </span>
                                </li>
                                <li style="font-size:13px">
                                    <i class="icofont-location-pin">
                                    </i>
                                    SF17 Aakriti Business Centre Salaiya
                                </li>
                            </ul>
                            <ul class="lab-ul social-icons d-flex align-items-center">
                                <li>
                                    <p style="font-size: 13px">
                                        Follow Us:
                                    </p>
                                </li>
                                <li>
                                    <a class="fb" href="https://www.facebook.com/mbbswala/">
                                        <i class="icofont-facebook">
                                        </i>
                                    </a>
                                </li>
                                <li>
                                    <a class="instagram" href="https://www.instagram.com/mbbswalaofficial/">
                                        <i class="icofont-instagram">
                                        </i>
                                    </a>
                                </li>
                                <li>
                                    <a class="twitter" href="https://twitter.com/mbbs_wala23">
                                        <i class="icofont-twitter">
                                        </i>
                                    </a>
                                </li>
                                <li>
                                    <a class="youtube" href="https://www.youtube.com/channel/UClO-YNH0P2745uirgF8dBxw">
                                        <i class="icofont-youtube">
                                        </i>
                                    </a>
                                </li>
                            </ul>
                        </div>
                    </div>
                </div>
                <div class="header-bottom">
                    <div class="container">
                        <div class="header-wrapper">
                            <div class="logo">
                                <a href="Default.aspx">
                                    <img alt="logo" src="assets/images/logo/01.png">
                                </a>
                            </div>
                            <div class="menu-area">
                                <div class="menu">
                                    <ul class="lab-ul">
                                        <li>
                                            <a href="Default.aspx">
                                                Home
                                            </a>
                                        </li>
                                        <li>
                                            <a href="Aboutus.aspx">
                                                About
                                            </a>
                                        </li>
                                        <li>
                                        </li>
                                        <li>
                                            <a href="Abroad.aspx">
                                                Abroad
                                            </a>
                                        </li>
                                        <li>
                                            <a href="#0">
                                                Our Courses
                                            </a>
                                            <ul class="lab-ul">
                                                <li>
                                                    <a href="#0">
                                                        UnderGraduate Courses in India
                                                    </a>
                                                    <ul class="lab-ul">
                                                        <li>
                                                            <a href="Ugstudyinindia.aspx">
                                                                MBBS in India
                                                            </a>
                                                            <ul class="lab-ul" style="overflow-y: scroll; max-height: 400px;">
                                                                <li>
                                                                    <a href="mbbsinMp.aspx">
                                                                        MBBS IN MADHYA PRADESH
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        MBBS IN  UTTAR PRADESH
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        MBBS IN Chhattisgarh
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        MBBS IN KARNATAK
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        MBBS IN RAJASTHAN
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        MBBS IN BIHAR
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        MBBS IN Arunachal Pradesh
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        MBBS IN Haryana
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        MBBS IN Gujarat
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        MBBS IN Himachal Pradesh
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        MBBS IN Kerala
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        MBBS IN Maharashtra
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        MBBS IN Orissa
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        MBBS IN Punjab
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        MBBS IN Pondicherry
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        MBBS IN Sikkim
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        MBBS IN Tamil Nadu
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        MBBS IN Tripura
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        MBBS IN Uttarakhand
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        MBBS IN West Bengal
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        MBBS IN Chandigarh
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        MBBS IN Delhi
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        MBBS IN Jammu and Kashmir
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        MBBS IN Jharkhand
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        MBBS IN Andhra Pradesh
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        MBBS IN Telangana
                                                                    </a>
                                                                </li>
                                                            </ul>
                                                        </li>
                                                        <li>
                                                            <a href="#0">
                                                                BDS in india
                                                            </a>
                                                            <ul class="lab-ul" style="overflow-y: scroll; max-height: 400px;">
                                                                <li>
                                                                    <a href="#">
                                                                        Andhra Pradesh
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Arunachal Pradesh
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Assam
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Bihar
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Chhattisgarh
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Goa
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Gujarat
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Haryana
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Himachal Pradesh
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Jharkhand
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Karnataka
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Kerala
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Madhya Pradesh
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Maharashtra
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Manipur
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Meghalaya
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Mizoram
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Nagaland
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Odisha
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Punjab
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Rajasthan
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Sikkim
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Tamil Nadu
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Telangana
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Tripura
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Uttar Pradesh
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Uttarakhand
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        West Bengal
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Chandigarh
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Delhi
                                                                    </a>
                                                                </li>
                                                            </ul>
                                                        </li>
                                                        <li>
                                                            <a href="#0">
                                                                BAMS in india
                                                            </a>
                                                            <ul class="lab-ul" style="overflow-y: scroll; max-height: 400px;">
                                                                <li>
                                                                    <a href="#">
                                                                        Andhra Pradesh
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Arunachal Pradesh
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Assam
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Bihar
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Chhattisgarh
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Goa
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Gujarat
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Haryana
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Himachal Pradesh
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Jharkhand
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Karnataka
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Kerala
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Madhya Pradesh
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Maharashtra
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Manipur
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Meghalaya
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Mizoram
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Nagaland
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Odisha
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Punjab
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Rajasthan
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Sikkim
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Tamil Nadu
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Telangana
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Tripura
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Uttar Pradesh
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Uttarakhand
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        West Bengal
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Chandigarh
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Delhi
                                                                    </a>
                                                                </li>
                                                            </ul>
                                                        </li>
                                                        <li>
                                                            <a href="#0">
                                                                BHMS in India
                                                            </a>
                                                            <ul class="lab-ul" style="overflow-y: scroll; max-height: 400px;">
                                                                <li>
                                                                    <a href="#">
                                                                        Andhra Pradesh
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Arunachal Pradesh
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Assam
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Bihar
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Chhattisgarh
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Goa
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Gujarat
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Haryana
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Himachal Pradesh
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Jharkhand
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Karnataka
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Kerala
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Madhya Pradesh
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Maharashtra
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Manipur
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Meghalaya
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Mizoram
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Nagaland
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Odisha
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Punjab
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Rajasthan
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Sikkim
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Tamil Nadu
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Telangana
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Tripura
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Uttar Pradesh
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Uttarakhand
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        West Bengal
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Chandigarh
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Delhi
                                                                    </a>
                                                                </li>
                                                            </ul>
                                                        </li>
                                                        <li>
                                                            <a href="#0">
                                                                BVSC in india
                                                            </a>
                                                            <ul class="lab-ul" style="overflow-y: scroll; max-height: 400px;">
                                                                <li>
                                                                    <a href="#">
                                                                        Andhra Pradesh
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Arunachal Pradesh
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Assam
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Bihar
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Chhattisgarh
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Goa
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Gujarat
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Haryana
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Himachal Pradesh
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Jharkhand
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Karnataka
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Kerala
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Madhya Pradesh
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Maharashtra
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Manipur
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Meghalaya
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Mizoram
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Nagaland
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Odisha
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Punjab
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Rajasthan
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Sikkim
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Tamil Nadu
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Telangana
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Tripura
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Uttar Pradesh
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Uttarakhand
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        West Bengal
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Chandigarh
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Delhi
                                                                    </a>
                                                                </li>
                                                            </ul>
                                                        </li>
                                                        <li>
                                                            <a href="#0">
                                                                BNYS in India
                                                            </a>
                                                            <ul class="lab-ul" style="overflow-y: scroll; max-height: 400px;">
                                                                <li>
                                                                    <a href="#">
                                                                        Andhra Pradesh
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Arunachal Pradesh
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Assam
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Bihar
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Chhattisgarh
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Goa
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Gujarat
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Haryana
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Himachal Pradesh
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Jharkhand
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Karnataka
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Kerala
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Madhya Pradesh
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Maharashtra
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Manipur
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Meghalaya
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Mizoram
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Nagaland
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Odisha
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Punjab
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Rajasthan
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Sikkim
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Tamil Nadu
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Telangana
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Tripura
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Uttar Pradesh
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Uttarakhand
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        West Bengal
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Chandigarh
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Delhi
                                                                    </a>
                                                                </li>
                                                            </ul>
                                                        </li>
                                                        <li>
                                                            <a href="#0">
                                                                BUMS in india
                                                            </a>
                                                            <ul class="lab-ul" style="overflow-y: scroll; max-height: 400px;">
                                                                <li>
                                                                    <a href="#">
                                                                        Andhra Pradesh
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Arunachal Pradesh
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Assam
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Bihar
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Chhattisgarh
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Goa
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Gujarat
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Haryana
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Himachal Pradesh
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Jharkhand
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Karnataka
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Kerala
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Madhya Pradesh
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Maharashtra
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Manipur
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Meghalaya
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Mizoram
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Nagaland
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Odisha
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Punjab
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Rajasthan
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Sikkim
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Tamil Nadu
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Telangana
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Tripura
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Uttar Pradesh
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Uttarakhand
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        West Bengal
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Chandigarh
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Delhi
                                                                    </a>
                                                                </li>
                                                            </ul>
                                                        </li>
                                                    </ul>
                                                </li>
                                                <li>
                                                    <a href="#0">
                                                        PostGraduate Courses
                                                    </a>
                                                    <ul class="lab-ul">
                                                        <li>
                                                            <a href="#0">
                                                                MD/MS IN INDIA
                                                            </a>
                                                            <ul class="lab-ul">
                                                                <li>
                                                                    <a href="MRCP.aspx">
                                                                        RADIOLOGY in india
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="DMMCH.aspx">
                                                                        DARMATALOGY
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="MDMS.aspx">
                                                                        MEDICINE
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#0">
                                                                        ORTHOPEDICS
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        PEADIATRICS
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="MDMS.aspx">
                                                                        SURGERY
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                </li>
                                                                <li>
                                                                    <a href="MDMS.aspx">
                                                                        GYNCALOGY
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                </li>
                                                                <li>
                                                                    <a href="MDMS.aspx">
                                                                        ANESTHESIOLOG
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                </li>
                                                            </ul>
                                                        </li>
                                                        <li>
                                                            <a href="#0">
                                                                MDS IN INDIA
                                                            </a>
                                                            <ul class="lab-ul">
                                                                <li>
                                                                    <a href="MRCP.aspx">
                                                                        Prosthodontics and Crown &amp; Bridge.
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="DMMCH.aspx">
                                                                        Periodontology.
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="MDMS.aspx">
                                                                        Dentistry and Endodontics.
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#0">
                                                                        Orthodontics &amp; Dentofacial Orthopedics.
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        Oral Pathology &amp; Microbiology.
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="MDMS.aspx">
                                                                        Pedodontics &amp; Preventive Dentistry.
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                </li>
                                                                <li>
                                                                    <a href="MDMS.aspx">
                                                                        Oral Medicine&nbsp;and&nbsp;Radiology.
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                </li>
                                                            </ul>
                                                        </li>
                                                        <li>
                                                            <a href="#0">
                                                                PG IN Ayush
                                                            </a>
                                                            <ul class="lab-ul">
                                                                <li>
                                                                    <a href="#">
                                                                        MD/MS in Ayurveda
                                                                    </a>
                                                                    <ul class="lab-ul" style="overflow-y: scroll; max-height: 400px;">
                                                                        <li>
                                                                            <a href="#">
                                                                                Agad Tantra (Medical Jurisprudence &amp; Toxicology)
                                                                            </a>
                                                                        </li>
                                                                        <li>
                                                                            <a href="#">
                                                                                Bala Roga (Pediatrics)
                                                                            </a>
                                                                        </li>
                                                                        <li>
                                                                            <a href="#">
                                                                                Dravya Guna (Materia Medica &amp; Pharmacology)
                                                                            </a>
                                                                        </li>
                                                                        <li>
                                                                            <a href="#">
                                                                                Kayachikitsa (Internal Medicine)
                                                                            </a>
                                                                        </li>
                                                                        <li>
                                                                            <a href="#">
                                                                                Maulika Siddhanta (Fundamental Principles)
                                                                            </a>
                                                                        </li>
                                                                        <li>
                                                                            <a href="#">
                                                                                Panchakarma (Penta Bio-Purification Methods)
                                                                            </a>
                                                                        </li>
                                                                        <li>
                                                                            <a href="#">
                                                                                Prasuti Stri Roga (Gynecology &amp; Obstetrics)
                                                                            </a>
                                                                        </li>
                                                                        <li>
                                                                            <a href="#">
                                                                                Roga &amp; Vikriti Vijnana (Clinical Medicine &amp; Pathology)
                                                                            </a>
                                                                        </li>
                                                                        <li>
                                                                            <a href="#">
                                                                                Rasa Shastra &amp; Bhaishajya Kalpana Iatro-Chemistry (Rasa Chikitsa)
                                                                            </a>
                                                                        </li>
                                                                        <li>
                                                                            <a href="#">
                                                                                Sharira Rachana (Anatomy)
                                                                            </a>
                                                                        </li>
                                                                        <li>
                                                                            <a href="#">
                                                                                Sharira Kriya (Physiology)
                                                                            </a>
                                                                        </li>
                                                                        <li>
                                                                            <a href="#">
                                                                                Shalya Tantra (Surgery)
                                                                            </a>
                                                                        </li>
                                                                        <li>
                                                                            <a href="#">
                                                                                Shalakya Tantra (ENT &amp; Ophthalmology)
                                                                            </a>
                                                                        </li>
                                                                        <li>
                                                                            <a href="#">
                                                                                Swasthya Vritta (Preventive &amp; Social Medicine)
                                                                            </a>
                                                                        </li>
                                                                        <li>
                                                                            <a href="#">
                                                                                Asthi Rog (Orthopedics)
                                                                            </a>
                                                                        </li>
                                                                    </ul>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        M.Sc. in Ayurvedic Medicine
                                                                    </a>
                                                                    <ul>
                                                                        <li>
                                                                            <a href="#">
                                                                                Ayurveda Manuscriptology
                                                                            </a>
                                                                        </li>
                                                                        <li>
                                                                            <a href="#">
                                                                                Diet and Nutrition (Poshanhara)
                                                                            </a>
                                                                        </li>
                                                                        <li>
                                                                            <a href="#">
                                                                                Yoga Preventive Cardiology
                                                                            </a>
                                                                        </li>
                                                                        <li>
                                                                            <a href="#">
                                                                                Marmalogy and Sports Medicine
                                                                            </a>
                                                                        </li>
                                                                        <li>
                                                                            <a href="#">
                                                                                Saundarya Ayurveda (Ayurvedic Cosmetology)
                                                                            </a>
                                                                        </li>
                                                                        <li>
                                                                            <a href="#">
                                                                                Vrikshayurveda
                                                                            </a>
                                                                        </li>
                                                                    </ul>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        PG Diploma
                                                                    </a>
                                                                    <ul class="lab-ul" style="overflow-y: scroll; max-height: 400px;">
                                                                        <li>
                                                                            <a href="#">
                                                                                Anesthesiology (D.A.)
                                                                            </a>
                                                                        </li>
                                                                        <li>
                                                                            <a href="#">
                                                                                Clinical Pathology (D.C.P.)
                                                                            </a>
                                                                        </li>
                                                                        <li>
                                                                            <a href="#">
                                                                                Community Medicine (D.C.M.)
                                                                            </a>
                                                                        </li>
                                                                        <li>
                                                                            <a href="#">
                                                                                Dermatology, Venereology and Leprosy (DDVL)
                                                                            </a>
                                                                        </li>
                                                                        <li>
                                                                            <a href="#">
                                                                                Forensic Medicine (D.F.M.)
                                                                            </a>
                                                                        </li>
                                                                        <li>
                                                                            <a href="#">
                                                                                Health Administration (D.H.A.)
                                                                            </a>
                                                                        </li>
                                                                        <li>
                                                                            <a href="#">
                                                                                Health Education (D.H.E.)
                                                                            </a>
                                                                        </li>
                                                                        <li>
                                                                            <a href="#">
                                                                                Immuno-Haematology &amp; Blood Transfusion (D.I.H.B.T.)
                                                                            </a>
                                                                        </li>
                                                                        <li>
                                                                            <a href="#">
                                                                                Marine Medicine (Dip. M.M.)
                                                                            </a>
                                                                        </li>
                                                                        <li>
                                                                            <a href="#">
                                                                                Microbiology (D.Micro)
                                                                            </a>
                                                                        </li>
                                                                        <li>
                                                                            <a href="#">
                                                                                Nutrition (D.N.)
                                                                            </a>
                                                                        </li>
                                                                        <li>
                                                                            <a href="#">
                                                                                Obstetrics &amp; Gynecology (D.G.O.)
                                                                            </a>
                                                                        </li>
                                                                        <li>
                                                                            <a href="#">
                                                                                Occupational Health (D.O.H.)
                                                                            </a>
                                                                        </li>
                                                                        <li>
                                                                            <a href="#">
                                                                                Ophthalmology (D.O.)
                                                                            </a>
                                                                        </li>
                                                                        <li>
                                                                            <a href="#">
                                                                                Orthopedics (D.Ortho.)
                                                                            </a>
                                                                        </li>
                                                                        <li>
                                                                            <a href="#">
                                                                                Oto-RhinoLaryngology (D.L.O.)
                                                                            </a>
                                                                        </li>
                                                                        <li>
                                                                            <a href="#">
                                                                                Paediatrics (D.C.H.)
                                                                            </a>
                                                                        </li>
                                                                        <li>
                                                                            <a href="#">
                                                                                Physical Medicine &amp; Rehabilitation (D.Phy. Med. &amp; R.)
                                                                            </a>
                                                                        </li>
                                                                        <li>
                                                                            <a href="#">
                                                                                Psychiatry (D.P.M.)
                                                                            </a>
                                                                        </li>
                                                                        <li>
                                                                            <a href="#">
                                                                                Public Health (D.P.H.)
                                                                            </a>
                                                                        </li>
                                                                        <li>
                                                                            <a href="#">
                                                                                Radiation Medicine (D.R.M.)
                                                                            </a>
                                                                        </li>
                                                                        <li>
                                                                            <a href="#">
                                                                                Radio-diagnosis (D.M.R.D.)
                                                                            </a>
                                                                        </li>
                                                                        <li>
                                                                            <a href="#">
                                                                                Radio-therapy (D.M.R.T.)
                                                                            </a>
                                                                        </li>
                                                                        <li>
                                                                            <a href="#">
                                                                                Radiological Physics (D.R.P.)
                                                                            </a>
                                                                        </li>
                                                                        <li>
                                                                            <a href="#">
                                                                                Sport Medicine (D.S.M.)
                                                                            </a>
                                                                        </li>
                                                                        <li>
                                                                            <a href="#">
                                                                                Tropical Medicine &amp; Health (D.T.M. &amp; H.)
                                                                            </a>
                                                                        </li>
                                                                        <li>
                                                                            <a href="#">
                                                                                Tuberculosis &amp; Chest Diseases (D.T.C.D.)
                                                                            </a>
                                                                        </li>
                                                                        <li>
                                                                            <a href="#">
                                                                                Virology (D.Vir.)
                                                                            </a>
                                                                        </li>
                                                                    </ul>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        MD in Homeopathy
                                                                    </a>
                                                                    <ul>
                                                                        <li>
                                                                            <a href="#">
                                                                                Allopathy
                                                                            </a>
                                                                        </li>
                                                                        <li>
                                                                            <a href="#">
                                                                                Psychiatry
                                                                            </a>
                                                                        </li>
                                                                        <li>
                                                                            <a href="#">
                                                                                Pharmacy
                                                                            </a>
                                                                        </li>
                                                                        <li>
                                                                            <a href="#">
                                                                                Pediatrics
                                                                            </a>
                                                                        </li>
                                                                        <li>
                                                                            <a href="#">
                                                                                Practice of Medicine
                                                                            </a>
                                                                        </li>
                                                                        <li>
                                                                            <a href="#">
                                                                                Material Medical
                                                                            </a>
                                                                        </li>
                                                                        <li>
                                                                            <a href="#">
                                                                                Endocrinology
                                                                            </a>
                                                                        </li>
                                                                    </ul>
                                                                </li>
                                                                <li>
                                                                    <a href="#">
                                                                        MD in Yoga and Naturopathy Sciences
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#
">
M.Sc. in Yoga
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#
">
MS in Unani Medicine
                                                                    </a>
                                                                </li>
                                                                <li>
                                                                    <a href="#
">
Super Speciality
                                                                    </a>
                                                                </li>
                                                            </ul>
                                                        </li>
                                                    </ul>
                                                </li>
                                                <li>
                                                    <a href="#0">
                                                        PostGraduate Diploma Courses
                                                    </a>
                                                    <ul class="lab-ul">
                                                        <li>
                                                            <a href="cps_fcps.aspx">
                                                                cps-fcps
                                                            </a>
                                                        </li>
                                                    </ul>
                                                </li>
                                            </ul>
                                        </li>
                                        <li>
                                            <a href="">
                                                More
                                            </a>
                                            <ul class="lab-ul">
                                                <li>
                                                    <a href="Colleges.aspx">
                                                        Colleges
                                                    </a>
                                                </li>
                                                <li>
                                                    <a href="Blog.aspx">
                                                        Blog
                                                    </a>
                                                </li>
                                            </ul>
                                        </li>
                                        <li>
                                            <a href="Colleges.aspx">
                                                Colleges
                                            </a>
                                        </li>
                                    </ul>
                                </div>
                                <a class="signup gradientclr" href="Signup.aspx">
                                    <i class="icofont-users">
                                    </i>
                                    <span>
                                        &nbsp;Register Now
                                    </span>
                                </a>
                                <!-- toggle icons -->
                                <div class="header-bar d-lg-none">
                                    <span>
                                    </span>
                                    <span>
                                    </span>
                                    <span>
                                    </span>
                                </div>
                                <div class="ellepsis-bar d-lg-none">
                                    <i class="icofont-info-square">
                                    </i>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </header>
            <!-- header section ending here -->
            <!-- banner section start here -->
            <section class="banner-section style-1">
                <div class="container">
                    <div class="section-wrapper">
                        <div class="row align-items-center">
                            <div class="col-xxl-5 col-xl-6 col-lg-10">
                                <div class="banner-content">
                                    <h6 class="subtitle text-uppercase fw-medium">
          MBBSWALA is and Always
                                    </h6>
                                    <h2 class="title">
                                        <span class="d-lg-block">
                                            YOUR TRUE
                                        </span>
                                        MEDICAL ADMISSION
                                        <span class="d-lg-block">
                                            PARTNER
                                        </span>
                                    </h2>
                                    <p class="desc" style="text-align: justify; font-family: auto;">
                                        <span style="color: #1984cc; font-weight: bold">
                                            MBBS WALA
                                        </span>
                                        is No. 1 Medical Education Consultant in Student satisfaction accross India. We provide a professional platform for students seeking career assistance, guidance and support along with a personal touch and care.
                                    </p>
                                </div>
                            </div>
                            <div class="col-xxl-7 col-xl-6">
                                <div class="banner-thumb">
                                    <img alt="img" src="assets/images/banner/01.png">
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
                <div class="all-shapes">
                </div>
                <div class="cbs-content-list d-none">
                    <ul class="lab-ul">
                        <li class="ccl-shape shape-1">
                            <a href="#">
                                5k+  Happy Students
                            </a>
                        </li>
                        <li class="ccl-shape shape-2">
                            <a href="#">
                                23+ Total Courses
                            </a>
                        </li>
                        <li class="ccl-shape shape-3">
                            <a href="#">
                                100% Successful Students
                            </a>
                        </li>
                        <li class="ccl-shape shape-4">
                            <a href="#">
                                10+ Years of Experience
                            </a>
                        </li>
                        <li class="ccl-shape shape-5">
                            <a href="#">
                                10+ States Presence in India
                            </a>
                        </li>
                    </ul>
                </div>
            </section>
            <br>
            <div class="carousel slide" data-bs-ride="carousel" id="carouselExampleControls">
                <div class="carousel-inner">
                    <div class="carousel-item active">
                        <img class="d-block w-100" src="assets/images/banner/SLIDE%201.jpg">
                    </div>
                    <div class="carousel-item">
                        <img class="d-block w-100" src="assets/images/banner/SLIDE%202.jpg">
                    </div>
                    <div class="carousel-item">
                        <img alt="..." class="d-block w-100" src="assets/images/banner/SLIDE%203.jpg">
                    </div>
                    <div class="carousel-item">
                        <img alt="..." class="d-block w-100" src="assets/images/banner/SLIDE%204.jpg">
                    </div>
                    <div class="carousel-item">
                        <img alt="..." class="d-block w-100" src="assets/images/banner/SLIDE%205.jpg">
                    </div>
                </div>
                <button class="carousel-control-prev" data-bs-slide="prev" data-bs-target="#carouselExampleControls" type="button">
                    <span aria-hidden="true" class="carousel-control-prev-icon">
                    </span>
                    <span class="visually-hidden">
                        Previous
                    </span>
                </button>
                <button class="carousel-control-next" data-bs-slide="next" data-bs-target="#carouselExampleControls" type="button">
                    <span aria-hidden="true" class="carousel-control-next-icon">
                    </span>
                    <span class="visually-hidden">
                        Next
                    </span>
                </button>
            </div>
            <section class="feature-section style-2 padding-tb">
                <div class="container">
                    <div class="section-header text-center">
                        <span class="subtitle yellow-color">
                            Get Admission In
                        </span>
                        <h2 class="title">
                            Admission Assistance Offered in Following Courses
                        </h2>
                    </div>
                    <div class="section-wrapper pb-0">
                        <div class="row g-4 row-cols-lg-3 row-cols-sm-2 row-cols-1 justify-content-center">
                            <div class="col">
                                <div class="feature-item">
                                    <div class="feature-inner">
                                        <div class="feature-icon">
                                            <img src="assets/images/feedback/student/doctor.png">
                                        </div>
                                        <div class="feature-content">
                                            <h5>
                                                MBBS COURSES
                                            </h5>
                                            <p>
                                                One of the Trusted &amp; Most Respected field in the Globe today
                                            </p>
                                        </div>
                                    </div>
                                </div>
                            </div>
                            <div class="col">
                                <div class="feature-item">
                                    <div class="feature-inner">
                                        <div class="feature-icon">
                                            <img src="assets/images/feedback/student/dental-surgery.png">
                                        </div>
                                        <div class="feature-content">
                                            <h5>
                                                BDS COURSES
                                            </h5>
                                            <p>
                                                One of the oldest Medical Science in India &amp; is Rapidly Coming Back in Trend
                                            </p>
                                        </div>
                                    </div>
                                </div>
                            </div>
                            <div class="col">
                                <div class="feature-item">
                                    <div class="feature-inner">
                                        <div class="feature-icon">
                                            <img src="assets/images/feedback/student/ayurvedic.png">
                                        </div>
                                        <div class="feature-content">
                                            <h5>
                                                AYURVEDA COURSES
                                            </h5>
                                            <p>
                                                The most promising and Independent field in the field of Medical Science
                                            </p>
                                        </div>
                                    </div>
                                </div>
                            </div>
                            <div class="col">
                                <div class="feature-item">
                                    <div class="feature-inner">
                                        <div class="feature-icon">
                                            <img src="assets/images/feedback/student/gynecology.png">
                                        </div>
                                        <div class="feature-content">
                                            <h5>
                                                GYNECOLOGY COURSES
                                            </h5>
                                            <p>
                                                The most promising and Independent field in the field of Medical Science
                                            </p>
                                        </div>
                                    </div>
                                </div>
                            </div>
                            <div class="col">
                                <div class="feature-item">
                                    <div class="feature-inner">
                                        <div class="feature-icon">
                                            <img src="assets/images/feedback/student/pediatrics.png">
                                        </div>
                                        <div class="feature-content">
                                            <h5>
                                                PEDIATRICS COURSES
                                            </h5>
                                            <p>
                                                PEDIATRICS is one of the prominent &amp; liked MBBS field in the world
                                            </p>
                                        </div>
                                    </div>
                                </div>
                            </div>
                            <div class="col">
                                <div class="feature-item">
                                    <div class="feature-inner">
                                        <div class="feature-icon">
                                            <img src="assets/images/feedback/student/plastic-surgery.png">
                                        </div>
                                        <div class="feature-content">
                                            <h5>
                                                GENERAL SURGERY COURSES
                                            </h5>
                                            <p>
                                                One of the Trusted &amp; Most Respected field in the Globe today
                                            </p>
                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </section>
            <!-- abouts section start here -->
            <div class="about-section">
                <div class="container">
                    <div class="row justify-content-center row-cols-xl-2 row-cols-1 align-items-end flex-row-reverse">
                        <div class="col">
                            <div class="about-right padding-tb">
                                <div class="section-header">
                                    <span class="subtitle">
          About MBBSWALA
                                    </span>
                                    <h3 class="title" style="font-size: 34px!important">
                                        MBBSWALA IS NO 1 EDUCATIONAL CONSULTANTS FOR MEDICAL ADMISSIONS IN STUDENT SATISFACTION.
                                    </h3>
                                    <p>
                                        <span style="color: #1984cc; font-weight: bold">
                                            MBBS WALA
                                        </span>
                                        is No. 1 Medical Education Consultant in India. We give a professional platform for scholars seeking career backing, guidance and support. Our advisor assists scholars in taking admission in a medical course in India and Abroad since last 10 years in the field of medical admissions. We've have not only advisors but true counselors in our team to guide the medical scholars with professional sharpness.
                                    </p>
                                </div>
                                <div class="section-wrapper">
                                    <ul class="lab-ul">
                                        <li>
                                            <div class="sr-left">
                                                <img src="assets/images/about/icon/conversation.png">
                                            </div>
                                            <div class="sr-right">
                                                <h5>
                                                    Honest Advisors
                                                </h5>
                                                <p>
                                                    Our Advisors are trained strictly to follow the business ethics and the code of honesty towards the scholars.
                                                </p>
                                            </div>
                                        </li>
                                        <li>
                                            <div class="sr-left">
                                                <img src="assets/images/about/icon/6.png">
                                            </div>
                                            <div class="sr-right">
                                                <h5>
                                                    True Counsellors
                                                </h5>
                                                <p>
                                                    Our Counselors are true to there words and they have the intend to give absolute Genuine Counselling through out the process.
                                                </p>
                                            </div>
                                        </li>
                                        <li>
                                            <div class="sr-left">
                                                <img src="assets/images/about/icon/lawyer.png">
                                            </div>
                                            <div class="sr-right">
                                                <h5>
                                                    Legal Process
                                                </h5>
                                                <p>
                                                    Our complete admission process is legitimate at each and every step right from getting enroll with us till your admissions.
                                                </p>
                                            </div>
                                        </li>
                                    </ul>
                                </div>
                            </div>
                        </div>
                        <div class="col">
                            <div class="about-left">
                                <div class="about-thumb">
                                    <img alt="about" src="assets/images/about/01.png">
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
            <!-- about section ending here -->
            <div class="category-section style-4 padding-tb">
                <div class="container">
                    <div class="section-header text-center">
                        <span class="subtitle">
       We Provide Complete Admission Assistance
                        </span>
                        <h2 class="title">
                            For Following Courses
                        </h2>
                    </div>
                    <div class="section-wrapper">
                        <div class="row g-4 justify-content-center row-cols-md-3 row-cols-sm-2 row-cols-1">
                            <div class="col">
                                <div class="category-item">
                                    <div class="category-inner">
                                        <div class="category-thumb">
                                            <img src="assets/images/new%20course/1.png">
                                        </div>
                                        <div class="category-content">
                                            <div class="cate-icon">
                                                <i class="icofont-cube">
                                                </i>
                                            </div>
                                            <a href="#">
                                                <h6>
                                                    MBBS UG/PG
                                                </h6>
                                            </a>
                                        </div>
                                    </div>
                                </div>
                            </div>
                            <div class="col">
                                <div class="category-item">
                                    <div class="category-inner">
                                        <div class="category-thumb">
                                            <img src="assets/images/new%20course/2.png">
                                        </div>
                                        <div class="category-content">
                                            <div class="cate-icon">
                                                <i class="icofont-cube">
                                                </i>
                                            </div>
                                            <a href="#">
                                                <h6>
                                                    BDS UG/PG
                                                </h6>
                                            </a>
                                        </div>
                                    </div>
                                </div>
                            </div>
                            <div class="col">
                                <div class="category-item">
                                    <div class="category-inner">
                                        <div class="category-thumb">
                                            <img src="assets/images/new%20course/3.png">
                                        </div>
                                        <div class="category-content">
                                            <div class="cate-icon">
                                                <i class="icofont-camera">
                                                </i>
                                            </div>
                                            <a href="#">
                                                <h6>
                                                    BUMS UG/PG
                                                </h6>
                                            </a>
                                        </div>
                                    </div>
                                </div>
                            </div>
                            <div class="col">
                                <div class="category-item">
                                    <div class="category-inner">
                                        <div class="category-thumb">
                                            <img src="assets/images/new%20course/4.png">
                                        </div>
                                        <div class="category-content">
                                            <div class="cate-icon">
                                                <i class="icofont-globe">
                                                </i>
                                            </div>
                                            <a href="#">
                                                <h6>
                                                    BNYS UG/PG
                                                </h6>
                                            </a>
                                        </div>
                                    </div>
                                </div>
                            </div>
                            <div class="col">
                                <div class="category-item">
                                    <div class="category-inner">
                                        <div class="category-thumb">
                                            <img src="assets/images/new%20course/5.png">
                                        </div>
                                        <div class="category-content">
                                            <div class="cate-icon">
                                                <i class="icofont-chart-growth">
                                                </i>
                                            </div>
                                            <a href="#">
                                                <h6>
                                                    FCPS/CPS
                                                </h6>
                                            </a>
                                        </div>
                                    </div>
                                </div>
                            </div>
                            <div class="col">
                                <div class="category-item">
                                    <div class="category-inner">
                                        <div class="category-thumb">
                                            <img src="assets/images/new%20course/6.png">
                                        </div>
                                        <div class="category-content">
                                            <div class="cate-icon">
                                                <i class="icofont-music-disk">
                                                </i>
                                            </div>
                                            <a href="#">
                                                <h6>
                                                    BAMS UG/PG
                                                </h6>
                                            </a>
                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>
                        <div class="text-center mt-5">
                            <a class="lab-btn" href="Signup.aspx">
                                <span>
                                    Connect Now
                                </span>
                            </a>
                        </div>
                    </div>
                </div>
            </div>
            <!-- Achievement section start here -->
            <div class="blog-section padding-tb section-bg">
                <div class="container">
                    <div class="section-header text-center">
                        <span class="subtitle">
       We Support you at each Steps
                        </span>
                        <h2 class="title">
                            Complete Dedication and Support from MBBSWALA
                        </h2>
                    </div>
                    <div class="section-wrapper">
                        <div class="row row-cols-1 row-cols-md-2 row-cols-xl-3 justify-content-center g-4">
                            <div class="col">
                                <div class="post-item">
                                    <div class="post-inner">
                                        <div class="post-thumb">
                                            <img src="assets/images/feedback/student/1.png">
                                        </div>
                                        <div class="post-content">
                                            <a href="#">
                                                <h5>
                                                    VISA ASSISTANCE
                                                </h5>
                                            </a>
                                            <p>
                                                We Provide complete legal Visa Assistance for Admmission Abroad
                                            </p>
                                        </div>
                                    </div>
                                </div>
                            </div>
                            <div class="col">
                                <div class="post-item">
                                    <div class="post-inner">
                                        <div class="post-thumb">
                                            <img src="assets/images/feedback/student/2.png">
                                        </div>
                                        <div class="post-content">
                                            <a href="#">
                                                <h5>
                                                    LEGAL ADMISSION PROCESS
                                                </h5>
                                            </a>
                                            <br>
                                            <p>
                                                End-to End Admission process with MBBSWALA is legal &amp; legitimate
                                            </p>
                                        </div>
                                    </div>
                                </div>
                            </div>
                            <div class="col">
                                <div class="post-item">
                                    <div class="post-inner">
                                        <div class="post-thumb">
                                            <img src="assets/images/feedback/student/3.png">
                                        </div>
                                        <div class="post-content">
                                            <a href="#">
                                                <h5>
                                                    ACT AS LOCAL GUARDIAN
                                                </h5>
                                            </a>
                                            <p>
                                                Consider MBBSWALA as your Local Gaurdian throughout your Medical Journey
                                            </p>
                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
            <!-- Achievement section ending here -->
            <div class="achievement-section padding-tb">
                <div class="container">
                    <div class="section-header text-center">
                        <span class="subtitle">
       ROAD TO YOUR SUCCESS
                        </span>
                        <h2 class="title">
                            We are Your Success Partner
                        </h2>
                    </div>
                    <div class="section-wrapper">
                        <div class="achieve-part">
                            <div class="section-header text-center">
                                <h2 class="title">
                                    WE EXPERTIES IN
                                </h2>
                            </div>
                            <div class="row g-4 row-cols-1 row-cols-lg-2">
                                <div class="col">
                                    <div class="achieve-item">
                                        <div class="course-video">
                                            <div class="course-video-content">
                                                <div class="accordion" id="accordionExample1">
                                                    <div class="accordion-item">
                                                        <div class="accordion-header pb-1" id="accordion012">
                                                            <a aria-controls="videolist12" aria-expanded="false" class="p-3 d-flex flex-wrap justify-content-between collapsed btn btn-block btn-primary" data-bs-target="#videolist12" data-bs-toggle="collapse">
                                                                <span>
                                                                    NEET PG COUNSELLING
                                                                </span>
                                                                <span>
                                                                </span>
                                                            </a>
                                                        </div>
                                                        <div aria-labelledby="accordion012" class="accordion-collapse collapse" data-bs-parent="#accordionExample1" id="videolist12" style="">
                                                            <h2>
                                                                Guidance For Neet Pg Counselling
                                                            </h2>
                                                            <ul class="lab-ul video-item-list">
                                                                <li class="d-flex flex-wrap justify-content-between">
                                                                    Proffesional admission guidance service for pg medical course. End to End solution of all admission related glith what a candidate face during counselling. Our experienced counsellor have deep knowledge about counselling process, rank analysis and we always update with latest about admission norms, fee structure &amp; bond requirement.
                                                                </li>
                                                                <li class="d-flex flex-wrap justify-content-between">
                                                                    We Analyse Your Marks/Rank/Budget And Give Your Bundle Of Result What Best Suit For A Candidate.
                                                                </li>
                                                                <li class="d-flex flex-wrap justify-content-between">
                                                                    Support In Choice Filling And Documentation.
                                                                </li>
                                                                <li class="d-flex flex-wrap justify-content-between">
                                                                    Day To Day Counselling Notification Through Our Broadcast Channel Via Whatsapp/Telegram.
                                                                </li>
                                                            </ul>
                                                        </div>
                                                    </div>
                                                    <div class="accordion-item">
                                                        <div class="accordion-header pb-1" id="accordion022">
                                                            <a aria-controls="videolist21" aria-expanded="false" class="p-3 d-flex flex-wrap justify-content-between collapsed btn btn-block btn-primary" data-bs-target="#videolist21" data-bs-toggle="collapse">
                                                                <span>
                                                                    NEET UG COUNSELLING
                                                                </span>
                                                                <span>
                                                                </span>
                                                            </a>
                                                        </div>
                                                        <div aria-labelledby="accordion022" class="accordion-collapse collapse" data-bs-parent="#accordionExample" id="videolist21" style="">
                                                            <h2>
                                                                Guidance For Neet Ug Counselling
                                                            </h2>
                                                            <ul class="lab-ul video-item-list">
                                                                <li class="d-flex flex-wrap justify-content-between">
                                                                    Neet UG counselliing means counselling and admission process related to MBBS/BDS/BAMS/BUMS course. We discuss about program/budget/eligibility/pre admission formalities.
                                                                </li>
                                                                <li class="d-flex flex-wrap justify-content-between">
                                                                    Analysis Of Rank(Score) Of Neet Ug And Advice You A Best College According To Your Rank And Budget
                                                                </li>
                                                                <li class="d-flex flex-wrap justify-content-between">
                                                                    Analysis Of Quotas And Scholarships Such As Nri/Ipl/Cpq/Ews Quota With Match To Your Profile.
                                                                </li>
                                                                <li class="d-flex flex-wrap justify-content-between">
                                                                    Day To Day Counselling Notification Through Whatsapp &amp; Telegram &amp; Support In Documentation Of Choice Filling.
                                                                </li>
                                                            </ul>
                                                        </div>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                                <div class="col">
                                    <div class="achieve-item">
                                        <div class="course-video">
                                            <div class="course-video-content">
                                                <div class="accordion" id="accordionExample">
                                                    <div class="accordion-item">
                                                        <div class="accordion-header pb-1" id="accordion01">
                                                            <a aria-controls="videolist1" aria-expanded="false" class="p-3 d-flex flex-wrap justify-content-between collapsed btn btn-block btn-primary" data-bs-target="#videolist1" data-bs-toggle="collapse">
                                                                <span>
                                                                    ABROAD MEDICAL STUDIES
                                                                </span>
                                                                <span>
                                                                </span>
                                                            </a>
                                                        </div>
                                                        <div aria-labelledby="accordion01" class="accordion-collapse collapse" data-bs-parent="#accordionExample" id="videolist1" style="">
                                                            <h2>
                                                                Guidance For Neet Pg Counselling
                                                            </h2>
                                                            <ul class="lab-ul video-item-list">
                                                                <li class="d-flex flex-wrap justify-content-between">
                                                                    Student prefered forign country to study medicine just because of two prime reason.
(1) Advance study mechanism.
(2) Low fee structure then india.
                                                                </li>
                                                                <li class="d-flex flex-wrap justify-content-between">
                                                                    Introduction Of Medical University According To Your Academic And Budget.
                                                                </li>
                                                                <li class="d-flex flex-wrap justify-content-between">
                                                                    Pre Departure Assitance Like Documentation, Visa, Application &amp; Invitation Letter, Insurance Etc.
                                                                </li>
                                                                <li class="d-flex flex-wrap justify-content-between">
                                                                    Post Departure Assitance Droping To Universities From Airport, Hostel Accomodation &amp; Local Guardian Support.
                                                                </li>
                                                            </ul>
                                                        </div>
                                                    </div>
                                                    <div class="accordion-item">
                                                        <div class="accordion-header pb-1" id="accordion02">
                                                            <a aria-controls="videolist2" aria-expanded="false" class="p-3 d-flex flex-wrap justify-content-between collapsed btn btn-block btn-primary" data-bs-target="#videolist2" data-bs-toggle="collapse">
                                                                <span>
                                                                    SCHOLARSHIPS SERVICE
                                                                </span>
                                                                <span>
                                                                </span>
                                                            </a>
                                                        </div>
                                                        <div aria-labelledby="accordion02" class="accordion-collapse collapse" data-bs-parent="#accordionExample" id="videolist2" style="">
                                                            <h2>
                                                                Guidance For Scholarships
                                                            </h2>
                                                            <ul class="lab-ul video-item-list">
                                                                <li class="d-flex flex-wrap justify-content-between">
                                                                    Their are lots of scholarship scheme for the student who want to study medical courses such as, AIIMS scholarship/Vahini schorship/SHDF scholarship/Medhari scholarship. If you are eligible in scholarship characteristics we will help you out:
                                                                </li>
                                                                <li class="d-flex flex-wrap justify-content-between">
                                                                    To Fill The Application Form Of That Particular Scholarships
                                                                </li>
                                                                <li class="d-flex flex-wrap justify-content-between">
                                                                    Compliance Of Documents.
                                                                </li>
                                                                <li class="d-flex flex-wrap justify-content-between">
                                                                    End To End Updates And News Through Whatsapp Group.
                                                                </li>
                                                            </ul>
                                                        </div>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
            <!-- Testimonial Starts here -->
            <div class="student-feedbak-section padding-tb shape-img">
                <div class="container">
                    <div class="section-header text-center">
                        <span class="subtitle">
       Our Dedication and Process
                        </span>
                        <h2 class="title">
                            Is Towords Your  Dream Fulfillment
                        </h2>
                    </div>
                    <div class="section-wrapper">
                        <div class="row justify-content-center row-cols-lg-2 row-cols-1">
                            <div class="col">
                                <div class="sf-left">
                                    <div class="sfl-thumb">
                                        <img src="assets/images/feedback/video.png">
                                        <a class="video-button" data-rel="lightcase" href="https://www.youtube.com/embed/DKnYipUIqkQ">
                                            <i class="icofont-ui-play">
                                            </i>
                                        </a>
                                    </div>
                                </div>
                            </div>
                            <div class="col">
                                <div class="stu-feed-item">
                                    <div class="stu-feed-inner">
                                        <div class="stu-feed-top">
                                            <div class="sft-left">
                                                <div class="sftl-thumb">
                                                    <img src="assets/images/feedback/vision%20(1).png">
                                                </div>
                                                <div class="sftl-content">
                                                    <a href="#">
                                                        <h6 style="color: #1984cc;">
                                                            Our Vison
                                                        </h6>
                                                    </a>
                                                </div>
                                            </div>
                                        </div>
                                        <div class="stu-feed-bottom">
                                            <p style="text-align: justify; font-family: auto;">
                                                To remain honest and devoted in the field of education, and to make Medical admission process comforting with  complete admission backing to our scholars.
                                            </p>
                                        </div>
                                    </div>
                                </div>
                                <div class="stu-feed-item">
                                    <div class="stu-feed-inner">
                                        <div class="stu-feed-top">
                                            <div class="sft-left">
                                                <div class="sftl-thumb">
                                                    <img src="assets/images/feedback/target%20(1).png">
                                                </div>
                                                <div class="sftl-content">
                                                    <a href="#">
                                                        <h6 style="color: #1984cc;">
                                                            Our Mission
                                                        </h6>
                                                    </a>
                                                </div>
                                            </div>
                                        </div>
                                        <div class="stu-feed-bottom">
                                            <p style="text-align: justify; font-family: auto;">
                                                Yes, we're on a charge and very progressively working on a simple parameter to keep the complete admission process indefeasible and legal under any and all circumstances.
                                            </p>
                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
            <div class="newsletters-section padding-tb">
                <div class="container">
                    <div class="newsletter-area">
                        <div class="news-mass">
                            <i class="icofont-email">
                            </i>
                        </div>
                        <div class="row justify-content-between align-items-center">
                            <div class="col-lg-6 col-12">
                                <div class="section-header">
                                    <h2 class="title">
                                        Guardian FeedBack
                                    </h2>
                                    <p>
                                        At MBBSwala, we are committed to providing exceptional guidance and support for your ward's medical education. We understand the significance of selecting the right consultant for admissions and aim to surpass your expectations. Your feedback is highly valued as it helps us enhance our services continuously.
                                    </p>
                                </div>
                            </div>
                            <div class="col-lg-6 col-12">
                                <div class="section-wrapper">
                                    <h5>
                                        Enter Your Name &amp; Email Press to Submit Button
                                    </h5>
                                    <input name="name" placeholder="Enter your name" type="text">
                                    <input name="email" placeholder="Enter your email address" type="email">
                                    <textarea name="feedback" placeholder="Enter your feedback"></textarea>
                                    <button class="lab-btn" type="submit">
                                        <span>
                                            Submit Your Feedback
                                        </span>
                                    </button>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </form>
        <!-- Testimonial End here -->
        <div class="clients-section style-3 padding-tb">
            <div class="container">
                <div class="section-header text-center">
                    <span class="subtitle yellow-color">
      Testimonials
                    </span>
                    <h2 class="title">
                        What People Say
                    </h2>
                    <h2 class="abs-title">
                        Testimonials
                    </h2>
                </div>
                <div class="section-wrapper">
                    <div class="clients-slider2 overflow-hidden swiper-container-initialized swiper-container-horizontal">
                        <div class="swiper-wrapper" style="transform: translate3d(-1392px, 0px, 0px); transition-duration: 0ms;">
                            <div class="swiper-slide swiper-slide-duplicate swiper-slide-duplicate-next" data-swiper-slide-index="2" style="width: 696px;">
                                <div class="client-item">
                                    <div class="client-inner">
                                        <div class="client-thumb">
                                            <img src="assets/testimonial/Awesome-consultancy.png">
                                            <div class="quote">
                                                <i class="icofont-quote-left">
                                                </i>
                                            </div>
                                        </div>
                                        <div class="client-content">
                                            <p>
                                                Dynamically impact tactical methods of empowerment through ubiquitous methodologies. Global utilize robust services without integrated process improvements. Completely leverage existing niche markets via exceptional leadership skills.
                                            </p>
                                            <div class="client-info">
                                                <h6 class="client-name">
                                                    Uddeshya singh parihar
                                                </h6>
                                                <p>
                                                    Student
                                                </p>
                                                <span class="client-degi">
                                                    Awesome consultancy
                                                </span>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </div>
                            <div class="swiper-slide swiper-slide-prev" data-swiper-slide-index="0" style="width: 696px;">
                                <div class="client-item">
                                    <div class="client-inner">
                                        <div class="client-thumb">
                                            <img src="assets/testimonial/Awesome-consultancy.png">
                                            <div class="quote">
                                                <i class="icofont-quote-left">
                                                </i>
                                            </div>
                                        </div>
                                        <div class="client-content">
                                            <div class="client-info">
                                                <h6 class="client-name">
                                                    Uddeshya singh parihar
                                                </h6>
                                                <span class="client-degi">
                                                    Awesome consultancy
                                                </span>
                                                <br>
                                                <h6 class="client-name">
                                                    Student
                                                </h6>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>
                        <div aria-label="Next slide" class="clients-slider-nav clients-slider2-next" role="button" tabindex="0">
                            <i class="icofont-double-left">
                            </i>
                        </div>
                        <div aria-label="Previous slide" class="clients-slider-nav clients-slider2-prev" role="button" tabindex="0">
                            <i class="icofont-double-right">
                            </i>
                        </div>
                        <span aria-atomic="true" aria-live="assertive" class="swiper-notification">
                        </span>
                    </div>
                </div>
            </div>
        </div>
        <!-- footer -->
        <div class="news-footer-wrap">
            <div class="fs-shape">
                <img alt="fst" class="fst-1" src="assets/images/shape-img/03.png">
                <img alt="fst" class="fst-2" src="assets/images/shape-img/04.png">
            </div>
            <!-- Footer Section Start Here -->
            <footer>
                <div class="footer-top padding-tb pt-0">
                    <div class="container">
                        <div class="row g-4 row-cols-xl-4 row-cols-md-2 row-cols-1 justify-content-center">
                            <div class="col">
                                <div class="footer-item">
                                    <div class="footer-inner">
                                        <div class="footer-content">
                                            <div class="title">
                                                <img src="assets/images/logo/logo2.png" style="height: 100px !important; width: auto;">
                                            </div>
                                            <div class="content">
                                                <p style="color: white; font-weight: 300; text-align: justify">
             MBBS WALA is No. 1 Medical Education Consultant in India. We provide a professional platform for students seeking career assistance, guidance and support. Our consultant assists students in taking admission in a medical course in India and Abroad.
                                                </p>
                                            </div>
                                        </div>
                                        <div class="footer-content">
                                            <div class="title">
                                                <br>
                                                <h4>
                                                    MBBSWALA
                                                </h4>
                                            </div>
                                            <div class="content">
                                                <ul class="lab-ul">
                                                    <li>
                                                        TERMS &amp; CONDITION
                                                    </li>
                                                    <li>
                                                        <a href="PRIVACY_POLICY.aspx">
                                                            PRIVACY &amp; POLICY
                                                        </a>
                                                    </li>
                                                </ul>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </div>
                            <div class="col">
                                <div class="footer-item">
                                    <div class="footer-inner">
                                        <div class="footer-content">
                                            <div class="title">
                                                <h4>
                                                    QUICK LINKS
                                                </h4>
                                            </div>
                                            <div class="content">
                                                <ul class="lab-ul">
                                                    <li>
                                                        <a href="Aboutus.aspx">
                                                            ABOUT US
                                                        </a>
                                                    </li>
                                                    <li>
                                                        BLOG
                                                    </li>
                                                    <li>
                                                        <a href="Contact.aspx">
                                                            CONTACT US
                                                        </a>
                                                    </li>
                                                </ul>
                                            </div>
                                        </div>
                                        <div class="footer-content">
                                            <div class="title">
                                                <br>
                                                <h4>
                                                    PG DIPLOMA
                                                </h4>
                                            </div>
                                            <div class="content">
                                                <ul class="lab-ul">
                                                    <li>
                                                        <a href="DNB_india.aspx">
                                                            DNB IN INDIA
                                                        </a>
                                                    </li>
                                                    <li>
                                                        DORTHO IN INDIA
                                                    </li>
                                                    <li>
                                                        <a href="cps_fcps.aspx">
                                                            CPS/FCPS
                                                        </a>
                                                    </li>
                                                    <li>
                                                        DMRD IN INDIA
                                                    </li>
                                                    <li>
                                                        DMRD/DCP ADMISSION
                                                    </li>
                                                    <li>
                                                        CHILD HEALTH(DGO
                                                    </li>
                                                </ul>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </div>
                            <div class="col">
                                <div class="footer-item">
                                    <div class="footer-inner">
                                        <div class="footer-content">
                                            <div class="title">
                                                <h4>
                                                    ENTRANCE EXAMS
                                                </h4>
                                            </div>
                                            <div class="content">
                                                <ul class="lab-ul">
                                                    <li>
                                                        GMAT EXAM
                                                    </li>
                                                    <li>
                                                        TOEFL EXAM
                                                    </li>
                                                    <li>
                                                        SAT EXAM
                                                    </li>
                                                    <li>
                                                        IELTS EXAM
                                                    </li>
                                                </ul>
                                            </div>
                                        </div>
                                        <div class="footer-content">
                                            <div class="title">
                                                <br>
                                                <h4>
                                                    PG COURSES
                                                </h4>
                                            </div>
                                            <div class="content">
                                                <ul class="lab-ul">
                                                    <li>
                                                        <a href="MDMS.aspx">
                                                            MD MS IN INDIA
                                                        </a>
                                                    </li>
                                                    <li>
                                                        <a href="MRCP.aspx">
                                                            MRCP
                                                        </a>
                                                    </li>
                                                    <li>
                                                        <a href="MDS.aspx">
                                                            MDS IN INDIA
                                                        </a>
                                                    </li>
                                                    <li>
                                                        <a href="Aurvedapgadmission.aspx">
                                                            PG IN AYURVEDA
                                                        </a>
                                                    </li>
                                                    <li>
                                                        <a href="Unanimedical.aspx">
                                                            PG UNANI MEDICAL
                                                        </a>
                                                    </li>
                                                    <li>
                                                        <a href="Homeopathy.aspx">
                                                            PG IN HOMEOPATHY
                                                        </a>
                                                    </li>
                                                </ul>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </div>
                            <div class="col">
                                <div class="footer-item">
                                    <div class="footer-inner">
                                        <div class="footer-content">
                                            <div class="title">
                                                <h4>
                                                    UG COURSES
                                                </h4>
                                            </div>
                                            <div class="content">
                                                <ul class="lab-ul">
                                                    <li>
                                                        <a href="Ugstudyinindia.aspx">
                                                            MBBS IN INDIA
                                                        </a>
                                                    </li>
                                                    <li>
                                                        MBBS IN ABROAD
                                                    </li>
                                                    <li>
                                                        BDS IN INDIA
                                                    </li>
                                                    <li>
                                                        BVSC IN INDIA
                                                    </li>
                                                    <li>
                                                        BAMS IN INDIA
                                                    </li>
                                                    <li>
                                                        BNYS IN INDIA
                                                    </li>
                                                    <li>
                                                        BNYS IN INDIA
                                                    </li>
                                                    <li>
                                                        BUMS IN INDIA
                                                    </li>
                                                    <li>
                                                        BHMS IN INDIA
                                                    </li>
                                                </ul>
                                            </div>
                                        </div>
                                        <br>
                                        <div class="footer-content">
                                            <div class="title">
                                                <h4>
                                                    PAYMENT INFO
                                                </h4>
                                            </div>
                                            <div class="content">
                                                <ul class="lab-ul">
                                                    <li>
                                                        ACCOUNT /QR INFO
                                                    </li>
                                                </ul>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
                <div class="footer-bottom style-2">
                    <div class="container">
                        <div class="section-wrapper">
                            <p>
                                &copy; year
                                <a href="Default.aspx">
                                    MBBSWALA
                                </a>
                                Designed by
                                <a href="https://www.bhopalone.com/" target="_blank">
                                    Bhopalone
                                </a>
                            </p>
                        </div>
                    </div>
                </div>
            </footer>
            <!-- Footer Section Ending Here -->
        </div>
        <!-- footer -->
        <script src="assets/js/jquery.js">
        </script>
        <script src="assets/js/bootstrap.min.js">
        </script>
        <script src="assets/js/swiper.min.js">
        </script>
        <script src="assets/js/progress.js">
        </script>
        <script src="assets/js/lightcase.js">
        </script>
        <script src="assets/js/counter-up.js">
        </script>
        <script src="assets/js/isotope.pkgd.js">
        </script>
        <script src="assets/js/functions.js">
        </script>
        <script>
            var ebModal = document.getElementById('mySizeChartModal');
            var ebBtn = document.getElementById("mySizeChart");
            var ebSpan = document.getElementsByClassName("ebcf_close")[0];
            ebBtn.onclick = function() {
                ebModal.style.display = "block";
            };
            ebSpan.onclick = function() {
                ebModal.style.display = "none";
            };
            window.onclick = function(event) {
                if (event.target == ebModal) {
                    ebModal.style.display = "none";
                }
            };
            jQuery(function($) {
                $("a.sywh-open-services").click(function() {
                    if ($(".sywh-services").hasClass("active")) {
                        $(".sywh-services").removeClass("active");
                        $("a.sywh-open-services i.fa-times").hide();
                        $("a.sywh-open-services i.fa-comments").show();
                        $("a.sywh-open-services").removeClass("data-tooltip-hide");
                        $(".sywh-services a:nth-child(1)").delay(0).fadeOut();
                        $(".sywh-services a:nth-child(2)").delay(100).fadeOut();
                        $(".sywh-services a:nth-child(3)").delay(200).fadeOut();
                        $(".sywh-services a:nth-child(4)").delay(300).fadeOut();
                        $(".sywh-services a:nth-child(5)").delay(400).fadeOut();
                    } else {
                        $(".sywh-services").addClass("active");
                        $("a.sywh-open-services i.fa-comments").hide();
                        $("a.sywh-open-services i.fa-times").show();
                        $("a.sywh-open-services").addClass("data-tooltip-hide");
                        $(".sywh-services a:nth-child(5)").delay(0).fadeIn();
                        $(".sywh-services a:nth-child(4)").delay(100).fadeIn();
                        $(".sywh-services a:nth-child(3)").delay(200).fadeIn();
                        $(".sywh-services a:nth-child(2)").delay(300).fadeIn();
                        $(".sywh-services a:nth-child(1)").delay(400).fadeIn();
                    }
                });
            });
        </script>
        <script>
            var modal = document.getElementById('mySizeChartModal');
            var closeBtn = document.getElementsByClassName('close')[0];
            var interactionDetected = false;
            var timerId;
            window.onload = function() {
                modal.style.display = 'block';
                timerId = setTimeout(closeModal, 5000);
            };
            closeBtn.onclick = function() {
                closeModal();
            };
            window.onclick = function(event) {
                if (event.target == modal) {
                    closeModal();
                }
            };
            modal.onmouseenter = function() {
                clearTimeout(timerId);
                interactionDetected = true;
            };
            modal.onmouseleave = function() {
                startTimer();
                interactionDetected = false;
            };
            window.onkeydown = function() {
                clearTimeout(timerId);
                interactionDetected = true;
            };
            window.onkeyup = function() {
                startTimer();
                interactionDetected = false;
            };
            function startTimer() {
                if (!interactionDetected) {
                    timerId = setTimeout(closeModal, 5000);
                }
            }
            function closeModal() {
                modal.style.display = 'none';
            }
        </script>
        <script>
            document.addEventListener('DOMContentLoaded', function() {
                var notificationIcon = document.querySelector('.notification-tab .notification-icon');
                var badge = document.querySelector('.notification-tab .badge');
                notificationIcon.addEventListener('click', function() {
                    badge.style.display = 'none';
                });
            });
            $(document).ready(function() {
                $('.navbar-light .dmenu').hover(function() {
                    $(this).find('.sm-menu').first().stop(true, true).slideDown(150);
                }, function() {
                    $(this).find('.sm-menu').first().stop(true, true).slideUp(105);
                });
            });
            $(document).ready(function() {
                $(".megamenu").on("click", function(e) {
                    e.stopPropagation();
                });
            });
        </script>
    </body>
</html>

Latest requests

# Url Url Source Date
1 https://mbbswala.in/ 2024-05-18 10:30:03
2 https://thebolditalic.com/?gi=29a3… 2024-05-18 10:30:01
3 https://thebolditalic.com/?gi=62c7… 2024-05-18 10:30:01
4 https://thebolditalic.com/?gi=25e5… 2024-05-18 10:30:00
5 https://thebolditalic.com/?gi=3e8b… 2024-05-18 10:29:59
6 https://thebolditalic.com/?gi=1b07… 2024-05-18 10:29:58
7 https://thebolditalic.com/?gi=9cbd… 2024-05-18 10:29:57
8 https://thebolditalic.com/?gi=b8ae… 2024-05-18 10:29:57
9 https://thebolditalic.com/?gi=6dd5… 2024-05-18 10:29:56
10 https://thebolditalic.com/?gi=3474… 2024-05-18 10:29:55
11 https://thebolditalic.com/?gi=e425… 2024-05-18 10:29:54
12 https://thebolditalic.com/?gi=5590… 2024-05-18 10:29:53
13 https://thebolditalic.com/?gi=a5aa… 2024-05-18 10:29:53
14 https://thebolditalic.com/?gi=4484… 2024-05-18 10:29:51
15 https://thebolditalic.com/?gi=fd43… 2024-05-18 10:29:51
16 https://thebolditalic.com/?gi=f257… 2024-05-18 10:29:50
17 https://thebolditalic.com/?gi=9953… 2024-05-18 10:29:49
18 https://thebolditalic.com/?gi=262b… 2024-05-18 10:29:49
19 https://thebolditalic.com/?gi=1c4b… 2024-05-18 10:29:48
20 https://thebolditalic.com/?gi=d44f… 2024-05-18 10:29:47