#application {
  padding-top: 3rem;
  background-color: #e2edff;
}
#about {
  background-color: #e2edff;
}
#back-top {
  visibility: hidden;
  padding-right: 70px;
  padding-bottom: 55px;
}

#spring {
  padding-top: 3rem;
  background-color: #e2edff;
}

.bd-example {
  padding: 1rem;
  background-color: #e2edff;
}

.footer-prd {
  text-decoration: none;
}

/* whatsapp widgets 2 */

/* Button used to open the chat form - fixed at the bottom of the page */
.open-button {
  background-color: #2ecc71;
  color: white;
  padding: 8px 0px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  bottom: 55px;
  right: 68px;
  width: 179px;
  font-weight: bold;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  z-index: 98;
}

.buttonIcon {
  background-color: #2ecc71;
  color: white;
  border: none;
  opacity: 0.8;
  cursor: pointer;
  position: fixed;
  bottom: 55px;
  right: 16px;
  width: 41px;
  height: 41px;
  font-weight: bold;
  font-size: 27px;
  text-align: center;
  line-height: 35px;
  z-index: 98;
  border-radius: 50%;
}

/* The popup chat - hidden by default */
.chat-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  border: 2px solid #04AA6D;
  border-radius: 7px;
  z-index: 99;
}

/* Add styles to the form container */
.form-container {
  max-width: 300px;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 7px;
}

/* Set a style for the submit/send button */
.form-container .btn {
  background-color: #04AA6D;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
  margin-top: 45px;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover, .buttonIcon:hover {
  opacity: 1;
}

.form-container h4{
  padding-bottom: 30px;
}
.form-container a{
  color:#fff;
  text-decoration: none;
  font-weight: bold;
  margin: 5px 0;

}

.chip {
  display: inline-block;
  padding: 0 25px;
  height: 50px;
  width: 100%;
  font-size: 15px;
  line-height: 50px;
  border-radius: 25px;
  background-color: #04AA6D;
}

.chip img {
  float: left;
  margin: 0 10px 0 -25px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 1px solid #04AA6D;
}

/* end whatsapp */

@media (min-width: 992px) {
  #products {
    margin-top: 50px;
  }
}

@media (max-width: 720px) {
  
}
