.feedback_form.feedback_form_inner {
  display: flex;
  flex-flow: wrap;
  align-items: normal;
  border-radius: 60px;
  background-color: #0269ff;
  color: #0269ff;
  margin: 40px 0px;
  width: auto;
  height: auto;
  padding: 0px;
  z-index: 0;
  width: 100%;
}

.feedback_form > div {
  width: 50%;
}

.feedback-form-inner-left {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
}

.feedback-form-inner-left img {
  object-fit: cover;
  height: 100%;
  object-position: center;
  max-height: 550px;
}

.feedback-form-inner-right {
  border-radius: 60px;
  overflow: hidden;
  background-color: #fff;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.feedback-form-inner-right a {
	color: #0269ff !important;
}

.feedback-form-inner-right h2 {
  text-align: center;
  color: black;
  margin-top: 20px;
}

.feedback-form-inner-right .choose_clinic {
  margin-bottom: 40px;
}

.feedback-form-inner-right input,
.feedback-form-inner-right .choose_clinic label span {
  border: 1px solid #0269ff !important;
  background: white !important;
  color: #0269ff !important;
  height: 58px !important;
  font-size: 12px !important;
}

.feedback-form-inner-right .choose_clinic label span:focus,
.feedback-form-inner-right .choose_clinic label span:hover,
.feedback-form-inner-right .choose_clinic label span:active,
.feedback-form-inner-right .choose_clinic label input:checked + span {
  background: #0269ff !important;
  color: white !important;
}

.feedback-form-inner-right .choose_clinic label span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.feedback-form-inner-right input::placeholder {
  color: #0269ff !important;
  font-size: 12px !important;
}

.feedback-form-inner-right .checkbox
.feedback-form-inner-right a {
  color: #6b6b6b !important;
  font-size: 14px !important;
  line-height: 140%;
}

.feedback-form-inner-right .checkbox input {
  height: auto !important;
  outline: 1px solid #0269ff;
  border: none;
}

.feedback-form-inner-right .form_submit-button {
  margin-top: 10px !important;
  margin-bottom: 0px !important;
  height: 52px;
  background: linear-gradient(45deg, #0273ff 0%, #013fff 100%);
  color: white !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feedback-form-inner-right .form_submit-button:hover {
	background: linear-gradient(45deg, #0273ff 0%, #013fff 100%);
	color: white !important;
}

@media (max-width: 991px) {
  .feedback_form.feedback_form_inner {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    max-height: none;
    background-color: #fff;
    padding: 15px;
    border-radius: 30px;
  }

  .feedback-form-inner-left {
    background-color: #0269ff;
    border-radius: 30px;
  }

  .feedback_form > div {
    width: 100%;
  }

  .feedback-form-inner-right {
    padding: 20px;
  }

  .feedback-form-inner-right .choose_clinic {
    margin-top: 20px !important;
    display: flex;
    flex-direction: column;
  }

  .feedback-form-inner-right .choose_clinic label:last-child {
    margin-top: 15px !important;
  }

  .feedback-form-inner-right .text_button {
    font-size: 12px !important;
  }

  .feedback_form input:not([type="checkbox"]),
  .feedback_form .choose_clinic label span {
    border-radius: 8vw !important;
  }

  .feedback-form-inner-right .form_submit-button {
    border-radius: 30px !important;
  }
}
