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-top: 10px;
}

.text-mover-phone a {
  text-decoration: underline;
}

#modal-step .h4 {
  font-weight: 700;
  font-size: 26px;
  margin-top: 0;
  max-width: 400px;
  line-height: 32px;
}

em {
  font: inherit;
}

.movingForm .custom-btn {
  border: 1px solid #3287fb;
  border-radius: 6px;
  display: block;
  font-weight: 600;
  font-size: 20px;
  padding: 15px 20px;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.gradient-btn {
  font-weight: 700;
  font-size: 18px;
  background: linear-gradient(274.01deg, #257dfd 0%, #91cef0 174.04%) !important;
  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: #717171;
}

.text-blue {
  color: #3287fb;
}

.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-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;
}

.step .iconmf-star,
.step .iconmf-star-half,
.step .iconmf-star-empty {
  margin-right: 4px;
}

.step .iconmf-star-half {
  font-size: 25px;
  vertical-align: text-top;
}

hr {
  border-color: #e8e8e8;
}

.iconmf-checked {
  font-size: 11px;
}

.gradient-btn:hover {
  color: #fff;
}

.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 70px;
}

.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: 0 auto 20px;
  width: 100%;
}

.progress-bar:after {
  content: "";
  position: absolute;
  background: linear-gradient(274.01deg, #257dfd 0%, #91cef0 174.04%);
  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;
}

.step5 .progress-bar:after,
.step-personal-info-active:after {
  width: 300px;
}

.step5 .errorCustom {
  position: absolute;
  left: 15px;
}

.step6 .progress-bar:after {
  width: 360px;
}

.step7 .progress-bar:after {
  width: 270px;
}

.step-move-desc .progress-bar:after {
  width: 440px;
}

#modal-step .modal-body {
  padding: 15px 21px 55px;
  height: 500px;
}

#modal-step .btn-close {
  font-size: 14px;
}

/* widget */
.mover-img {
  max-height: 44px;
}

.step,
.stepUser {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}

.btn-add-zip {
  color: #000;
  padding: 5px 20px;
}

.btn-add-zip:hover {
  color: #257dfd;
}

.errorCustom,
.errorNoZip {
  margin-top: 10px;
  font-size: 12px;
  color: #ff4444;
  text-align: left;
  left: 0;
  bottom: -16px;
  width: 100%;
}

.errorNoZip {
  bottom: -42px;
  position: unset !important;
}

.errorText {
  display: flex;
  line-height: 1;
}

.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,
.modal .custom-btn,
.step > div {
  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;
}

.modal .custom-btn {
  max-width: 194px;
}

.step .d-flex:last-child,
.step .custom-btn {
  margin-top: auto;
}

.modal-body .position-relative,
.modal .custom-btn {
  margin-left: auto;
  margin-right: auto;
}

.step1 .custom-btn,
.movingForm .step7 .justify-content-between,
.step .position-relative {
  max-width: 280px;
}

.stepCustom .position-relative {
  max-width: 320px;
}

.stepCustom label {
  display: block;
  text-align: left;
  font-size: 14px;
  position: relative;
}

.stepCustom label:not(:last-child) {
  margin-right: 12px;
}

.stepCustom label:nth-child(2n) {
  flex: 0 0 65px;
}

.stepCustom label:last-child {
  flex: 0 0 65px;
}

.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: #3287fb !important;
  border-left-color: #3287fb !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;
  border-radius: 10px;
  height: 60px;
  padding: 5px 50px;
  width: 100%;
}

.step-move-desc .form-control {
  resize: none;
  height: 160px;
  padding: 15px 40px;
}

.movingForm .step5 .form-control,
.movingForm .step6 .form-control {
  padding: 5px 16px;
}

.stateInput:after {
  font-size: 8px;
  margin-left: 5px;
  color: #000;
}

.stateInput {
  color: #c8c8c8;
}

.stepCustom input {
  padding: 0 15px !important;
  font-size: 16px;
}

