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 http-equiv="X-UA-Compatible" content="IE=edge" />
  6.    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  7.  
  8.    <link rel="shortcut icon" href="./assets/Icon.png" type="image/x-icon" />
  9.    <title>Orthopaedics & Joint Replacement</title>
  10.  
  11. <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, right doctor" />
  12.  
  13. <meta name="description" content="Lifecare Hospital offers the best Orthopedic Surgeon India, Low Cost Experienced Orthopedic Surgeon India with high qualifications." />
  14.  
  15. <script type="application/ld+json">
  16. {
  17.  "@context": "https://schema.org",
  18.  "@type": "MedicalBusiness",
  19.  "name": "Dr. Yashwardhan Jaiswal",
  20.  "image": "https://www.dryashwardhanjaiswal.com/assets/Logo.png",
  21.  "@id": "",
  22.  "url": "https://www.dryashwardhanjaiswal.com",
  23.  "telephone": "+91-9818892387",
  24.  "address": {
  25.    "@type": "PostalAddress",
  26.    "streetAddress": "Room no.1, Dr. Yashwradhan Jaiswal, Life Car Hospital, 9 Civil Lines opposite allahabad bank, near cantt chauraha",
  27.    "addressLocality": "Gorakhpur",
  28.    "postalCode": "273001",
  29.    "addressCountry": "IN"
  30.  },
  31.  "geo": {
  32.    "@type": "GeoCoordinates",
  33.    "latitude": 26.7448496,
  34.    "longitude": 83.3655823
  35.  },
  36.  "openingHoursSpecification": {
  37.    "@type": "OpeningHoursSpecification",
  38.    "dayOfWeek": [
  39.      "Monday",
  40.      "Tuesday",
  41.      "Wednesday",
  42.      "Thursday",
  43.      "Friday",
  44.      "Saturday",
  45.      "Sunday"
  46.    ],
  47.    "opens": "00:00",
  48.    "closes": "23:59"
  49.  },
  50.  "sameAs": [
  51.    "https://www.facebook.com/Dr.YashwardhanJaiswal",
  52.    "https://www.youtube.com/channel/UCMxpZ4UvjjXjEZK90p7Jbdg"
  53.  ],
  54.  "aggregateRating": {
  55.    "@type": "AggregateRating",
  56.    "ratingValue": "4.9",
  57.    "reviewCount": "396"
  58.  }
  59. }
  60. </script>
  61.  
  62.  
  63.  
  64.    <link rel="stylesheet" href="index.css" />
  65.  
  66.  
  67.    <link
  68.      rel="stylesheet"
  69.      href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
  70.    />
  71.    <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">
  72.      <style>
  73.      body {
  74.        margin: 0;
  75.        padding: 0;
  76.      }
  77.      .head,
  78.      #neck,
  79.      #shoulder,
  80.      #hand,
  81.      #jaw,
  82.      #knee,
  83.      #back,
  84.      #elbow,
  85.      #groin,
  86.      #ankle {
  87.        display: none;
  88.      }
  89.      .boring {
  90.    background: #34b4b4;
  91.    max-width: 100vw;
  92.    transition: 2s ease-in-out;
  93.    animation: 200ms popup cubic-bezier(0, 0.86, 0.58, 1)
  94.      }
  95.  
  96.      @keyframes popup {
  97.        0% {
  98.          transform: scale(0);
  99.        }
  100.        100%{
  101.          transform: scale(1);
  102.        }
  103.      }
  104.  
  105.      @media only screen and (max-width: 600px) {
  106.        .boring {
  107.          flex-direction: column !important;
  108.        }
  109.        .lhs {
  110.          width: 100% !important;
  111.          margin: 20px;
  112.          display: flex;
  113.          flex-wrap: wrap !important;
  114.          flex-direction: row !important;
  115.        }
  116.        .center-img img {
  117.          height: 50vh !important;
  118.        }
  119.        .lhs a {
  120.          width: 100px;
  121.        }
  122.      }
  123.      .boring {
  124.        display: flex;
  125.        flex-direction: row;
  126.        justify-content: space-evenly;
  127.        align-content: stretch;
  128.        transition: 2s ease-in-out;
  129.      }
  130.      .lhs {
  131.        width: 20%;
  132.        margin: 20px;
  133.        display: flex;
  134.        flex-direction: column;
  135.      }
  136.      .lhs a {
  137.        background: rgb(9, 22, 51);
  138.        color: white !important;
  139.        border: 1px white solid;
  140.  
  141.        border-radius: 20px;
  142.        margin: 5px;
  143.        font-size: 15px;
  144.    text-align: center;
  145.    text-decoration: none;
  146.      }
  147.  
  148.      .lhs a:hover {
  149.        background-color: #34b4b3;
  150.        color: rgb(9, 22, 51);
  151.      }
  152.      .center-img {
  153.        display: flex;
  154.        flex-direction: row;
  155.        justify-content: center;
  156.        align-items: center;
  157.      }
  158.      .skeleton-p {
  159.        position: fixed;
  160.        display: none;
  161.        width: 100vw;
  162.        z-index: 100000000;
  163.      }
  164.      
  165. .yellow {
  166.  color: yellow !important;
  167. }
  168.  
  169. .right.condition_triangle {
  170.  width: 0;
  171.  height: 0;
  172.  border-top: 68px solid transparent;
  173.  border-bottom: 60px solid transparent;
  174.  z-index: -1;
  175.  border-right: 90px solid #34b4b43b !important;
  176.  border-left: 0 !important;
  177. }
  178.  
  179. .floatingbutton {
  180.  position: fixed;
  181.  z-index: 100000;
  182.  bottom: 2vh;
  183.  right: 2vw;
  184. }
  185.  
  186. .floatingbutton button {
  187.  border: 1px solid whitesmoke;
  188.  background: white;
  189.  border-radius: 20px;
  190.  color: gray;
  191.  padding: 10px;
  192.  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1),
  193.    0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1),
  194.    0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  195. }
  196.  
  197.    </style>
  198.  </head>
  199.  <body>
  200. <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>
  201. <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>
  202. <script>
  203.  function spopup(){
  204.    const skltn = document.getElementById('sklton');
  205.    skltn.style.display = 'inline';
  206.  }
  207.   function spopupclose(){
  208.    const skltn = document.getElementById('sklton');
  209.    skltn.style.display = 'none';
  210.  }
  211. </script>
  212.    <script>
  213.      function ankleskeleton() {
  214.        const head = document.getElementById("head");
  215.        const skeleton = document.getElementById("skeleton");
  216.        const neck = document.getElementById("neck");
  217.        const shoulder = document.getElementById("shoulder");
  218.        const hand = document.getElementById("hand");
  219.        const jaw = document.getElementById("jaw");
  220.        const knee = document.getElementById("knee");
  221.        const back = document.getElementById("back");
  222.        const elbow = document.getElementById("elbow");
  223.        const groin = document.getElementById("groin");
  224.        const ankle = document.getElementById("ankle");
  225.        ankle.style.display = "inline";
  226.        groin.style.display = "none";
  227.        elbow.style.display = "none";
  228.        back.style.display = "none";
  229.        knee.style.display = "none";
  230.        jaw.style.display = "none";
  231.        hand.style.display = "none";
  232.        shoulder.style.display = "none";
  233.        neck.style.display = "none";
  234.        skeleton.style.display = "none";
  235.        head.style.display = "none";
  236.      }
  237.      function groinskeleton() {
  238.        const head = document.getElementById("head");
  239.        const skeleton = document.getElementById("skeleton");
  240.        const neck = document.getElementById("neck");
  241.        const shoulder = document.getElementById("shoulder");
  242.        const hand = document.getElementById("hand");
  243.        const jaw = document.getElementById("jaw");
  244.        const knee = document.getElementById("knee");
  245.        const back = document.getElementById("back");
  246.        const elbow = document.getElementById("elbow");
  247.        const groin = document.getElementById("groin");
  248.        const ankle = document.getElementById("ankle");
  249.        ankle.style.display = "none";
  250.        groin.style.display = "inline";
  251.        elbow.style.display = "none";
  252.        back.style.display = "none";
  253.        knee.style.display = "none";
  254.        jaw.style.display = "none";
  255.        hand.style.display = "none";
  256.        shoulder.style.display = "none";
  257.        neck.style.display = "none";
  258.        skeleton.style.display = "none";
  259.        head.style.display = "none";
  260.      }
  261.      function elbowskeleton() {
  262.        const head = document.getElementById("head");
  263.        const skeleton = document.getElementById("skeleton");
  264.        const neck = document.getElementById("neck");
  265.        const shoulder = document.getElementById("shoulder");
  266.        const hand = document.getElementById("hand");
  267.        const jaw = document.getElementById("jaw");
  268.        const knee = document.getElementById("knee");
  269.        const back = document.getElementById("back");
  270.        const elbow = document.getElementById("elbow");
  271.        const groin = document.getElementById("groin");
  272.        const ankle = document.getElementById("ankle");
  273.        ankle.style.display = "none";
  274.        groin.style.display = "none";
  275.        elbow.style.display = "inline";
  276.        back.style.display = "none";
  277.        knee.style.display = "none";
  278.        jaw.style.display = "none";
  279.        hand.style.display = "none";
  280.        shoulder.style.display = "none";
  281.        neck.style.display = "none";
  282.        skeleton.style.display = "none";
  283.        head.style.display = "none";
  284.      }
  285.      function backskeleton() {
  286.        const head = document.getElementById("head");
  287.        const skeleton = document.getElementById("skeleton");
  288.        const neck = document.getElementById("neck");
  289.        const shoulder = document.getElementById("shoulder");
  290.        const hand = document.getElementById("hand");
  291.        const jaw = document.getElementById("jaw");
  292.        const knee = document.getElementById("knee");
  293.        const back = document.getElementById("back");
  294.        const elbow = document.getElementById("elbow");
  295.        const groin = document.getElementById("groin");
  296.        const ankle = document.getElementById("ankle");
  297.        ankle.style.display = "none";
  298.        groin.style.display = "none";
  299.        elbow.style.display = "none";
  300.        back.style.display = "inline";
  301.        knee.style.display = "none";
  302.        jaw.style.display = "none";
  303.        hand.style.display = "none";
  304.        shoulder.style.display = "none";
  305.        neck.style.display = "none";
  306.        skeleton.style.display = "none";
  307.        head.style.display = "none";
  308.      }
  309.      function kneeskeleton() {
  310.        const head = document.getElementById("head");
  311.        const skeleton = document.getElementById("skeleton");
  312.        const neck = document.getElementById("neck");
  313.        const shoulder = document.getElementById("shoulder");
  314.        const hand = document.getElementById("hand");
  315.        const jaw = document.getElementById("jaw");
  316.        const knee = document.getElementById("knee");
  317.        const back = document.getElementById("back");
  318.        const elbow = document.getElementById("elbow");
  319.        const groin = document.getElementById("groin");
  320.        const ankle = document.getElementById("ankle");
  321.        ankle.style.display = "none";
  322.        groin.style.display = "none";
  323.        elbow.style.display = "none";
  324.        back.style.display = "none";
  325.        knee.style.display = "inline";
  326.        jaw.style.display = "none";
  327.        hand.style.display = "none";
  328.        shoulder.style.display = "none";
  329.        neck.style.display = "none";
  330.        skeleton.style.display = "none";
  331.        head.style.display = "none";
  332.      }
  333.      function headskeleton() {
  334.        const head = document.getElementById("head");
  335.        const skeleton = document.getElementById("skeleton");
  336.        const neck = document.getElementById("neck");
  337.        const shoulder = document.getElementById("shoulder");
  338.        const hand = document.getElementById("hand");
  339.        const jaw = document.getElementById("jaw");
  340.        const knee = document.getElementById("knee");
  341.        const back = document.getElementById("back");
  342.        const elbow = document.getElementById("elbow");
  343.        const groin = document.getElementById("groin");
  344.        const ankle = document.getElementById("ankle");
  345.        ankle.style.display = "none";
  346.        groin.style.display = "none";
  347.        elbow.style.display = "none";
  348.        back.style.display = "none";
  349.        knee.style.display = "none";
  350.        jaw.style.display = "none";
  351.        hand.style.display = "none";
  352.        shoulder.style.display = "none";
  353.        neck.style.display = "none";
  354.        skeleton.style.display = "none";
  355.        head.style.display = "inline";
  356.      }
  357.      function neckskeleton() {
  358.        const neck = document.getElementById("neck");
  359.        const skeleton = document.getElementById("skeleton");
  360.        const head = document.getElementById("head");
  361.        const shoulder = document.getElementById("shoulder");
  362.        const hand = document.getElementById("hand");
  363.        const jaw = document.getElementById("jaw");
  364.        const knee = document.getElementById("knee");
  365.        const back = document.getElementById("back");
  366.        const elbow = document.getElementById("elbow");
  367.        const groin = document.getElementById("groin");
  368.        const ankle = document.getElementById("ankle");
  369.        ankle.style.display = "none";
  370.        groin.style.display = "none";
  371.        elbow.style.display = "none";
  372.        back.style.display = "none";
  373.        knee.style.display = "none";
  374.        jaw.style.display = "none";
  375.        hand.style.display = "none";
  376.        shoulder.style.display = "none";
  377.        head.style.display = "none";
  378.        skeleton.style.display = "none";
  379.        neck.style.display = "inline";
  380.      }
  381.      function shoulderskeleton() {
  382.        const neck = document.getElementById("neck");
  383.        const skeleton = document.getElementById("skeleton");
  384.        const head = document.getElementById("head");
  385.        const shoulder = document.getElementById("shoulder");
  386.        const hand = document.getElementById("hand");
  387.        const jaw = document.getElementById("jaw");
  388.        const knee = document.getElementById("knee");
  389.        const back = document.getElementById("back");
  390.        const elbow = document.getElementById("elbow");
  391.        const groin = document.getElementById("groin");
  392.        const ankle = document.getElementById("ankle");
  393.        ankle.style.display = "none";
  394.        groin.style.display = "none";
  395.        elbow.style.display = "none";
  396.        back.style.display = "none";
  397.        knee.style.display = "none";
  398.        jaw.style.display = "none";
  399.        hand.style.display = "none";
  400.        shoulder.style.display = "inline";
  401.        head.style.display = "none";
  402.        skeleton.style.display = "none";
  403.        neck.style.display = "none";
  404.      }
  405.      function handskeleton() {
  406.        const neck = document.getElementById("neck");
  407.        const skeleton = document.getElementById("skeleton");
  408.        const head = document.getElementById("head");
  409.        const shoulder = document.getElementById("shoulder");
  410.        const hand = document.getElementById("hand");
  411.        const jaw = document.getElementById("jaw");
  412.        const knee = document.getElementById("knee");
  413.        const back = document.getElementById("back");
  414.        const elbow = document.getElementById("elbow");
  415.        const groin = document.getElementById("groin");
  416.        const ankle = document.getElementById("ankle");
  417.        ankle.style.display = "none";
  418.        groin.style.display = "none";
  419.        elbow.style.display = "none";
  420.        back.style.display = "none";
  421.        knee.style.display = "none";
  422.        jaw.style.display = "none";
  423.        hand.style.display = "inline";
  424.        shoulder.style.display = "none";
  425.        head.style.display = "none";
  426.        skeleton.style.display = "none";
  427.        neck.style.display = "none";
  428.      }
  429.      function jawskeleton() {
  430.        const neck = document.getElementById("neck");
  431.        const skeleton = document.getElementById("skeleton");
  432.        const head = document.getElementById("head");
  433.        const shoulder = document.getElementById("shoulder");
  434.        const hand = document.getElementById("hand");
  435.        const jaw = document.getElementById("jaw");
  436.        const knee = document.getElementById("knee");
  437.        const back = document.getElementById("back");
  438.        const elbow = document.getElementById("elbow");
  439.        const groin = document.getElementById("groin");
  440.        const ankle = document.getElementById("ankle");
  441.        ankle.style.display = "none";
  442.        groin.style.display = "none";
  443.        elbow.style.display = "none";
  444.        back.style.display = "none";
  445.        knee.style.display = "none";
  446.        jaw.style.display = "inline";
  447.        hand.style.display = "none";
  448.        shoulder.style.display = "none";
  449.        head.style.display = "none";
  450.        skeleton.style.display = "none";
  451.        neck.style.display = "none";
  452.      }
  453.    </script>
  454. <!-- Popup -->
  455.  
  456. <div class="main-popup" id="mainpopup">
  457.        <div class="popup">
  458.            <button  style="margin: 0 10px;" type="button" class="close" id="close" onclick="popup()" aria-label="Close">
  459.  <span aria-hidden="true">&times;</span>
  460. </button>
  461.            <div class="left">
  462.                <img src="./assets/appointment.gif" alt="Elbow Surgery">
  463.            </div>
  464.            <div class="right">
  465.                <h1 class="popup-title">Looking for Appointment</h1>
  466. <form    id="mailform1">
  467.        <input type="text" name="from_name" id="popup-name" required placeholder="Name">
  468.        <input type="tel" name="phone" pattern="[1-9]{1}[0-9]{9}"  required id="popup-phone" placeholder="Phone Number">
  469.        <button type="submit">Submit</button>
  470.        
  471.    </form>
  472.            </div>
  473.        
  474.    </div>
  475.    </div>
  476.    <div class="skeleton-p" id="sklton">
  477.      <button  style="margin: 0 10px; padding: 5px;" type="button" class="close" id="close" onclick="spopupclose()" aria-label="Close">
  478.  <span aria-hidden="true" style="font-size: 20px;">&times;</span>
  479. </button>
  480.      <div class="s-popup">
  481.          <div class="boring">
  482.      <div class="lhs">
  483.        <a
  484.          id=""
  485.          href="arthitis.html"
  486.          onpointerenter="handskeleton()"
  487.          target="_blank"
  488.          
  489.        >
  490.          Arthitis
  491.        </a>
  492.        <a id="killme" href="headache.html"  onpointerenter="headskeleton()">
  493.          Tension Headache
  494.        </a>
  495.        <a id="and" href="jawpain.html" onpointerenter="jawskeleton()">Jaw Pain</a>
  496.        <a id="boring" href="straininjury.html" onpointerenter="shoulderskeleton()">
  497.          Repetitive Strain Injury
  498.        </a>
  499.        <a id="day" onpointerenter="neckskeleton()" href="whiplash.html">Whiplash</a>
  500.        <a id="again" onpointerenter="shoulderskeleton()" href="shoulderinjury.html">
  501.          Shoulder Pain
  502.        </a>
  503.  
  504.        <a id="always" href="elbow.html" onpointerenter="elbowskeleton()">
  505.          Tennis Elbow
  506.        </a>
  507.        <a id="ahh" href="wrist.html" onpointerenter="handskeleton()">Broken Wrist</a>
  508.        <a id="feeling" href="knee.html" onpointerenter="kneeskeleton()">
  509.          Post Operation Physio</a
  510.        ><a href="ankle.html" onpointerenter="ankleskeleton()">Foot Problems</a>
  511.        <a onpointerenter="shoulderskeleton()" href="shoulderinjury.html">Frozen Shoulder</a>
  512.        <a onpointerenter="backskeleton()" href="backpain.html">Rib Pain</a>
  513.        <a onpointerenter="groinskeleton()">Groin Strain</a
  514.        ><a onpointerenter="kneeskeleton()" href="knee.html">Jumper's Knee</a>
  515.        <a href="" onpointerenter="groinskeleton()">Hip Pain</a>
  516.        <a onpointerenter="kneeskeleton()" href="knee.html">Thigh Muscle Strain</a>
  517.  
  518.        <a href="ankle.html" onpointerenter="ankleskeleton()">Shin Splints</a
  519.        ><a onpointerenter="kneeskeleton()" href="knee.html">Osgood Schlatters</a>
  520.        <a href="ankle.html" onpointerenter="ankleskeleton()">Sprained Ankle</a>
  521.      </div>
  522.      <div class="center-img">
  523.        <img
  524.          id="skeleton"
  525.          class="skeleton"
  526.          style="height: 100vh"
  527.          src="./assets/skeleton.png"
  528.          alt="Skeleton"
  529.        />
  530.        <img
  531.          id="head"
  532.          class="head"
  533.          style="height: 100vh"
  534.          src="./assets/skeletonhead.png"
  535.          alt="Head"
  536.        />
  537.        <img
  538.          src="./assets/neckskeleton.png"
  539.          alt="Neck"
  540.          style="height: 100vh"
  541.          id="neck"
  542.        />
  543.        <img
  544.          src="./assets/shoulderskeleton.png"
  545.          alt=Shoulder"
  546.          style="height: 100vh"
  547.          id="shoulder"
  548.        />
  549.        <img
  550.          src="./assets/handskeleton.png"
  551.          alt="Hand"
  552.          style="height: 100vh"
  553.          id="hand"
  554.        />
  555.        <img
  556.          src="./assets/jawskeleton.png"
  557.          alt="Jaw"
  558.          style="height: 100vh"
  559.          id="jaw"
  560.        />
  561.        <img
  562.          src="./assets/kneeskeleton.png"
  563.          alt="Knee"
  564.          style="height: 100vh"
  565.          id="knee"
  566.        />
  567.        <img
  568.          src="./assets/backskeleton.png"
  569.          alt="Back"
  570.          style="height: 100vh"
  571.          id="back"
  572.        />
  573.        <img
  574.          src="./assets/elbowskeleton.png"
  575.          alt="Elbow"
  576.          style="height: 100vh"
  577.          id="elbow"
  578.        />
  579.        <img
  580.          src="./assets/groinskeleton.png"
  581.          alt="Groin"
  582.          style="height: 100vh"
  583.          id="groin"
  584.        />
  585.        <img
  586.          src="./assets/ankleskeleton.png"
  587.          alt="Ankle"
  588.          style="height: 100vh"
  589.          id="ankle"
  590.        />
  591.      </div>
  592.      <div class="lhs">
  593.        <a id="killme" href="headache.html" onpointerenter="headskeleton()">Headaches</a>
  594.        <a id="boring" onpointerenter="neckskeleton()" href="whiplash.html">Neck Pain</a>
  595.        <a id="day" onpointerenter="neckskeleton()" href="whiplash.html">Stiff Neck</a>
  596.        <a id="again" onpointerenter="shoulderskeleton()" href="shoulderinjury.html">
  597.          Shoulder Dislocation
  598.        </a>
  599.        <a id="feeling" onpointerenter="kneeskeleton()" href="knee.html">
  600.          Runner's Knee
  601.        </a>
  602.        <a href="elbow.html" id="and" onpointerenter="elbowskeleton()">Golfers Elbow</a>
  603.        <a id="feeling" onpointerenter="backskeleton()" href="backpain.html">
  604.          Postural Dysfunction
  605.        </a>
  606.        <a id="always" onpointerenter="handskeleton()" href="wrist.html">
  607.          Sprained Thumb
  608.        </a>
  609.        <a id="ahh" onpointerenter="handskeleton()" href="wrist.html">
  610.          Finger And Hand Pain
  611.        </a>
  612.  
  613.        <a id="feeling" onpointerenter="kneeskeleton()" href="knee.html">HamString</a>
  614.        <a id="feeling" onpointerenter="backskeleton()" href="backpain.html">Scoliosis</a>
  615.        <a id="feeling" onpointerenter="neckskeleton()" href="whiplash.html">
  616.          Spondylosis
  617.        </a>
  618.        <a id="feeling" onpointerenter="backskeleton()" href="backpain.html">Back Pain</a>
  619.        <a id="feeling" onpointerenter="groinskeleton()">
  620.          Sacro-Iliac Joint Sprain
  621.        </a>
  622.        <a id="feeling" href="sciatica.html" onpointerenter="kneeskeleton()">Sciatica</a>
  623.        <a id="feeling" onpointerenter="ankleskeleton()" href="">Heel Pain</a>
  624.        <a id="feeling" onpointerenter="kneeskeleton()" href="knee.html">Knee Pain</a>
  625.        <a id="feeling" onpointerenter="ankleskeleton()" href="ankle.html">
  626.          Achilles Tendon
  627.        </a>
  628.        <a id="feeling" onpointerenter="kneeskeleton()" href="knee.html">
  629.          Calf Muscle Injury
  630.        </a>
  631.      </div>
  632.    </div>
  633.      </div>
  634.    </div>
  635.    <div class="floatingbutton">
  636.      <button onclick="spopup()">Skeleton View</button>
  637.    </div>
  638.    <div class="Home">
  639.      <!--  -->
  640.      <div class="Navbar">
  641.        <div class="NavbarTop">
  642.          <div class="NavMain">
  643.            <div class="logo">
  644.              <a href="index.htm">
  645.              <img src="./assets/Logo.png" alt="Dr Yashwardhan Jaiswal" />
  646.              </a>
  647.            </div>
  648.            <div class="arrow"><ul>
  649.  
  650.                <li class="top-icons whatsapp">
  651.                  <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">
  652.  <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"/>
  653. </svg></a>
  654.                </li>
  655.                <li class="top-icons facebook">
  656.                  <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">
  657.  <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"/>
  658. </svg></a>
  659.                </li>
  660.                <li class="top-icons youtube">
  661.                  <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">
  662.  <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"/>
  663. </svg></a>
  664.                </li>
  665.                <li class="top-icons instagram">
  666.                  <a href="#"  target="_blank"><svg xmlns="http://www.w3.org/2000/svg" width="" height="" fill="currentColor" class="bi bi-instagram" viewBox="0 0 16 16">
  667.  <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"/>
  668. </svg></a>
  669.                </li>
  670.                <li class="top-icons google">
  671.                  <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">
  672.  <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"/>
  673. </svg></a>
  674.                </li>
  675.               </ul><div class="arrow-left"></div></div>
  676.  
  677.            <div class="content">
  678.              <ul>
  679.              
  680.  
  681.                
  682.                   <li class="top-phone">
  683.                  <a href="tel:9818892387">9818892387</a>
  684.                    <a href="" class="phone-divider">,</a>
  685.                  <a href="tel:9453040202">9453040202</a>
  686.                  <a href="" class="phone-divider">,</a>
  687.                  <a href="tel:9935115511">9935115511</a>
  688.                </li>
  689.              
  690.                <li class="top-appointment">
  691.                  <a  href="appointment.html">Book Appointment</a>
  692.                </li>
  693.              </ul>
  694.            </div>
  695.          </div>
  696.          <!--  -->
  697.          <div class="NavSecond">
  698.            <ul>
  699.              
  700.            </ul>
  701.            <div class="NavContent">
  702.              <div class="nav_dropdowns">
  703.                <div class="link nav-link">
  704.                  <a class="btn btn-white" href="index.htm" role="button">
  705.                    Home
  706.                  </a>
  707.                </div>
  708.                <div class="link nav-link">
  709.                  <a class="btn btn-white" href="about.html" role="button">
  710.                    About us
  711.                  </a>
  712.                </div>
  713.                <!--  -->
  714.                <div class="dropdown">
  715.                  <span class="btn btn-white dropdown-toggle">Hip Surgeries</span>
  716.                  <div class="dropdown-content">
  717.                    <a class="dropdown-item" href="hipSurgery.html">Hip Surgery</a>
  718.                    <a class="dropdown-item" href="hipArthroscopy.html"
  719.                      >Hip Arthroscopy</a
  720.                    >
  721.                    <a class="dropdown-item" href="hipRevision.html">Hip Revision Arthroplasty</a>
  722.                    <a class="dropdown-item" href="hipdyslpasia.html">Hip Dyslpasia</a>
  723.                    <a class="dropdown-item" href="tumour.html">Tumour</a>
  724.  
  725.                  </div>
  726.                </div>
  727.                <div class="dropdown">
  728.                  <span class="btn btn-white dropdown-toggle"
  729.                    >Knee Surgeries</span
  730.                  >
  731.                  <div class="dropdown-content">
  732.                    <a class="dropdown-item" href="KneeSurgery.html"
  733.                      >Knee Surgery</a
  734.                    >
  735.                    <a class="dropdown-item" href="arthitis.html"
  736.                      >Arthities</a
  737.                    >
  738.  
  739.                    <a class="dropdown-item" href="kneeArthroplasty.html"
  740.                      >Knee Arthroplasty
  741.                    </a>
  742.                     <a class="dropdown-item" href="knee.html"
  743.                      >
  744.                      Knee Pain
  745.                    </a>
  746.                  </div>
  747.                </div>
  748.                <div class="dropdown">
  749.                  <span class="btn btn-white dropdown-toggle"
  750.                    >Shoulder Surgeries</span
  751.                  >
  752.                  <div class="dropdown-content">
  753.                    <a class="dropdown-item" href="straininjury.html"
  754.                      >Strain Injury</a
  755.                    >
  756.                    <a class="dropdown-item" href="shoulderinjury.html"
  757.                      >Shoulder Injury</a
  758.                    >
  759.  
  760.                    <a class="dropdown-item" href="shoulderinjury.html"
  761.                      >
  762.                      Shoulder Dislocation
  763.                    </a>
  764.                     <a class="dropdown-item" href="shoulderinjury.html"
  765.                      >
  766.                      Repetitive Strain Injury
  767.                    </a>
  768.                     <a class="dropdown-item" href="shoulderinjury.html"
  769.                      >
  770.                      Frozen Shoulder
  771.                    </a>
  772.                  </div>
  773.                </div>
  774.  
  775.                <div class="dropdown">
  776.                  <span class="btn btn-white dropdown-toggle"
  777.                    >Other Treatmnets</span
  778.                  >
  779.                  <div class="dropdown-content">
  780.                    <a class="dropdown-item" href="wrist.html"
  781.                      >Broken Wrist</a
  782.                    >
  783.                    <a class="dropdown-item" href="jawpain.html"
  784.                      >Jaw Pain</a
  785.                    >
  786.  
  787.                    <a class="dropdown-item" href="headache.html"
  788.                      >
  789.                      Tension Headache
  790.                    </a>
  791.                     <a class="dropdown-item" href="wrist.html"
  792.                      >
  793.                      Finger and Hand Pain
  794.                    </a>
  795.                     <a class="dropdown-item" href="elbow.html"
  796.                      >
  797.                      Tennis Elbow
  798.                    </a>
  799.                     <a class="dropdown-item" href="wrist.html"
  800.                      >
  801.                      Sprained Thumb
  802.                    </a>
  803.                     <a class="dropdown-item" href="elbow.html"
  804.                      >
  805.                      Golfers Elbow
  806.                    </a>
  807.                     <a class="dropdown-item" href="whiplash.html"
  808.                      >
  809.                      Whiplash
  810.                    </a>
  811.                     <a class="dropdown-item" href="ankle.html"
  812.                      >
  813.                      Sprained Ankle
  814.                    </a>
  815.                     <a class="dropdown-item" href="knee.html"
  816.                      >
  817.                      Calf Muscle Injury
  818.                    </a>
  819.                     <a class="dropdown-item" href="backpain.html"
  820.                      >
  821.                      Back Pain
  822.                    </a>
  823.                     <a class="dropdown-item" href="backpain.html"
  824.                      >
  825.                      Postural Dysfunction
  826.                    </a>
  827.                    <a class="dropdown-item" href="backpain.html"
  828.                      >
  829.                      Scoliosis
  830.                    </a>
  831.                  </div>
  832.                </div>
  833.                <!--  -->
  834.                <div class="link nav-link">
  835.                  <a target="_blank" href="https://dryashwardhanjaiswal.com/blog" class="btn btn-white"> Blog</a>
  836.                </div>
  837.               <div class="link nav-link">
  838.                  <a href="contact.html" class="btn btn-white"> Contact</a>
  839.                </div>
  840.                </div>
  841.              </div>
  842.              <a
  843.                href="javascript:void(0);"
  844.                class="icon hamburger"
  845.                onclick="Navbar()"
  846.              >
  847.                <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-list" viewBox="0 0 16 16">
  848.  <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"/>
  849. </svg>
  850.              </a>
  851.            </div>
  852.            <!--  -->
  853.          </div>
  854.        </div>
  855.      </div>
  856.      <div class="Second_nav_dropdowns" id="myLinks">
  857.        <div class="second_dropdowns">
  858.          <div class="link nav-link">
  859.            <a class="btn btn-white " href="index.htm" role="button"> Home </a>
  860.          </div>
  861.          <div class="link nav-link">
  862.            <a class="btn btn-white" href="about.html" role="button">
  863.              About us
  864.            </a>
  865.          </div>
  866.          <div class="dropdown">
  867.                  <span class="btn btn-white dropdown-toggle">Hip Surgeries</span>
  868.                  <div class="dropdown-content">
  869.                    <a class="dropdown-item" href="hipSurgery.html">Hip Surgery</a>
  870.                    <a class="dropdown-item" href="hipArthroscopy.html"
  871.                      >Hip Arthroscopy</a
  872.                    >
  873.                    <a class="dropdown-item" href="hipRevision.html">Hip Revision Arthroplasty</a>
  874.                    <a class="dropdown-item" href="hipdyslpasia.html">Hip Dyslpasia</a>
  875.                    <a class="dropdown-item" href="tumour.html">Tumour</a>
  876.  
  877.                  </div>
  878.                </div>
  879.                <div class="dropdown">
  880.                  <span class="btn btn-white dropdown-toggle"
  881.                    >Knee Surgeries</span
  882.                  >
  883.                  <div class="dropdown-content">
  884.                    <a class="dropdown-item" href="KneeSurgery.html"
  885.                      >Knee Surgery</a
  886.                    >
  887.                    <a class="dropdown-item" href="arthitis.html"
  888.                      >Arthities</a
  889.                    >
  890.  
  891.                    <a class="dropdown-item" href="kneeArthroplasty.html"
  892.                      >Knee Arthroplasty
  893.                    </a>
  894.                     <a class="dropdown-item" href="knee.html"
  895.                      >
  896.                      Knee Pain
  897.                    </a>
  898.                  </div>
  899.                </div>
  900.                <div class="dropdown">
  901.                  <span class="btn btn-white dropdown-toggle"
  902.                    >Shoulder Surgeries</span
  903.                  >
  904.                  <div class="dropdown-content">
  905.                    <a class="dropdown-item" href="straininjury.html"
  906.                      >Strain Injury</a
  907.                    >
  908.                    <a class="dropdown-item" href="shoulderinjury.html"
  909.                      >Shoulder Injury</a
  910.                    >
  911.  
  912.                    <a class="dropdown-item" href="shoulderinjury.html"
  913.                      >
  914.                      Shoulder Dislocation
  915.                    </a>
  916.                     <a class="dropdown-item" href="shoulderinjury.html"
  917.                      >
  918.                      Repetitive Strain Injury
  919.                    </a>
  920.                     <a class="dropdown-item" href="shoulderinjury.html"
  921.                      >
  922.                      Frozen Shoulder
  923.                    </a>
  924.                  </div>
  925.                </div>
  926.  
  927.                <div class="dropdown">
  928.                  <span class="btn btn-white dropdown-toggle"
  929.                    >Other Treatmnets</span
  930.                  >
  931.                  <div class="dropdown-content">
  932.                    <a class="dropdown-item" href="wrist.html"
  933.                      >Broken Wrist</a
  934.                    >
  935.                    <a class="dropdown-item" href="jawpain.html"
  936.                      >Jaw Pain</a
  937.                    >
  938.  
  939.                    <a class="dropdown-item" href="headache.html"
  940.                      >
  941.                      Tension Headache
  942.                    </a>
  943.                     <a class="dropdown-item" href="wrist.html"
  944.                      >
  945.                      Finger and Hand Pain
  946.                    </a>
  947.                     <a class="dropdown-item" href="elbow.html"
  948.                      >
  949.                      Tennis Elbow
  950.                    </a>
  951.                     <a class="dropdown-item" href="wrist.html"
  952.                      >
  953.                      Sprained Thumb
  954.                    </a>
  955.                     <a class="dropdown-item" href="elbow.html"
  956.                      >
  957.                      Golfers Elbow
  958.                    </a>
  959.                     <a class="dropdown-item" href="whiplash.html"
  960.                      >
  961.                      Whiplash
  962.                    </a>
  963.                     <a class="dropdown-item" href="ankle.html"
  964.                      >
  965.                      Sprained Ankle
  966.                    </a>
  967.                     <a class="dropdown-item" href="knee.html"
  968.                      >
  969.                      Calf Muscle Injury
  970.                    </a>
  971.                     <a class="dropdown-item" href="backpain.html"
  972.                      >
  973.                      Back Pain
  974.                    </a>
  975.                     <a class="dropdown-item" href="backpain.html"
  976.                      >
  977.                      Postural Dysfunction
  978.                    </a>
  979.                  </div>
  980.                </div>
  981.                <div class="link nav-link">
  982.                  <a target="_blank" href="https://dryashwardhanjaiswal.com/blog" class="btn btn-white"> Blog</a>
  983.                </div>
  984.          <div class="link nav-link">
  985.            <a href="contact.html" class="btn btn-white"> Contact</a>
  986.          </div>
  987.        </div>
  988.      </div>
  989.      <!--  -->
  990.  
  991.      <div class="home_main">
  992.        <div class="doctorsearch">
  993.          <h2 class="doctor_search_title">Best Orthopaedics Doctor in Gorakhpur</h2>
  994.  
  995.          <form class="doctor_search_bar">
  996.            <input
  997.              type="search"
  998.              id="form1"
  999.              class="form-control"
  1000.              placeholder="search"
  1001.            />
  1002.            <button type="button" class="btn btn-white doctor_search_button">
  1003.              <svg
  1004.                xmlns="http://www.w3.org/2000/svg"
  1005.                width="16"
  1006.                height="16"
  1007.                fill="#fff"
  1008.                class="bi bi-search"
  1009.                viewBox="0 0 16 16"
  1010.              >
  1011.                <path
  1012.                  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"
  1013.                />
  1014.              </svg>
  1015.            </button>
  1016.            
  1017.          </form>
  1018.        </div>
  1019.      
  1020.        <div id="carouselExampleControls1" class="carousel slide" data-ride="carousel" data-interval="5000" >
  1021.  <div class="carousel-inner">
  1022.    <div class="carousel-item active">
  1023.  <div class="doctor1bg">
  1024.          <div class="doctor1bg-img">
  1025.           <img src="./assets/slider11.png" alt="Knee Arthroscopy Treatment">
  1026.          
  1027.        </div>
  1028.    </div>
  1029.    </div>
  1030.  
  1031.    <div class="carousel-item">
  1032.        <div class="doctor1bg">
  1033.          <div class="doctor1bg-img">
  1034.           <img src="./assets/yash2.jpg" alt="Mini Skull Repair Treatment">
  1035.          
  1036.        </div>
  1037.    </div>
  1038.    </div>
  1039.    <div class="carousel-item">
  1040.        <div class="doctor1bg">
  1041.          <div class="doctor1bg-img">
  1042.           <img src="./assets/slider1.jpg" alt="Ortho Treatment">
  1043.          
  1044.        </div>
  1045.    </div>
  1046.    </div>
  1047.    <div class="carousel-item">
  1048.        <div class="doctor1bg">
  1049.          <div class="doctor1bg-img">
  1050.           <img src="./assets/slider2.png" alt="Lower Back Pain Treatment">
  1051.          
  1052.        </div>
  1053.    </div>
  1054.    </div>
  1055.    <div class="carousel-item">
  1056.        <div class="doctor1bg">
  1057.          <div class="doctor1bg-img">
  1058.           <img src="./assets/Slider3.png" alt="Joint Replacement Surgery">
  1059.          
  1060.        </div>
  1061.        
  1062.    </div>
  1063.    </div>
  1064.    <div class="carousel-item">
  1065.        <div class="doctor1bg">
  1066.          <div class="doctor1bg-img">
  1067.           <img src="./assets/yash4.jpg" alt="Joint Replacement Surgery Doctors">
  1068.          
  1069.        </div>
  1070.        
  1071.    </div>
  1072.    </div>
  1073.    <div class="carousel-item">
  1074.        <div class="doctor1bg">
  1075.          <div class="doctor1bg-img">
  1076.           <img src="./assets/Banner.jpg" alt="Paediatric Orthopaedic Doctors">
  1077.          
  1078.        </div>
  1079.        
  1080.    </div>
  1081.    </div>
  1082.  </div>
  1083.  <a class="carousel-control-prev" href="#carouselExampleControls1" role="button" data-slide="prev" >
  1084.    <span class="carousel-control-prev-icon" aria-hidden="true"></span>
  1085.    <span class="sr-only" >Previous</span>
  1086.  </a>
  1087.  <a class="carousel-control-next" href="#carouselExampleControls1" role="button" data-slide="next" >
  1088.    <span class="carousel-control-next-icon" aria-hidden="true"></span>
  1089.    <span class="sr-only">Next</span>
  1090.  </a>
  1091. </div>
  1092.        
  1093.      </div>
  1094.  
  1095.      <div class="appointment">
  1096.        <div class="left_appointment">
  1097.          <div class="left_appointment_title">
  1098.            <h1><span class="underlined">Dr. Yashwardhan Jaiswal</span></h1>
  1099.          </div>
  1100.  
  1101.          <div class="left_appointment_detail">
  1102.            <div class="left_appointment_detail_img" style="    display: flex;
  1103.    align-items: center;
  1104. ">
  1105.              <img src="./assets/yashvardhan.png" alt="Dr Yashwardhan Jaiswal" />
  1106.            </div>
  1107.            <div class="readmore_content">
  1108.              <h2 class="left_appointment_detail_text">
  1109.                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.
  1110.                
  1111.                  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
  1112.                  <br class="breaker" />
  1113.                  
  1114.                </span>
  1115.              </h2>
  1116.              <a
  1117.                href="about.html"
  1118.                id="readMore"
  1119.                class="btn read_more btn-primary"
  1120.              >
  1121.                Read More
  1122.            </a>
  1123.            </div>
  1124.          </div>
  1125.        </div>
  1126.        <div class="right_appointment">
  1127.          <div class="right_appointment_title">
  1128.            <h1>Book An Appointment</h1>
  1129.          </div>
  1130.          <form class="appointment-form" id="mailform">
  1131.            <div class="appointment-form-group">
  1132.              <div class="form-group">
  1133.                <input
  1134.                  required
  1135.                  type="text"
  1136.                  class="form-control"
  1137.                  id="form-name"
  1138.                  name="from_name"
  1139.                  placeholder="Enter your full name"
  1140.                />
  1141.              </div>
  1142.              <div class="form-group">
  1143.                <input
  1144.                  type="email"
  1145.                  class="form-control"
  1146.                  id="form-email"
  1147.                  placeholder="youremail@domain.com"
  1148.                  name="from_email"
  1149.                />
  1150.              </div>
  1151.              <div class="form-group">
  1152.                <input
  1153.                  required
  1154.                  type="tel"
  1155.                  class="form-control"
  1156.                  id="form-phone"
  1157.                  pattern="[1-9]{1}[0-9]{9}"
  1158.                  placeholder="Enter Mobile Number"
  1159.                  name="number"
  1160.                />
  1161.              </div>
  1162.                
  1163.              <div class="form-group">
  1164.                <input
  1165.                  required
  1166.                  type="date"
  1167.                  class="form-control"
  1168.                  id="form-date"
  1169.                  name="date"
  1170.                  placeholder="APPOINTMENT DATE"
  1171.                />
  1172.              </div>
  1173.              <div class="form-group">
  1174.                <select
  1175.                  required
  1176.                  class="form-control"
  1177.                  name="time"
  1178.                  id="exampleFormControlSelect1"
  1179.                >
  1180.                  <option disabled selected value="Appointment Time">
  1181.                    Select Appointment Time
  1182.                  </option>
  1183.                  <option value="09:00am - 10:00am">09:00am - 10:00am</option>
  1184.                  <option value="10:00am - 11:00am">10:00am - 11:00am</option>
  1185.                  <option value="11:00am - 12:00am">11:00am - 12:00am</option>
  1186.                  <option value="12:00am - 01:00am">12:00am - 01:00am</option>
  1187.                  <option value="01:00am - 02:00am">01:00am - 02:00am</option>
  1188.                  <option value="02:00am - 03:00am">02:00am - 03:00am</option>
  1189.                  <option value="03:00am - 04:00am">03:00am - 04:00am</option>
  1190.                  <option value="04:00am - 05:00am">04:00am - 05:00am</option>
  1191.                  <option value="05:00am - 06:00am">05:00am - 06:00am</option>
  1192.                </select>
  1193.              </div>
  1194.            </div>
  1195.  
  1196.            <div class="right_appointment_detail">
  1197.              <button
  1198.                href="#comingsoon"
  1199.                type="submit"
  1200.                id="sendmail"
  1201.                class="book_an_appointment"
  1202.              >
  1203.                <img src="./assets/book_an_appointment.png" />
  1204.              </button>
  1205.            </div>
  1206.          </form>
  1207.        </div>
  1208.      </div>
  1209.      <div class="conditions">
  1210.        <div class="top left condition_triangle"></div>
  1211.        <div class="condition_container">
  1212.          <div class="condition_left">
  1213.            <h1 class="condition_triangle_title">Conditions</h1>
  1214.            <h2 class="condition_left_title">
  1215.              Conditions That we are dealing with
  1216.            </h2>
  1217.            <p class="condition_left_paragraph">
  1218.              Injuries and disorders of the musculoskeletal system are referred
  1219.              to as orthopedic conditions. Bones, muscles, joints, nerves,
  1220.              tendons, ligaments, and other connective tissues make up this body
  1221.              system. Chronic orthopedic disorders or injuries can cause damage
  1222.              to any of these tissues or structures.
  1223.            </p>
  1224.          </div>
  1225.          <div class="condition_right">
  1226.            <div class="slider">
  1227.              <input type="radio" name="toggle" id="btn-1" checked />
  1228.              <input type="radio" name="toggle" id="btn-2" />
  1229.              <input type="radio" name="toggle" id="btn-3" />
  1230.  
  1231.              <div class="slider-controls">
  1232.                <label for="btn-1"></label>
  1233.                <label for="btn-2"></label>
  1234.                <label for="btn-3"></label>
  1235.              </div>
  1236.  
  1237.              <ul class="slides">
  1238.                <li class="slide slide1">
  1239.                  <div class="slide-content">
  1240.                    <p class="slide-image">
  1241.                      <img src="./assets/leg.png" alt="stuff" />
  1242.                    </p>
  1243.                    <h2 class="slide-title">Knee Pain</h2>
  1244.                    <p class="slide-text">
  1245.                      It causes countinuous, periodic, or irregular pain in the
  1246.                      knees feeling tight & locked up.
  1247.                    </p>
  1248.                  </div>
  1249.                  <div class="slide-content">
  1250.                    <p class="slide-image">
  1251.                      <img src="./assets/chest.png" alt="stuff" />
  1252.                    </p>
  1253.                    <h2 class="slide-title">Shoulder Pain</h2>
  1254.                    <p class="slide-text">
  1255.                      Sharp pain in the shoulder blade or a dull ache in your
  1256.                      shoulder.
  1257.                    </p>
  1258.                  </div>
  1259.  
  1260.                  <div class="slide-content">
  1261.                    <p class="slide-image">
  1262.                      <img src="./assets/skull.png" alt="stuff" />
  1263.                    </p>
  1264.                    <h2 class="slide-title">Neck Pain</h2>
  1265.                    <p class="slide-text">
  1266.                      The pain in the neck is usually aggravated when you twist,
  1267.                      move, or stretch your neck
  1268.                    </p>
  1269.                  </div>
  1270.                </li>
  1271.                <li class="slide1 slide">
  1272.                  <div class="slide-content">
  1273.                    <p class="slide-image">
  1274.                      <img src="./assets/fracture.png" alt="stuff" />
  1275.                    </p>
  1276.                    <h2 class="slide-title">Fracture</h2>
  1277.                    <p class="slide-text">
  1278.                   A fracture is a break, usually in a bone. If the broken bone punctures the skin, it is called an open or compound fracture.
  1279.                    </p>
  1280.                  </div>
  1281.                  <div class="slide-content">
  1282.                    <p class="slide-image">
  1283.                      <img src="./assets/hip surgery.png" alt="stuff" />
  1284.                    </p>
  1285.                    <h2 class="slide-title">Hip Surgery</h2>
  1286.                    <p class="slide-text">
  1287.                      Hip replacement, also called hip arthroplasty, is a surgical procedure to address hip pain.
  1288.                    </p>
  1289.                  </div>
  1290.  
  1291.                  <div class="slide-content">
  1292.                    <p class="slide-image">
  1293.                      <img src="./assets/tumor.png" alt="stuff" />
  1294.                    </p>
  1295.                    <h2 class="slide-title">Tumour</h2>
  1296.                    <p class="slide-text">
  1297.                      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.
  1298.                    </p>
  1299.                  </div>
  1300.                </li>
  1301.                <li class="slide1 slide">
  1302.                  <div class="slide-content">
  1303.                    <p class="slide-image">
  1304.                      <img src="./assets/hip dysplasia.png" alt="stuff" />
  1305.                    </p>
  1306.  
  1307.                    <h2 class="slide-title">Hip Dyslpasia</h2>
  1308.                    <p class="slide-text">
  1309.                      Hip dysplasia is the medical term for a hip socket that doesn't fully cover the ball portion of the upper thighbone.
  1310.                    </p>
  1311.                  </div>
  1312.                  <div class="slide-content">
  1313.                    <p class="slide-image">
  1314.                      <img src="./assets/hip arhtroscopy.png" alt="stuff" />
  1315.                    </p>
  1316.                    <h2 class="slide-title">Hip Arthroscopy</h2>
  1317.                    <p class="slide-text">
  1318.                   Hip arthroscopy refers to the viewing of the interior of the acetabulofemoral joint.
  1319.                    </p>
  1320.                  </div>
  1321.  
  1322.                  <div class="slide-content">
  1323.                    <p class="slide-image">
  1324.                      <img src="./assets/knee surgery.png" alt="stuff" />
  1325.                    </p>
  1326.                    <h2 class="slide-title">Knee Surgery</h2>
  1327.                    <p class="slide-text">
  1328.                      Knee replacement is a surgical procedure to resurface a knee damaged by arthritis.
  1329.                    </p>
  1330.                  </div>
  1331.                </li>
  1332.              </ul>
  1333.            </div>
  1334.          </div>
  1335.        </div>
  1336.      </div>
  1337.  
  1338.      <div class="feedback">
  1339.        <div class="portfolio">
  1340.          <div class="portfolio-image-content">
  1341.              <div class="portfolio-image-content-partOne">
  1342.                <div class="column">
  1343.                  <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">
  1344.  <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"/>
  1345. </svg>
  1346. <h1>661+</h1>
  1347. </div>
  1348. <h1>Recommendations</h1>
  1349.                </div>
  1350.              </div>
  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 yellow bi-star-fill" viewBox="0 0 16 16">
  1354.  <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"/>
  1355. </svg>
  1356. <h1>4.9+</h1>
  1357. </div>
  1358. <h1>Stars Rated</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 bi-person" viewBox="0 0 16 16">
  1364.  <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"/>
  1365. </svg>
  1366. <h1>17000+</h1>
  1367. </div>
  1368. <h1>Happy Patients Story</h1>
  1369.                </div>
  1370.              </div>
  1371.            </div>
  1372.          <div class="portfolio_img">
  1373.            <div class="bg-big">
  1374.              <div class="background"></div>
  1375.            </div>
  1376.            
  1377.          </div>
  1378.          <div class="givefeedback">
  1379.            <p class="feedback-title">
  1380.              We always treat our patients <br />
  1381.              with sheer compassion.
  1382.            </p>
  1383.            <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>
  1384.          </div>
  1385.        </div>
  1386.        <div class="testimonials" id="testimonials">
  1387.          
  1388.          <div class="testimonials-left">
  1389.            <div class="testimonials-left-title">
  1390.              <h1><span class="   ">Patient </span> Stories</h1>
  1391.            </div>
  1392.            <div class="testimonials-left-description">
  1393.              <p>WHAT OUR PATIENTS ARE SAYING?</p>
  1394.            </div>
  1395.            <div class="testimonials-left-button">
  1396.              <a class="feedback-button"  target="_blank" href="https://www.youtube.com/channel/UCMxpZ4UvjjXjEZK90p7Jbdg"  >Read All Testimonials</a>
  1397.            </div>
  1398.          </div>
  1399.          
  1400.          <div class="testimonials-right">
  1401.  
  1402.            <div class="testimonial-right-content">
  1403.            
  1404.              <div class="testimonials-video">
  1405.               <div class="video-slider">
  1406.    <!-- SLIDE 1 -->
  1407.    <div class="slidess">
  1408.        <iframe class="video" src="https://www.youtube.com/embed/nIjC9xcPlWg"></iframe>
  1409.    </div>
  1410.    <!-- SLIDE 2 -->
  1411.    <div class="slidess">
  1412.        <iframe class="video" src="https://www.youtube.com/embed/nIjC9xcPlWg"></iframe>
  1413.    </div>
  1414.        <div class="slidess">
  1415.        <iframe class="video" src="https://www.youtube.com/embed/nIjC9xcPlWg"></iframe>
  1416.    </div>
  1417.    <!-- END OF SLIDES -->
  1418.  
  1419. </div>
  1420.              </div>
  1421.               <div class="slide-arrow left"></div>
  1422.    <div class="slide-arrow right"></div>
  1423.              <p class="testimonial-right-name">Mr. Prasad | Patient</p>
  1424.            </div>
  1425.          </div>
  1426.          <div class="top right condition_triangle"></div>
  1427.        </div>
  1428.      </div>
  1429.    </div>
  1430.  
  1431.    <!-- Footer -->
  1432.    <footer class="page-footer font-small blue pt-4">
  1433.      <!-- Footer Links -->
  1434.      <div class="container-fluid text-center text-md-left">
  1435.        <!-- Grid row -->
  1436.        <div class="footer-row">
  1437.          <!-- Grid column -->
  1438.          <div class="footer-content col-md-6 center mt-md-0 mt-3">
  1439.            <!-- Content -->
  1440.            <div class="logo">
  1441.              <a href="index.htm">
  1442.              <img src="./assets/Logo.png" alt="dryashwardhanjaiswal" />
  1443.              </a>
  1444.            </div>
  1445.            <p>
  1446.              Dr. Yashwardhan is an experienced Joint Replacement
  1447.              Specialist, expert in Total Knee Replacement (TKR) and Total Hip Replacement (THR).
  1448.              
  1449.            </p>
  1450.          </div>
  1451.          <!-- Grid column -->
  1452.  
  1453.          <hr class="clearfix w-100 d-md-none pb-3" />
  1454.          <div class="footer-content-link">
  1455.            <!-- Grid column -->
  1456.            <div class="col-md-3 mb-md-0 mb-3">
  1457.              <!-- Links -->
  1458.              <h5 class="text-uppercase">Quick Links</h5>
  1459.  
  1460.              <ul class="footer-link list-unstyled">
  1461.                <li>
  1462.                  <a href="about.html">About Us</a>
  1463.                </li>
  1464.                
  1465.                <li>
  1466.                  <a href="contact.html">Contact Us</a>
  1467.                </li>
  1468.                
  1469.                <li>
  1470.                  <a href="index.htm#testimonials">Testimonials</a>
  1471.                </li>
  1472.              </ul>
  1473.            </div>
  1474.            <!-- Grid column -->
  1475.  
  1476.            <!-- Grid column -->
  1477.            <hr class="clearfix w-100 d-md-none pb-3" />
  1478.            <div class="col-md-3 mb-md-0 mb-3">
  1479.              <!-- Links -->
  1480.              <h5 class="text-uppercase">Treatments</h5>
  1481.  
  1482.              <ul class="footer-link list-unstyled">
  1483.                <li>
  1484.                  <a href="hipSurgery.html">Hip Surgery</a>
  1485.  
  1486.                </li>
  1487.                <li>
  1488.                  <a href="hipArthroscopy.html">Hip Arthroscopy</a>
  1489.                  
  1490.                </li>
  1491.                <li>
  1492.                  <a href="hipRevision.html">Hip Revision Arthroplasty</a>
  1493.                </li>
  1494.                <li>
  1495.                  <a href="hipdyslpasia.html">Hip Dyslpasia</a>
  1496.                </li>
  1497.                <li>
  1498.                  <a href="tumour.html">Tumour</a>
  1499.                </li>
  1500.                
  1501.              </ul>
  1502.            </div>
  1503.  
  1504.            <div class="col-md-3 mb-md-0 mb-3">
  1505.              <!-- Links -->
  1506.              <h5 class="text-uppercase">Related Links</h5>
  1507.  
  1508.              <ul class="footer-link list-unstyled">
  1509.                <li>
  1510.                  <a target="_blank" href="https://www.lifecarehospitalindia.com/">Lifecare Hospital</a>
  1511.                </li>
  1512.                <li>
  1513.                  <a target="_blank"  href="http://www.drdekid.com/">Dr. Dekid Palmo</a>
  1514.                </li>
  1515.                <li>
  1516.                  <a target="_blank"  href="https://www.drabhinavjaiswal.com/">Dr. Abhinav Jaiswal</a>
  1517.                </li>
  1518.               <li>
  1519.                  <a target="_blank" href="https://www.capsule4u.com/">Capsule4u</a>
  1520.                </li>
  1521.                <li>
  1522.                  <a target="_blank" href="sitemap.xml">Sitemap</a>
  1523.                </li>
  1524.                
  1525.              </ul>
  1526.            </div>
  1527.            <!-- Grid column -->
  1528.            <div class="col-md-3 mb-md-0 mb-3">
  1529.              <!-- Links -->
  1530.              <h5 class="text-uppercase">Social media</h5>
  1531.  
  1532.              <ul class="footer-link list-unstyled">
  1533.                <li>
  1534.                  <a href="https://www.facebook.com/Dr.YashwardhanJaiswal" target="_blank">Facebook</a>
  1535.                </li>
  1536.                <li>
  1537.                  <a href="https://www.youtube.com/channel/UCMxpZ4UvjjXjEZK90p7Jbdg?view_as=subscriber">Youtube</a>
  1538.                </li>
  1539.                <li>
  1540.                  <a href="tel:09818892387">Telephone</a>
  1541.                </li>
  1542.                <li>
  1543.                  <a href="https://web.whatsapp.com/send?phone=919873513919">Whatsapp</a>
  1544.                </li>
  1545.                <li>
  1546.                  <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>
  1547.                </li>
  1548.              </ul>
  1549.            </div>
  1550.            <!-- Grid column -->
  1551.          </div>
  1552.        </div>
  1553.        <!-- Grid row -->
  1554.      </div>
  1555.      <!-- Footer Links -->
  1556.  
  1557.      <!-- Copyright -->
  1558.      <div class="footer-copyright text-center py-3">
  1559.        Copyright © 2022. All Rights Reserved
  1560.      </div>
  1561.  
  1562.      <!-- Copyright -->
  1563.    </footer>
  1564.    <!-- Footer -->
  1565.  
  1566.    <script>
  1567.   var mainpopup = document.getElementById('mainpopup');
  1568.     var close = document.getElementById("close");
  1569.  
  1570.  
  1571.  
  1572. window.addEventListener('load', function() {
  1573.     setTimeout(function() {
  1574.         if(mainpopup.style.display =='flex') {
  1575.             mainpopup.style.display = "none"
  1576.         }
  1577.         else {
  1578.             mainpopup.style.display = "flex"
  1579.         }
  1580. }, 2000);
  1581.          
  1582. })
  1583.  
  1584.     function popup() {
  1585.         if(mainpopup.style.display =='flex') {
  1586.             mainpopup.style.display = "none"
  1587.         }
  1588.         else {
  1589.             mainpopup.style.display = "flex"
  1590.         }
  1591.     }
  1592.  
  1593. </script>
  1594.    <script>
  1595.      function readMore() {
  1596.        var dots = document.getElementById("dots");
  1597.        var moreText = document.getElementById("more");
  1598.        var btnText = document.getElementById("readMore");
  1599.  
  1600.        if (dots.style.display === "none") {
  1601.          dots.style.display = "inline";
  1602.          btnText.innerHTML = "Read more";
  1603.          moreText.style.display = "none";
  1604.        } else {
  1605.          dots.style.display = "none";
  1606.          btnText.innerHTML = "Read less";
  1607.          moreText.style.display = "inline";
  1608.        }
  1609.      }
  1610.  
  1611.      function Navbar() {
  1612.        var x = document.getElementById("myLinks");
  1613.        if (x.style.display === "block") {
  1614.          x.style.display = "none";
  1615.        } else {
  1616.          x.style.display = "block";
  1617.        }
  1618.      }
  1619.  
  1620.      
  1621.      window.onload = function slider() {
  1622.        const btn1 = document.getElementById('btn-1');
  1623.        const btn2 = document.getElementById('btn-2');
  1624.        const btn3 = document.getElementById('btn-3');
  1625.        setTimeout(function () {
  1626.          if(btn1.checked = true) {
  1627.            btn2.checked = true
  1628.          }
  1629.          else if(btn2.checked = true){
  1630.            btn3.checked = true
  1631.          }else if (btn3.checked = true){
  1632.            btn1.checked = true
  1633.          }
  1634.        }, 5000);
  1635.      }
  1636.    
  1637.    </script>
  1638.    <script
  1639.      src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"
  1640.      integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
  1641.      crossorigin="anonymous"
  1642.    ></script>
  1643.    <script
  1644.      type="text/javascript"
  1645.      src="https://cdn.jsdelivr.net/npm/@emailjs/browser@3/dist/email.min.js"
  1646.    ></script>
  1647.    <script type="text/javascript">
  1648.      (function () {
  1649.        emailjs.init('UN5ec7h0qcFGEEDs8');
  1650.      })();
  1651.  
  1652.      const btnform = document.getElementById("sendmail");
  1653.  
  1654.      document
  1655.        .getElementById("mailform")
  1656.        .addEventListener("submit", function (event) {
  1657.          event.preventDefault();
  1658.  
  1659.           const serviceID = 'default_service';
  1660.            const templateID = 'template_6uapayg';
  1661.  
  1662.          emailjs.sendForm(serviceID, templateID, this).then(
  1663.            () => {
  1664.              document.getElementById("mailform").reset();
  1665.              alert("Sent!");
  1666.            },
  1667.            (err) => {
  1668.              alert(JSON.stringify(err));
  1669.            }
  1670.          );
  1671.        });
  1672.    </script>
  1673.    <script
  1674.     type="text/javascript"
  1675.     src="https://cdn.jsdelivr.net/npm/@emailjs/browser@3/dist/email.min.js"
  1676.   ></script>
  1677.   <script type="text/javascript">
  1678.     (function () {
  1679.         emailjs.init('UN5ec7h0qcFGEEDs8');
  1680.     })();
  1681.     var mainpopup = document.getElementById('mainpopup');
  1682.     var close = document.getElementById("close");
  1683.  
  1684.     document
  1685.       .getElementById("mailform1")
  1686.       .addEventListener("submit", function (event) {
  1687.         event.preventDefault();
  1688.         const serviceID = 'default_service';
  1689.   const templateID = 'template_6uapayg';
  1690.         emailjs.sendForm(serviceID, templateID, this).then(
  1691.           () => {
  1692.              
  1693.             alert("Sent!");
  1694.             if(mainpopup.style.display =='flex') {
  1695.             mainpopup.style.display = "none"
  1696.         }
  1697.         else {
  1698.             mainpopup.style.display = "flex"
  1699.         }
  1700.           },
  1701.           (err) => {
  1702.             alert(JSON.stringify(err));
  1703.           }
  1704.         );
  1705.       });
  1706.       </script>
  1707. <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
  1708. <script src="https://www.youtube.com/iframe_api"></script>
  1709. <script>
  1710. $(document).ready(function () {
  1711. var pos = 0,
  1712. slides = $('.slidess'),
  1713. numOfSlides = slides.length;
  1714.  
  1715. function nextSlide() {
  1716. // `[]` returns a vanilla DOM object from a jQuery object/collection
  1717.  
  1718. slides.eq(pos).animate({ left: '-100%' }, 500);
  1719. pos = (pos >= numOfSlides - 1 ? 0 : ++pos);
  1720. slides.eq(pos).css({ left: '100%' }).animate({ left: 0 }, 500);
  1721. }
  1722.  
  1723. function previousSlide() {
  1724. slides.eq(pos).animate({ left: '100%' }, 500);
  1725. pos = (pos == 0 ? numOfSlides - 1 : --pos);
  1726. slides.eq(pos).css({ left: '-100%' }).animate({ left: 0 }, 500);
  1727. }
  1728.  
  1729. $('.left').click(previousSlide);
  1730. $('.right').click(nextSlide);
  1731. })
  1732.  
  1733. </script>
  1734.  </body>
  1735. </html>
  1736.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda