.contactsPrompt {
  position: absolute;
  margin-left: 600px;
  background-color: #ffffff;
  height: 100vh;
  border: 4px solid #000000;
  width: 80vh;
  box-shadow: 16px 16px 0 #000000e1;
}

.OrderPlacepromptContent {
  display: block;
}

.queryPromptContent {
  display: none;
}

.CustomOrderPromptContent {
  display: none;
}

.placeOrderHeading {
  margin-left: 15px;
  font-weight: 500;
  font-size: 23px;
}

.placeOrderSubHeading {
  font-weight: 300;
  font-size: 20px;
}

#orderForm {
  margin-left: 15px;
}

label {
  font-size: 18px;
  font-style: italic;
}

input {
  width: 72%;
  font-size: 18px;
}

textarea {
  font-size: 18px;
  width: 77%;
  height: 220px;
}

.sendbtn {
  padding: 12px;
  border: none;
  background-color: #01204e;
  color: #fff7eb;
  font-weight: 500;
  font-size: 18px;
  font-style: italic;
  transition: 0.3s ease;
  box-shadow: 8px 8px 0 #faaa68;
}

.sendbtn:hover {
  cursor: pointer;
  transform: translateY(-3px);
}

.card {
  box-shadow: 12px 12px 0 #000000e1;
}

.queryHeading {
  margin-left: 15px;
  font-weight: 500;
  font-size: 23px;
}

.querySubHeading {
  font-weight: 300;
  font-size: 20px;
}

#queryForm {
  margin-left: 15px;
}

.customorderHeading {
  margin-left: 15px;
  font-weight: 500;
  font-size: 23px;
}

.customorderSubHeading {
  font-weight: 300;
  font-size: 20px;
}

#customorderform {
  margin-left: 15px;
}
