.enq_01 {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 20px;
  margin: 3%;
  border-radius: 8px;
  border: 1px solid black;
  color: #2b323c;
  background-color: white;
  flex-grow: 1;
  background-color: #fbaf35;
  align-self: center;
}
.enq_01 .comp_frm {
  display: flex;
  flex-direction: column;
}
.enq_01 header {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.enq_01 header h3 {
  align-items: center;
  margin: auto;
}
.enq_01 .enquiry {
  background-color: white;
  padding: 20px 10px 10px 10px;
}
.enq_01 .btnEnquiry {
  margin: 10px 10px 10px 10px;
}
.enq_01 .info {
  font-size: 12px;
  margin: 0 5px 10px 5px;
}

@media screen and (max-width: 600px) {
  .enq_01 {
    top: 20px;
    width: calc(100vw - 20px);
    margin: 10px;
  }
  .enq_01 .enquiry .frm {
    width: 100%;
  }
}/*# sourceMappingURL=enquiry.css.map */