#movingFormModal {
  display: none;
  position: fixed;
  z-index: 1;
  padding: 4vmax;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 100;
}
.widget-content {
  background-color: #fff;
  border: 4px solid #e64b3d;
  padding: 1.5vmax 1.5vmax 2vmax;
  border-radius: 13px;
  max-width: 28.5vmax;
  margin: auto;
}

.widget-content > img {
  position: absolute;
  object-fit: cover;
  height: 100%;
  object-position: left bottom;
}
.close-widget {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  padding: 15px;
  cursor: pointer;
  position: relative;
  z-index: 5;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.step,
.errorCustom,
.codeSentText,
.hidden,
.ui-datepicker-div,
.ui-icon,
.movingForm .size {
  display: none;
}

.text-center {
  text-align: center;
}

.d-flex {
  display: flex;
}
.justify-content-between {
  justify-content: space-between;
}
.flex-wrap {
  flex-wrap: wrap;
}
.align-items-center {
  align-items: center;
}
.align-items-start {
  align-items: flex-start;
}
.align-center {
  display: flex;
  align-items: center;
}
.step label {
  display: block;
}
.ui-datepicker-calendar {
  margin: auto;
}
.errorCustom {
  position: absolute;
  font-size: 1vw;
  margin: 0;
  background-color: #ff4444;
  color: #fff;
  padding: 0.8vmax;
  text-align: left;
  width: 14.5vmax;
  box-shadow: 0px 8px 12px -1px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  z-index: 5;
}
.movingForm .errorCustom {
  left: calc(100% + 2vmax);
  top: calc(50% - 52%);
  min-height: 4.5vmax;
}
.errorText::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
}
.errorText::before {
  flex: 0 0 1.6vmax;
  height: 1.6vmax;
  font-size: 1.5vmax;
}
.movingForm .errorText::before {
  position: absolute;
  right: calc(100% + 2.9vmax);
  top: calc(50% - 0.8vmax);
  color: #ff4444;
}
.movingForm .errorText::after {
  border-style: solid;
  border-width: 0.5vmax 2.5vmax 0.5vmax 0;
  border-color: transparent #f44 transparent transparent;
  left: -2vmax;
  top: calc(50% - 0.5vmax);
}
.movingForm .errorPhone {
  top: calc(50% - 3vmax);
}
.movingForm .h2,
.ui-datepicker-title,
.ui-datepicker-calendar thead th,
.step .h4 {
  font-weight: 700;
}
.btnNext {
  width: 100%;
  border-radius: 5px;
}
.step:not(.step1) .btnNext {
  width: max(8.5vmax, 170px);
  display: block;
}
.step.active {
  display: block;
}
.btnNext:disabled {
  cursor: not-allowed;
}
.btnBack {
  background-color: unset;
  border: none;
  color: #000;
  bottom: 0.5vmax;
  left: 0;
  font-weight: 600;
  font-size: max(1.1vmax, 14px);
  position: absolute;
}
.btnBack span {
  text-decoration: underline;
}
[type="button"]:focus,
[type="button"]:hover,
[type="submit"]:focus,
[type="submit"]:hover,
button:focus,
button:hover {
  color: initial;
  background-color: unset;
}
.movingForm [type="button"]:focus,
.movingForm [type="submit"]:focus,
.movingForm button:focus {
  outline: none !important;
}
.movingForm [type="button"] {
  border: none;
}
.zipResult {
  position: absolute;
  max-height: 240px;
  width: 100%;
  overflow: auto;
  margin-left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1000;
  padding-left: 0;
  list-style: none;
  left: 0;
  right: 0;
  margin: 0 auto;
  border: 1px solid #ddd;
  display: none;
}
.zipResult li:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.zipResult li {
  padding: 10px 15px;
  background-color: #fff;
  margin: 0;
}
.ui-icon,
.zipResult li,
button {
  cursor: pointer;
}
.align-items-center-between,
.w-48 .label-size {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.datepicker .ui-widget.ui-widget-content {
  box-shadow: 0px 1px 4px 0px #0000004a;
  border-radius: 20px;
  position: relative;
  background-color: #fff;
}
.movingForm .datepicker .ui-widget.ui-widget-content {
  padding: 0.5vmax;
}
.ui-datepicker table tbody tr td,
.ui-datepicker table.dataTable tbody tr td {
  border: none;
}
.ui-datepicker {
  width: 100%;
  margin: auto;
}

.ui-datepicker-next,
.ui-datepicker-prev {
  cursor: pointer;
  position: absolute;
}
.ui-datepicker-prev::before,
.ui-datepicker-next::before {
  font-size: max(1vmax, 6px);
  display: flex;
  background: #c4c4c4;
  width: max(2vmax, 15px);
  height: max(2vmax, 15px);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}

.ui-state-disabled {
  pointer-events: none;
  opacity: 0.35;
}
.ui-state-default {
  color: #000;
  padding: 4px;
  display: block;
}
.step .ui-datepicker-header,
.step table thead:first-child tr:first-child th,
.step .ui-widget-header .ui-state-default,
.step .ui-button,
.step .ui-button.ui-state-disabled:hover,
.step .ui-button.ui-state-disabled:active,
.step table tbody > tr:nth-child(odd) > td,
.step table tbody > tr:nth-child(odd) > th,
.step table td,
.step table th,
.step .ui-widget-header .ui-state-hover,
.step .ui-state-focus,
.step .ui-widget-content .ui-state-focus,
.step .ui-widget-header .ui-state-focus,
.step .ui-button:hover,
.step .ui-button:focus,
.step table tbody tr:hover > td,
.step table tbody tr:hover > th,
.step .ui-state-highlight,
.step .ui-widget-content .ui-state-highlight,
.step td .ui-state-default {
  background-color: unset;
  border: none;
  color: #000;
}
.step .ui-state-hover,
.step .ui-widget-content .ui-state-hover,
.ui-datepicker-current-day .ui-state-active,
.ui-widget-content table .ui-state-hover,
.step .ui-widget-content .ui-state-active,
.step td .ui-state-active {
  background-color: #1f303f;
  color: #fff;
}
.step .ui-datepicker-next,
.step .ui-datepicker-prev,
.step .ui-widget-content .ui-datepicker-next,
.step .ui-widget-content .ui-datepicker-prev {
  background-color: unset;
}
.step .custom-btn,
.step .custom-btn:hover,
.step .custom-btn[type="button"]:hover {
  background-color: unset;
}
.successText {
  font-size: max(4.5vmax, 40px);
}
.h4 {
  color: #1f303f;
  font-size: max(3vmax, 30px);
  text-transform: uppercase;
  margin-bottom: 1vmax;
}
.form-control {
  padding: 1vmax;
  width: 100%;
  height: 4vmax;
  border-radius: 5px;
}
.form-control::-webkit-input-placeholder {
  color: rgba(31, 48, 63, 0.5);
}

.form-control:-ms-input-placeholder {
  color: rgba(31, 48, 63, 0.5);
}

.form-control::placeholder {
  color: rgba(31, 48, 63, 0.5);
}
#movingFormPopup {
  padding-top: 6.5vmax;
}
.form-group,
.widget-content,
.movingForm {
  position: relative;
}