.stepCustom .stateInput {
  padding: 15px 0px 0 15px;
  font-size: 16px;
}

.stepCustom select option[disabled] {
  color: #c8c8c8;
}

.stepCustom label:last-child input {
  padding: 0 10px;
  font-size: 14px;
}

.movingForm .form-control.error {
  border-color: #ff4444;
}

.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: 27px;
  top: 93px;
  width: 24px;
  color: #b9b5b5;
}

.zipResult {
  max-height: 200px;
  width: 100%;
  overflow: 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;
}

.stepCustom .zipResult {
  max-height: 119px;
}

.list-group-item:hover {
  color: #3287fb;
}

.list-group-item {
  border: 0;
  padding: 8px 25px;
  margin: 0;
}

.zipResult::-webkit-scrollbar {
  width: 5px;
}

.zipResult::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  border-radius: 2.5px;
}

/* step4 */
.move-size {
  accent-color: #3287fb;
  margin: 0 10px 0 0;
  flex: 0 0 16px;
}

.move-size,
.recommended-mover-card .iconmf-checked {
  width: 16px;
  height: 16px;
}

.move-size-label {
  border-radius: 21px;
  white-space: nowrap;
  padding: 9px 20px;
}

.commercial-widget .move-size-label {
  padding: 9px 10px;
}

.move-size-label,
.recommended-mover-card {
  border: 1px solid transparent;
  cursor: pointer;
}

.move-size-label:has(.move-size:not(:checked)),
.recommended-mover-card:has(.recommended-mover:not(:checked)) {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
}

.move-size-label:has(.move-size:checked),
.recommended-mover-card:has(.recommended-mover:checked) {
  border-color: #3287fb;
  font-weight: 700;
}

.step4 .row {
  max-width: 510px;
  margin-left: -8px;
  margin-right: -8px;
}

.commercial-widget .step4 .row {
  width: unset;
  max-width: unset;
}

.step4 .col-lg-4 {
  margin-top: 18px;
  padding-left: 8px;
  padding-right: 8px;
}

.step5 .row {
  max-width: 410px;
  margin-left: -10px;
  margin-right: -10px;
}

.step5 .col-12 {
  margin: 8px 0 10px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.movingForm .step5 .movingForm .form-control,
.movingForm .step6 .movingForm .form-control {
  padding: 5px 16px;
}

.step6 .text-xs {
  max-width: 363px;
  margin-top: 27px;
}

/* 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: 50px;
}

.movingForm .step7 p {
  font-size: 16px;
  line-height: 22px;
}

.code:not(:last-of-type) {
  margin-right: 9px;
}

/* 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;
  margin-bottom: 10px;
}

.recommended-mover {
  accent-color: #3287fb;
}

.d-none {
  display: none;
}

.d-none1 {
  opacity: 0;
}

.recommended-mover-col {
  display: none;
}

.step8 .iconmf-info::before {
  color: unset;
}

.recommended-mover-card {
  border-radius: 10px;
  position: relative;
  padding: 7px 19px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
}

.recommended-mover-card img {
  max-height: 38px;
  display: block;
  margin: 0 auto 8px;
  padding-left: 10px;
}

.recommended-mover-card .iconmf-checked {
  border: 1px solid #c1c1c1;
  border-radius: 3px;
  position: absolute;
  left: 8px;
  top: 8px;
  padding: 0px 2px;
}

.recommended-mover:checked + .iconmf-checked {
  background: #3287fb;
  border-color: #3287fb;
}

.recommended-mover-card .iconmf-checked:before {
  color: transparent;
  font-size: 8px;
}

.recommended-mover:checked + .iconmf-checked:before {
  color: #fff;
}

.step8 .row {
  max-width: 374px;
}

.step8 .h4,
.step9 .h4 {
  font-size: 24px;
}

.step8 .text-light-grey,
.step9 p {
  font-size: 16px;
  line-height: 22px;
}

.step8 .iconmf-star,
.step8 .iconmf-star-empty {
  font-size: 12px;
}

.step8 .iconmf-star-half {
  font-size: 14.5px;
}

.recommended-mover-card span:last-child {
  font-size: 14px;
  margin-left: 5px;
  font-weight: 600;
}

.step8 .iconmf-star-empty {
  vertical-align: baseline;
}

.step8 span [class^="iconmf-"] {
  margin-right: 0;
  font-size: 14px;
}

.step8 .col-lg-6 {
  margin-bottom: 18px;
}

.d-flex {
  display: flex;
}

.justify-content-between {
  justify-content: space-between;
}

.step8 .d-flex {
  max-width: 350px;
  justify-content: space-between;
}

.step8 .custom-btn {
  max-width: 164px;
  margin: auto;
}

.grey-btn,
.movingForm .back-btn {
  background: #f0f0f0;
  border-color: #f0f0f0;
}

.step9 .grey-btn {
  margin-top: 50px;
}

.movingForm .step9 p {
  max-width: 406px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
}

.movingForm .step9 ul img {
  max-height: 30px;
}

.movingForm .step9 ul {
  display: inline-block;
  text-align: left;
  margin-bottom: 30px;
}

.commercial-widget .step9 p {
  font-size: 18px;
  margin-bottom: 25px;
}

.commercial-widget .step9 .text-semibold {
  font-size: 24px;
  max-width: unset;
  line-height: 1.3;
}

.commercial-widget .step9 a.text-bold {
  font-size: 26px;
}

.commercial-widget .step9 img {
  margin: 10px 0 36px;
  max-width: 90px;
}

.commercial-widget .step9 .iconmf-wa {
  font-size: 30px;
  vertical-align: sub;
  margin-right: 10px;
}

/* #widgetModal.fade.show, */
#modal-step.fade.show,
.modal-open #modal-step.in,
.modal-open #howFarMovingModal.in {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.position-relative {
  position: relative;
}

