.white_bg_div {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
}

.body {
  padding-bottom: 40px;
  background-color: #f3f3f3;
}

.content_div {
  display: block;
  width: 1200px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding: 25px;
  background-color: #fff;
  text-align: center;
}

.logo_div {
  display: block;
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
  direction: rtl;
}

.content_title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 34px;
  line-height: 40px;
}

.content_text {
  font-size: 17px;
  text-align: right;
}

.content_title_2 {
  margin-top: 30px;
  font-size: 28px;
  line-height: 32px;
}

.checkcar_form {
  display: block;
  width: 800px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding: 30px;
  background-color: #f3f3f3;
}

.field-label {
  margin-bottom: 0px;
  font-size: 17px;
}

.field-label.rightalign {
  margin-bottom: 5px;
  text-align: right;
}

.field-label.rightalign.small {
  margin-bottom: 7px;
  padding-right: 2px;
  clear: both;
  direction: rtl;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}

.field-label.rightalign.rishui {
  margin-bottom: 0px;
}

.field-label {
  direction: rtl;
}

.carnum {
  display: inline-block;
  width: 70px;
  height: 33px;
  margin-top: 20px;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 5px;
  direction: ltr;
  font-size: 17px;
  text-align: center;
}

.carnum.rightalign {
  margin-top: 0px;
  margin-bottom: 0px;
}

.checkcar {
  display: block;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  border-radius: 5px;
  direction: rtl;
  font-size: 18px;
}

.image {
  width: 15%;
}

.carnum_separator {
  display: inline-block;
  width: 15px;
  height: 5px;
  border: 1px solid #d1d1d1;
  background-color: #fff;
}

.content_title_3 {
  margin-top: -10px;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 32px;
}

.details_input {
  display: block;
  width: 400px;
  margin-right: auto;
  margin-bottom: 7px;
  margin-left: auto;
  direction: rtl;
  color: #000;
}

.details_input.file {
  width: 82%;
  float: right;
}

.details_input.tel_num {
  width: 75%;
  margin-bottom: 0px;
  margin-left: 0px;
  float: right;
  text-align: left;
}

.radio-button-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  margin-right: auto;
  margin-bottom: 7px;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  direction: rtl;
}

.radio-button-field-btn {
  width: 14px;
  height: 14px;
  margin-top: 0px;
  margin-left: 5px;
  float: none;
}

.radio-button-field-txt {
  display: inline-block;
  line-height: 14px;
  text-align: right;
}

.resize_div {
  display: block;
  width: 400px;
  margin-right: auto;
  margin-left: auto;
}

.space_div {
  width: auto;
  height: 10px;
  clear: both;
}

.select-field {
  direction: rtl;
}

.carnum_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -5px;
  margin-bottom: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.radio-button-field-horizental {
  display: inline-block;
  margin-bottom: 0px;
  margin-left: 20px;
  padding-left: 0px;
  float: right;
  direction: rtl;
  line-height: 14px;
}

.radio-button-field-horizental.center {
  margin-right: 20px;
}

.radio-button {
  width: 14px;
  height: 14px;
  margin-top: 0px;
  margin-left: 5px;
  float: right;
}

.radio-button.center {
  width: 18px;
  height: 18px;
}

.field-label-2 {
  display: inline;
  line-height: 14px;
}

.field-label-2.blackradiolable {
  display: block;
  color: #000;
  font-size: 14px;
  text-align: right;
}

.radio_group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding: 12px 10px;
  clear: both;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #464646;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}

.radio_group.newgroup {
  background-color: transparent;
}

.telephone_group {
  margin-bottom: 7px;
}

.form_num_group {
  margin-bottom: 5px;
}

.form_num_group.uploads {
  margin-top: 20px;
  margin-bottom: 20px;
  direction: rtl;
  text-align: right;
}

