*{
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
    font-family: "IBM Plex Sans", sans-serif;
}

body {
    max-width: 1440px;
    background-color: #f0f4f5;
    overflow: hidden;
    margin: auto;
  }

  a{
    text-decoration: none;
    color: black;
  }

  li{
    list-style: none;
    cursor: pointer;
  }

  ul{
    display: flex;
    align-items: center;
    column-gap: 68px;
    font-weight: 800;
    font-size: 18px;
  }
  
  a:hover{
    color: #20bc7e;
  }
  nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 35px 63px  35px  3px;
  }

  .left_side{
    position: absolute;
    left: 82px;
  }
  button {
    background-color: #20bc7e;
    font-size: 32px;
    font-weight: 900;
    padding: 18px 68px;
    border: none;
    border-radius: 52px;
    color: #fff;
  }

 /* right side */
 
 .stethoscope{
  position: absolute;
  top: -79px;
  left: 260px;
  width: 680px;
  height: 730px;
 }
 .mouse{
  position: absolute;
  bottom: 9px;
  left: 760px ;
  width: 43px;
 }

 .bottomangle{
  position: absolute;
  bottom: 60px;
  right: 6px;
  width: 30px;
 }

 .greenbox{
  width: 500px;
  position: absolute;
  right: 28px;
  top: 200px;
 }

 .yellowbox {
  width: 440px;
  position: absolute;
  right: 6px;
  top: 241px;
  z-index: 200;
}
.doctor {
  width: 491px;
  height: 695px;
  position: absolute;
  right: 36px;
  top: 88px;
  z-index: 200;
}
h1{
  font-size: 85px;
  font-weight: 900;
}
p {
  color: #999393;
  font-size: 22px;
  font-weight: 400;
  margin: 50px 0px;
  letter-spacing: 0.2px;
}