.benefit-fire {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3vw;
    color: rgb(0, 0, 0);
    background-color: #f1f1f1;
    margin-top: 5vw;
    margin-bottom: 5vw;
  }
.benefit-firee {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3vw;
    color: rgb(255, 255, 255);
    margin-top: 5vw;
    margin-bottom: 5vw;
  }
  .bg-benefit{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5vw;
    width: 6vw;
    height: 6vw;
    background-color: white;
  }
  .head-benefit-fire {
    font-size: 3vw;
    font-weight: 500;
  }
  .all-benefit-fire {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
  }
  .all-benefit-fire img {
    width: 3vw;
    height: 3vw;
  }
  .child-benefit-fire {
    margin-top: 3vw;
    width: 25vw;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .high-des-benefit {
    font-size: 1.5vw;
    font-weight: 600;
    margin-top: 1vw;
  }
  .medium-des-benefit {
    font-size: 1vw;
    font-weight: 500;
    margin-bottom: 1vw;
  }
  .low-des-benefit {
    font-size: 0.8vw;
    font-weight: 500;
  }
  
  
  
  .head-form-fire {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 5vw;
  }
  .title-form-fire {
    font-size: 2.5vw;
    font-weight: 500;
  }
  .des-form-fire {
    font-size: 1vw;
    color: rgb(172, 172, 172);
  }


.box-form-ls {
    width: 100%;
    height: auto;
    display: flex;
    padding: 2vw;
    justify-content: center;
    font-size: 1.2vw;

}
form{
    display: flex;
    align-items: center;
    justify-content: center;
}
.order-form-ls {
    width: 50vw;
    height: 30vw;
    background-color: white;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.all-detail-ls {
    width: 50vw;
    height: 30vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: black;
}
.product-ls {
    width: 45vw;
    display: flex;
    justify-content: space-between;
}
.type-ls {
    width: 22vw;
    height: 5vw;
}
.type-ls input {
    padding: 0.3vw 0.5vw 0vw 0.5vw;
    width: 22vw;
    height: 2.5vw;
    border-radius: 0.5vw;
    border: 1px solid #a8a8a8;
    color: #808080;
}
.drone-ls {
    width: 22vw;
    height: 5vw;
}
.drone-ls select {
    width: 22vw;
    height: 2.5vw;
    border-radius: 0.5vw;
    border: 1px solid #a8a8a8;
    color: #808080;
    padding-left: 0.3vw;
}
span {
    color: red;
}
.name-ls {
    display: flex;
    flex-direction: column;
    height: 5vw;
}
.name-ls input {
    height: 2.5vw;
    width: 45vw;
    border-radius: 0.5vw;
    border: 1px solid #a8a8a8;
    color: #808080;
    padding: 0vw 0.5vw 0vw 0.5vw;
}
.email-tel-ls {
    display: flex;
    justify-content: space-between;
    width: 45vw;
}
.email-ls {
    display: flex;
    flex-direction: column;
    height: 5vw;
}
.email-ls input {
    border: 1px solid #a8a8a8;
    color: #808080;
    border-radius: 0.5vw;
    padding: 0vw 0.5vw 0vw 0.5vw;
    width: 22vw;
    height: 2.5vw;
}
.tel-ls {
    display: flex;
    flex-direction: column;
}
.tel-ls input {
    border: 1px solid #a8a8a8;
    color: #808080;
    height: 2.5vw;
    width: 22vw;
    border-radius: 0.5vw;
    padding: 0vw 0.5vw 0vw 0.5vw;
}
.message-ls {
    display: flex;
    flex-direction: column;
}
.message-ls textarea {
    border: 1px solid #a8a8a8;
    color: #808080;
    height: 6vw;
    width: 45vw;
    padding: 0.5vw;
    border-radius: 0.5vw;
}
.btn-form-ls {
    margin-top: 2vw;
}
.btn-form-ls button {
    color: #ffffff;
    border: none;
    background-color: #000000;
    font-size: 1vw;
    width: 6vw;
    height: 2.5vw;
    border-radius: 0.5vw;
}


@media only screen and (max-width: 768px) {
  .benefit-fire {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5vw;
    color: rgb(0, 0, 0);
    background-color: #f1f1f1;
    height: 100vh;
    margin-top: 5vw;
    margin-bottom: 5vw;
  }
  .bg-benefit{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15vw;
    width: 25vw;
    height: 25vw;
    background-color: white;
  }
  .head-benefit-fire {
    font-size: 6vw;
    font-weight: 500;
  }
  .all-benefit-fire {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .all-benefit-fire img {
    width: 15vw;
    height: 15vw;
  }
  .child-benefit-fire {
    margin-top: 5vw;
    width: 80vw;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .high-des-benefit {
    font-size: 5vw;
    font-weight: 600;
    margin-top: 5vw;
  }
  .medium-des-benefit {
    font-size: 3.5vw;
    font-weight: 500;
    margin-top: 1vw;
    margin-bottom: 1vw;
  }
  .low-des-benefit {
    font-size: 3.5vw;
    font-weight: 400;
  }
  
  
  
  .head-form-fire {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 15vw;
  }
  .title-form-fire {
    font-size: 5vw;
    font-weight: 500;
  }
  .des-form-fire {
    font-size: 2.5vw;
    color: rgb(172, 172, 172);
  }


  .box-form-ls {
      width: 100%;
      height: auto;
      display: flex;
      padding: 2vw;
      justify-content: center;
      font-size: 4vw;
      margin-top: 3vw;
      margin-bottom: 4vw;
  }
  form{
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .order-form-ls {
      width: 90vw;
      height: auto;
      background-color: white;
      box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
      border-radius: 15px;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 3vw;
  }
  .all-detail-ls {
      width: 80vw;
      height: auto;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      color: black;
  }
  .product-ls {
      width: 100%;
      display: flex;
      justify-content: space-between;
      flex-direction: column;
  }
  .type-ls {
      width: 100%;
      height: auto;
  }
  .type-ls input {
      padding: 0vw 0.5vw 0vw 0.5vw;
      width: 80vw;
      height: 7vw;
      border-radius: 1vw;
      border: 1px solid #a8a8a8;
      color: #808080;
  }
  .drone-ls {
      width: 100%;
      height: auto;
      margin-top: 2vw;
  }
  .drone-ls select {
      width: 80vw;
      height: 7vw;
      border-radius: 0.5vw;
      border: 1px solid #a8a8a8;
      color: #808080;
      padding-left: 0.3vw;
  }
  span {
      color: red;
  }
  .name-email-tel-ls {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .name-ls {
      display: flex;
      flex-direction: column;
      height: auto;
      margin-top: 2vw;
  }
  .name-ls input {
      height: 7vw;
      width: 80vw;
      border-radius: 0.5vw;
      border: 1px solid #a8a8a8;
      color: #808080;
      padding: 0vw 0.5vw 0vw 0.5vw;
  }
  .email-tel-ls {
      display: flex;
      justify-content: space-between;
      flex-direction: column;
      width: 45vw;
  }
  .email-ls {
      display: flex;
      flex-direction: column;
      height: auto;
      margin-top: 2vw;
  }
  .email-ls input {
      border: 1px solid #a8a8a8;
      color: #808080;
      border-radius: 0.5vw;
      padding: 0vw 0.5vw 0vw 0.5vw;
      width: 80vw;
      height: 7vw;
  }
  .tel-ls {
      display: flex;
      flex-direction: column;
      margin-top: 2vw;
  }
  .tel-ls input {
      border: 1px solid #a8a8a8;
      color: #808080;
      height: 7vw;
      width: 80vw;
      border-radius: 0.5vw;
      padding: 0vw 0.5vw 0vw 0.5vw;
  }
  .message-ls {
      display: flex;
      flex-direction: column;
      margin-top: 2vw;
  }
  .message-ls textarea {
      border: 1px solid #a8a8a8;
      color: #808080;
      height: 15vw;
      width: 80vw;
      padding: 0.5vw;
      border-radius: 0.5vw;
  }
  .btn-form-ls {
      margin-top: 2vw;
  }
  .btn-form-ls button {
      color: #ffffff;
      border: none;
      background-color: #000000;
      font-size: 4vw;
      width: 20vw;
      height: 10vw;
      border-radius: 1vw;
      margin-top: 3vw;
  }
  input {
      outline: none;
  }
  input:focus {
      border-color: black;
  }
  textarea {
      outline: none;
  }
  textarea:focus {
      border-color: black;
  }
  select {
      outline: none;
  }
  select:focus {
      border-color: black;
  }
  select option {
    font-size: 8vw;
}
}