.enquire-now-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: navy;
  color: white;
  border: none;
  padding: 15px 14px;
  border-radius: 5px;
  cursor: pointer;
  z-index: 1000;
  border-radius: 100%;
  width: 50px;
  height: 50px;
}
.form-control{
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px !important;
    border: 1px solid black !important;
  }
