::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  border-radius: 2.5px;
}

/* width */
.zipResult::-webkit-scrollbar {
  width: 7px;
  height: 7.5px;
}

/* Track */
.zipResult::-webkit-scrollbar-track {
  background: none;
  background: #e4e4e4;
  border-radius: 5px;
}

.zipResult::-webkit-scrollbar-track-piece {
  background: #e4e4e4;
  border-radius: 5px;
}

/* Handle */
.zipResult::-webkit-scrollbar-thumb {
  background: #a9c56e;
  border-radius: 5px;
}

#movingFormModal,
#quitModal,
#phoneModal {
  display: none;
  position: fixed;
  padding: 4vmax;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10000;
  align-content: center;
}
.widget-content {
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  max-width: 600px;
  margin-inline: auto;
  position: relative;
  z-index: 9999;
}

.close-widget {
  color: #aaaaaa;
  font-size: 28px;
  padding: 5px 20px 15px;
  cursor: pointer;
  position: relative;
  z-index: 5;
  position: absolute;
  right: 0;
}

.errorText > img {
  width: 12px;
  height: 12px;
  margin-inline-end: 4px;
}

#movingFormModal .movingForm {
  padding: 20px 20px 40px 20px;
  min-height: 610px;
}

.step {
  margin-inline: auto;
}

.step > .position-relative {
  max-width: 340px;
}
.step6 > .position-relative {
  max-width: 100%;
}

.step1 .custom-btn.gradient-btn,
.step2 .custom-btn.gradient-btn,
.step3 .custom-btn.gradient-btn,
.step4 .custom-btn.gradient-btn,
.step-move-desc .custom-btn.gradient-btn,
.step5 .custom-btn.gradient-btn,
.step6 .custom-btn.gradient-btn,
.step7 .custom-btn.gradient-btn {
  margin-top: 60px;
  width: 254px;
}

.step4 .custom-btn.gradient-btn,
.step-move-desc .custom-btn.gradient-btn,
.step6 .custom-btn.gradient-btn {
  margin-top: 34px;
}

.step5 .custom-btn.gradient-btn {
  margin-top: 24px;
}

#movingFormModal .map-img {
  width: 15px;
  height: 20px;
  left: 0;
  position: absolute;
  margin-inline-start: 15px;
  top: 20px;
}

#movingFormModal .calendar-img {
  width: 19px;
  height: 20px;
  left: 0;
  position: absolute;
  margin-inline-start: 15px;
  top: 50%;
  transform: translateY(-50%);
}

#movingFormModal .resend-btn,
#movingFormModal .btn-edit {
  text-decoration: underline;
  color: #81984f !important;
  margin-top: 10px;
  font-size: 14px;
}

.resend-btn,
.btn-edit {
  cursor: pointer;
}

#movingFormModal .step9 .default-message img {
  margin-bottom: 30px;
}

#movingFormModal .step9 .text-light-grey {
  font-size: 16px;
}

/*datepicker*/
.datepicker .ui-widget.ui-widget-content {
  border: 1px solid #a8c56e;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  position: relative;
  background-color: #fff;
}
.movingForm .datepicker .ui-widget.ui-widget-content {
  padding: 1vmax 0.5vmax;
}
.ui-datepicker table tbody tr td,
.ui-datepicker table.dataTable tbody tr td {
  border: none;
}
.ui-datepicker {
  width: 100%;
  margin: auto;
}

.movingForm .ui-datepicker-next,
.movingForm .ui-datepicker-prev {
  cursor: pointer;
  position: absolute;
}
.movingForm .ui-datepicker-prev::before,
.movingForm .ui-datepicker-next::before {
  font-size: max(1vmax, 12px);
  display: inline-block;
}

.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: #a8c56e;
  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;*/
/*}*/
/*datepicker*/

a,
span {
  display: inline-block;
}

a,
a:hover {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

.h4 {
  text-transform: capitalize;
}

.text-mover-phone {
  font-size: 15px;
  margin-block: 0px;
}

.text-mover-phone a {
  text-decoration: underline;
}

#movingFormModal .h4 {
  font-weight: 700;
  font-size: 30px;
  max-width: 400px;
  line-height: 32px;
}