.custom-description {
  width: 100%;
}

.btn-add-zip span {
  width: 12px;
  height: 12px;
  background-color: #3287fb;
  color: #fff;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
}

::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-top: 27px;
}

.call-text {
  color: #374049;
  margin-bottom: 5px;
}

#phoneModal .text-bold {
  font-size: 18px;
}

.warning-text {
  padding: 0 30px;
}

#quitModal .custom-btn {
  font-weight: 700;
  font-size: 20px;
  padding: 10px 20px;
}

#quitModal .d-flex {
  max-width: 295px;
  margin: auto;
  border-bottom: 1px solid #e8e6e6;
  margin-bottom: 20px;
}

#quitModal .d-flex .custom-btn:first-child {
  margin-right: 8px;
}

#quitModal .d-flex .custom-btn:last-child {
  margin-left: 8px;
}

#quitModal .text-light-grey {
  padding: 0 15px 7px;
}

.modal-mover-img,
.modal-mover-img img {
  max-width: 318px;
  max-height: 59px;
}

.delay-modal-img,
.delay-modal-img 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,
.common-modal .user-img img {
  max-width: 87px;
  opacity: 1 !important;
}

a::after {
  content: "";
  opacity: 0;
}

a:hover::after {
  opacity: 1;
}

/* delay modal start */
#delayModal .modal-content {
  border: none;
}
#delayModal {
  align-content: center;
}
#delayModal .btn-close {
  border-radius: 20px;
  background: #257dfd;
  opacity: 1;
  position: absolute;
  font-size: 13px;
}

#delayModal .click-to-call-text {
  color: #374049;
}

#delayModal .popup-rate-block {
  border-radius: 20px;
  background: #dbeaff;
  color: #202948;
  font-weight: 700;
  font-size: 16px;
  padding-block: 4px;
  max-width: 154px;
  width: 100%;
  margin-inline: auto;
}

#delayModal .popup-rate-block p {
  display: inline-block;
  margin-bottom: 0;
}

/* delay modal end */

@media (min-width: 768px) {
  /* delay modal start */
  #delayModal .modal-dialog {
    max-width: 720px;
  }

  #delayModal .btn-close {
    width: 33px;
    height: 33px;
    right: -18px;
    top: -18px;
  }

  #delayModal .btn-close img {
    width: 11px;
    height: 11px;
  }

  #delayModal .modal-content {
    max-height: 377px;
  }

  #delayModal .delay-modal-img,
  #delayModal .delay-modal-img img {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-inline-start: -1px;
  }

  #delayModal .click-to-call-text {
    font-size: 20px;
    margin-block: 30px;
  }

  #delayModal .modal-mover-img,
  #delayModal .modal-mover-img img {
    max-width: 238px;
    height: 65px;
    object-fit: contain;
    margin-bottom: 30px;
    margin-inline: auto;
  }

  #delayModal .custom-popup-btn {
    max-width: 100%;
    margin-inline: 15px;
    margin-bottom: 0;
  }
  #delayModal .custom-popup-btn img {
    margin-bottom: 4px;
    margin-inline-end: 10px;
  }

  #delayModal .popup-rate-block {
    max-width: 168px;
  }

  #delayModal .row > div:nth-child(3) {
    padding-block: 40px;
    padding-inline: 18px 42px;
    width: 400px;
  }
  /* delay modal end */

  .step5 .d-flex:last-child {
    margin-top: 15px;
    margin-bottom: -15px;
  }

  .common-modal .modal-body {
    height: 500px;
  }

  .common-modal .modal-dialog {
    max-width: 600px;
  }

  .step8 .col-lg-6 {
    padding: 0 10px;
  }

  .step8 .text-semiblod {
    font-size: 18px;
  }

  .movingForm .back-btn {
    display: none;
  }

  .modal-dialog {
    max-width: 560px;
    width: 100%;
  }

  #modal-step .modal-dialog {
    max-width: 600px;
    margin: 262px auto;
    width: 100%;
  }
}

@media (min-width: 1400px) {
  .step8 .iconmf-star-half {
    vertical-align: middle;
  }
}

@media (max-width: 1399px) and (min-width: 1200px) {
  .btn-back {
    font-size: 20px;
  }

  .cost_calculator .step2 img {
    max-width: 60%;
  }

  .recommended-mover-card {
    padding: 15px 25px;
  }
  .step9 .text-blue {
    line-height: 26px;
    font-size: 22px;
  }

  #modal-step .step9 .h4 {
    font-size: 30px;
  }

  .step9 p:nth-child(3) {
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .step9 p {
    max-width: 392px;
  }

  .recommended-mover-card img {
    /* max-height: 65px; */
    margin: 0 auto;
  }

  .step1 .text-light-grey,
  .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,
  .movingForm p {
    margin-bottom: 15px;
  }

  .step .mb-30 {
    margin-bottom: 18px;
  }

  .custom-btn {
    padding: 15px 20px;
  }

  .step .iconmf-star-half {
    font-size: 22px;
  }

  .step8 .row {
    max-width: 410px;
  }
}

@media (max-width: 991px) {
  .recommended-mover-card .iconmf-check {
    padding: 3px 2px;
  }

  .step .iconmf-star-half {
    font-size: 16px;
    vertical-align: top;
  }

  .rating-digit {
    font-size: 12px;
  }

  .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;
  }

  .h4 {
    font-size: 24px;
  }

  .modal-body {
    padding: 24px 24px 46px;
  }
}

