#inq-modal-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  transition: all 0.2s;
  display: grid;
}
#inq-modal-btn .inq-modal-btn-content {
  z-index: 10000;
  border-radius: 4px;
  font-family: var(--font-bold);
  padding: 6px 12px 6px 5px;
  font-size: 14px;
  transition: all 0.2s;
  cursor: pointer;
  text-transform: uppercase;
  background-color: #1493ff;
  border: 2px solid #1493ff;
  color: white;
  box-shadow: 6px 4px 8px 0px rgba(0, 0, 0, 0.35);
  display: grid;
  grid-auto-flow: column;
  grid-gap: 10px;
  align-items: center;
}
#inq-modal-btn .inq-modal-btn-content:hover {
  background-color: white;
  color: #1493ff;
}
#inq-modal-btn .inq-modal-btn-content:hover .inq-icon {
  --fa-primary-color: #1493ff;
  --fa-secondary-color: #43a9ff;
  --fa-secondary-opacity: 0.8;
}
#inq-modal-btn .inq-icon {
  font-size: 22px;
  --fa-secondary-color: white;
  --fa-secondary-opacity: 0.7;
}
#inq-modal-form .inq-form-wrap .inq-form-grid {
  display: grid;
  grid-gap: 10px;
}
.inquiry_window {
  bottom: 20px;
  right: 20px;
}