#quitModal .h4,
#phoneModal .h4 {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 8px;
}

#movingFormModal .step9 .h4 {
  font-size: 26px;
}

#movingFormModal .save-percent {
  display: flex;
  text-align: start;
}
#movingFormModal .save-percent > span {
  color: #8c8a8a;
}

#movingFormModal .save-percent img {
  margin-inline-end: 12px;
}

em {
  font: inherit;
}

.movingForm .custom-btn {
  border-radius: 10px;
  background: #a9c56e;
  display: block;
  font-weight: 500;
  font-size: 20px;
  padding: 15px 20px;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  color: white;
}

.movingForm .step3 .custom-btn {
  margin-bottom: 30px;
}

.movingForm .ui-datepicker-next::before,
.movingForm .ui-datepicker-prev::before {
  content: "" !important;
}

.ui-datepicker-next.ui-corner-all {
  right: 16px;
}

.gradient-btn {
  font-weight: 700;
  font-size: 18px;
  background: #a9c56e;
  color: #ffffff !important;
}

.texl-left {
  text-align: left;
}

.text-sm {
  font-size: 14px;
}

.text-xs,
.modal-body .text-xs {
  font-size: 10px;
}

.text-reg {
  font-size: 16px;
}

.text-md {
  font-size: 18px;
}

.text-grey {
  color: #757575;
}

.text-light-grey {
  color: #3b3b3b;
}

.text-green {
  color: #a9c56e !important;
}

.text-bold {
  font-weight: 700;
}

.text-semibold {
  font-weight: 600;
}

.mr-5 {
  margin-right: 5px;
}

.mb-5px {
  margin-bottom: 5px;
}

.ml-5px {
  margin-left: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.step .mb-25 {
  margin-bottom: 25px;
}

.step .mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.ln-30 {
  line-height: 30px;
}

.ln-25 {
  line-height: 25px;
}

hr {
  border-color: #e8e8e8;
}

.iconmf-checked {
  font-size: 11px;
}

.ui-datepicker-next,
.ui-datepicker-prev,
.zipResult li {
  cursor: pointer;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.align-flex-center,
.move-size-label {
  display: flex;
  align-items: center;
}

.modal-content {
  border-radius: 20px;
}

.modal-body {
  padding: 28px 28px 46px;
}

.text-center {
  text-align: center;
}

.btn-close {
  opacity: 0.5;
  margin-left: auto;
  display: block;
  font-size: 14px;
  padding: 0;
  width: 1em;
  height: 1em;
  border: 0;
  cursor: pointer;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}

.btn-close:hover {
  opacity: 1;
}

.btn-close:focus {
  box-shadow: none;
}

.modal-title {
  font-size: 32px;
  margin: 20px 0 35px;
}

/* widget */
.progress-bar {
  background: #ededed;
  border-radius: 5px;
  flex: 0 0 10px;
  max-width: 420px;
  position: relative;
  margin: 36px auto 36px;
  width: 100%;
}

.progress-bar:after {
  content: "";
  position: absolute;
  background: #85c790;
  border-radius: 6px;
  width: 60px;
  height: 10px;
  left: 0;
}

.step2 .progress-bar:after,
.step-zip-to-active:after {
  width: 120px;
}

.step3 .progress-bar:after,
.step-date-active:after {
  width: 180px;
}

.step4 .progress-bar:after,
.step-size-active:after {
  width: 240px;
}

.step-move-desc .progress-bar:after {
  width: 290px;
}

.step5 .progress-bar:after,
.step-personal-info-active:after {
  width: 320px;
}

.step5 .errorCustom {
  position: absolute;
}

.step6 .progress-bar:after {
  width: 360px;
}

.step7 .progress-bar:after {
  width: 390px;
}

.step9 .progress-bar:after {
  width: 100%;
}

#movingFormModal .modal-body {
  padding: 15px 21px 55px;
  height: 500px;
}

#movingFormModal .btn-close {
  font-size: 14px;
}

/* widget */
.profile-img {
  border-radius: 50%;
  overflow: hidden;
  width: 4.3vmax;
  height: 4.3vmax;
  background-image: url("images/1.5x-profile-img.jpg");
  background-size: contain;
  margin-bottom: 20px;
}

.step,
.stepUser {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}

.errorCustom,
.errorNoZip {
  margin-top: 10px;
  font-size: 12px;
  color: #ff4444;
  text-align: left;
  left: 0;
  width: 100%;
}

.errorNoZip {
  top: 58px;
}

.errorText {
  display: flex;
  line-height: 1;
}

.errorText:before {
  color: unset;
  margin-inline-end: 4px;
}

.errorText::after {
  color: #ff4444;
  flex: 0 0 20px;
  left: 0;
  order: -1;
}

.step.active,
.stepUser.active {
  display: flex;
}

.errorCustom.active {
  display: block;
}

.date {
  cursor: pointer;
  justify-content: unset;
}

.warningZipList {
  opacity: 0;
  font-size: 14px;
  margin-bottom: 10px;
}

.warningZipList.active {
  opacity: 1;
}

.datepicker-mf,
.step,
.stepUser,
.spinner,
.iconmf-right,
.zipResult,
.errorCustom,
.errorNoZip {
  display: none;
}

.datepicker-mf.active,
.spinner.active {
  display: block;
}

.datepicker-mf table {
  box-shadow: unset;
  margin: 0;
  background: #fff;
}

.datepicker-mf table thead tr th,
.datepicker-mf table tbody tr td {
  padding: 1px;
  font-size: 12px;
}

.datepicker-mf table tbody tr td {
  border: 0;
}

.datepicker-mf {
  top: -3px;
  width: 100%;
  background: #fff;
  z-index: 1;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  border-radius: 12px;
}

.datepicker-mf .ui-widget.ui-widget-content {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  padding: 10px;
  padding: 18px;
}

.datepicker-mf thead {
  color: #6c6c6c;
  text-transform: uppercase;
}

.datepicker-mf table {
  width: 100%;
}

.ui-datepicker-next::before {
  transform: rotate(180deg);
  display: inline-block;
}

.ui-state-disabled {
  pointer-events: none;
  opacity: 0.35;
}

.ui-datepicker-next {
  order: 1;
}

.movingForm .ui-datepicker-header {
  margin-bottom: 20px;
}

.movingForm .ui-datepicker-header,
.ui-datepicker-header,
.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ui-datepicker-title {
  font-weight: 700;
  font-size: 20px;
  font-size: 16px;
}

.ui-datepicker-today .ui-state-highlight,
.ui-state-highlight {
  border-color: #3287fb;
  background-color: unset;
  color: #000;
}

.ui-datepicker-current-day .ui-state-active,
.ui-state-active:not(.ui-state-highlight),
.ui-widget-content table .ui-state-hover {
  background-color: #3287fb;
  color: #fff;
}

.datepicker-mf thead span {
  margin-bottom: 10px;
}

.ui-state-default {
  display: block;
  width: 32px;
  height: 32px;
  margin: auto;
  padding: 8px 5px;
  border-radius: 50%;
  color: #1b1b1b;
}

.datepicker-mf td {
}

.step .d-flex:last-child,
.step .custom-btn {
  margin-top: auto;
}

.modal-body .position-relative,
.modal .custom-btn {
  margin-left: auto;
  margin-right: auto;
}

.step .position-relative > span,
.datepicker-mf,
.btn-back,
.zipResult,
.iconmf-right {
  position: absolute;
}

.spinner,
.spinner .spinner-icon {
  width: 18px;
  height: 18px;
}

.spinner {
  z-index: 19 !important;
  animation: loading-bar-spinner 400ms linear infinite;
}

.spinner .spinner-icon {
  width: 18px;
  height: 18px;
  border: solid 2px transparent;
  border-top-color: #a9c56e !important;
  border-left-color: #a9c56e !important;
  border-radius: 50%;
}

@keyframes loading-bar-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.movingForm .form-control {
  border: 1px solid #c8c8c8 !important;
  border-radius: 10px;
  height: 60px;
  padding: 5px 50px;
  padding-inline-start: 44px;
}

.step-move-desc .form-control {
  resize: none;
  height: 160px;
  padding: 15px;
}

.movingForm .step5 .form-control,
.movingForm .step6 .form-control {
  padding: 5px 16px;
}

.stateInput:after {
  font-size: 8px;
  margin-left: 5px;
  color: #000;
}

.stateInput {
  color: #c8c8c8;
}

.movingForm .form-control.error {
  border-color: #ff4444 !important;
}

.movingForm .form-control.active {
  border-color: #3287fb;
}

.movingForm .form-control:focus {
  box-shadow: none;
  outline: none;
}

.iconmf-left {
  font-size: 22px;
  left: 18px;
  top: 16px;
}

.iconmf-right {
  right: 18px;
  top: 16px;
}

.iconmf-right:not(.spinner) {
  font-size: 18px;
  top: calc(50% - 9px);
}

.btn-back {
  left: 0px;
  top: 93px;
  width: 24px;
  color: #b9b5b5;
}

.zipResult {
  max-height: 200px;
  width: 100%;
  overflow-y: scroll;
  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: 6px auto;
  box-shadow: 0px 2px 28px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding-top: 10px;
  background-color: #fff;
  text-align: left;
}

.list-group-item:hover {
  color: #a9c56e;
}

.list-group-item {
  border: 0;
  padding: 12px 20px;
  margin: 0;
  margin-top: 0 !important;
  margin-left: 0 !important;
}

.list-group-item.first {
  color: #8c8a8a;
  font-size: 13px;
  font-weight: 400;
  padding-block: 0px 5px;
  pointer-events: none;
}

/* step4 */
.move-size {
  accent-color: #7d9745;
  margin: 0 10px 0 0;
  flex: 0 0 16px;
}

.move-size {
  width: 16px;
  height: 16px;
}

.move-size-label {
  white-space: nowrap;
  padding: 15px 11px;
  font-size: 15px;
  font-weight: 400;
  color: #747474;
}

.move-size-label {
  cursor: pointer;
  border-radius: 10px;
  background: #fff;
}

.move-size-label:has(.move-size:not(:checked)) {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
}

.move-size-label:has(.move-size:checked) {
  outline: 2px solid #a9c56e;
  color: black;
}

.step4 .row {
  max-width: 510px;
  margin-left: -8px;
  margin-right: -8px;
}

.step4 .col-lg-4 {
  margin-top: 18px;
  padding-left: 8px;
  padding-right: 8px;
}

.step5 .col-12 {
  margin: 0px 0 5px;
  position: relative;
}

.info-form {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: auto auto;
  gap: 20px;
}
.info-form > div:first-child {
  grid-column: span 1;
}
.info-form > div:nth-child(2n) {
  grid-column: span 1;
}
.info-form > div:last-child {
  grid-column: span 2; /* Occupies full width */
}

.movingForm .step5 .movingForm .form-control,
.movingForm .step6 .movingForm .form-control {
  padding: 5px 16px;
}

.step6 .text-xs {
  margin-top: 16px;
  color: #717171;
  line-height: normal;
  font-size: 12px;
}

.step6 .phone-btn {
  margin-block: 24px 0;
}

/* step7 */
.code {
  height: 60px !important;
  max-width: 60px;
  border-radius: 10px;
  display: inline-block;
  padding: 5px !important;
  text-align: center;
}

.movingForm .step7 .btn-back {
  top: 73px;
}

.step7 .progress-bar {
  margin-bottom: 90px;
}

.movingForm .step7 p {
  font-size: 16px;
  line-height: 22px;
}

.code:not(:last-of-type) {
  margin-right: 9px;
}
.code {
  font-size: 23px;
}

/* Chrome, Safari, Edge, Opera */
.step input::-webkit-outer-spin-button,
.step input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.step input[type="number"] {
  -moz-appearance: textfield;
}

.movingForm .step7 .d-flex {
  font-size: 12px;
  width: 280px;
}

.d-none {
  display: none;
}

.d-none1 {
  opacity: 0;
}

.d-flex {
  display: flex;
}

.justify-content-between {
  justify-content: space-between;
}

.grey-btn,
.movingForm .back-btn {
  background: #f0f0f0;
  border-color: #f0f0f0;
}

.step9 .grey-btn {
  margin-top: 50px;
}

.movingForm .step9 p {
  margin-left: auto;
  margin-right: auto;
}

.movingForm .step9 ul img {
  max-height: 30px;
}

.movingForm .step9 ul {
  display: inline-block;
  text-align: left;
  margin-bottom: 30px;
}

#movingFormModal.fade.show,
.modal-open #movingFormModal.in,
.modal-open #howFarMovingModal.in {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.position-relative {
  position: relative;
}

.custom-description {
  width: 100%;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c8c8c8;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #c8c8c8;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #c8c8c8;
}

#phoneModal .modal-body {
  padding-top: 50px;
}

#phoneModal .schedule-btn {
  max-width: 258px;
  font-size: 18px;
  padding: 15px;
  margin-block: 24px;
}

.call-text {
  color: #374049;
  margin-bottom: 5px;
}

#phoneModal .text-bold {
  font-size: 18px;
}

.warning-text {
  padding: 0 30px;
}

#quitModal .custom-btn,
#phoneModal .custom-btn {
  font-weight: 700;
  font-size: 18px;
  padding: 10px 20px;
  border-radius: 6px;
  width: 100%;
}

#quitModal .d-flex,
#phoneModal .d-flex {
  max-width: 295px;
  margin: auto;
  border-bottom: 1px solid #e8e6e6;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
#quitModal .text-light-grey,
#phoneModal .text-light-grey {
  padding: 0 15px 7px;
}

#quitModal .d-flex .custom-btn:first-child {
  margin-right: 8px;
}

#quitModal .d-flex .custom-btn:last-child {
  margin-left: 8px;
}

.modal-mover-img {
  max-width: 318px;
  max-height: 59px;
}

.delay-modal-img {
  width: 100%;
}

.common-modal .btn-close {
  font-size: 16px;
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 1000;
}

.common-modal .h2 {
  font-size: 22px;
  font-weight: 700;
}

.common-modal .user-img {
  max-width: 87px;
}

a::after {
  content: "";
  opacity: 0;
}

a:hover::after {
  opacity: 1;
}

@media (max-width: 1399px) and (min-width: 1200px) {
  .btn-back {
    font-size: 20px;
  }

  .cost_calculator .step2 img {
    max-width: 60%;
  }

  .step9 .text-blue {
    line-height: 26px;
    font-size: 22px;
  }

  #movingFormModal .step9 .h4 {
    font-size: 30px;
  }

  .step9 p:nth-child(3) {
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .step9 p {
    max-width: 392px;
  }

  .step1 .mover-img {
    margin-bottom: 0;
  }

  .datepicker-mf table thead tr th,
  .datepicker-mf table tbody tr td {
    font-size: 14px;
  }

  .datepicker-mf {
    zoom: 0.9;
  }

  .custom-btn {
    font-size: 16px;
  }

  .ln-25 img {
    max-height: 17px;
    margin-right: 4px;
  }

  .btn-back {
    top: 77px;
    left: 30px;
    font-size: 20px;
  }

  .movingForm .form-control {
    font-size: 14px;
  }

  .mover-img {
    max-height: 60px;
  }

  .mb-15 {
    margin-bottom: 15px;
  }

  .step .mb-30 {
    margin-bottom: 18px;
  }

  .custom-btn {
    padding: 15px 20px;
  }
}

@media (min-width: 992px) {
  #movingFormModal header,
  #phoneModal header,
  #quitModal header {
    display: none;
  }
  #movingFormPopup .step {
    margin-inline: 13.5%;
  }

  #movingFormPopup .step3 {
    margin-inline: 9%;
  }
  #movingFormmPopup .step3 .save-percent {
    margin-inline: 20px;
  }

  #movingFormPopup .step-move-desc {
    margin-inline: 10%;
  }

  #movingFormPopup .step9 {
    margin-inline: 10%;
  }

  #movingFormModal .step1 .form-control,
  #movingFormModal .step2 .form-control,
  #movingFormModal .step3 .form-control,
  #movingFormModal .step7 .form-control {
    width: 340px;
  }

  #movingFormModal .errorCustom {
    bottom: -16px;
  }

  #movingFormModal .back-btn {
    display: none;
  }

  /* desktop-widget start*/
  #desktop-widget {
    max-width: 984px;
    margin-inline: auto;
  }

  #desktop-widget button:hover {
    background-color: #a33cae;
  }

  #desktop-widget .movingForm .step1 .fieldsWrapper {
    display: flex;
    border-radius: 20px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
    padding: 10px;
    background: white;
    max-width: fit-content;
  }

  #desktop-widget .movingForm .step1 .fieldsWrapper input {
    border: none !important;
    height: 22px;
    padding-inline-start: 22px;
  }

  #desktop-widget .movingForm .step1 .fieldsWrapper .btnNext {
    border-radius: 20px;
    padding: 0px 35px;
    border: none;
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
  }

  #desktop-widget .map-img {
    width: 15px;
    height: 20px;
    left: 0;
    position: absolute;
    margin-inline-start: 20px;
    bottom: 12px;
  }

  #desktop-widget .form-group {
    position: relative;
    text-align: start;
    padding-block: 10px;
    padding-inline: 20px;
    margin-bottom: 0;
  }
  #desktop-widget .form-group label {
    color: #777777;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 16px;
    display: inline-block;
  }

  #desktop-widget .movingForm .step1 .form-control {
    padding-inline-start: 0;
    padding: 0;
  }

  /* #desktop-widget .movingForm .step1 .btnNext:disabled {
    cursor: not-allowed;
  } */
  #desktop-widget .step1 .errorNoZip {
    position: absolute;
    top: 8px;
    width: max-content;
    right: 20px;
    left: unset;
  }
  /* desktop-widget end*/
}

@media (max-width: 991px) {
  .call-button img {
    max-width: 12px;
    max-height: 14px;
  }
  #movingFormModal,
  #phoneModal,
  #quitModal {
    padding: 0;
  }
  #movingFormModal .step4 .row {
    grid-template-columns: 1fr 1fr !important;
  }

  #movingFormModal .movingForm {
    padding: 20px 30px 40px 30px;
  }

  #movingFormModal .step-move-desc .position-relative {
    width: 100% !important;
  }

  #movingFormModal .h4,
  #quitModal .h4,
  #phoneModal .h4 {
    font-size: 25px;
  }

  #movingFormModal .step1 > .position-relative,
  #movingFormModal .step2 > .position-relative,
  #movingFormModal .step3 > .position-relative {
    width: 100%;
  }

  #movingFormModal .step3 .form-control {
    width: 100%;
  }

  #movingFormModal .back-btn {
    border-radius: 10px;
    border: 2px solid #a9c56e;
    background: white;
    color: #a9c56e;
    line-height: normal;
  }

  #movingFormModal .step5 .errorCustom {
    position: relative;
  }

  #movingFormModal .step .info-form {
    gap: 10px;
  }

  .progress-bar {
    margin-block: 56px 36px;
  }
  .list-group-item {
    font-size: 14px;
    padding: 8px 16px;
  }

  .text-light-grey {
    font-size: 16px;
  }

  .vertical-custom-card {
    border-radius: 12px;
  }

  .btn-close {
    font-size: 16px;
  }

  .mb-50 {
    margin-bottom: 38px;
  }

  .ln-25 img {
    max-width: 16px;
  }

  .step .iconmf-check {
    font-size: 8px;
  }

  .step .mb-25 {
    margin-bottom: 20px;
  }

  .step .custom-btn {
    padding: 10px 20px;
  }

  .rating-digit {
    width: 30px;
    height: 30px;
    margin-right: 20px;
  }

  .modal-body {
    padding: 24px 24px 46px;
  }

  .step2 .custom-btn.gradient-btn,
  .step3 .custom-btn.gradient-btn,
  .step4 .custom-btn.gradient-btn,
  .step-move-desc .custom-btn.gradient-btn,
  .step5 .custom-btn.gradient-btn,
  .step6 .custom-btn.gradient-btn,
  .step7 .custom-btn.gradient-btn {
    max-width: fit-content;
  }

  .step4 .custom-btn.gradient-btn {
    margin-top: 60px;
  }

  #movingFormModal .save-percent {
    margin-top: 10px;
  }

  #movingFormModal .save-percent > span {
    font-size: 16px;
    line-height: normal;
  }

  #movingFormModal .profile-img,
  #phoneModal .profile-img,
  #quitModal .profile-img {
    width: 8.5vmax;
    height: 8.5vmax;
    margin-bottom: 12px;
    max-width: 60px;
    max-height: 60px;
  }

  #phoneModal .modal-body {
    height: 558px;
  }

  #phoneModal .modal-body,
  #quitModal .modal-body {
    padding-top: 75px;
  }

  .modal-body .call-text {
    font-size: 18px;
    margin-bottom: 5px;
  }

  #phoneModal .schedule-btn {
    margin-block: 20px;
    padding: 12px 15px;
  }

  .common-modal .h2 {
    font-size: 18px;
  }

  #phoneModal .h2 {
    font-size: 24px;
  }

  .errorNoZip {
    font-size: 12px;
  }

  .stateInput:after {
    font-size: 5px;
    position: absolute;
    right: 15px;
    top: 42px;
  }

  .hidden-xs {
    display: none;
  }

  .modal-body {
    padding: 19px 19px 46px;
  }

  .h4 {
    font-size: 20px;
  }

  #movingFormModal .modal-body {
    padding: 15px 24px 85px;
    padding: 15px 14px 85px;
    height: 600px;
  }

  #movingFormModal .step5 .mb-30 {
    line-height: 1.2;
    margin-bottom: 10px;
  }

  .progress-bar:after {
    width: 46px;
  }

  .step2 .progress-bar:after,
  .step-zip-to-active:after {
    width: 92px;
  }

  .step3 .progress-bar:after,
  .step-date-active:after {
    width: 138px;
  }

  .step4 .progress-bar:after,
  .step-size-active:after {
    width: 184px;
  }

  .step-move-desc .progress-bar:after {
    width: 200px;
  }

  .step5 .progress-bar:after,
  .step-personal-info-active:after {
    width: 230px;
  }

  .step6 .progress-bar:after {
    width: 276px;
  }

  .step7 .progress-bar:after {
    width: 322px;
  }

  .mover-img {
    max-height: 39px;
  }

  .movingForm .form-control:not(.customInput) {
    font-size: 16px;
  }

  .step-move-desc .form-control:not(.customInput) {
    padding: 15px;
    height: 150px;
  }

  .iconmf-left {
    left: 14px;
    top: 14px;
  }

  #movingFormModal .custom-btn {
    padding: 12px 20px;
    font-size: 18px;
    margin-bottom: 20px;
    height: 50px;
  }

  .iconmf-right:not(.spinner) {
    top: 16px;
  }

  .modal-body p {
    font-size: 16px;
  }

  .movingForm .btn-back {
    display: none;
  }

  .step .d-flex:last-child .custom-btn {
    margin-left: 5px;
    margin-right: 5px;
    min-width: 150px;
  }

  .step > .d-flex .custom-btn {
    min-width: 150px;
    max-width: 254px;
  }

  .step3 > .d-flex .custom-btn {
    width: 100%;
  }

  .movingForm .step .d-flex:last-child {
    justify-content: space-between;
    width: 100%;
    /* max-width: 284px; */
  }
  .movingFormModalPopup .step3 > .d-flex .custom-btn {
    margin-left: 5px;
    margin-right: 5px;
    min-width: 150px;
  }

  .movingForm .step > .d-flex {
    justify-content: space-between;
    width: 100%;
    max-width: 325px;
  }

  .move-size-label,
  .step7 p {
    font-size: 14px;
  }

  #movingFormModal .step4 .h4 {
    margin-bottom: 10px;
  }

  #movingFormModal .step4 p {
    margin-bottom: 15px;
  }

  .step4 .col-lg-4 {
    margin-top: 20px;
  }

  .movingForm .step7 p {
    line-height: 19px;
    margin-bottom: 50px;
  }

  .step9 .grey-btn {
    margin-top: 91px;
  }

  #movingFormModal .widget-content {
    width: 100%;
    border-radius: 0;
    margin: 0;
    max-width: none;
    height: inherit;
  }

  #phoneModal .widget-content,
  #quitModal .widget-content {
    width: 100%;
    border-radius: 0;
    height: inherit;
    margin: 0;
    max-width: none;
  }

  #movingFormModal .close-widget {
    padding: 0;
    top: 20px;
    right: 20px;
  }

  #desktop-widget .map-img {
    width: 15px;
    height: 20px;
    left: 0;
    position: absolute;
    bottom: 10px;
  }
  #desktop-widget {
    padding: 10px 20px 20px;
    background: white;
    border-radius: 15px;
    max-width: 90%;
    margin: 10px auto;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
    width: fit-content;
  }

  #desktop-widget .step1 .errorNoZip {
    position: absolute;
    width: max-content;
    right: 20px;
    left: unset;
    top: 0;
    margin-top: 8px;
  }

  #desktop-widget .step1 .form-group {
    position: relative;
    border-bottom: 1px solid #e4e4e4;
  }
  #desktop-widget .step1 .form-group label {
    color: #777;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
  }
  #desktop-widget .step1 .form-group input {
    border: none !important;
  }

  #desktop-widget .step1 .btnNext {
    border-radius: 5px;
    background: #a9c56e;
    padding-block: 14px;
    width: 100%;
    border: none;

    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    margin-top: 20px;
  }
  #desktop-widget .step1 .form-control {
    padding-inline-start: 25px;
    height: 40px;
  }

  .elementor-shortcode {
    overflow: visible;
  }
}

@media (min-width: 576px) {
  .visible-575 {
    display: none;
  }
}

@media (max-width: 575px) {
  #movingFormPopup .step {
    margin-inline: auto;
  }

  .modal-mover-img {
    max-width: 254px;
  }

  #phoneModal .iconmf-wa {
    margin-left: 0;
    margin-right: 10px;
  }

  .warningZipList {
    top: 21%;
  }

  .text-grey {
    font-size: 12px;
  }

  .mb-50 {
    margin-bottom: 27px;
  }

  .step .mb-25 {
    margin-bottom: 15px;
  }

  .hidden-575 {
    display: none;
  }

  .mb-40 {
    margin-bottom: 32px;
  }
}

.container {
  padding: 14px 20px;
  overflow: hidden;

  display: flex;
  justify-content: space-between;
  align-items: center;
}

header {
  background-color: white;
  box-shadow: 0px -1px 30px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 99999;
}

nav {
  float: right;
}

#logo {
  max-width: 114px;
}

.call-button {
  border-radius: 5px;
  background: #a9c56e;
  padding: 8px 10px;
  color: white;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}
.call-button img,
.call-button span {
  vertical-align: middle;
}
.call-button img {
  margin-inline-end: 4px;
  margin-bottom: 2px;
}

.nav-links {
  display: flex;
  margin-bottom: 0 !important;
}

.nav-links li {
  margin: 0;
}

.call-us-block {
  display: flex;
  margin-inline-end: 40px !important;
}
.call-us-block img {
  margin-inline-end: 12px;
}
.call-us-block > div {
  display: flex;
  flex-direction: column;
}
.call-us-block .call-us-title {
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}
.call-us-block .call-us-phone {
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}

.secure-block {
  display: flex;
}
.secure-block img {
  margin-inline-end: 8px;
}
.secure-block span {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.secure-block .text-secure {
  align-self: center;
}