@media (max-width: 767px) {
  #modal-step .progress-bar {
    margin-top: 20px;
  }

  /* #widgetModal .step-zip-to .progress-bar:after, #quitModal .step-zip-to-active:after {
    width: 54px;
}
#widgetModal .step-date .progress-bar:after, #quitModal .step-date-active:after {
  width: 91px;
}
#widgetModal .step-size .progress-bar:after, #quitModal .step-size-active:after {
  width: 140px;
}
#widgetModal .step-personal-info .progress-bar:after, #quitModal .step-personal-info-active:after {
  width: 204px;
}
#widgetModal .step6 .progress-bar:after {
  width: 252px;
} */
  #quitModal .progress-bar {
    margin: 25px 0 5px;
  }

  .modal-dialog {
    max-width: min(370px, calc(100% - 15px));
    width: 100%;
  }

  #widgetModal h4 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  #widgetModal .custom-btn {
    padding: 15.5px 20px;
    font-size: 18px;
  }

  #widgetModal .mb-30 {
    margin-bottom: 22px;
  }

  #delayModal .text-bold {
    font-size: 24px;
    margin-bottom: 30px;
  }

  #phoneModal .modal-body {
    height: 558px;
  }

  #phoneModal .modal-body {
    padding-top: 75px;
  }

  .modal-body .call-text {
    font-size: 18px;
    margin-bottom: 5px;
  }

  #phoneModal .schedule-btn {
    margin-top: 40px;
    padding: 12px 15px;
    margin-bottom: 30px;
  }

  .common-modal .h2 {
    font-size: 18px;
  }

  #phoneModal .h2 {
    font-size: 24px;
  }

  .errorNoZip {
    font-size: 16px;
  }

  .stateInput:after {
    font-size: 5px;
    position: absolute;
    right: 15px;
    top: 42px;
  }

  .stepCustom .list-group-item {
    padding: 5px 15px;
  }

  .recommended-mover-card span:last-child {
    margin-left: 2px;
  }

  .step8 .text-light-grey {
    margin-bottom: 20px;
  }

  .hidden-xs {
    display: none;
  }

  .modal-body {
    padding: 19px 19px 46px;
  }

  .h4 {
    font-size: 20px;
  }

  #modal-step .modal-body {
    padding: 15px 24px 85px;
    padding: 15px 14px 85px;
    height: 600px;
  }

  .text-mover-phone {
    margin-top: 5px;
    margin-bottom: 35px;
  }

  #modal-step .step5 .mb-30 {
    line-height: 1.2;
    margin-bottom: 10px;
  }

  .commercial-widget .step5 .d-flex {
    margin-bottom: -60px;
  }

  .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;
  }

  #widgetModal .h4,
  #modal-step .h4 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  #modal-step .step2 .h4,
  #modal-step .step3 .h4 {
    margin-bottom: 10px;
  }

  .movingForm .form-control:not(.customInput) {
    height: 50px;
    font-size: 16px;
    padding: 5px 45px;
  }

  .step-move-desc .form-control:not(.customInput) {
    padding: 15px;
    height: 150px;
  }

  .commercial-widget .step5 .form-control {
    padding: 5px 20px;
  }

  .iconmf-left {
    left: 14px;
    top: 14px;
  }

  /* #widgetModal .custom-btn, */
  #modal-step .custom-btn {
    padding: 15.5px 20px;
    font-size: 18px;
  }

  .iconmf-right:not(.spinner) {
    top: 16px;
  }

  .modal-body p {
    font-size: 16px;
  }

  .movingForm .btn-back {
    display: none;
  }

  /* #widgetModal .mb-30, */
  #modal-step .mb-30 {
    margin-bottom: 22px;
  }

  .step .d-flex:last-child .custom-btn {
    margin-left: 5px;
    margin-right: 5px;
    max-width: 155px;
  }

  .step8 .d-flex:last-child .custom-btn {
    margin: auto;
  }

  .step8 {
    margin-top: 25px;
  }

  .movingForm .step .d-flex:last-child {
    justify-content: space-between;
    width: 100%;
    max-width: 325px;
  }

  .commercial-widget .step4 .d-flex:last-child {
    padding: 0 7px;
  }

  .move-size-label {
    padding: 9px 15px;
  }

  .move-size-label,
  .step7 p {
    font-size: 14px;
  }

  /* #widgetModal .step4 .h4, */
  #modal-step .step4 .h4 {
    margin-bottom: 10px;
  }

  /* #widgetModal .step4 p, */
  #modal-step .step4 p {
    margin-bottom: 15px;
  }

  .step4 .row {
    max-width: 310px;
  }

  .commercial-widget .step4 .row {
    margin: 0 -20px;
  }

  .step4 .col-lg-4 {
    margin-top: 20px;
  }

  .step5 .row {
    max-width: 300px;
  }

  .step5 .col-12 {
    margin: 0px 0 20px;
  }

  .movingForm .step7 p {
    line-height: 19px;
    margin-bottom: 50px;
  }

  .step8 p {
    margin-bottom: 30px;
  }

  .recommended-mover-card {
    padding: 8px;
    height: 65px;
  }

  .recommended-mover-card img {
    margin: 0;
    padding-left: 20px;
  }

  .step8 .col-lg-6 {
    margin-bottom: 14px;
    width: 50%;
    padding: 0 10px;
  }

  .step8 .iconmf-star,
  .step8 .iconmf-star-empty {
    font-size: 10px;
  }

  .step8 .iconmf-star-half {
    font-size: 12.5px;
    vertical-align: middle;
  }

  .step8 [class^="iconmf-"] {
    margin-right: 1px;
  }

  .step9 .grey-btn {
    margin-top: 91px;
  }

  .commercial-widget .step9 img {
    margin: 10px 0;
  }

  .commercial-widget .step9 .text-semibold {
    font-size: 19px;
    max-width: 286px;
    line-height: 1.4;
  }

  .commercial-widget .step9 p {
    font-size: 16px;
    max-width: 236px;
  }

  .commercial-widget .step9 a.text-bold {
    font-size: 22px;
  }

  .commercial-widget .iconmf-wa {
    font-size: 24px;
  }

  /* delay modal start */
  #delayModal .modal-dialog {
    max-width: 320px;
  }

  #delayModal .btn-close {
    width: 23px;
    height: 23px;
    right: -12px;
    top: -12px;
  }

  #delayModal .row > div:nth-child(3) {
    padding: 20px 35px 30px;
  }

  #delayModal .delay-modal-img,
  #delayModal .delay-modal-img img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin: -1px;
  }

  #delayModal .modal-mover-img,
  #delayModal .modal-mover-img img {
    max-width: 172px;
    max-height: 48px;
    margin-bottom: 20px;
    margin-inline: auto;
  }

  #delayModal .popup-rate-block p {
    font-size: 16px;
  }
  #delayModal .popup-rate-block .iconmf-star {
    font-size: 14px;
  }

  #delayModal .click-to-call-text {
    font-size: 16px;
    margin-block: 24px;
  }

  #delayModal .custom-popup-btn {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    padding-block: 11px;
  }
  #delayModal .custom-popup-btn img {
    margin-bottom: 2px;
    margin-inline-end: 6px;
    width: 18px;
  }
  /* delay modal end */
}

@media (min-width: 576px) {
  .visible-575 {
    display: none;
  }
}

@media (max-width: 575px) {
  .modal-dialog {
    margin: 55px auto;
  }

  .modal-mover-img,
  .modal-mover-img img {
    max-width: 254px;
  }

  #phoneModal .iconmf-wa {
    margin-left: 0;
    margin-right: 10px;
  }

  .warningZipList {
    top: 21%;
  }

  .step .d-flex:last-child .custom-btn {
    max-width: 140px;
  }

  .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;
  }
}

@media (max-width: 425px) {
  .movingForm .step7 .d-flex.justify-content-between {
    margin-top: 0;
  }
}

@media (max-width: 390px) {
  .warningZipList {
    top: 27%;
  }
}

@media (max-width: 355px) {
  #widgetModal .modal-body {
    padding: 45px 15px 0;
  }

  .step .d-flex:last-child .custom-btn {
    max-width: 120px;
  }

  .datepicker-mf table {
    zoom: 0.9;
  }

  .move-size {
    width: 10px;
    height: 10px;
    margin: 0 5px 0 0;
    flex: 0 0 10px;
  }

  .move-size-label {
    font-size: 12px;
  }

  .code:not(:last-of-type) {
    margin-right: -1px;
  }
}
