It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: https://dryashwardhanjaiswal.com

  1. <!DOCTYPE html>
  2. <html lang="en">
  3.  <head>
  4.    <meta charset="UTF-8" />
  5.    <meta name="google-site-verification" content="iGOE9rlM3PjCWvSmeKjx4P1jyNSm94hfBB5J005hEpM" />
  6.    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  7.    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  8.  
  9.    <link rel="shortcut icon" href="./assets/Icon.png" type="image/x-icon" />
  10.    <title>Orthopaedics & Joint Replacement</title>
  11.  
  12. <meta name="keywords" content="Orthopedic Doctor India, India Orthopedic Surgeons, Orthopedic Surgeons, Best Doctors, Best Surgeons, Orthopedic, Orthopedic Doctors And Surgeons, Orthopedic Surgery, India Hospital Tour, India Doctors, Indian Doctors, Worlds Top Doctors, Orthopedic Surgeons India, Best Orthopedic Doctors In India, Indian Orthopedic Surgeons, Best Orthopedic Surgeons In India, Top India Doctors, Top India Orthopedic Surgeons, information about Orthopedic Doctors and surgeons, Orthopedic experts, Orthopedic surgery experience doctors, good surgeon, Minimally invasive robotic joint surgery
  13. " />
  14.  
  15. <meta name="description" content="Lifecare Hospital offers the best Orthopedic Surgeon India, Low Cost Experienced Orthopedic Surgeon India with high qualifications." />
  16.  
  17. <script type="application/ld+json">
  18. {
  19.  "@context": "https://schema.org",
  20.  "@type": "MedicalBusiness",
  21.  "name": "Dr. Yashwardhan Jaiswal",
  22.  "image": "https://www.dryashwardhanjaiswal.com/assets/Logo.png",
  23.  "@id": "",
  24.  "url": "https://www.dryashwardhanjaiswal.com",
  25.  "telephone": "+91-9818892387",
  26.  "address": {
  27.    "@type": "PostalAddress",
  28.    "streetAddress": "Room no.1, Dr. Yashwradhan Jaiswal, Life Car Hospital, 9 Civil Lines opposite allahabad bank, near cantt chauraha",
  29.    "addressLocality": "Gorakhpur",
  30.    "postalCode": "273001",
  31.    "addressCountry": "IN"
  32.  },
  33.  "geo": {
  34.    "@type": "GeoCoordinates",
  35.    "latitude": 26.7448496,
  36.    "longitude": 83.3655823
  37.  },
  38.  "openingHoursSpecification": {
  39.    "@type": "OpeningHoursSpecification",
  40.    "dayOfWeek": [
  41.      "Monday",
  42.      "Tuesday",
  43.      "Wednesday",
  44.      "Thursday",
  45.      "Friday",
  46.      "Saturday",
  47.      "Sunday"
  48.    ],
  49.    "opens": "00:00",
  50.    "closes": "23:59"
  51.  },
  52.  "sameAs": [
  53.    "https://www.facebook.com/Dr.YashwardhanJaiswal",
  54.    "https://www.youtube.com/channel/UCMxpZ4UvjjXjEZK90p7Jbdg"
  55.  ],
  56.  "aggregateRating": {
  57.    "@type": "AggregateRating",
  58.    "ratingValue": "4.9",
  59.    "reviewCount": "396"
  60.  }
  61. }
  62. </script>
  63.  
  64.  
  65.  
  66.    <link rel="stylesheet" href="index.css" />
  67.  
  68.  
  69.    <link
  70.      rel="stylesheet"
  71.      href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
  72.    />
  73.    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-0evHe/X+R7YkIZDRvuzKMRqM+OrBnVFBL6DOitfPri4tjfHxaWutUpFmBp4vmVor" crossorigin="anonymous">
  74.      <style>
  75.      body {
  76.        margin: 0;
  77.        padding: 0;
  78.      }
  79.      .head,
  80.      #neck,
  81.      #shoulder,
  82.      #hand,
  83.      #jaw,
  84.      #knee,
  85.      #back,
  86.      #elbow,
  87.      #groin,
  88.      #ankle {
  89.        display: none;
  90.      }
  91.      .boring {
  92.    background: #34b4b4;
  93.    max-width: 100vw;
  94.    transition: 2s ease-in-out;
  95.    animation: 200ms popup cubic-bezier(0, 0.86, 0.58, 1)
  96.      }
  97.  
  98.      @keyframes popup {
  99.        0% {
  100.          transform: scale(0);
  101.        }
  102.        100%{
  103.          transform: scale(1);
  104.        }
  105.      }
  106.  
  107.      @media only screen and (max-width: 600px) {
  108.        .boring {
  109.          flex-direction: column !important;
  110.        }
  111.        .lhs {
  112.          width: 100% !important;
  113.          margin: 20px;
  114.          display: flex;
  115.          flex-wrap: wrap !important;
  116.          flex-direction: row !important;
  117.        }
  118.        .center-img img {
  119.          height: 50vh !important;
  120.        }
  121.        .lhs a {
  122.          width: 100px;
  123.        }
  124.      }
  125.      .boring {
  126.        display: flex;
  127.        flex-direction: row;
  128.        justify-content: space-evenly;
  129.        align-content: stretch;
  130.        transition: 2s ease-in-out;
  131.      }
  132.      .lhs {
  133.        width: 20%;
  134.        margin: 20px;
  135.        display: flex;
  136.        flex-direction: column;
  137.      }
  138.      .lhs a {
  139.        background: rgb(9, 22, 51);
  140.        color: white !important;
  141.        border: 1px white solid;
  142.  
  143.        border-radius: 20px;
  144.        margin: 5px;
  145.        font-size: 15px;
  146.    text-align: center;
  147.    text-decoration: none;
  148.      }
  149.  
  150.      .lhs a:hover {
  151.        background-color: #34b4b3;
  152.        color: rgb(9, 22, 51);
  153.      }
  154.      .center-img {
  155.        display: flex;
  156.        flex-direction: row;
  157.        justify-content: center;
  158.        align-items: center;
  159.      }
  160.      .skeleton-p {
  161.        position: fixed;
  162.        display: none;
  163.        width: 100vw;
  164.        z-index: 100000000;
  165.      }
  166.      
  167. .yellow {
  168.  color: yellow !important;
  169. }
  170.  
  171. .right.condition_triangle {
  172.  width: 0;
  173.  height: 0;
  174.  border-top: 68px solid transparent;
  175.  border-bottom: 60px solid transparent;
  176.  z-index: -1;
  177.  border-right: 90px solid #34b4b43b !important;
  178.  border-left: 0 !important;
  179. }
  180.  
  181. .floatingbutton {
  182.  position: fixed;
  183.  z-index: 100000;
  184.  bottom: 2vh;
  185.  right: 2vw;
  186. }
  187.  
  188. .floatingbutton button {
  189.  border: 1px solid whitesmoke;
  190.  background: white;
  191.  border-radius: 20px;
  192.  color: gray;
  193.  padding: 10px;
  194.  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1),
  195.    0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1),
  196.    0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  197. }
  198.  
  199.    </style>
  200.  </head>
  201.  <body>
  202. <script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
  203. <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/js/bootstrap.bundle.min.js" integrity="sha384-fQybjgWLrvvRgtW6bFlB7jaZrFsaBXjsOMm/tB9LTS58ONXgqbR9W8oWht/amnpF" crossorigin="anonymous"></script>
  204. <script>
  205.  function spopup(){
  206.    const skltn = document.getElementById('sklton');
  207.    skltn.style.display = 'inline';
  208.  }
  209.   function spopupclose(){
  210.    const skltn = document.getElementById('sklton');
  211.    skltn.style.display = 'none';
  212.  }
  213. </script>
  214.    <script>
  215.      function ankleskeleton() {
  216.        const head = document.getElementById("head");
  217.        const skeleton = document.getElementById("skeleton");
  218.        const neck = document.getElementById("neck");
  219.        const shoulder = document.getElementById("shoulder");
  220.        const hand = document.getElementById("hand");
  221.        const jaw = document.getElementById("jaw");
  222.        const knee = document.getElementById("knee");
  223.        const back = document.getElementById("back");
  224.        const elbow = document.getElementById("elbow");
  225.        const groin = document.getElementById("groin");
  226.        const ankle = document.getElementById("ankle");
  227.        ankle.style.display = "inline";
  228.        groin.style.display = "none";
  229.        elbow.style.display = "none";
  230.        back.style.display = "none";
  231.        knee.style.display = "none";
  232.        jaw.style.display = "none";
  233.        hand.style.display = "none";
  234.        shoulder.style.display = "none";
  235.        neck.style.display = "none";
  236.        skeleton.style.display = "none";
  237.        head.style.display = "none";
  238.      }
  239.      function groinskeleton() {
  240.        const head = document.getElementById("head");
  241.        const skeleton = document.getElementById("skeleton");
  242.        const neck = document.getElementById("neck");
  243.        const shoulder = document.getElementById("shoulder");
  244.        const hand = document.getElementById("hand");
  245.        const jaw = document.getElementById("jaw");
  246.        const knee = document.getElementById("knee");
  247.        const back = document.getElementById("back");
  248.        const elbow = document.getElementById("elbow");
  249.        const groin = document.getElementById("groin");
  250.        const ankle = document.getElementById("ankle");
  251.        ankle.style.display = "none";
  252.        groin.style.display = "inline";
  253.        elbow.style.display = "none";
  254.        back.style.display = "none";
  255.        knee.style.display = "none";
  256.        jaw.style.display = "none";
  257.        hand.style.display = "none";
  258.        shoulder.style.display = "none";
  259.        neck.style.display = "none";
  260.        skeleton.style.display = "none";
  261.        head.style.display = "none";
  262.      }
  263.      function elbowskeleton() {
  264.        const head = document.getElementById("head");
  265.        const skeleton = document.getElementById("skeleton");
  266.        const neck = document.getElementById("neck");
  267.        const shoulder = document.getElementById("shoulder");
  268.        const hand = document.getElementById("hand");
  269.        const jaw = document.getElementById("jaw");
  270.        const knee = document.getElementById("knee");
  271.        const back = document.getElementById("back");
  272.        const elbow = document.getElementById("elbow");
  273.        const groin = document.getElementById("groin");
  274.        const ankle = document.getElementById("ankle");
  275.        ankle.style.display = "none";
  276.        groin.style.display = "none";
  277.        elbow.style.display = "inline";
  278.        back.style.display = "none";
  279.        knee.style.display = "none";
  280.        jaw.style.display = "none";
  281.        hand.style.display = "none";
  282.        shoulder.style.display = "none";
  283.        neck.style.display = "none";
  284.        skeleton.style.display = "none";
  285.        head.style.display = "none";
  286.      }
  287.      function backskeleton() {
  288.        const head = document.getElementById("head");
  289.        const skeleton = document.getElementById("skeleton");
  290.        const neck = document.getElementById("neck");
  291.        const shoulder = document.getElementById("shoulder");
  292.        const hand = document.getElementById("hand");
  293.        const jaw = document.getElementById("jaw");
  294.        const knee = document.getElementById("knee");
  295.        const back = document.getElementById("back");
  296.        const elbow = document.getElementById("elbow");
  297.        const groin = document.getElementById("groin");
  298.        const ankle = document.getElementById("ankle");
  299.        ankle.style.display = "none";
  300.        groin.style.display = "none";
  301.        elbow.style.display = "none";
  302.        back.style.display = "inline";
  303.        knee.style.display = "none";
  304.        jaw.style.display = "none";
  305.        hand.style.display = "none";
  306.        shoulder.style.display = "none";
  307.        neck.style.display = "none";
  308.        skeleton.style.display = "none";
  309.        head.style.display = "none";
  310.      }
  311.      function kneeskeleton() {
  312.        const head = document.getElementById("head");
  313.        const skeleton = document.getElementById("skeleton");
  314.        const neck = document.getElementById("neck");
  315.        const shoulder = document.getElementById("shoulder");
  316.        const hand = document.getElementById("hand");
  317.        const jaw = document.getElementById("jaw");
  318.        const knee = document.getElementById("knee");
  319.        const back = document.getElementById("back");
  320.        const elbow = document.getElementById("elbow");
  321.        const groin = document.getElementById("groin");
  322.        const ankle = document.getElementById("ankle");
  323.        ankle.style.display = "none";
  324.        groin.style.display = "none";
  325.        elbow.style.display = "none";
  326.        back.style.display = "none";
  327.        knee.style.display = "inline";
  328.        jaw.style.display = "none";
  329.        hand.style.display = "none";
  330.        shoulder.style.display = "none";
  331.        neck.style.display = "none";
  332.        skeleton.style.display = "none";
  333.        head.style.display = "none";
  334.      }
  335.      function headskeleton() {
  336.        const head = document.getElementById("head");
  337.        const skeleton = document.getElementById("skeleton");
  338.        const neck = document.getElementById("neck");
  339.        const shoulder = document.getElementById("shoulder");
  340.        const hand = document.getElementById("hand");
  341.        const jaw = document.getElementById("jaw");
  342.        const knee = document.getElementById("knee");
  343.        const back = document.getElementById("back");
  344.        const elbow = document.getElementById("elbow");
  345.        const groin = document.getElementById("groin");
  346.        const ankle = document.getElementById("ankle");
  347.        ankle.style.display = "none";
  348.        groin.style.display = "none";
  349.        elbow.style.display = "none";
  350.        back.style.display = "none";
  351.        knee.style.display = "none";
  352.        jaw.style.display = "none";
  353.        hand.style.display = "none";
  354.        shoulder.style.display = "none";
  355.        neck.style.display = "none";
  356.        skeleton.style.display = "none";
  357.        head.style.display = "inline";
  358.      }
  359.      function neckskeleton() {
  360.        const neck = document.getElementById("neck");
  361.        const skeleton = document.getElementById("skeleton");
  362.        const head = document.getElementById("head");
  363.        const shoulder = document.getElementById("shoulder");
  364.        const hand = document.getElementById("hand");
  365.        const jaw = document.getElementById("jaw");
  366.        const knee = document.getElementById("knee");
  367.        const back = document.getElementById("back");
  368.        const elbow = document.getElementById("elbow");
  369.        const groin = document.getElementById("groin");
  370.        const ankle = document.getElementById("ankle");
  371.        ankle.style.display = "none";
  372.        groin.style.display = "none";
  373.        elbow.style.display = "none";
  374.        back.style.display = "none";
  375.        knee.style.display = "none";
  376.        jaw.style.display = "none";
  377.        hand.style.display = "none";
  378.        shoulder.style.display = "none";
  379.        head.style.display = "none";
  380.        skeleton.style.display = "none";
  381.        neck.style.display = "inline";
  382.      }
  383.      function shoulderskeleton() {
  384.        const neck = document.getElementById("neck");
  385.        const skeleton = document.getElementById("skeleton");
  386.        const head = document.getElementById("head");
  387.        const shoulder = document.getElementById("shoulder");
  388.        const hand = document.getElementById("hand");
  389.        const jaw = document.getElementById("jaw");
  390.        const knee = document.getElementById("knee");
  391.        const back = document.getElementById("back");
  392.        const elbow = document.getElementById("elbow");
  393.        const groin = document.getElementById("groin");
  394.        const ankle = document.getElementById("ankle");
  395.        ankle.style.display = "none";
  396.        groin.style.display = "none";
  397.        elbow.style.display = "none";
  398.        back.style.display = "none";
  399.        knee.style.display = "none";
  400.        jaw.style.display = "none";
  401.        hand.style.display = "none";
  402.        shoulder.style.display = "inline";
  403.        head.style.display = "none";
  404.        skeleton.style.display = "none";
  405.        neck.style.display = "none";
  406.      }
  407.      function handskeleton() {
  408.        const neck = document.getElementById("neck");
  409.        const skeleton = document.getElementById("skeleton");
  410.        const head = document.getElementById("head");
  411.        const shoulder = document.getElementById("shoulder");
  412.        const hand = document.getElementById("hand");
  413.        const jaw = document.getElementById("jaw");
  414.        const knee = document.getElementById("knee");
  415.        const back = document.getElementById("back");
  416.        const elbow = document.getElementById("elbow");
  417.        const groin = document.getElementById("groin");
  418.        const ankle = document.getElementById("ankle");
  419.        ankle.style.display = "none";
  420.        groin.style.display = "none";
  421.        elbow.style.display = "none";
  422.        back.style.display = "none";
  423.        knee.style.display = "none";
  424.        jaw.style.display = "none";
  425.        hand.style.display = "inline";
  426.        shoulder.style.display = "none";
  427.        head.style.display = "none";
  428.        skeleton.style.display = "none";
  429.        neck.style.display = "none";
  430.      }
  431.      function jawskeleton() {
  432.        const neck = document.getElementById("neck");
  433.        const skeleton = document.getElementById("skeleton");
  434.        const head = document.getElementById("head");
  435.        const shoulder = document.getElementById("shoulder");
  436.        const hand = document.getElementById("hand");
  437.        const jaw = document.getElementById("jaw");
  438.        const knee = document.getElementById("knee");
  439.        const back = document.getElementById("back");
  440.        const elbow = document.getElementById("elbow");
  441.        const groin = document.getElementById("groin");
  442.        const ankle = document.getElementById("ankle");
  443.        ankle.style.display = "none";
  444.        groin.style.display = "none";
  445.        elbow.style.display = "none";
  446.        back.style.display = "none";
  447.        knee.style.display = "none";
  448.        jaw.style.display = "inline";
  449.        hand.style.display = "none";
  450.        shoulder.style.display = "none";
  451.        head.style.display = "none";
  452.        skeleton.style.display = "none";
  453.        neck.style.display = "none";
  454.      }
  455.    </script>
  456. <!-- Popup -->
  457.  
  458. <div class="main-popup" id="mainpopup">
  459.        <div class="popup">
  460.            <button  style="margin: 0 10px;" type="button" class="close" id="close" onclick="popup()" aria-label="Close">
  461.  <span aria-hidden="true">&times;</span>
  462. </button>
  463.            <div class="left">
  464.                <img src="./assets/appointment.gif" alt="Elbow Surgery">
  465.            </div>
  466.            <div class="right">
  467.                <h1 class="popup-title">Looking for Appointment</h1>
  468. <form    id="mailform1">
  469.        <input type="text" name="from_name" id="popup-name" required placeholder="Name">
  470.        <input type="tel" name="phone" pattern="[1-9]{1}[0-9]{9}"  required id="popup-phone" placeholder="Phone Number">
  471.        <button type="submit">Submit</button>
  472.        
  473.    </form>
  474.            </div>
  475.        
  476.    </div>
  477.    </div>
  478.    <div class="skeleton-p" id="sklton">
  479.      <button  style="margin: 0 10px; padding: 5px;" type="button" class="close" id="close" onclick="spopupclose()" aria-label="Close">
  480.  <span aria-hidden="true" style="font-size: 20px;">&times;</span>
  481. </button>
  482.      <div class="s-popup">
  483.          <div class="boring">
  484.      <div class="lhs">
  485.        <a
  486.          id=""
  487.          href="arthitis.html"
  488.          onpointerenter="handskeleton()"
  489.          target="_blank"
  490.          
  491.        >
  492.          Arthitis
  493.        </a>
  494.        <a id="killme" href="headache.html"  onpointerenter="headskeleton()">
  495.          Tension Headache
  496.        </a>
  497.        <a id="and" href="jawpain.html" onpointerenter="jawskeleton()">Jaw Pain</a>
  498.        <a id="boring" href="straininjury.html" onpointerenter="shoulderskeleton()">
  499.          Repetitive Strain Injury
  500.        </a>
  501.        <a id="day" onpointerenter="neckskeleton()" href="whiplash.html">Whiplash</a>
  502.        <a id="again" onpointerenter="shoulderskeleton()" href="shoulderinjury.html">
  503.          Shoulder Pain
  504.        </a>
  505.  
  506.        <a id="always" href="elbow.html" onpointerenter="elbowskeleton()">
  507.          Tennis Elbow
  508.        </a>
  509.        <a id="ahh" href="wrist.html" onpointerenter="handskeleton()">Broken Wrist</a>
  510.        <a id="feeling" href="knee.html" onpointerenter="kneeskeleton()">
  511.          Post Operation Physio</a
  512.        ><a href="ankle.html" onpointerenter="ankleskeleton()">Foot Problems</a>
  513.        <a onpointerenter="shoulderskeleton()" href="shoulderinjury.html">Frozen Shoulder</a>
  514.        <a onpointerenter="backskeleton()" href="backpain.html">Rib Pain</a>
  515.        <a onpointerenter="groinskeleton()">Groin Strain</a
  516.        ><a onpointerenter="kneeskeleton()" href="knee.html">Jumper's Knee</a>
  517.        <a href="" onpointerenter="groinskeleton()">Hip Pain</a>
  518.        <a onpointerenter="kneeskeleton()" href="knee.html">Thigh Muscle Strain</a>
  519.  
  520.        <a href="ankle.html" onpointerenter="ankleskeleton()">Shin Splints</a
  521.        ><a onpointerenter="kneeskeleton()" href="knee.html">Osgood Schlatters</a>
  522.        <a href="ankle.html" onpointerenter="ankleskeleton()">Sprained Ankle</a>
  523.      </div>
  524.      <div class="center-img">
  525.        <img
  526.          id="skeleton"
  527.          class="skeleton"
  528.          style="height: 100vh"
  529.          src="./assets/skeleton.png"
  530.          alt="Skeleton"
  531.        />
  532.        <img
  533.          id="head"
  534.          class="head"
  535.          style="height: 100vh"
  536.          src="./assets/skeletonhead.png"
  537.          alt="Head"
  538.        />
  539.        <img
  540.          src="./assets/neckskeleton.png"
  541.          alt="Neck"
  542.          style="height: 100vh"
  543.          id="neck"
  544.        />
  545.        <img
  546.          src="./assets/shoulderskeleton.png"
  547.          alt=Shoulder"
  548.          style="height: 100vh"
  549.          id="shoulder"
  550.        />
  551.        <img
  552.          src="./assets/handskeleton.png"
  553.          alt="Hand"
  554.          style="height: 100vh"
  555.          id="hand"
  556.        />
  557.        <img
  558.          src="./assets/jawskeleton.png"
  559.          alt="Jaw"
  560.          style="height: 100vh"
  561.          id="jaw"
  562.        />
  563.        <img
  564.          src="./assets/kneeskeleton.png"
  565.          alt="Knee"
  566.          style="height: 100vh"
  567.          id="knee"
  568.        />
  569.        <img
  570.          src="./assets/backskeleton.png"
  571.          alt="Back"
  572.          style="height: 100vh"
  573.          id="back"
  574.        />
  575.        <img
  576.          src="./assets/elbowskeleton.png"
  577.          alt="Elbow"
  578.          style="height: 100vh"
  579.          id="elbow"
  580.        />
  581.        <img
  582.          src="./assets/groinskeleton.png"
  583.          alt="Groin"
  584.          style="height: 100vh"
  585.          id="groin"
  586.        />
  587.        <img
  588.          src="./assets/ankleskeleton.png"
  589.          alt="Ankle"
  590.          style="height: 100vh"
  591.          id="ankle"
  592.        />
  593.      </div>
  594.      <div class="lhs">
  595.        <a id="killme" href="headache.html" onpointerenter="headskeleton()">Headaches</a>
  596.        <a id="boring" onpointerenter="neckskeleton()" href="whiplash.html">Neck Pain</a>
  597.        <a id="day" onpointerenter="neckskeleton()" href="whiplash.html">Stiff Neck</a>
  598.        <a id="again" onpointerenter="shoulderskeleton()" href="shoulderinjury.html">
  599.          Shoulder Dislocation
  600.        </a>
  601.        <a id="feeling" onpointerenter="kneeskeleton()" href="knee.html">
  602.          Runner's Knee
  603.        </a>
  604.        <a href="elbow.html" id="and" onpointerenter="elbowskeleton()">Golfers Elbow</a>
  605.        <a id="feeling" onpointerenter="backskeleton()" href="backpain.html">
  606.          Postural Dysfunction
  607.        </a>
  608.        <a id="always" onpointerenter="handskeleton()" href="wrist.html">
  609.          Sprained Thumb
  610.        </a>
  611.        <a id="ahh" onpointerenter="handskeleton()" href="wrist.html">
  612.          Finger And Hand Pain
  613.        </a>
  614.  
  615.        <a id="feeling" onpointerenter="kneeskeleton()" href="knee.html">HamString</a>
  616.        <a id="feeling" onpointerenter="backskeleton()" href="backpain.html">Scoliosis</a>
  617.        <a id="feeling" onpointerenter="neckskeleton()" href="whiplash.html">
  618.          Spondylosis
  619.        </a>
  620.        <a id="feeling" onpointerenter="backskeleton()" href="backpain.html">Back Pain</a>
  621.        <a id="feeling" onpointerenter="groinskeleton()">
  622.          Sacro-Iliac Joint Sprain
  623.        </a>
  624.        <a id="feeling" href="sciatica.html" onpointerenter="kneeskeleton()">Sciatica</a>
  625.        <a id="feeling" onpointerenter="ankleskeleton()" href="">Heel Pain</a>
  626.        <a id="feeling" onpointerenter="kneeskeleton()" href="knee.html">Knee Pain</a>
  627.        <a id="feeling" onpointerenter="ankleskeleton()" href="ankle.html">
  628.          Achilles Tendon
  629.        </a>
  630.        <a id="feeling" onpointerenter="kneeskeleton()" href="knee.html">
  631.          Calf Muscle Injury
  632.        </a>
  633.      </div>
  634.    </div>
  635.      </div>
  636.    </div>
  637.    <div class="floatingbutton">
  638.      <button onclick="spopup()">Skeleton View</button>
  639.    </div>
  640.    <div class="Home">
  641.      <!--  -->
  642.      <div class="Navbar">
  643.        <div class="NavbarTop">
  644.          <div class="NavMain">
  645.            <div class="logo">
  646.              <a href="index.htm">
  647.              <img src="./assets/Logo.png" alt="Dr Yashwardhan Jaiswal" />
  648.              </a>
  649.            </div>
  650.            <div class="arrow"><ul>
  651.  
  652.                <li class="top-icons whatsapp">
  653.                  <a href="https://web.whatsapp.com/send?phone=919873513919"  target="_blank"><svg xmlns="http://www.w3.org/2000/svg" width="" height="" fill="currentColor" class="bi bi-whatsapp" viewBox="0 0 16 16">
  654.  <path d="M13.601 2.326A7.854 7.854 0 0 0 7.994 0C3.627 0 .068 3.558.064 7.926c0 1.399.366 2.76 1.057 3.965L0 16l4.204-1.102a7.933 7.933 0 0 0 3.79.965h.004c4.368 0 7.926-3.558 7.93-7.93A7.898 7.898 0 0 0 13.6 2.326zM7.994 14.521a6.573 6.573 0 0 1-3.356-.92l-.24-.144-2.494.654.666-2.433-.156-.251a6.56 6.56 0 0 1-1.007-3.505c0-3.626 2.957-6.584 6.591-6.584a6.56 6.56 0 0 1 4.66 1.931 6.557 6.557 0 0 1 1.928 4.66c-.004 3.639-2.961 6.592-6.592 6.592zm3.615-4.934c-.197-.099-1.17-.578-1.353-.646-.182-.065-.315-.099-.445.099-.133.197-.513.646-.627.775-.114.133-.232.148-.43.05-.197-.1-.836-.308-1.592-.985-.59-.525-.985-1.175-1.103-1.372-.114-.198-.011-.304.088-.403.087-.088.197-.232.296-.346.1-.114.133-.198.198-.33.065-.134.034-.248-.015-.347-.05-.099-.445-1.076-.612-1.47-.16-.389-.323-.335-.445-.34-.114-.007-.247-.007-.38-.007a.729.729 0 0 0-.529.247c-.182.198-.691.677-.691 1.654 0 .977.71 1.916.81 2.049.098.133 1.394 2.132 3.383 2.992.47.205.84.326 1.129.418.475.152.904.129 1.246.08.38-.058 1.171-.48 1.338-.943.164-.464.164-.86.114-.943-.049-.084-.182-.133-.38-.232z"/>
  655. </svg></a>
  656.                </li>
  657.                <li class="top-icons facebook">
  658.                  <a href="https://www.facebook.com/Dr.YashwardhanJaiswal"  target="_blank"><svg xmlns="http://www.w3.org/2000/svg" width="" height="" fill="currentColor" class="bi bi-facebook" viewBox="0 0 16 16">
  659.  <path d="M16 8.049c0-4.446-3.582-8.05-8-8.05C3.58 0-.002 3.603-.002 8.05c0 4.017 2.926 7.347 6.75 7.951v-5.625h-2.03V8.05H6.75V6.275c0-2.017 1.195-3.131 3.022-3.131.876 0 1.791.157 1.791.157v1.98h-1.009c-.993 0-1.303.621-1.303 1.258v1.51h2.218l-.354 2.326H9.25V16c3.824-.604 6.75-3.934 6.75-7.951z"/>
  660. </svg></a>
  661.                </li>
  662.                <li class="top-icons youtube">
  663.                  <a href="https://www.youtube.com/channel/UCMxpZ4UvjjXjEZK90p7Jbdg"  target="_blank"><svg xmlns="http://www.w3.org/2000/svg" width="" height="" fill="currentColor" class="bi bi-youtube" viewBox="0 0 16 16">
  664.  <path d="M8.051 1.999h.089c.822.003 4.987.033 6.11.335a2.01 2.01 0 0 1 1.415 1.42c.101.38.172.883.22 1.402l.01.104.022.26.008.104c.065.914.073 1.77.074 1.957v.075c-.001.194-.01 1.108-.082 2.06l-.008.105-.009.104c-.05.572-.124 1.14-.235 1.558a2.007 2.007 0 0 1-1.415 1.42c-1.16.312-5.569.334-6.18.335h-.142c-.309 0-1.587-.006-2.927-.052l-.17-.006-.087-.004-.171-.007-.171-.007c-1.11-.049-2.167-.128-2.654-.26a2.007 2.007 0 0 1-1.415-1.419c-.111-.417-.185-.986-.235-1.558L.09 9.82l-.008-.104A31.4 31.4 0 0 1 0 7.68v-.123c.002-.215.01-.958.064-1.778l.007-.103.003-.052.008-.104.022-.26.01-.104c.048-.519.119-1.023.22-1.402a2.007 2.007 0 0 1 1.415-1.42c.487-.13 1.544-.21 2.654-.26l.17-.007.172-.006.086-.003.171-.007A99.788 99.788 0 0 1 7.858 2h.193zM6.4 5.209v4.818l4.157-2.408L6.4 5.209z"/>
  665. </svg></a>
  666.                </li>
  667.                <li class="top-icons instagram">
  668.                  <a href="https://www.instagram.com/dr_yashwardhan_jaiswal?utm_source=ig_web_button_share_sheet&igsh=ZDNlZDc0MzIxNw=="  target="_blank"><svg xmlns="http://www.w3.org/2000/svg" width="" height="" fill="currentColor" class="bi bi-instagram" viewBox="0 0 16 16">
  669.  <path d="M8 0C5.829 0 5.556.01 4.703.048 3.85.088 3.269.222 2.76.42a3.917 3.917 0 0 0-1.417.923A3.927 3.927 0 0 0 .42 2.76C.222 3.268.087 3.85.048 4.7.01 5.555 0 5.827 0 8.001c0 2.172.01 2.444.048 3.297.04.852.174 1.433.372 1.942.205.526.478.972.923 1.417.444.445.89.719 1.416.923.51.198 1.09.333 1.942.372C5.555 15.99 5.827 16 8 16s2.444-.01 3.298-.048c.851-.04 1.434-.174 1.943-.372a3.916 3.916 0 0 0 1.416-.923c.445-.445.718-.891.923-1.417.197-.509.332-1.09.372-1.942C15.99 10.445 16 10.173 16 8s-.01-2.445-.048-3.299c-.04-.851-.175-1.433-.372-1.941a3.926 3.926 0 0 0-.923-1.417A3.911 3.911 0 0 0 13.24.42c-.51-.198-1.092-.333-1.943-.372C10.443.01 10.172 0 7.998 0h.003zm-.717 1.442h.718c2.136 0 2.389.007 3.232.046.78.035 1.204.166 1.486.275.373.145.64.319.92.599.28.28.453.546.598.92.11.281.24.705.275 1.485.039.843.047 1.096.047 3.231s-.008 2.389-.047 3.232c-.035.78-.166 1.203-.275 1.485a2.47 2.47 0 0 1-.599.919c-.28.28-.546.453-.92.598-.28.11-.704.24-1.485.276-.843.038-1.096.047-3.232.047s-2.39-.009-3.233-.047c-.78-.036-1.203-.166-1.485-.276a2.478 2.478 0 0 1-.92-.598 2.48 2.48 0 0 1-.6-.92c-.109-.281-.24-.705-.275-1.485-.038-.843-.046-1.096-.046-3.233 0-2.136.008-2.388.046-3.231.036-.78.166-1.204.276-1.486.145-.373.319-.64.599-.92.28-.28.546-.453.92-.598.282-.11.705-.24 1.485-.276.738-.034 1.024-.044 2.515-.045v.002zm4.988 1.328a.96.96 0 1 0 0 1.92.96.96 0 0 0 0-1.92zm-4.27 1.122a4.109 4.109 0 1 0 0 8.217 4.109 4.109 0 0 0 0-8.217zm0 1.441a2.667 2.667 0 1 1 0 5.334 2.667 2.667 0 0 1 0-5.334z"/>
  670. </svg></a>
  671.                </li>
  672.                <li class="top-icons google">
  673.                  <a href=" https://www.google.com/search?gs_ssp=eJzj4tVP1zc0zDAytjTKMTA3YLRSMagwtrQ0NDFNtEg2MjE2NjA2tTKoSLS0TExMTTM0NLFMM01K9hJLKVKoTCzOKE8sSslIzFPISswsLk_MAQAMNxaM&q=dr+yashwardhan+jaiswal&rlz=1C1CHBF_enIN999IN999&oq=dr+yash&aqs=chrome.1.69i57j46i39i175i199j0i512l3j69i60l3.9565j1j7&sourceid=chrome&ie=UTF-8#lrd=0x399145a8c2433035:0xa99aaef1149f5bc,1,,," target="_blank"><svg xmlns="http://www.w3.org/2000/svg" width="" height="" fill="currentColor" class="bi bi-google" viewBox="0 0 16 16">
  674.  <path d="M15.545 6.558a9.42 9.42 0 0 1 .139 1.626c0 2.434-.87 4.492-2.384 5.885h.002C11.978 15.292 10.158 16 8 16A8 8 0 1 1 8 0a7.689 7.689 0 0 1 5.352 2.082l-2.284 2.284A4.347 4.347 0 0 0 8 3.166c-2.087 0-3.86 1.408-4.492 3.304a4.792 4.792 0 0 0 0 3.063h.003c.635 1.893 2.405 3.301 4.492 3.301 1.078 0 2.004-.276 2.722-.764h-.003a3.702 3.702 0 0 0 1.599-2.431H8v-3.08h7.545z"/>
  675. </svg></a>
  676.                </li>
  677.               </ul><div class="arrow-left"></div></div>
  678.  
  679.            <div class="content">
  680.              <ul>
  681.              
  682.  
  683.                
  684.                   <li class="top-phone">
  685.                  <a href="tel:9818892387">9818892387</a>
  686.                    <a href="" class="phone-divider">,</a>
  687.                  <a href="tel:9453040202">9453040202</a>
  688.                  <a href="" class="phone-divider">,</a>
  689.                  <a href="tel:9935115511">9935115511</a>
  690.                </li>
  691.              
  692.                <li class="top-appointment">
  693.                  <a  href="appointment.html">Book Appointment</a>
  694.                </li>
  695.              </ul>
  696.            </div>
  697.          </div>
  698.          <!--  -->
  699.          <div class="NavSecond">
  700.            <ul>
  701.              
  702.            </ul>
  703.            <div class="NavContent">
  704.              <div class="nav_dropdowns">
  705.                <div class="link nav-link">
  706.                  <a class="btn btn-white" href="index.htm" role="button">
  707.                    Home
  708.                  </a>
  709.                </div>
  710.                <div class="link nav-link">
  711.                  <a class="btn btn-white" href="about.html" role="button">
  712.                    About us
  713.                  </a>
  714.                </div>
  715.                <!--  -->
  716.                <div class="dropdown">
  717.                  <span class="btn btn-white dropdown-toggle">Hip Surgeries</span>
  718.                  <div class="dropdown-content">
  719.                    <a class="dropdown-item" href="hipSurgery.html">Hip Surgery</a>
  720.                    <a class="dropdown-item" href="hipArthroscopy.html"
  721.                      >Hip Arthroscopy</a
  722.                    >
  723.                    <a class="dropdown-item" href="hipRevision.html">Hip Revision Arthroplasty</a>
  724.                    <a class="dropdown-item" href="hipdyslpasia.html">Hip Dyslpasia</a>
  725.                    <a class="dropdown-item" href="tumour.html">Tumour</a>
  726.  
  727.                  </div>
  728.                </div>
  729.                <div class="dropdown">
  730.                  <span class="btn btn-white dropdown-toggle"
  731.                    >Knee Surgeries</span
  732.                  >
  733.                  <div class="dropdown-content">
  734.                    <a class="dropdown-item" href="KneeSurgery.html"
  735.                      >Knee Surgery</a
  736.                    >
  737.                    <a class="dropdown-item" href="arthitis.html"
  738.                      >Arthities</a
  739.                    >
  740.  
  741.                    <a class="dropdown-item" href="kneeArthroplasty.html"
  742.                      >Knee Arthroplasty
  743.                    </a>
  744.                     <a class="dropdown-item" href="knee.html"
  745.                      >
  746.                      Knee Pain
  747.                    </a>
  748.                  </div>
  749.                </div>
  750.                <div class="dropdown">
  751.                  <span class="btn btn-white dropdown-toggle"
  752.                    >Shoulder Surgeries</span
  753.                  >
  754.                  <div class="dropdown-content">
  755.                    <a class="dropdown-item" href="straininjury.html"
  756.                      >Strain Injury</a
  757.                    >
  758.                    <a class="dropdown-item" href="shoulderinjury.html"
  759.                      >Shoulder Injury</a
  760.                    >
  761.  
  762.                    <a class="dropdown-item" href="shoulderinjury.html"
  763.                      >
  764.                      Shoulder Dislocation
  765.                    </a>
  766.                     <a class="dropdown-item" href="shoulderinjury.html"
  767.                      >
  768.                      Repetitive Strain Injury
  769.                    </a>
  770.                     <a class="dropdown-item" href="shoulderinjury.html"
  771.                      >
  772.                      Frozen Shoulder
  773.                    </a>
  774.                  </div>
  775.                </div>
  776.  
  777.                <div class="dropdown">
  778.                  <span class="btn btn-white dropdown-toggle"
  779.                    >Other Treatmnets</span
  780.                  >
  781.                  <div class="dropdown-content">
  782.                    <a class="dropdown-item" href="wrist.html"
  783.                      >Broken Wrist</a
  784.                    >
  785.                    <a class="dropdown-item" href="jawpain.html"
  786.                      >Jaw Pain</a
  787.                    >
  788.  
  789.                    <a class="dropdown-item" href="headache.html"
  790.                      >
  791.                      Tension Headache
  792.                    </a>
  793.                     <a class="dropdown-item" href="wrist.html"
  794.                      >
  795.                      Finger and Hand Pain
  796.                    </a>
  797.                     <a class="dropdown-item" href="elbow.html"
  798.                      >
  799.                      Tennis Elbow
  800.                    </a>
  801.                     <a class="dropdown-item" href="wrist.html"
  802.                      >
  803.                      Sprained Thumb
  804.                    </a>
  805.                     <a class="dropdown-item" href="elbow.html"
  806.                      >
  807.                      Golfers Elbow
  808.                    </a>
  809.                     <a class="dropdown-item" href="whiplash.html"
  810.                      >
  811.                      Whiplash
  812.                    </a>
  813.                     <a class="dropdown-item" href="ankle.html"
  814.                      >
  815.                      Sprained Ankle
  816.                    </a>
  817.                     <a class="dropdown-item" href="knee.html"
  818.                      >
  819.                      Calf Muscle Injury
  820.                    </a>
  821.                     <a class="dropdown-item" href="backpain.html"
  822.                      >
  823.                      Back Pain
  824.                    </a>
  825.                     <a class="dropdown-item" href="backpain.html"
  826.                      >
  827.                      Postural Dysfunction
  828.                    </a>
  829.                    <a class="dropdown-item" href="backpain.html"
  830.                      >
  831.                      Scoliosis
  832.                    </a>
  833.                  </div>
  834.                </div>
  835.                <!--  -->
  836.                <div class="link nav-link">
  837.                  <a target="_blank" href="https://dryashwardhanjaiswal.com/blog" class="btn btn-white"> Blog</a>
  838.                </div>
  839.               <div class="link nav-link">
  840.                  <a href="contact.html" class="btn btn-white"> Contact</a>
  841.                </div>
  842.                </div>
  843.              </div>
  844.              <a
  845.                href="javascript:void(0);"
  846.                class="icon hamburger"
  847.                onclick="Navbar()"
  848.              >
  849.                <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-list" viewBox="0 0 16 16">
  850.  <path fill-rule="evenodd" d="M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5z"/>
  851. </svg>
  852.              </a>
  853.            </div>
  854.            <!--  -->
  855.          </div>
  856.        </div>
  857.      </div>
  858.      <div class="Second_nav_dropdowns" id="myLinks">
  859.        <div class="second_dropdowns">
  860.          <div class="link nav-link">
  861.            <a class="btn btn-white " href="index.htm" role="button"> Home </a>
  862.          </div>
  863.          <div class="link nav-link">
  864.            <a class="btn btn-white" href="about.html" role="button">
  865.              About us
  866.            </a>
  867.          </div>
  868.          <div class="dropdown">
  869.                  <span class="btn btn-white dropdown-toggle">Hip Surgeries</span>
  870.                  <div class="dropdown-content">
  871.                    <a class="dropdown-item" href="hipSurgery.html">Hip Surgery</a>
  872.                    <a class="dropdown-item" href="hipArthroscopy.html"
  873.                      >Hip Arthroscopy</a
  874.                    >
  875.                    <a class="dropdown-item" href="hipRevision.html">Hip Revision Arthroplasty</a>
  876.                    <a class="dropdown-item" href="hipdyslpasia.html">Hip Dyslpasia</a>
  877.                    <a class="dropdown-item" href="tumour.html">Tumour</a>
  878.  
  879.                  </div>
  880.                </div>
  881.                <div class="dropdown">
  882.                  <span class="btn btn-white dropdown-toggle"
  883.                    >Knee Surgeries</span
  884.                  >
  885.                  <div class="dropdown-content">
  886.                    <a class="dropdown-item" href="KneeSurgery.html"
  887.                      >Knee Surgery</a
  888.                    >
  889.                    <a class="dropdown-item" href="arthitis.html"
  890.                      >Arthities</a
  891.                    >
  892.  
  893.                    <a class="dropdown-item" href="kneeArthroplasty.html"
  894.                      >Knee Arthroplasty
  895.                    </a>
  896.                     <a class="dropdown-item" href="knee.html"
  897.                      >
  898.                      Knee Pain
  899.                    </a>
  900.                  </div>
  901.                </div>
  902.                <div class="dropdown">
  903.                  <span class="btn btn-white dropdown-toggle"
  904.                    >Shoulder Surgeries</span
  905.                  >
  906.                  <div class="dropdown-content">
  907.                    <a class="dropdown-item" href="straininjury.html"
  908.                      >Strain Injury</a
  909.                    >
  910.                    <a class="dropdown-item" href="shoulderinjury.html"
  911.                      >Shoulder Injury</a
  912.                    >
  913.  
  914.                    <a class="dropdown-item" href="shoulderinjury.html"
  915.                      >
  916.                      Shoulder Dislocation
  917.                    </a>
  918.                     <a class="dropdown-item" href="shoulderinjury.html"
  919.                      >
  920.                      Repetitive Strain Injury
  921.                    </a>
  922.                     <a class="dropdown-item" href="shoulderinjury.html"
  923.                      >
  924.                      Frozen Shoulder
  925.                    </a>
  926.                  </div>
  927.                </div>
  928.  
  929.                <div class="dropdown">
  930.                  <span class="btn btn-white dropdown-toggle"
  931.                    >Other Treatmnets</span
  932.                  >
  933.                  <div class="dropdown-content">
  934.                    <a class="dropdown-item" href="wrist.html"
  935.                      >Broken Wrist</a
  936.                    >
  937.                    <a class="dropdown-item" href="jawpain.html"
  938.                      >Jaw Pain</a
  939.                    >
  940.  
  941.                    <a class="dropdown-item" href="headache.html"
  942.                      >
  943.                      Tension Headache
  944.                    </a>
  945.                     <a class="dropdown-item" href="wrist.html"
  946.                      >
  947.                      Finger and Hand Pain
  948.                    </a>
  949.                     <a class="dropdown-item" href="elbow.html"
  950.                      >
  951.                      Tennis Elbow
  952.                    </a>
  953.                     <a class="dropdown-item" href="wrist.html"
  954.                      >
  955.                      Sprained Thumb
  956.                    </a>
  957.                     <a class="dropdown-item" href="elbow.html"
  958.                      >
  959.                      Golfers Elbow
  960.                    </a>
  961.                     <a class="dropdown-item" href="whiplash.html"
  962.                      >
  963.                      Whiplash
  964.                    </a>
  965.                     <a class="dropdown-item" href="ankle.html"
  966.                      >
  967.                      Sprained Ankle
  968.                    </a>
  969.                     <a class="dropdown-item" href="knee.html"
  970.                      >
  971.                      Calf Muscle Injury
  972.                    </a>
  973.                     <a class="dropdown-item" href="backpain.html"
  974.                      >
  975.                      Back Pain
  976.                    </a>
  977.                     <a class="dropdown-item" href="backpain.html"
  978.                      >
  979.                      Postural Dysfunction
  980.                    </a>
  981.                  </div>
  982.                </div>
  983.                <div class="link nav-link">
  984.                  <a target="_blank" href="https://dryashwardhanjaiswal.com/blog" class="btn btn-white"> Blog</a>
  985.                </div>
  986.          <div class="link nav-link">
  987.            <a href="contact.html" class="btn btn-white"> Contact</a>
  988.          </div>
  989.        </div>
  990.      </div>
  991.      <!--  -->
  992.  
  993.      <div class="home_main">
  994.        <div class="doctorsearch">
  995.          <h2 class="doctor_search_title">Best Orthopaedics Doctor in Gorakhpur</h2>
  996.  
  997.          <form class="doctor_search_bar">
  998.            <input
  999.              type="search"
  1000.              id="form1"
  1001.              class="form-control"
  1002.              placeholder="search"
  1003.            />
  1004.            <button type="button" class="btn btn-white doctor_search_button">
  1005.              <svg
  1006.                xmlns="http://www.w3.org/2000/svg"
  1007.                width="16"
  1008.                height="16"
  1009.                fill="#fff"
  1010.                class="bi bi-search"
  1011.                viewBox="0 0 16 16"
  1012.              >
  1013.                <path
  1014.                  d="M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z"
  1015.                />
  1016.              </svg>
  1017.            </button>
  1018.            
  1019.          </form>
  1020.        </div>
  1021.      
  1022.        <div id="carouselExampleControls1" class="carousel slide" data-ride="carousel" data-interval="5000" >
  1023.  <div class="carousel-inner">
  1024.    <div class="carousel-item active">
  1025.  <div class="doctor1bg">
  1026.          <div class="doctor1bg-img">
  1027.           <img src="./assets/robot.jpg" alt="Knee Arthroscopy Treatment">
  1028.          
  1029.        </div>
  1030.    </div>
  1031.    </div>
  1032.    <div class="carousel-item">
  1033.        <div class="doctor1bg">
  1034.          <div class="doctor1bg-img">
  1035.           <img src="./assets/slider11.png" alt="Mini Skull Repair Treatment">
  1036.          
  1037.        </div>
  1038.    </div>
  1039.    </div>
  1040.  
  1041.    <div class="carousel-item">
  1042.        <div class="doctor1bg">
  1043.          <div class="doctor1bg-img">
  1044.           <img src="./assets/yash2.jpg" alt="Mini Skull Repair Treatment">
  1045.          
  1046.        </div>
  1047.    </div>
  1048.    </div>
  1049.    <div class="carousel-item">
  1050.        <div class="doctor1bg">
  1051.          <div class="doctor1bg-img">
  1052.           <img src="./assets/slider1.jpg" alt="Ortho Treatment">
  1053.          
  1054.        </div>
  1055.    </div>
  1056.    </div>
  1057.    <div class="carousel-item">
  1058.        <div class="doctor1bg">
  1059.          <div class="doctor1bg-img">
  1060.           <img src="./assets/slider2.png" alt="Lower Back Pain Treatment">
  1061.          
  1062.        </div>
  1063.    </div>
  1064.    </div>
  1065.    <div class="carousel-item">
  1066.        <div class="doctor1bg">
  1067.          <div class="doctor1bg-img">
  1068.           <img src="./assets/Slider3.png" alt="Joint Replacement Surgery">
  1069.          
  1070.        </div>
  1071.        
  1072.    </div>
  1073.    </div>
  1074.    <div class="carousel-item">
  1075.        <div class="doctor1bg">
  1076.          <div class="doctor1bg-img">
  1077.           <img src="./assets/yash4.jpg" alt="Joint Replacement Surgery Doctors">
  1078.          
  1079.        </div>
  1080.        
  1081.    </div>
  1082.    </div>
  1083.    <div class="carousel-item">
  1084.        <div class="doctor1bg">
  1085.          <div class="doctor1bg-img">
  1086.           <img src="./assets/Banner.jpg" alt="Paediatric Orthopaedic Doctors">
  1087.          
  1088.        </div>
  1089.        
  1090.    </div>
  1091.    </div>
  1092.  </div>
  1093.  <a class="carousel-control-prev" href="#carouselExampleControls1" role="button" data-slide="prev" >
  1094.    <span class="carousel-control-prev-icon" aria-hidden="true"></span>
  1095.    <span class="sr-only" >Previous</span>
  1096.  </a>
  1097.  <a class="carousel-control-next" href="#carouselExampleControls1" role="button" data-slide="next" >
  1098.    <span class="carousel-control-next-icon" aria-hidden="true"></span>
  1099.    <span class="sr-only">Next</span>
  1100.  </a>
  1101. </div>
  1102.        
  1103.      </div>
  1104.  
  1105.      <div class="appointment">
  1106.        <div class="left_appointment">
  1107.          <div class="left_appointment_title">
  1108.            <h1><span class="underlined">Dr. Yashwardhan Jaiswal</span></h1>
  1109.          </div>
  1110.  
  1111.          <div class="left_appointment_detail">
  1112.            <div class="left_appointment_detail_img" style="    display: flex;
  1113.    align-items: center;
  1114. ">
  1115.              <img src="./assets/yashvardhan.png" alt="Dr Yashwardhan Jaiswal" />
  1116.            </div>
  1117.            <div class="readmore_content">
  1118.              <h2 class="left_appointment_detail_text">
  1119.                Dr. Yashwardhan is an experienced Joint Replacement Specialist, expert in Total Knee Replacement (TKR) and Total Hip Replacement (THR). Dr. Yashwardhan is also adept at treating children with congenital defects such as limb and spine deformities and musculoskeletal problems.
  1120.                
  1121.                  Dr. Yashwardhan Jaiswal is an Orthopedic Surgeon practicing at Life Care Hospital located at Civil Lines in Gorakhpur. He is an MBBS and MS (Ortho). He has years of experience in serving patients with bone diseases, spine diseases, musculoskeletal diseases, sports injuries, and infection. He is available at the hospital from Monday to Saturday. Some of the top orthopedic diseases he treats are ankle sprain, carpal tunnel syndrome, swelling, joint immobility, arthritis, osteoarthritis, rheumatoid arthritis, bursitis, elbow pain, elbow problems, etc. You can book appointment and consult online with Dr. Yashwardhan Jaiswal, Orthopedic Surgeon in Gorakhpur
  1122.                  <br class="breaker" />
  1123.                  
  1124.                </span>
  1125.              </h2>
  1126.              <a
  1127.                href="about.html"
  1128.                id="readMore"
  1129.                class="btn read_more btn-primary"
  1130.              >
  1131.                Read More
  1132.            </a>
  1133.            </div>
  1134.          </div>
  1135.        </div>
  1136.        <div class="right_appointment">
  1137.          <div class="right_appointment_title">
  1138.            <h1>Book An Appointment</h1>
  1139.          </div>
  1140.          <form class="appointment-form" id="mailform">
  1141.            <div class="appointment-form-group">
  1142.              <div class="form-group">
  1143.                <input
  1144.                  required
  1145.                  type="text"
  1146.                  class="form-control"
  1147.                  id="form-name"
  1148.                  name="from_name"
  1149.                  placeholder="Enter your full name"
  1150.                />
  1151.              </div>
  1152.              <div class="form-group">
  1153.                <input
  1154.                  type="email"
  1155.                  class="form-control"
  1156.                  id="form-email"
  1157.                  placeholder="youremail@domain.com"
  1158.                  name="from_email"
  1159.                />
  1160.              </div>
  1161.              <div class="form-group">
  1162.                <input
  1163.                  required
  1164.                  type="tel"
  1165.                  class="form-control"
  1166.                  id="form-phone"
  1167.                  pattern="[1-9]{1}[0-9]{9}"
  1168.                  placeholder="Enter Mobile Number"
  1169.                  name="number"
  1170.                />
  1171.              </div>
  1172.                
  1173.              <div class="form-group">
  1174.                <input
  1175.                  required
  1176.                  type="date"
  1177.                  class="form-control"
  1178.                  id="form-date"
  1179.                  name="date"
  1180.                  placeholder="APPOINTMENT DATE"
  1181.                />
  1182.              </div>
  1183.              <div class="form-group">
  1184.                <select
  1185.                  required
  1186.                  class="form-control"
  1187.                  name="time"
  1188.                  id="exampleFormControlSelect1"
  1189.                >
  1190.                  <option disabled selected value="Appointment Time">
  1191.                    Select Appointment Time
  1192.                  </option>
  1193.                  <option value="09:00am - 10:00am">09:00am - 10:00am</option>
  1194.                  <option value="10:00am - 11:00am">10:00am - 11:00am</option>
  1195.                  <option value="11:00am - 12:00am">11:00am - 12:00am</option>
  1196.                  <option value="12:00am - 01:00am">12:00am - 01:00am</option>
  1197.                  <option value="01:00am - 02:00am">01:00am - 02:00am</option>
  1198.                  <option value="02:00am - 03:00am">02:00am - 03:00am</option>
  1199.                  <option value="03:00am - 04:00am">03:00am - 04:00am</option>
  1200.                  <option value="04:00am - 05:00am">04:00am - 05:00am</option>
  1201.                  <option value="05:00am - 06:00am">05:00am - 06:00am</option>
  1202.                </select>
  1203.              </div>
  1204.            </div>
  1205.  
  1206.            <div class="right_appointment_detail">
  1207.              <button
  1208.                href="#comingsoon"
  1209.                type="submit"
  1210.                id="sendmail"
  1211.                class="book_an_appointment"
  1212.              >
  1213.                <img src="./assets/book_an_appointment.png" />
  1214.              </button>
  1215.            </div>
  1216.          </form>
  1217.        </div>
  1218.      </div>
  1219.      <div class="conditions">
  1220.        <div class="top left condition_triangle"></div>
  1221.        <div class="condition_container">
  1222.          <div class="condition_left">
  1223.            <h1 class="condition_triangle_title">Conditions</h1>
  1224.            <h2 class="condition_left_title">
  1225.              Conditions That we are dealing with
  1226.            </h2>
  1227.            <p class="condition_left_paragraph">
  1228.              Injuries and disorders of the musculoskeletal system are referred
  1229.              to as orthopedic conditions. Bones, muscles, joints, nerves,
  1230.              tendons, ligaments, and other connective tissues make up this body
  1231.              system. Chronic orthopedic disorders or injuries can cause damage
  1232.              to any of these tissues or structures.
  1233.            </p>
  1234.          </div>
  1235.          <div class="condition_right">
  1236.            <div class="slider">
  1237.              <input type="radio" name="toggle" id="btn-1" checked />
  1238.              <input type="radio" name="toggle" id="btn-2" />
  1239.              <input type="radio" name="toggle" id="btn-3" />
  1240.  
  1241.              <div class="slider-controls">
  1242.                <label for="btn-1"></label>
  1243.                <label for="btn-2"></label>
  1244.                <label for="btn-3"></label>
  1245.              </div>
  1246.  
  1247.              <ul class="slides">
  1248.                <li class="slide slide1">
  1249.                  <div class="slide-content">
  1250.                    <p class="slide-image">
  1251.                      <img src="./assets/leg.png" alt="stuff" />
  1252.                    </p>
  1253.                    <h2 class="slide-title">Knee Pain</h2>
  1254.                    <p class="slide-text">
  1255.                      It causes countinuous, periodic, or irregular pain in the
  1256.                      knees feeling tight & locked up.
  1257.                    </p>
  1258.                  </div>
  1259.                  <div class="slide-content">
  1260.                    <p class="slide-image">
  1261.                      <img src="./assets/chest.png" alt="stuff" />
  1262.                    </p>
  1263.                    <h2 class="slide-title">Shoulder Pain</h2>
  1264.                    <p class="slide-text">
  1265.                      Sharp pain in the shoulder blade or a dull ache in your
  1266.                      shoulder.
  1267.                    </p>
  1268.                  </div>
  1269.  
  1270.                  <div class="slide-content">
  1271.                    <p class="slide-image">
  1272.                      <img src="./assets/skull.png" alt="stuff" />
  1273.                    </p>
  1274.                    <h2 class="slide-title">Neck Pain</h2>
  1275.                    <p class="slide-text">
  1276.                      The pain in the neck is usually aggravated when you twist,
  1277.                      move, or stretch your neck
  1278.                    </p>
  1279.                  </div>
  1280.                </li>
  1281.                <li class="slide1 slide">
  1282.                  <div class="slide-content">
  1283.                    <p class="slide-image">
  1284.                      <img src="./assets/fracture.png" alt="stuff" />
  1285.                    </p>
  1286.                    <h2 class="slide-title">Fracture</h2>
  1287.                    <p class="slide-text">
  1288.                   A fracture is a break, usually in a bone. If the broken bone punctures the skin, it is called an open or compound fracture.
  1289.                    </p>
  1290.                  </div>
  1291.                  <div class="slide-content">
  1292.                    <p class="slide-image">
  1293.                      <img src="./assets/hip surgery.png" alt="stuff" />
  1294.                    </p>
  1295.                    <h2 class="slide-title">Hip Surgery</h2>
  1296.                    <p class="slide-text">
  1297.                      Hip replacement, also called hip arthroplasty, is a surgical procedure to address hip pain.
  1298.                    </p>
  1299.                  </div>
  1300.  
  1301.                  <div class="slide-content">
  1302.                    <p class="slide-image">
  1303.                      <img src="./assets/tumor.png" alt="stuff" />
  1304.                    </p>
  1305.                    <h2 class="slide-title">Tumour</h2>
  1306.                    <p class="slide-text">
  1307.                      This is an abnormal mass of tissue that forms when cells grow and divide more than they should or do not die when they should.
  1308.                    </p>
  1309.                  </div>
  1310.                </li>
  1311.                <li class="slide1 slide">
  1312.                  <div class="slide-content">
  1313.                    <p class="slide-image">
  1314.                      <img src="./assets/hip dysplasia.png" alt="stuff" />
  1315.                    </p>
  1316.  
  1317.                    <h2 class="slide-title">Hip Dyslpasia</h2>
  1318.                    <p class="slide-text">
  1319.                      Hip dysplasia is the medical term for a hip socket that doesn't fully cover the ball portion of the upper thighbone.
  1320.                    </p>
  1321.                  </div>
  1322.                  <div class="slide-content">
  1323.                    <p class="slide-image">
  1324.                      <img src="./assets/hip arhtroscopy.png" alt="stuff" />
  1325.                    </p>
  1326.                    <h2 class="slide-title">Hip Arthroscopy</h2>
  1327.                    <p class="slide-text">
  1328.                   Hip arthroscopy refers to the viewing of the interior of the acetabulofemoral joint.
  1329.                    </p>
  1330.                  </div>
  1331.  
  1332.                  <div class="slide-content">
  1333.                    <p class="slide-image">
  1334.                      <img src="./assets/knee surgery.png" alt="stuff" />
  1335.                    </p>
  1336.                    <h2 class="slide-title">Knee Surgery</h2>
  1337.                    <p class="slide-text">
  1338.                      Knee replacement is a surgical procedure to resurface a knee damaged by arthritis.
  1339.                    </p>
  1340.                  </div>
  1341.                </li>
  1342.              </ul>
  1343.            </div>
  1344.          </div>
  1345.        </div>
  1346.      </div>
  1347.  
  1348.      <div class="feedback">
  1349.        <div class="portfolio">
  1350.          <div class="portfolio-image-content">
  1351.              <div class="portfolio-image-content-partOne">
  1352.                <div class="column">
  1353.                  <div class="row"><svg xmlns="http://www.w3.org/2000/svg" width="75" height="75" fill="currentColor" class="bi bi-hand-thumbs-up" viewBox="0 0 16 16">
  1354.  <path d="M8.864.046C7.908-.193 7.02.53 6.956 1.466c-.072 1.051-.23 2.016-.428 2.59-.125.36-.479 1.013-1.04 1.639-.557.623-1.282 1.178-2.131 1.41C2.685 7.288 2 7.87 2 8.72v4.001c0 .845.682 1.464 1.448 1.545 1.07.114 1.564.415 2.068.723l.048.03c.272.165.578.348.97.484.397.136.861.217 1.466.217h3.5c.937 0 1.599-.477 1.934-1.064a1.86 1.86 0 0 0 .254-.912c0-.152-.023-.312-.077-.464.201-.263.38-.578.488-.901.11-.33.172-.762.004-1.149.069-.13.12-.269.159-.403.077-.27.113-.568.113-.857 0-.288-.036-.585-.113-.856a2.144 2.144 0 0 0-.138-.362 1.9 1.9 0 0 0 .234-1.734c-.206-.592-.682-1.1-1.2-1.272-.847-.282-1.803-.276-2.516-.211a9.84 9.84 0 0 0-.443.05 9.365 9.365 0 0 0-.062-4.509A1.38 1.38 0 0 0 9.125.111L8.864.046zM11.5 14.721H8c-.51 0-.863-.069-1.14-.164-.281-.097-.506-.228-.776-.393l-.04-.024c-.555-.339-1.198-.731-2.49-.868-.333-.036-.554-.29-.554-.55V8.72c0-.254.226-.543.62-.65 1.095-.3 1.977-.996 2.614-1.708.635-.71 1.064-1.475 1.238-1.978.243-.7.407-1.768.482-2.85.025-.362.36-.594.667-.518l.262.066c.16.04.258.143.288.255a8.34 8.34 0 0 1-.145 4.725.5.5 0 0 0 .595.644l.003-.001.014-.003.058-.014a8.908 8.908 0 0 1 1.036-.157c.663-.06 1.457-.054 2.11.164.175.058.45.3.57.65.107.308.087.67-.266 1.022l-.353.353.353.354c.043.043.105.141.154.315.048.167.075.37.075.581 0 .212-.027.414-.075.582-.05.174-.111.272-.154.315l-.353.353.353.354c.047.047.109.177.005.488a2.224 2.224 0 0 1-.505.805l-.353.353.353.354c.006.005.041.05.041.17a.866.866 0 0 1-.121.416c-.165.288-.503.56-1.066.56z"/>
  1355. </svg>
  1356. <h1>661+</h1>
  1357. </div>
  1358. <h1>Recommendations</h1>
  1359.                </div>
  1360.              </div>
  1361.              <div class="portfolio-image-content-partOne">
  1362.                <div class="column">
  1363.                  <div class="row"><svg xmlns="http://www.w3.org/2000/svg" width="75" height="75" fill="currentColor" class="bi yellow bi-star-fill" viewBox="0 0 16 16">
  1364.  <path d="M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.282.95l-3.522 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z"/>
  1365. </svg>
  1366. <h1>4.9+</h1>
  1367. </div>
  1368. <h1>Stars Rated</h1>
  1369.                </div>
  1370.              </div>
  1371.              <div class="portfolio-image-content-partOne">
  1372.                <div class="column">
  1373.                  <div class="row"><svg xmlns="http://www.w3.org/2000/svg" width="75" height="75" fill="currentColor" class="bi bi-person" viewBox="0 0 16 16">
  1374.  <path d="M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10z"/>
  1375. </svg>
  1376. <h1>17000+</h1>
  1377. </div>
  1378. <h1>Happy Patients Story</h1>
  1379.                </div>
  1380.              </div>
  1381.            </div>
  1382.          <div class="portfolio_img">
  1383.            <div class="bg-big">
  1384.              <div class="background"></div>
  1385.            </div>
  1386.            
  1387.          </div>
  1388.          <div class="givefeedback">
  1389.            <p class="feedback-title">
  1390.              We always treat our patients <br />
  1391.              with sheer compassion.
  1392.            </p>
  1393.            <a class="feedback-button" target="_blank" href="https://www.google.com/search?gs_ssp=eJzj4tVP1zc0zDAytjTKMTA3YLRSMagwtrQ0NDFNtEg2MjE2NjA2tTKoSLS0TExMTTM0NLFMM01K9hJLKVKoTCzOKE8sSslIzFPISswsLk_MAQAMNxaM&q=dr+yashwardhan+jaiswal&rlz=1C1CHBF_enIN999IN999&oq=dr+yash&aqs=chrome.1.69i57j46i39i175i199j0i512l3j69i60l3.9565j1j7&sourceid=chrome&ie=UTF-8#lrd=0x399145a8c2433035:0xa99aaef1149f5bc,1,,," >Share Your Feedback</a>
  1394.          </div>
  1395.        </div>
  1396.        <div class="testimonials" id="testimonials">
  1397.          
  1398.          <div class="testimonials-left">
  1399.            <div class="testimonials-left-title">
  1400.              <h1><span class="   ">Patient </span> Stories</h1>
  1401.            </div>
  1402.            <div class="testimonials-left-description">
  1403.              <p>WHAT OUR PATIENTS ARE SAYING?</p>
  1404.            </div>
  1405.            <div class="testimonials-left-button">
  1406.              <a class="feedback-button"  target="_blank" href="https://www.youtube.com/channel/UCMxpZ4UvjjXjEZK90p7Jbdg"  >Read All Testimonials</a>
  1407.            </div>
  1408.          </div>
  1409.          
  1410.          <div class="testimonials-right">
  1411.  
  1412.            <div class="testimonial-right-content">
  1413.            
  1414.              <div class="testimonials-video">
  1415.               <div class="video-slider">
  1416.    <!-- SLIDE 1 -->
  1417.    <div class="slidess">
  1418.        <iframe class="video" src="https://www.youtube.com/embed/nIjC9xcPlWg"></iframe>
  1419.    </div>
  1420.    <!-- SLIDE 2 -->
  1421.    <div class="slidess">
  1422.        <iframe class="video" src="https://www.youtube.com/embed/nIjC9xcPlWg"></iframe>
  1423.    </div>
  1424.        <div class="slidess">
  1425.        <iframe class="video" src="https://www.youtube.com/embed/nIjC9xcPlWg"></iframe>
  1426.    </div>
  1427.    <!-- END OF SLIDES -->
  1428.  
  1429. </div>
  1430.              </div>
  1431.               <div class="slide-arrow left"></div>
  1432.    <div class="slide-arrow right"></div>
  1433.              <p class="testimonial-right-name">Mr. Prasad | Patient</p>
  1434.            </div>
  1435.          </div>
  1436.          <div class="top right condition_triangle"></div>
  1437.        </div>
  1438.      </div>
  1439.    </div>
  1440.  
  1441.    <!-- Footer -->
  1442.    <footer class="page-footer font-small blue pt-4">
  1443.      <!-- Footer Links -->
  1444.      <div class="container-fluid text-center text-md-left">
  1445.        <!-- Grid row -->
  1446.        <div class="footer-row">
  1447.          <!-- Grid column -->
  1448.          <div class="footer-content col-md-6 center mt-md-0 mt-3">
  1449.            <!-- Content -->
  1450.            <div class="logo">
  1451.              <a href="index.htm">
  1452.              <img src="./assets/Logo.png" alt="dryashwardhanjaiswal" />
  1453.              </a>
  1454.            </div>
  1455.            <p>
  1456.              Dr. Yashwardhan is an experienced Joint Replacement
  1457.              Specialist, expert in Total Knee Replacement (TKR) and Total Hip Replacement (THR).
  1458.              
  1459.            </p>
  1460.          </div>
  1461.          <!-- Grid column -->
  1462.  
  1463.          <hr class="clearfix w-100 d-md-none pb-3" />
  1464.          <div class="footer-content-link">
  1465.            <!-- Grid column -->
  1466.            <div class="col-md-3 mb-md-0 mb-3">
  1467.              <!-- Links -->
  1468.              <h5 class="text-uppercase">Quick Links</h5>
  1469.  
  1470.              <ul class="footer-link list-unstyled">
  1471.                <li>
  1472.                  <a href="about.html">About Us</a>
  1473.                </li>
  1474.                
  1475.                <li>
  1476.                  <a href="contact.html">Contact Us</a>
  1477.                </li>
  1478.                
  1479.                <li>
  1480.                  <a href="index.htm#testimonials">Testimonials</a>
  1481.                </li>
  1482.              </ul>
  1483.            </div>
  1484.            <!-- Grid column -->
  1485.  
  1486.            <!-- Grid column -->
  1487.            <hr class="clearfix w-100 d-md-none pb-3" />
  1488.            <div class="col-md-3 mb-md-0 mb-3">
  1489.              <!-- Links -->
  1490.              <h5 class="text-uppercase">Treatments</h5>
  1491.  
  1492.              <ul class="footer-link list-unstyled">
  1493.                <li>
  1494.                  <a href="hipSurgery.html">Hip Surgery</a>
  1495.  
  1496.                </li>
  1497.                <li>
  1498.                  <a href="hipArthroscopy.html">Hip Arthroscopy</a>
  1499.                  
  1500.                </li>
  1501.                <li>
  1502.                  <a href="hipRevision.html">Hip Revision Arthroplasty</a>
  1503.                </li>
  1504.                <li>
  1505.                  <a href="hipdyslpasia.html">Hip Dyslpasia</a>
  1506.                </li>
  1507.                <li>
  1508.                  <a href="tumour.html">Tumour</a>
  1509.                </li>
  1510.                
  1511.              </ul>
  1512.            </div>
  1513.  
  1514.            <div class="col-md-3 mb-md-0 mb-3">
  1515.              <!-- Links -->
  1516.              <h5 class="text-uppercase">Related Links</h5>
  1517.  
  1518.              <ul class="footer-link list-unstyled">
  1519.                <li>
  1520.                  <a target="_blank" href="https://www.lifecarehospitalindia.com/">Lifecare Hospital</a>
  1521.                </li>
  1522.                <li>
  1523.                  <a target="_blank"  href="http://www.drdekid.com/">Dr. Dekid Palmo</a>
  1524.                </li>
  1525.                <li>
  1526.                  <a target="_blank"  href="https://www.drabhinavjaiswal.com/">Dr. Abhinav Jaiswal</a>
  1527.                </li>
  1528.               <li>
  1529.                  <a target="_blank" href="https://www.capsule4u.com/">Capsule4u</a>
  1530.                </li>
  1531.                <li>
  1532.                  <a target="_blank" href="sitemap.xml">Sitemap</a>
  1533.                </li>
  1534.                
  1535.              </ul>
  1536.            </div>
  1537.            <!-- Grid column -->
  1538.            <div class="col-md-3 mb-md-0 mb-3">
  1539.              <!-- Links -->
  1540.              <h5 class="text-uppercase">Social media</h5>
  1541.  
  1542.              <ul class="footer-link list-unstyled">
  1543.                <li>
  1544.                  <a href="https://www.facebook.com/Dr.YashwardhanJaiswal" target="_blank">Facebook</a>
  1545.                </li>
  1546.                <li>
  1547.                  <a href="https://www.youtube.com/channel/UCMxpZ4UvjjXjEZK90p7Jbdg?view_as=subscriber">Youtube</a>
  1548.                </li>
  1549.                <li>
  1550.                  <a href="tel:09818892387">Telephone</a>
  1551.                </li>
  1552.                <li>
  1553.                  <a href="https://web.whatsapp.com/send?phone=919873513919">Whatsapp</a>
  1554.                </li>
  1555.                <li>
  1556.                  <a href="https://www.google.com/search?gs_ssp=eJzj4tVP1zc0zDAytjTKMTA3YLRSMagwtrQ0NDFNtEg2MjE2NjA2tTKoSLS0TExMTTM0NLFMM01K9hJLKVKoTCzOKE8sSslIzFPISswsLk_MAQAMNxaM&q=dr+yashwardhan+jaiswal&rlz=1C1CHBF_enIN999IN999&oq=dr+yash&aqs=chrome.1.69i57j46i39i175i199j0i512l3j69i60l3.9565j1j7&sourceid=chrome&ie=UTF-8#lrd=0x399145a8c2433035:0xa99aaef1149f5bc,1,,,">Google</a>
  1557.                </li>
  1558.              </ul>
  1559.            </div>
  1560.            <!-- Grid column -->
  1561.          </div>
  1562.        </div>
  1563.        <!-- Grid row -->
  1564.      </div>
  1565.      <!-- Footer Links -->
  1566.  
  1567.      <!-- Copyright -->
  1568.      <div class="footer-copyright text-center py-3">
  1569.        Copyright © 2022. All Rights Reserved
  1570.      </div>
  1571.  
  1572.      <!-- Copyright -->
  1573.    </footer>
  1574.    <!-- Footer -->
  1575.  
  1576.    <script>
  1577.   var mainpopup = document.getElementById('mainpopup');
  1578.     var close = document.getElementById("close");
  1579.  
  1580.  
  1581.  
  1582. window.addEventListener('load', function() {
  1583.     setTimeout(function() {
  1584.         if(mainpopup.style.display =='flex') {
  1585.             mainpopup.style.display = "none"
  1586.         }
  1587.         else {
  1588.             mainpopup.style.display = "flex"
  1589.         }
  1590. }, 2000);
  1591.          
  1592. })
  1593.  
  1594.     function popup() {
  1595.         if(mainpopup.style.display =='flex') {
  1596.             mainpopup.style.display = "none"
  1597.         }
  1598.         else {
  1599.             mainpopup.style.display = "flex"
  1600.         }
  1601.     }
  1602.  
  1603. </script>
  1604.    <script>
  1605.      function readMore() {
  1606.        var dots = document.getElementById("dots");
  1607.        var moreText = document.getElementById("more");
  1608.        var btnText = document.getElementById("readMore");
  1609.  
  1610.        if (dots.style.display === "none") {
  1611.          dots.style.display = "inline";
  1612.          btnText.innerHTML = "Read more";
  1613.          moreText.style.display = "none";
  1614.        } else {
  1615.          dots.style.display = "none";
  1616.          btnText.innerHTML = "Read less";
  1617.          moreText.style.display = "inline";
  1618.        }
  1619.      }
  1620.  
  1621.      function Navbar() {
  1622.        var x = document.getElementById("myLinks");
  1623.        if (x.style.display === "block") {
  1624.          x.style.display = "none";
  1625.        } else {
  1626.          x.style.display = "block";
  1627.        }
  1628.      }
  1629.  
  1630.      
  1631.      window.onload = function slider() {
  1632.        const btn1 = document.getElementById('btn-1');
  1633.        const btn2 = document.getElementById('btn-2');
  1634.        const btn3 = document.getElementById('btn-3');
  1635.        setTimeout(function () {
  1636.          if(btn1.checked = true) {
  1637.            btn2.checked = true
  1638.          }
  1639.          else if(btn2.checked = true){
  1640.            btn3.checked = true
  1641.          }else if (btn3.checked = true){
  1642.            btn1.checked = true
  1643.          }
  1644.        }, 5000);
  1645.      }
  1646.    
  1647.    </script>
  1648.    <script
  1649.      src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"
  1650.      integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
  1651.      crossorigin="anonymous"
  1652.    ></script>
  1653.    <script
  1654.      type="text/javascript"
  1655.      src="https://cdn.jsdelivr.net/npm/@emailjs/browser@3/dist/email.min.js"
  1656.    ></script>
  1657.    <script type="text/javascript">
  1658.      (function () {
  1659.        emailjs.init('UN5ec7h0qcFGEEDs8');
  1660.      })();
  1661.  
  1662.      const btnform = document.getElementById("sendmail");
  1663.  
  1664.      document
  1665.        .getElementById("mailform")
  1666.        .addEventListener("submit", function (event) {
  1667.          event.preventDefault();
  1668.  
  1669.           const serviceID = 'default_service';
  1670.            const templateID = 'template_6uapayg';
  1671.  
  1672.          emailjs.sendForm(serviceID, templateID, this).then(
  1673.            () => {
  1674.              document.getElementById("mailform").reset();
  1675.              alert("Sent!");
  1676.            },
  1677.            (err) => {
  1678.              alert(JSON.stringify(err));
  1679.            }
  1680.          );
  1681.        });
  1682.    </script>
  1683.    <script
  1684.     type="text/javascript"
  1685.     src="https://cdn.jsdelivr.net/npm/@emailjs/browser@3/dist/email.min.js"
  1686.   ></script>
  1687.   <script type="text/javascript">
  1688.     (function () {
  1689.         emailjs.init('UN5ec7h0qcFGEEDs8');
  1690.     })();
  1691.     var mainpopup = document.getElementById('mainpopup');
  1692.     var close = document.getElementById("close");
  1693.  
  1694.     document
  1695.       .getElementById("mailform1")
  1696.       .addEventListener("submit", function (event) {
  1697.         event.preventDefault();
  1698.         const serviceID = 'default_service';
  1699.   const templateID = 'template_6uapayg';
  1700.         emailjs.sendForm(serviceID, templateID, this).then(
  1701.           () => {
  1702.              
  1703.             alert("Sent!");
  1704.             if(mainpopup.style.display =='flex') {
  1705.             mainpopup.style.display = "none"
  1706.         }
  1707.         else {
  1708.             mainpopup.style.display = "flex"
  1709.         }
  1710.           },
  1711.           (err) => {
  1712.             alert(JSON.stringify(err));
  1713.           }
  1714.         );
  1715.       });
  1716.       </script>
  1717. <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
  1718. <script src="https://www.youtube.com/iframe_api"></script>
  1719. <script>
  1720. $(document).ready(function () {
  1721. var pos = 0,
  1722. slides = $('.slidess'),
  1723. numOfSlides = slides.length;
  1724.  
  1725. function nextSlide() {
  1726. // `[]` returns a vanilla DOM object from a jQuery object/collection
  1727.  
  1728. slides.eq(pos).animate({ left: '-100%' }, 500);
  1729. pos = (pos >= numOfSlides - 1 ? 0 : ++pos);
  1730. slides.eq(pos).css({ left: '100%' }).animate({ left: 0 }, 500);
  1731. }
  1732.  
  1733. function previousSlide() {
  1734. slides.eq(pos).animate({ left: '100%' }, 500);
  1735. pos = (pos == 0 ? numOfSlides - 1 : --pos);
  1736. slides.eq(pos).css({ left: '-100%' }).animate({ left: 0 }, 500);
  1737. }
  1738.  
  1739. $('.left').click(previousSlide);
  1740. $('.right').click(nextSlide);
  1741. })
  1742.  
  1743. </script>
  1744.  </body>
  1745. </html>
  1746.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda