* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  overflow: hidden;
  width: 100%;
  height: auto;
}
.human-body {
  width: 207px;
  position: relative;
  top: -30px;
  opacity: 0;
  padding-top: 0px;
  height: 250px;
  display: none;
  margin: 30px auto;
  transition: 0.6s ease;
}
.human-body svg:hover {
  cursor: pointer;
}

.human-body svg {
  position: absolute;
  left: 50%;
  fill: #57c9d5;
}
.human-body svg.head {
  margin-left: -28.5px;
  top: -6px;
}
.human-body svg.shoulder {
  margin-left: -53.5px;
  top: 69px;
}
.human-body svg.arm {
  margin-left: -78px;
  top: 112px;
}
.human-body svg.cheast {
  margin-left: -43.5px;
  top: 88px;
}
.human-body svg.stomach {
  margin-left: -37.5px;
  top: 130px;
}
.human-body svg.legs {
  margin-left: -46.5px;
  top: 205px;
  z-index: 99;
}
.human-body svg.hands {
  margin-left: -102.5px;
  top: 224px;
}
#area {
  opacity: 0;
  position: relative;
  top: 190px;
  display: none;
  width: 100%;
  clear: both;
  padding: 10px;
  text-align: center;
  font-size: 25px;
  color: #a5a5a5;
}

#area #data {
  font-family: Arial, Helvetica, sans-serif;
  color: black;
}

/*  animate in jQuery */

.doc-ai {
  color: rgb(88, 88, 88);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 25px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  opacity: 0;
  top: 5px;
  left: -50px;
  z-index: 100;
}

.fa-stethoscope {
  color: rgba(87, 87, 87, 0.863);
  font-size: 25px;
  opacity: 0;
  position: relative;
  top: 5px;
  left: 0px;
  z-index: 101;
  text-align: center;
}
p {
  box-shadow: 10px 7px 38px #00000075;
  width: 300px;
  font-size: 25px;
  position: fixed;
  opacity: 0;
  left: -50px;
  top: 100px;
  padding: 25px 20px 25px 15px;
  background-color: rgb(247, 246, 246);
  border-radius: 20px;
  font-family: Arial, Helvetica, sans-serif;
  z-index: 102;
}

#btn {
  box-shadow: 1px 6px 38px #00000075;
  width: 300px;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 30px;
  position: fixed;
  opacity: 0;
  left: 25px;
  top: 300px;
  padding: 5px 25px;
  background-color: rgb(187, 184, 184);
  border-radius: 10px;
  font-family: Arial, Helvetica, sans-serif;
  z-index: 103;
  transition: 0.3s;
}
#btn:hover {
  box-shadow: 0px 0px 0px #00000075;
  background-color: rgb(82, 81, 81);
  color: #ffff;
  letter-spacing: 1.5px;
}
#btn-after {
  opacity: 0;
  box-shadow: 11px 2px 100px rgba(0, 0, 0, 0.432);
  border: none;
  padding: 10px 18px;
  background-color: rgb(212, 212, 212);
  border-radius: 50%;
  font-size: 30px;
  z-index: 104;
  border-radius: 10px;
  position: fixed;
  top: 250px;
  right: -20px;
  transition: 0.4s;
}
#btn-after:hover {
  background-color: rgb(82, 81, 81);
  color: #ffff;
  letter-spacing: 1.5px;
}
#right {
  position: relative;
}

/* @media to the animate */
@media (max-width: 400px) {
  .doc-ai {
    color: rgb(88, 88, 88);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    opacity: 0;
    top: 5px;
    left: 100px;
    z-index: 100;
  }

  .fa-stethoscope {
    color: rgba(87, 87, 87, 0.863);
    font-size: 30px;
    opacity: 0;
    position: fixed;
    top: 5px;
    left: 0px;
    z-index: 101;
    text-align: center;
  }
  p {
    box-shadow: 10px 7px 38px #00000075;
    width: 300px;
    font-size: 25px;
    position: fixed;
    opacity: 0;
    left: -50px;
    top: 100px;
    padding: 25px 20px 25px 15px;
    background-color: rgb(247, 246, 246);
    border-radius: 20px;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 102;
  }

  #btn {
    box-shadow: 1px 6px 38px #00000075;
    width: 300px;
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 30px;
    position: fixed;
    opacity: 0;
    left: 25px;
    top: 300px;
    padding: 5px 25px;
    background-color: rgb(187, 184, 184);
    border-radius: 10px;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 103;
    transition: 0.3s;
  }
}
@media (max-width: 300px) {
  .doc-ai {
    color: rgb(88, 88, 88);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    /* margin-left: -30px; */
    text-align: center;
    border-radius: 50%;
    position: relative;
    opacity: 0;
    top: 37px;
    left: -50px;
    z-index: 100;
  }

  .fa-stethoscope {
    color: rgba(87, 87, 87, 0.863);
    font-size: 25px;
    /* margin-left: -30px; */

    opacity: 0;
    position: fixed;
    top: 35px;
    left: 0px;
    z-index: 101;
  }
  p {
    box-shadow: 13px 15px 38px #00000075;
    width: 345px;
    font-size: 25px;
    position: fixed;
    opacity: 0;
    left: -50px;
    top: 100px;
    padding: 60px 40px;
    background-color: rgb(247, 246, 246);
    border-radius: 20px;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 102;
    margin-left: -15px;
  }

  #btn {
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 25px;
    position: fixed;
    opacity: 0;
    left: 40px;
    margin-top: -20px;
    top: 290px;
    padding: 5px 25px;
    background-color: rgb(187, 184, 184);
    border-radius: 10px;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 103;
    margin-left: -30px;
  }
}
@media (max-width: 500px) {
  .doc-ai {
    color: rgb(88, 88, 88);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    margin-left: -30px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    opacity: 0;
    top: 37px;
    left: -50px;
    z-index: 100;
  }

  .fa-stethoscope {
    color: rgba(87, 87, 87, 0.863);
    font-size: 25px;
    margin-left: -30px;

    opacity: 0;
    position: fixed;
    top: 35px;
    left: 0px;
    z-index: 101;
  }
  p {
    box-shadow: 13px 15px 38px #00000075;
    width: 345px;
    font-size: 25px;
    position: fixed;
    opacity: 0;
    left: -50px;
    top: 100px;
    padding: 60px 40px;
    background-color: rgb(247, 246, 246);
    border-radius: 20px;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 102;
    margin-left: -15px;
  }

  #btn {
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 25px;
    position: fixed;
    opacity: 0;
    left: 40px;
    margin-top: -20px;
    top: 290px;
    padding: 5px 25px;
    background-color: rgb(187, 184, 184);
    border-radius: 10px;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 103;
    margin-left: -30px;
  }
}
@media (max-width: 600px) {
  .doc-ai {
    color: rgb(88, 88, 88);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    margin-left: -30px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    opacity: 0;
    top: 37px;
    left: -50px;
    z-index: 100;
  }

  .fa-stethoscope {
    color: rgba(87, 87, 87, 0.863);
    font-size: 25px;
    margin-left: -30px;

    opacity: 0;
    position: fixed;
    top: 35px;
    left: 0px;
    z-index: 101;
  }
  p {
    box-shadow: 13px 15px 38px #00000075;
    width: 345px;
    font-size: 25px;
    position: fixed;
    opacity: 0;
    left: -50px;
    top: 100px;
    padding: 60px 40px;
    background-color: rgb(247, 246, 246);
    border-radius: 20px;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 102;
    margin-left: -15px;
  }

  #btn {
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 25px;
    position: fixed;
    opacity: 0;
    left: 40px;
    margin-top: -20px;
    top: 290px;
    padding: 5px 25px;
    background-color: rgb(187, 184, 184);
    border-radius: 10px;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 103;
    margin-left: -30px;
  }
}
@media (max-width: 700px) {
  .doc-ai {
    color: rgb(88, 88, 88);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    margin-left: 15px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    opacity: 0;
    top: 37px;
    left: -50px;
    z-index: 100;
  }

  .fa-stethoscope {
    color: rgba(87, 87, 87, 0.863);
    font-size: 25px;
    margin-left: -15px;

    opacity: 0;
    position: fixed;
    top: 5px;
    left: 0px;
    z-index: 101;
  }
  p {
    box-shadow: 13px 15px 38px #00000075;
    width: 345px;
    font-size: 25px;
    position: fixed;
    opacity: 0;
    left: -50px;
    top: 100px;
    padding: 60px 40px;
    background-color: rgb(247, 246, 246);
    border-radius: 20px;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 102;
    margin-left: -15px;
  }

  #btn {
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 25px;
    position: fixed;
    opacity: 0;
    left: 40px;
    margin-top: -20px;
    top: 290px;
    padding: 5px 25px;
    background-color: rgb(187, 184, 184);
    border-radius: 10px;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 103;
    margin-left: -30px;
  }
}
@media (max-width: 900px) {
  .doc-ai {
    color: rgb(88, 88, 88);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    margin-left: 15px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    opacity: 0;
    top: 5px;
    left: -50px;
    z-index: 100;
  }

  .fa-stethoscopei {
    color: rgba(87, 87, 87, 0.863);
    font-size: 25px;
    margin-left: 15px;
    opacity: 0;
    position: relative;
    top: 5px;
    left: 0px;
    z-index: 101;
  }
  p {
    box-shadow: 10px 7px 38px #00000075;
    width: 300px;
    font-size: 25px;
    position: fixed;
    opacity: 0;
    left: -50px;
    top: 80
    px;
    padding: 25px 20px 25px 15px;
    background-color: rgb(247, 246, 246);
    border-radius: 20px;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 102;
  }

  #btn {
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 25px;
    position: fixed;
    opacity: 0;
    left: 40px;
    margin-top: -20px;
    top: 290px;
    padding: 5px 25px;
    background-color: rgb(187, 184, 184);
    border-radius: 10px;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 103;
    margin-left: -30px;
  }
}