.w-48 {
  width: 48%;
}

.label-size {
  padding: 1vmax;
  border: 2px solid #1f303f;
  box-shadow: 0px 10px 6px rgba(0, 0, 0, 0.11);
  border-radius: 10px;
  width: 100%;
  height: 4vmax;
  font-size: 1.2vmax;
  background-color: #fff;
  color: #1f303f;
  cursor: pointer;
}
.size:checked + label {
  background-color: #1f303f;
  color: #fff;
}
.input-check {
  width: 1vmax;
  height: 1vmax;
  border: 2px solid #1f303f;
  border-radius: 50%;
}
.size:checked + label .input-check {
  border-color: #fff;
}
.movingForm .h1 {
  font-size: max(2.3vmax, 27px);
  font-weight: 600;
  margin-bottom: max(0.5vmax, 15px);
}
.movingForm .h2 {
  font-size: 1.7vmax;
  margin-bottom: 1vmax;
  font-weight: 600;
}
.step:not(.step1) {
  height: 21.5vmax;
}

.step1 .h2 {
  font-size: 1.5vmax;
  margin-bottom: 1vmax;
}

.movingForm .form-control,
.movingForm input[type="text"],
.movingForm input[type="email"],
.movingForm input[type="tel"] {
  font-size: 1.1vmax;
  border: 2px solid #1f303f;
  padding: 1vmax;
  border-radius: 10px;
  color: #1F303F;
}
.movingForm .btnNext {
  background-color: #d55746;
  height: max(3.5vmax, 50px);
  font-size: 20px;
  border-radius: 7px;
  color: #fff;
  border: none;
}
.movingForm .form-group {
  margin-bottom: max(1vmax, 10px);
}
.step8 p {
  font-weight: 300;
}

.text-privacy {
  font-size: max(0.67vmax, 10px);
  color: #777777;
  margin: 0;
  line-height: 1;
}
.movingForm .ui-datepicker-title {
  font-size: 1.1vmax;
  line-height: 1;
}
.movingForm .ui-datepicker-calendar thead th {
  font-size: max(0.8vmax, 14px);
  padding: 5px;
}
.movingForm .ui-datepicker-next,
.movingForm .ui-datepicker-prev {
  top: calc(50% - 0.5vmax);
}
.movingForm .ui-datepicker-next {
  right: -3.5vmax;
}

.movingForm .ui-datepicker-prev {
  left: -3.5vmax;
}
.movingForm td .ui-state-default {
  width: max(1.6vmax, 20px);
  height: max(1.6vmax, 20px);
  border-radius: 5px;
  margin: auto;
  line-height: 1;
}
.movingForm .ui-datepicker-calendar tbody td {
  font-size: max(0.9vmax, 13px);
  padding: 2.5px 0;
}

.movingForm textarea.form-control {
  height: 11vmax;
  margin-bottom: 1vmax;
}

.info-text {
  font-size: max(1.1vmax, 14px);
  line-height: 1.2;
}

.step9 .h3 {
  font-size: 1.25vmax;
}
.movingForm .custom-btn {
  padding: 0.5vmax 0;
  font-size: 1vmax;
}
.movingForm .custom-btn,
.movingForm .phoneNumberText {
  color: #d55746;
}
.movingForm .codeSentText,
.step10 p:not([class]) {
  font-size: 1vmax;
}
.step10 img {
  max-width: max(8vmax, 100px);
  margin: 1vmax auto;
}
@media (min-width: 426px) {
  .visible-sm {
    display: none;
  }
}
@media (min-width: 992px) {
  .step2 .form-group {
    margin-bottom: 0.5vmax;
  }

  .movingForm .ui-datepicker {
    max-width: 20vmax;
  }
}
@media (min-width: 1251px) {
  .step.active {
    display: flex;
    flex-direction: column;
  }

  .movingForm .btnNext {
    margin: auto auto 0;
  }
  .step3 .btnBack {
    bottom: -1vmax;
  }
}
/* for google speed */
@media (min-width: 1300px) and (max-width: 1400px) {
  .movingForm .h1 {
    font-size: 31px;
    margin-bottom: 7px;
  }
  .step1 .h2 {
    font-size: 24px;
    margin-bottom: 7px;
  }
  .widget-content {
    max-width: 390px;
    padding: 20px 20px 27px;
  }
  .step1 .form-control,
  .step1 input[type="text"] {
    font-size: 16px;
    height: 61px;
    padding: 13px;
  }
  .movingForm .btnNext {
    height: 50px;
  }
  .step1 .form-group {
    margin-bottom: 26px;
  }
}
@media (max-width: 1250px) {
  .widget-content {
    max-width: 362px;
    padding: 25px 18px 35px;
    border-radius: 5px;
  }
  .step:not(.step1) {
    height: 355px;
  }
  .step1 .btnNext {
    height: 64px;
  }
  .step:not(.step1) .btnNext {
    height: 56px;
    position: absolute;
    right: 20px;
    bottom: 0;
    width: 161px;
  }
  .movingForm .h2 {
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
  .movingForm .step1 .h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .movingForm .ui-datepicker {
    max-width: 315px;
  }
  .movingForm .ui-datepicker-next,
  .movingForm .ui-datepicker-prev {
    top: 15px;
  }
  .ui-datepicker-prev::before,
  .ui-datepicker-next::before {
    width: 20px;
    height: 20px;
    font-size: 10px;
  }
  .movingForm .ui-datepicker-calendar thead th {
    font-size: 12px;
    padding: 0;
  }
  .movingForm td .ui-state-default {
    width: 22px;
    height: 22px;
  }
  .btnBack {
    padding: 0;
    bottom: 8px;
    left: 40px;
    font-size: 20px;
  }
  .form-control,
  input[type="text"],
  input[type="email"],
  input[type="tel"] {
    height: 73px;
  }
  .final-step-text,
  .movingForm .form-control,
  .movingForm input[type="text"],
  .movingForm input[type="email"],
  .movingForm input[type="tel"] {
    font-size: 20px;
  }
  .step10 p:not([class]) {
    font-size: 18px;
  }
  .step .btnPrev {
    width: 36px;
    height: 36px;
  }

  .profile-img {
    width: 62px;
    height: 62px;
    margin: 20px auto;
  }
  .step .form-group:not(.w-48) {
    width: 100%;
  }
  .label-size {
    height: 53px;
    font-size: 19px;
  }
  .input-check {
    width: 12px;
    height: 12px;
  }
  .movingForm .step2 .form-group {
    margin-bottom: 17px;
  }
  .movingForm .ui-datepicker-title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .movingForm .datepicker .ui-widget.ui-widget-content {
    padding: 15px 10px;
  }
  .movingForm .ui-datepicker-prev {
    left: 30px;
  }
  .movingForm .ui-datepicker-next {
    right: 30px;
  }

  .movingForm .step7 .form-group {
    margin-bottom: 15px;
  }
  .movingForm .step8 p:not([class]):first-of-type {
    margin: 0 auto 35px;
    font-size: 12px;
    max-width: 372px;
  }
  .movingForm .step9 .h3 {
    font-size: 18px;
    line-height: 1.35;
    margin-bottom: 0;
  }
  .movingForm .custom-btn {
    padding: 13px 0;
    font-size: 17px;
  }

  .movingForm textarea.form-control {
    height: 203px;
    padding-top: 20px;
  }
  .errorCustom {
    font-size: 14px;
    padding: 15px 24px;
  }

  .errorText::before {
    flex: 0 0 26px;
    height: 26px;
    font-size: 26px;
  }
  .movingForm .errorText::before {
    right: 2px;
    top: -92%;
  }
  .movingForm .errorCustom {
    left: unset;
    top: calc(100% + 12px);
    min-height: 68px;
    width: 233px;
    right: 10px;
  }
  .movingForm .errorText::after {
    right: 10px;
    top: -30px;
    border-width: 0 5px 30px 5px;
    border-color: transparent transparent #f44 transparent;
    left: unset;
  }
  .movingForm .errorPhone .errorText::before {
    top: -66%;
  }
  .step10 img {
    max-width: 144px;
    margin: 0;
  }
}
@media (max-width: 425px) {
  #movingFormModal {
    padding: 10px;
  }
  .hidden-sm {
    display: none;
  }
  
}

@media (max-width: 350px) {
  .ui-datepicker-calendar {
    zoom: 0.9;
  }
  .btnBack{
    left: 0;
  }
  .step:not(.step1) .btnNext{
    right: 0;
  }
}
