.cs_question {
  display: flex;
  align-items: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #000;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  min-height: 50px;
  width: 100%;
}

.form_backbtn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 32px;
  height: 24px;
  border-radius: 4px;
  cursor: pointer;
}

.form_backbtn:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 3px solid #1e1e1e;
  border-width: 0 0 2px 2px;
  margin-left: 3px;
  transform: rotate(45deg);
}

.cs_enquiry_register .form_title {
  display: flex;
  align-items: center;
  gap: 5px;
}

.cs_enquiry_register .enquiry_text_title {
  font-weight: 700;
}

.cs_enquiry_register .form_text.enquiry_text {
  gap: 5px;
  font-size: 13px;
}

.cs_enquiry_register .form_text.enquiry_text ul {
  padding-top: 0;
}

.cs_enquiry_register .tick_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}

.cs_enquiry_register .tick_icon span {
  position: relative;
  width: 20px;
  height: 20px;
}

.cs_enquiry_register .tick_icon span:after {
  content: "";
  position: absolute;
  border: 2px solid #1e1e1e;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  width: 6px;
  height: 10px;
  top: 4px;
  left: 4px;
}

.cs_enquiry_register .divider_line {
  background: #b48d18;
  height: 0.5px;
  margin: 30px 0;
}

.cs_enquiry_register .form_text.contact_text {
  font-size: 13px;
  gap: 5px;
}

.cs_enquiry_register .form_text.contact_text span {
  display: inline-block;
  width: 80px;
}

[lang="en"] .cs_enquiry_register .form_text.contact_text span {
  width: 180px;
  text-transform: none;
}

.enquiry_whitebox .form_btnbox {
  width: 100%;
}

/*fix profile CS form*/
.cs_enquiry_register .form_whitebox {
  min-width: 600px;
}

.cs_enquiry_register .form_container {
  padding-top: 0;
}
@media only screen and (max-width: 768px) {
  .cs_enquiry_register .form_whitebox {
    min-width: 85vw;
  }
}

.cs_question_related_order {
  display: flex;
  align-items: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #000;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  min-height: 50px;
  width: 100%;
  gap: 20px;
  justify-content: space-between;
}

.cs_question_related_order span:nth-of-type(2) {
  justify-content: flex-end;
}

@media only screen and (max-width: 500px) {
  .cs_question_related_order span {
    flex: 1;
  }
}