.form_content_button {
  width: 16%;
  float: left;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.form_content_button:hover {
  color: #fff;
}

.dillers_file_up {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}

.form_label_comment {
  display: inline-block;
  width: 100%;
  float: right;
  clear: both;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

.form_label_comment.diller_file {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 10px;
}

.dillers_mail {
  margin-right: 10px;
  color: #4779aa;
  text-decoration: none;
}

.form_link {
  color: #1da1ff;
  text-decoration: none;
}

.tel_code {
  width: 22%;
  margin-bottom: 0px;
  padding-right: 5px;
  padding-left: 5px;
  float: left;
  direction: rtl;
  text-align: left;
}

@media (max-width: 991px) {
  .white_bg_div {
    padding-right: 20px;
    padding-left: 20px;
  }
  .content_div {
    width: auto;
  }
  .logo_div {
    width: auto;
  }
  .checkcar_form {
    width: auto;
  }
  .form_content_button {
    padding-top: 6px;
    padding-bottom: 8px;
    font-weight: 400;
  }
  .dillers_file_up {
    margin-top: 15px;
    margin-bottom: 0px;
  }
  .form_label_comment.diller_file {
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 16px;
  }
  .dillers_mail {
    margin-right: 8px;
  }
}

@media (max-width: 767px) {
  .content_title {
    font-size: 30px;
    line-height: 36px;
  }
  .content_text {
    font-size: 16px;
  }
  .content_title_2 {
    font-size: 25px;
    line-height: 30px;
  }
  .checkcar_form {
    margin-bottom: 20px;
  }
  .field-label {
    font-size: 16px;
  }
  .carnum {
    font-size: 16px;
  }
  .checkcar {
    padding-right: 40px;
    padding-left: 40px;
    font-size: 18px;
    line-height: 18px;
  }
  .content_title_3 {
    font-size: 25px;
    line-height: 30px;
  }
  .details_input {
    font-size: 16px;
  }
  .details_input.file {
    font-size: 16px;
  }
  .details_input.tel_num {
    font-size: 16px;
  }
  .resize_div {
    width: 400px;
  }
  .select-field {
    font-size: 16px;
  }
  .radio-button-field-horizental {
    margin-bottom: 10px;
  }
  .radio-button-field-horizental.center {
    margin-right: 15px;
    margin-bottom: 0px;
    margin-left: 15px;
  }
  .radio_group {
    padding-right: 5px;
    padding-left: 5px;
  }
  .form_content_button {
    padding-right: 10px;
    padding-left: 10px;
  }
  .dillers_file_up {
    margin-top: 10px;
  }
  .tel_code {
    font-size: 16px;
  }
}

@media (max-width: 479px) {
  .content_div {
    padding-right: 15px;
    padding-left: 15px;
  }
  .content_title {
    font-size: 26px;
    line-height: 30px;
  }
  .content_text {
    font-size: 15px;
    line-height: 18px;
  }
  .content_title_2 {
    font-size: 24px;
    line-height: 28px;
  }
  .checkcar_form {
    margin-bottom: 10px;
    padding: 15px 15px 16px;
  }
  .field-label {
    font-size: 15px;
    line-height: 18px;
  }
  .carnum {
    width: 60px;
    font-size: 15px;
    line-height: 18px;
  }
  .checkcar {
    padding-top: 6px;
    padding-right: 35px;
    padding-left: 35px;
  }
  .content_title_3 {
    font-size: 24px;
    line-height: 28px;
  }
  .details_input {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 15px;
  }
  .details_input.file {
    width: 100%;
  }
  .details_input.tel_num {
    width: 74%;
    font-size: 15px;
  }
  .radio-button-field {
    width: 100%;
  }
  .resize_div {
    width: auto;
  }
  .select-field {
    font-size: 15px;
  }
  .radio-button-field-horizental {
    font-size: 15px;
  }
  .radio-button-field-horizental.center {
    margin: 5px 10px;
  }
  .radio-button.center {
    margin-left: 6px;
  }
  .radio_group {
    padding: 8px 2px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 18px;
    line-height: 20px;
  }
  .telephone_group {
    margin-bottom: 0px;
  }
  .form_num_group.uploads {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .form_content_button {
    width: 100%;
  }
  .dillers_file_up {
    margin-bottom: 5px;
  }
  .form_label_comment {
    margin-top: 5px;
    font-size: 15px;
    line-height: 20px;
  }
  .form_label_comment.diller_file {
    margin-bottom: 0px;
    line-height: 20px;
  }
  .dillers_mail {
    display: inline;
    margin-right: 0px;
    float: right;
    clear: both;
    line-height: 20px;
  }
  .tel_code {
    width: 23%;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 15px;
  }
}