.ms-row {
  font-family: "Open Sans", "Open Sans", Open Sans, Arial, Helvetica, sans-serif;
}

#ms_captcha_holder,
#ms_captcha_holder img {
  margin-left: -20px !important;
}

.ms-row table tr td {
  border: 0 !important;
}

#ms_captcha_holder label,
.lp-form-field label,
.lp-form-field a {
  font-size: 13px !important;
  font-weight: bold !important;
  margin: 10px 0 !important;
  color: rgb(68, 68, 68) !important;
  font-weight: 700 !important;
  line-height: 25px !important;
}

.lp-form-field p,
.ms-row p {
  font-size: 13px !important;
}

.lp-form-field a {
  text-decoration: underline;
}

.onFormSubmittedFeedback {
  max-width: 100% !important;
}

.lp-form-field input,
.lp-form-field select,
.lp-form-field textarea,
.ms-row table tr td input {
  border: 0 !important;
  border-bottom: 1px solid #333 !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset !important;
  color: #333 !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  line-height: 1.3 !important;
  margin-bottom: 10px !important;
  font-size: 14px !important;
  padding: 8px 0 !important;
  margin-top: 5px !important;
}

.lp-form-field select {
  padding: 6.8px 0 !important;
}

.lp-form-field input[type="checkbox"] {
  margin-right: 5px;
  margin-top: 7px;
}

.onFormSubmittedFeedbackButton {
  margin: 0 auto !important;
}

.lp-form-button,
.onFormSubmittedFeedbackButton {
  width: auto;
  font-size: 14px;
  height: auto;
  line-height: normal;
  text-align: center;
  background: #fff !important;
  border-width: 1px;
  border-color: #ccc !important;
  border-style: solid;
  color: #444 !important;
  cursor: pointer;
  font-weight: 400;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0;
  text-shadow: none;
  padding: 6px 11px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-shadow: 0 1px 1px #eee;
  -webkit-box-shadow: 0 1px 1px #eee;
  box-shadow: 0 1px 1px #eee;
  margin: 10px;
  margin-left: 0;
  margin-right: 0;
  vertical-align: middle;
}

div[data-form-block-id] .formLoader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  /* border-top: 16px solid #0078D4;*/
  border-top: 16px solid #333 !important;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin: 0 auto;
}

.ms-steps {
  position: relative;
  padding: 0;
  margin: 20px 0 40px 0;
  list-style: none;
  display: flex;
  overflow-x: auto;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
}

.ms-steps li {
  box-sizing: content-box;
  display: flex;
  align-items: center;
  flex-direction: column;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-right: 1rem;
  font-size: 12px;
}

.ms-steps li button {
  margin-bottom: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  display: inline-block;
  padding: 0;
  border: 1px solid #dbdbdb;
}

.ms-steps li button:after {
  display: none;
  padding: 0;
}

.ms-steps::before {
  border-color: #e5e5e5;
  border-top-width: 2px;
  border-top-style: solid;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 24px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}

.ms-hidden {
  display: none !important;
}

.ms-steps-li-active {
  font-weight: bold;
}

.ms-steps-li-active button {
  font-weight: bold;
}

.lp-form-button-previous {
  margin-right: 10px;
}

.lp-form-button-next::after,
.lp-form-button-next::before,
.lp-form-button-previous::after,
.lp-form-button-previous::before {
  display: none;
  padding: 0;
}

.ms-row-images {
  justify-content: space-between;
}

.ms-row-images label {
  border: 2px solid #e5e5e5;
  display: block;
  height: 100%;
  cursor: pointer;
}

.ms-row-images label:hover {
  border-color: #ffe57f;
}

.ms-row-images input[type="radio"] {
  display: block !important;
  margin-left: -5px !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;

  border-radius: 50% !important;
  width: 29px !important;
  height: 29px !important;

  border: 2px solid #e5e5e5 !important;
  background-color: #fff !important;
  transition: 0.2s all linear !important;
  margin-right: 5px !important;

  position: absolute !important;
  margin-left: -5px !important;
}

.ms-row-images input[type="radio"]:checked {
  border: 6px solid #ffe57f !important;
  background-color: #ffc107 !important;
}

.lp-form-field input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
  width: 15rem;
  border: none !important;
  box-shadow: none !important;
  transition: 0.2s all linear !important;
}

.lp-form-field input[type="range"]:focus {
  outline: none;
}

.lp-form-field input[type="range"]::-webkit-slider-runnable-track {
  background-color: #e5e5e5;
  transition: 0.2s all linear !important;
  height: 3px;
}

.lp-form-field input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  margin-top: -10px;
  background-color: #fff;
  border: 2px solid #e5e5e5 !important;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  transition: 0.2s all linear !important;
}

.lp-form-field input[type="range"]:focus::-webkit-slider-thumb {
  border: 6px solid #ffe57f !important;
  background-color: #ffc107 !important;
  transition: 0.2s all linear !important;
}

.lp-form-field label.range-label-center {
  display: block;
  text-align: center !important;
  width: 100%;
  margin-top: 0px !important;
}

.iti {
  display: block;
  margin-top: 5px;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type="tel"],
.iti--allow-dropdown input[type="text"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="tel"],
.iti--separate-dial-code input[type="text"] {
  padding-right: 6px !important;
  padding-left: 52px !important;
}

.lp-form-field input.iti-invalid {
  border-color: orangered !important;
  color: orangered !important;
}
