  .float {
      position: fixed;
      width: 60px;
      height: 60px;
      bottom: 30px;
      right: 30px;
      background-color: #25d366;
      color: #FFF;
      border-radius: 50px;
      text-align: center;
      font-size: 30px;
      box-shadow: 2px 2px 3px #999;
      z-index: 100;
  }
  
  .my-float {
      margin-top: 16px;
  }
  
  .float-1 {
      position: fixed;
      width: 60px;
      height: 60px;
      bottom: 100px;
      right: 30px;
      background-color: #fa5b0f;
      color: #FFF;
      border-radius: 50px;
      text-align: center;
      font-size: 30px;
      box-shadow: 2px 2px 3px #999;
      z-index: 100;
  }
  
  .my-float-1 {
      margin-top: 16px;
  }
  
  .about-p-18 {
      color: #000;
      font-size: 18px
  }
  
  .about-p-22 {
      color: #000;
      font-size: 22px;
  }
  
  .font-w-b {
      font-weight: bold
  }
  
  .contact-f-s {
      font-size: 18px;
      font-family: tahoma
  }
  
  .contact-f-s-12 {
      font-size: 12px
  }
  
  .float-r {
      float: right;
  }
  
  .w-h-100 {
      width: 100%;
      height: 100%;
  }
  
  .width-100 {
      width: 100%;
  }
  
  .map-ifram {
      width: 100%;
      height: 100%;
      border: 0;
  }