.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
  }
  body,h2,ul,p{
      padding: 0;
      margin: 0;
  }
  a{
      text-decoration: none;
  }
  #bnav ul{
      list-style: none;
  }
  #bnav a{
      text-decoration: none;
      color: darkgray;
      transition: all .1s;
   }
  #bnav a:hover{
      color: black;
   }
   #bnav{
      position: fixed;
      left: 0;
      bottom: 0;
      z-index: 9;
      background-color:#FAFAFA;
      width: 100%;
   }
   #bnav ul{ 
      display: flex;
   }
   #bnav li{
      width: 20%;
      text-align: center;
   }
   #bnav svg{
      font-size: 30px;
   }
   #bnav p{
      font-size: 20px;
      line-height: 40px;
   }
   .q5 p{
      color: black;
   }
   .q5 svg{
      color: black;
   }
  .wd{
      width: 100%;
      height: 800px;
      background-color: #FAFAFA;
  }
  .wd1{
      top: 0;
      left: 0;
      position: fixed;
      width: 100%;
      height: 50px;
      background-color: #FAFAFA;
  }
  .wd1 svg{
      margin-left:90%;
      margin-top: 10px;
      font-size: 25px;
      color: black;

  }
  .wd2{
      width:100%;
      height:160px;
      margin-top:25px;
      background-color: #fafafa;
      display: flex;
  }
  .wd2 img{
      width: 90px;
      height: 90px;
      border-radius: 100%;
      margin-top: 30px;
      margin-left:5%;
      
  }
  .wd2 a{
      color: black;
      font-weight: bolder;
      font-size:20px;
      margin-left: 5%;
      margin-top: 60px;
  }
  .wd3{
      width: 90%;
      height: 100px;
      background-color: #e2dede;
      margin-left: auto;
      margin-right: auto;
      display: flex;
      border-radius: 20px;
  }
  .w3{
      padding-left:5%;
      color: rgb(136, 135, 135);
  }
  .wd31{
      margin-top: 17px;
      font-size: 20px;
      font-weight: bolder;
  }
  .wd32{
      margin-top: 20px;
      font-size: 10px;
  }
  .wd33{
      margin-left:60%;
      margin-top: 30px;
      position:absolute;
      width: 100px;
      height: 40px;
      background-color: white;
      text-align: center;
      border-radius: 15px;
      border-style: none;
  }
  .wd33 p{
      font-size: 15px;
      color: rgb(136, 135, 135);
      line-height: 40px;
  }
  .wd4{
      width: 90%;
      height: 400px;
      background-color: white;
      margin-top: 50px;
      margin-left: auto ;
      margin-right: auto;
      border-radius: 20px;
  }
  .wd41{
      font-size: 20px;
      font-weight: bolder;
      padding-left: 5%;
      padding-top: 20px;
  }
  .wd421{
      display: flex;
      width:100%;
      text-align: center;
      height: 100px;
      margin-top:20px;
  }
  .wd4212{
      width: 33%;
      height: 70px;
      text-align: center;
      font-size: 10px;
  }
  .wd4212 svg{
      color: black;
      font-size: 30px;
  }
  .wd4212 p{
      color: black;
      padding-top: 15px;
  }