body {
  font-family: Nunito, sans-serif;
  color: #000;
}
p {
  margin: 0 0 16px;
}
section .container-fluid {
  max-width: 850px;
}
.navbar {
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler {
  border: 0;
  padding: 0;
  font-size: 12px;
}
a,
span {
  display: inline-block;
}
a,
a:hover {
  text-decoration: none;
  color: inherit;
}
img {
  max-width: 100%;
  height: auto;
}
.custom-popup-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;
}
.menu-item {
  font-weight: 400;
  font-size: 16px;
  padding: 28px 28px 18px;
}
.menu-item:last-child {
  padding-right: 0;
}
header img {
  max-height: 58px;
}
.section-hero {
  padding-top: 50px;
}
h2 {
  color: #000;
}
h1,
h2 {
  font-size: 36px;
  line-height: 49px;
}
h1,
h2,
h4,
h5 {
  margin-top: 0;
}
.accordion-button,
h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
}
h3 {
  font-size: 28px;
  margin-top: 0;
}
.accordion-button,
h4 {
  font-size: 26px;
}
h5 {
  font-size: 22px;
}
.accordion-button {
  padding: 24.5px 35px 24.5px 25px;
  border-radius: 12px;
  display: flex;
  border: 0;
  width: 100%;
}
.accordion-button::after {
  background: unset;
  font-size: 12px;
  margin-left: auto;
  width: unset;
  height: unset;
}
.accordion-button:not(.collapsed)::after {
  transform: unset;
}
.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;
}
.gradient-btn {
  font-weight: 700;
  font-size: 18px;
  background: linear-gradient(274.01deg, #257dfd 0, #91cef0 174.04%);
  color: #fff;
}
.texl-left {
  text-align: left;
}
.text-sm {
  font-size: 14px;
}
.modal-body .text-xs,
.text-xs {
  font-size: 10px;
}
.text-reg {
  font-size: 16px;
}
.text-md,
p {
  font-size: 18px;
}
.text-lg {
  font-size: 20px;
}
.text-grey {
  color: #757575;
}
.page-template-lp p > a,
.text-blue {
  color: #3287fb;
}
.text-bold {
  font-weight: 700;
}
.text-semibold {
  font-weight: 600;
}
.mr-5 {
  margin-right: 5px;
}
.mr-10 {
  margin-right: 10px;
}
.mb-5px {
  margin-bottom: 5px;
}
.mb-10,
h2 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-35 {
  margin-bottom: 35px;
}
.accordion-body p,
.card-col,
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.m-0 {
  margin: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-50 {
  margin-bottom: 50px;
}
.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;
}
.pt-20 {
  padding-top: 20px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-80 {
  padding-top: 80px;
}
.vertical-custom-card h3 {
  margin: 25px 0 15px;
}
.vertical-custom-card {
  background: #fff;
  border: 1px solid #9cc6ff;
  border-radius: 16px;
}
.vertical-card-header {
  background: #f6faff;
  padding: 15px 5px;
  border-radius: 16px 16px 0 0;
}
.ln-25 img {
  vertical-align: sub;
}
.vertical-card-body {
  padding: 10px 34px 35px;
}
.vertical-card-body img {
  max-height: 108px;
}
hr {
  border-color: #e8e8e8;
}
.section-faq hr {
  margin-top: 40px;
}
ul {
  margin-top: 2px;
}
.iconmf-check {
  font-size: 11px;
}
.horizontal-custom-card .col-lg-3:last-child,
.section-new-design-cards .row > *,
.section-top-movers .horizontal-card .row > *,
.section-top-movers .horizontal-card:not(.active) {
  position: unset;
}
.horizontal-custom-card .col-xxl-4:first-child .text-bold {
  cursor: pointer;
}
.p-relative,
.rating-card > div {
  position: relative;
}
.rating-block {
  padding-top: 5px;
  position: absolute;
  display: none;
  top: 0;
  margin-left: 10px;
  text-align: left;
  left: 27%;
  z-index: 1;
}
.rating-block.active {
  display: block;
}
.rating-card {
  background: #fff;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.06);
  border-radius: 18px;
  font-weight: 500;
  font-size: 16px;
  padding: 15px;
  width: 330px;
}
.rating-number {
  font-size: 19px;
  margin-left: auto;
  margin-right: 7px;
}
.review-block {
  justify-content: space-between;
  border-bottom: 1px solid #e8e8e8;
}
.review-block .iconmf-star {
  margin-right: 2px;
}
.review-block .text-bold {
  line-height: 1;
}
.review-text {
  font-size: 11px;
  max-width: 86%;
  line-height: 1.4;
}
.review-title {
  font-weight: 700;
  font-size: 15px;
}
.rating-card .iconmf-star {
  right: 28px;
}
.rating-card span:last-child {
  right: 0;
}
.rating-card .rating-number {
  line-height: 1;
  margin: 0 0 0 5px;
  font-weight: 700;
}
.rating-card span {
  position: absolute;
  top: 5px;
}
.review-block span {
  top: 10px;
}
.rating-card > div:not(:last-child) {
  margin-bottom: 10px;
}
.gradient-btn:hover {
  color: #fff;
}
.horizontal-card-top {
  padding: 24px 24px 10px;
  border-bottom: 1px solid #e3edf3;
}
.horizontal-card {
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  margin-bottom: 50px;
}
.iconmf-info,
.list-group-item,
.ui-datepicker-next,
button {
  cursor: pointer;
}
.horizontal-custom-card .texl-left,
.section-tables .row > * {
  position: unset;
}
.rating-digit {
  background: #257dfd;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  color: #fff;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 600;
}
.flex-center {
  justify-content: center;
}
.align-flex-center,
.flex-center,
.move-size-label {
  display: flex;
  align-items: center;
}
.horizontal-card-top .mover-logo,
.horizontal-card-top .mover-logo img {
  max-height: 86px;
  max-width: 172px;
}
.horizontal-card-top .mr-5 {
  max-height: 16px;
  vertical-align: text-top;
}
.horizontal-card .ln-25 {
  margin: 0;
}
.horizontal-card-top li {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 5px;
}
.horizontal-card-top .iconmf-check {
  font-size: 8px;
  margin-right: 20px;
}
.active > .nav-link,
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link,
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover,
.nav-pills > li > a:focus,
.nav-pills > li > a:hover {
  font-weight: 700;
  color: #1769d3;
  border-bottom: 2px solid #1769d3;
  background-color: unset;
}
.tab-content {
  min-height: unset;
}
.nav-pills {
  border: 0;
  background: #fafcff;
  padding: 26px 50px 0;
  margin: 0;
}
.nav-pills li {
  margin-bottom: 0;
}
.nav-pills > li > a {
  margin: 0 33px 0 0;
  padding: 0 0 7px;
  border: 0;
  color: #3f3f3f;
  font-weight: 600;
  font-size: 18px;
  border-radius: 0;
  border-bottom: 2px solid transparent;
}
.nav-pills .nav-link {
  border-radius: 0;
}
.horizontal-card-bottom {
  padding: 30px 90px 25px 50px;
}
.horizontal-card-bottom a {
  text-decoration: underline;
  color: #1769d3;
}
.list-unstyled {
  list-style: none;
  padding-left: 0;
}
.ul-pros:before {
  width: 1px;
  height: 76px;
  content: "";
  position: absolute;
  right: 0;
  background: #e5f0e0;
  top: calc(50% - 38px);
}
.tab-pane span {
  font-size: 20px;
  margin-right: 15px;
}
.tab-pane ul {
  margin-top: 25px;
  position: relative;
}
.tab-pane li {
  display: flex;
  line-height: 25px;
  margin-bottom: 20px;
  max-width: 300px;
  align-items: center;
}
.accordion-collapse {
  display: none;
}
.accordion-collapse.show {
  display: block;
}
.accordion-button,
.accordion-button:focus,
.accordion-button:not(.collapsed) {
  background: #f4f6f9;
  color: #000;
}
.ui-datepicker-header {
  display: flex;
  justify-content: space-between;
}
.accordion-button[aria-expanded="true"]:after {
  transform: rotate(-180deg);
  display: inline-block;
}
.ui-datepicker-next::before {
  transform: translate(0, 0) rotate(180deg) !important;
}
.accordion-button:not(.collapsed)::after {
  background-image: unset;
}
.accordion-button:focus {
  border-color: unset;
  box-shadow: none;
}
.accordion-item {
  border: 0;
  margin-bottom: 24px;
}
.accordion-button[aria-expanded="true"] {
  box-shadow: none;
  border-radius: 12px 12px 0 0;
}
.accordion-header {
  margin: 0;
}
.accordion-body {
  padding: 28px 93px 5px 30px;
  border: 1px solid #f6f6f6;
  border-radius: 0 0 12px 12px;
}
.accordion-item.active {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
  border-radius: 12px;
}
footer {
  background: #f4f9ff;
  margin-top: 125px;
  padding: 24px 0;
}
.modal-body h5 {
  margin: 25px 0 0;
}
.modal-title {
  font-size: 32px;
  margin: 20px 0 35px;
}
.modal-card {
  background: #f9fbff;
  border: 1px solid #becee2;
  border-radius: 20px;
  padding: 34px 15px 10px;
}
.text-light-grey {
  color: #717171;
}
.iconmf-wa {
  transform: rotate(90deg);
}
.compare-table strong,
.d-block {
  display: block;
}
.pricing-table thead th {
  background: #d9eaff;
  padding: 28px 36px 16px;
}
.compare-table td:not(:last-child),
.pricing-table tbody td:not(:last-child),
.pricing-table thead th:not(:last-child) {
  border-right: 1px solid #e4e4e4;
}
.compare-table tr:not(:last-child) td {
  border-bottom: 1px solid #e4e4e4;
}
.pricing-table tbody tr:nth-child(even) td {
  background: #f6faff;
}
.section-pricing-table .table-responsive {
  max-width: 1008px;
  margin: 30px auto;
}
.pricing-table tbody td {
  padding: 24px 32px 20px;
}
.pricing-table tbody td:first-child {
  width: 345px;
}
.pricing-table tbody td:not(:first-child) {
  width: 222px;
}
.table-responsive {
  overflow: auto;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.compare-table {
  text-align: center;
  border-radius: 10px;
  table-layout: fixed;
}
.compare-table td {
  padding: 15px;
  font-size: 14px;
}
.compare-table .custom-btn {
  font-size: 14px;
  margin-bottom: 0;
  white-space: nowrap;
  padding: 7px;
}
.compare-table img {
  max-width: 160px;
  max-height: 70px;
}
.table-responsive table {
  border-collapse: collapse;
}
.stars-block {
  position: relative;
}
.stars-block .stars-inner,
.stars-block .stars-outer {
  display: flex;
}
.stars-block .stars-inner span,
.stars-block .stars-outer span {
  margin-inline: 1px;
}
.stars-inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  width: 0;
}
.compare-table tbody tr:last-child td {
  background: unset;
}
.compare-table .stars-inner span:not(:last-child),
.compare-table .stars-outer span:not(:last-child) {
  margin-right: 0;
}
.compare-table tbody tr:nth-child(even):not(:last-child) td {
  background: #f6faff;
}
.compare-table tr:nth-child(2) td > span:last-child {
  font-weight: 700;
  margin-left: 5px;
  font-size: 14px;
}
.compare-table tr:nth-child(3) td {
  font-weight: 700;
}
.compare-table tr:nth-child(5) span {
  color: #7a7575;
  font-weight: 400;
  font-size: 12px;
}
.call-to-action-section {
  background: #fff;
  box-shadow: 0-32px 46px rgba(0, 0, 0, 0.07);
  position: fixed;
  bottom: 0;
  padding: 14px 0;
  width: 100%;
  z-index: 5;
  display: none;
}
.call-to-action-section a {
  background: #4593d6;
  border-radius: 4px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 155px;
  height: 42px;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}
.call-to-action-section a:focus,
.call-to-action-section a:hover {
  color: #fff;
}
.call-to-action-section .call-now-btn {
  background: #45d665;
}
.call-to-action-section .col-xs-6:first-child {
  padding-right: 7px;
}
.call-to-action-section .col-xs-6:last-child {
  padding-left: 7px;
}
.call-now-btn::before {
  margin-right: 10px;
}
.call-to-action-section .popup-btn {
  margin-left: auto;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.review-parent.active {
  position: relative;
}
.review-block img {
  max-height: 35px;
}
.text-dark-grey {
  color: #979797;
}
.rating-card img {
  margin-top: 0 !important;
  max-width: 130px;
  max-height: 40px;
}
.vertical-custom-card {
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  border: 0;
  transition: all ease-in-out 0.3s;
  display: block;
}
.custom-popup-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;
  max-width: fit-content;
  margin-inline: auto;
}
.widget-btn,
.widget-btn:hover {
  color: #257dfd;
}
.widget-btn {
  font-weight: 700;
  font-size: 18px;
}
.widget-btn:before {
  margin-right: 8px;
  font-size: 24px;
  vertical-align: text-bottom;
}
.best-companies-text p {
  font-size: 20px;
  line-height: 30px;
  margin: 30px 0;
}
h2.text-white,
h3.text-white,
h6 {
  font-size: 24px;
  margin-bottom: 27px;
}
.vertical-card-header {
  background-color: unset;
  position: relative;
}
.most-recommended-card {
  margin-top: -13px;
}
.most-recommended-card-header {
  text-align: left;
  padding: 12px 0 0;
}
.text-thumb {
  background: #31a38d;
  text-transform: uppercase;
}
.bg-blue,
.text-thumb {
  border-radius: 0 30px 30px 0;
  font-size: 14px;
  padding: 9px 20px;
}
.text-thumb::before {
  margin-right: 12px;
  font-size: 18px;
}
.horizontal-custom-card,
.mover-id {
  background: #fff;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}
.horizontal-custom-card {
  border-radius: 24px;
  transition: all ease-in-out 0.3s;
}
.section-top-movers .horizontal-card-top {
  position: relative;
}
.mover-id {
  position: absolute;
  width: 42px;
  height: 42px;
  left: -21px;
  top: 22px;
  border-radius: 50px;
  font-weight: 700;
  color: #257dfd;
}
.section-new-design-cards {
  padding-top: 20px;
}
.section-new-design-cards:not(.most-recommended-mover-section) hr {
  margin: 50px 0 0;
}
.section-new-design-cards .vertical-card-header {
  padding: 18px 0 0;
  text-align: left;
}
.horizontal-custom-card .text-thumb {
  padding: 13px 20px 13px 30px;
}
.horizontal-custom-card .bg-blue {
  padding: 14px 20px 14px 30px;
}
.horizontal-custom-card .horizontal-card-top {
  padding: 18px 50px 10px;
}
.horizontal-custom-card .mover-logo,
.horizontal-custom-card .mover-logo img {
  max-width: 202px;
  max-height: 56px;
}
.mover-text {
  max-width: 367px;
  margin-bottom: 8px;
  font-size: 16px;
}
.mover-text a {
  display: unset;
  margin-left: 5px;
}
.horizontal-custom-card .horizontal-card-top li {
  margin-bottom: 0;
}
.bg-blue {
  background: #e7f1ff;
}
.vertical-card-body img {
  max-height: 76px;
}
.section-new-design-cards .horizontal-card-top {
  border: 0;
}
.text-underline {
  text-decoration: underline;
}
.container {
  max-width: 1096px;
}
.show-on-mobile .menu-item {
  float: left;
  padding: 7px 10px;
}
.show-on-mobile {
  width: 100%;
}
.step label {
  border-radius: 6px;
}
.section-hero.no-new-cards-section {
  display: flex;
  margin-bottom: 20px;
  justify-content: center;
  flex-direction: column;
}
.section-hero .card-col:nth-child(2) {
  order: -1;
}
#widgetModal .step1 {
  padding: 85px 0 65px;
}
#widgetModal .modal-body {
  padding: 20px 16px 0;
}
#widgetModal .h1 {
  margin-bottom: 16px;
}
#widgetModal .h1,
#widgetModal .h4 {
  font-size: 28px;
  font-weight: 700;
  max-width: 375px;
}
#widgetModal .step7 .d-flex:last-child {
  margin-top: 15px;
}
#widgetModal .step1 .text-light-grey {
  margin-bottom: 30px;
}
#widgetModal .text-light-grey {
  max-width: 450px;
  margin-bottom: 20px;
}
#widgetModal .form-control {
  font-size: 16px;
}
#widgetModal .btn-back {
  font-size: 14px;
  color: #d0d0d0;
  left: 10px;
  top: 58px;
}
#widgetModal .btn-back::before {
  color: #d0d0d0;
  font-size: 10px;
  margin-right: 10px;
}
#widgetModal .h4 {
  margin-bottom: 20px;
}
#widgetModal .step4 .position-relative {
  max-width: unset;
  margin-top: -18px;
}
#widgetModal .step4 label {
  border-radius: 10px;
  display: flex;
}
#widgetModal .step5 .col-12 {
  margin: -6px 0 23px;
}
#widgetModal .step5 .form-control {
  height: 52px;
}
#widgetModal .step5 .col-12:last-child {
  margin-bottom: -11px;
}
#widgetModal .step6 .text-light-grey {
  max-width: unset;
}
#widgetModal .step6 .position-relative,
#widgetModal .step6 .text-xs {
  max-width: 312px;
}
#widgetModal .step6 .h4 {
  margin-bottom: 17px;
}
#widgetModal .step6 .text-xs {
  text-align: left;
  margin: 10px 0-10px;
}
#widgetModal .movingForm .step7 .d-flex:last-child {
  margin-bottom: 0;
}
#widgetModal .thank-you-img {
  margin: 120px 0 13px;
}
#widgetModal .step8 p {
  margin-bottom: 137px;
  font-size: 20px;
}
.warningZipList {
  opacity: 0;
  font-size: 14px;
  margin-bottom: 10px;
  top: -22px;
  width: 100%;
  right: 0;
}
#widgetModal .warningZipList {
  top: -22px;
}
#widgetModal .step4 .row {
  margin: auto;
}
footer img {
  max-width: 203px;
  margin-bottom: 9px;
}
footer .row {
  align-items: center;
}
footer a {
  text-decoration: underline #3287fb;
}
.section-cities .cities {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-items: center;
}
@media (min-width: 576px) {
  .visible-575 {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .horizontal-card .col-md-4:last-child {
    width: 30%;
  }
  .horizontal-card .col-md-4:nth-child(3) {
    width: 36%;
  }
  .horizontal-card-top .mover-logo,
  .horizontal-card-top .mover-logo img {
    max-height: 73px;
    margin: 17px 0 0;
  }
  footer .text-md {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .transparent-btn {
    padding-inline: 0 !important;
    text-align: center !important;
    font-size: 18px !important;
  }
  .back-btn {
    display: none;
  }
  .accordion-button {
    align-items: center;
  }
  .modal-dialog {
    max-width: 560px;
  }
  .navbar-collapse {
    margin-left: auto;
  }
  footer p {
    text-align: right;
    padding-top: 13px;
  }
  #widgetModal .step5 .position-relative {
    max-width: 385px;
  }
  #widgetModal .step1 .position-relative {
    max-width: 301px;
  }
  #widgetModal .step7 .custom-btn {
    margin-top: 20px;
  }
  #widgetModal .code {
    height: 50px !important;
    max-width: 50px;
  }
  #widgetModal .step7 .progress-bar {
    margin-bottom: 20px;
  }
  #widgetModal .custom-btn {
    margin-top: 30px;
    max-width: 194px;
  }
  .horizontal-card-top .text-semibold,
  .mobile-header {
    display: none;
  }
  .horizontal-custom-card .texl-left {
    margin-top: -15px;
  }
}
@media (min-width: 992px) {
  .horizontal-custom-card .col-xxl-4:first-child .text-bold:hover ~ .rating-block {
    display: block;
  }
  .rating-card .iconmf-close {
    display: none;
  }
  .custom-btn,
  .text-lg {
    font-size: 14px;
  }
  .vertical-card-body {
    padding: 6px 20px 12px;
  }
  .vertical-custom-card .custom-btn,
  .vertical-custom-card .mb-15,
  .vertical-custom-card p {
    margin-bottom: 5px;
  }
  .vertical-card-header p {
    font-size: 12px;
  }
  .ul-cons {
    margin-left: 30px;
  }
  .horizontal-card .col-lg-1 {
    width: 5%;
    padding-right: 0;
  }
  .horizontal-card .col-lg-3:nth-child(2) {
    padding-left: 3%;
  }
  .navbar-expand-lg .navbar-nav {
    margin-right: 0;
  }
  .horizontal-custom-card:hover {
    transform: scale(1.02);
  }
  .vertical-custom-card:hover {
    transform: translateY(-15px);
  }
  section .container-fluid {
    max-width: 950px;
  }
  .horizontal-card-top .mover-logo,
  .horizontal-card-top .mover-logo img,
  .horizontal-custom-card .mover-logo,
  .horizontal-custom-card .mover-logo img {
    max-width: 160px;
    max-height: 50px;
    margin-bottom: 10px;
  }
  h2.text-white,
  h3.text-white,
  h6 {
    font-size: 19px;
  }
  .vertical-custom-card {
    margin-left: 10px;
    margin-right: 10px;
  }
  .section-hero .ln-30,
  .widget-btn {
    font-size: 16px;
  }
  .vertical-custom-card .text-lg {
    font-size: 16px;
    margin: 10px 0;
  }
  .vertical-card-body img {
    max-height: 45px;
    max-width: 138px;
  }
  .most-recommended-card img {
    margin-top: 10px;
  }
  .section-hero .container-fluid:first-child {
    max-width: 1000px;
  }
  .show-on-mobile {
    display: none;
  }
  .section-hero {
    background-image: url(/wp-content/uploads/new-design-lp-hero.webp);
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    height: 406px;
    margin-bottom: 120px;
    color: #fff;
  }
  .section-hero::before {
    background: linear-gradient(267.52deg, rgba(5, 18, 38, 0.75) 39.13%, rgba(5, 18, 38, 0.25) 70.66%);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
  }
  .iconmf-calendar:before {
    color: #fff;
  }
}
@media (min-width: 1200px) {
  .compare-table tr:nth-child(2) td > span:last-child {
    font-size: 12px;
  }
  .compare-table [class^="iconmf-"] {
    font-size: 13px;
  }
  .compare-table img {
    max-width: 80%;
  }
  .tab-pane li {
    line-height: 20px;
  }
  .navbar-brand img {
    max-height: 44px;
    margin-top: -10px;
  }
  .rating-number,
  .section-hero .text-grey,
  .tab-pane li {
    font-size: 16px;
  }
  .vertical-custom-card .custom-btn,
  .vertical-custom-card .text-lg,
  .vertical-custom-card .text-md {
    font-size: 14px;
  }
  .ln-25 img {
    max-width: 18px;
  }
  .menu-item {
    padding: 18px 18px 15px;
  }
  .section-hero .row {
    margin-top: 10px;
  }
  .section-hero {
    padding-top: 20px;
  }
  h1,
  h2 {
    font-size: 28px;
  }
  p {
    line-height: 1.4em;
  }
  .gradient-btn,
  .text-md {
    font-size: 16px;
  }
  .mb-50 {
    margin-bottom: 30px;
  }
  .mb-35 {
    margin-bottom: 12px;
  }
  .ln-30 {
    line-height: unset;
  }
  .vertical-card-body img {
    max-height: 70px;
    margin-bottom: 0;
  }
  h4 {
    font-size: 22px;
  }
  h3 {
    font-size: 24px;
  }
  .accordion-button {
    font-size: 18px;
  }
  .btn-back {
    top: 87px;
  }
  .form-control {
    font-size: 14px;
  }
  .mover-img {
    max-height: 60px;
  }
  .vertical-custom-card {
    border-radius: 14px;
  }
  .mb-25 {
    margin-bottom: 7px;
  }
  .vertical-custom-card .custom-btn {
    padding: 8px;
  }
  .vertical-custom-card h3 {
    margin: 10px 0;
  }
  .accordion-item,
  .card-col,
  .mb-30 {
    margin-bottom: 18px;
  }
  .custom-btn {
    padding: 15px 20px;
  }
  .horizontal-card,
  .mb-55,
  .mb-65 {
    margin-bottom: 30px;
  }
  .horizontal-card .col-lg-5 {
    width: 38%;
    padding-left: 5%;
  }
  .horizontal-card .col-lg-3 {
    width: 31%;
  }
  .btn-read {
    margin-top: 8px;
  }
  .horizontal-card-top h3 {
    margin-bottom: 10px;
    font-size: 22px;
  }
  .horizontal-card-top .iconmf-check {
    margin-right: 10px;
  }
  .horizontal-card .col-lg-3:nth-child(2) {
    padding-left: 0;
  }
  .horizontal-card-top .custom-btn {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  .nav-pills {
    padding: 18px 30px 0;
  }
  .accordion-button,
  .horizontal-card-bottom {
    padding: 18px 30px;
  }
  .accordion-button::after {
    font-size: 9px;
  }
  .accordion-body {
    padding: 18px 60px 0 18px;
  }
  footer {
    margin-top: 80px;
    padding: 18px 0;
  }
  .tab-pane .col-xxl-4 {
    width: 50%;
  }
  .section-hero .row {
    margin-top: 0;
  }
  .horizontal-card-top .iconmf-check {
    font-size: 10px;
  }
  .horizontal-custom-card .horizontal-card-top li {
    margin-bottom: 5px;
  }
  .horizontal-custom-card {
    border-radius: 10px;
  }
  .section-hero .container:first-child {
    max-width: 1000px;
  }
  .horizontal-custom-card .bg-blue,
  .horizontal-custom-card .text-thumb {
    font-size: 12px;
    padding: 10px 20px 10px 30px;
  }
  .bg-blue,
  .text-thumb,
  .text-thumb::before {
    font-size: 12px;
  }
  .mover-id {
    width: 35px;
    height: 35px;
    top: 19px;
  }
  .horizontal-custom-card .texl-left {
    margin-top: -35px;
  }
  .horizontal-card-top > .row {
    justify-content: space-between;
  }
  .horizontal-custom-card .first-column {
    transform: translate(-15px, 10px);
    padding-inline-end: 60px;

    padding-bottom: 30px;
    align-self: center;
  }
  .horizontal-custom-card .second-column {
    margin-inline-start: -45px;
    margin-inline-end: 15px;
  }

  .horizontal-custom-card .third-column {
    margin-top: -18px;
    align-self: center;
    margin-bottom: 30px;
  }
  .horizontal-custom-card .custom-btn {
    margin-bottom: 15px;
  }

  .horizontal-custom-card .col-xxsl-5 {
    margin-inline-start: -45px;
  }
  .section-hero .container-fluid:last-child {
    max-width: 900px;
  }
  .widget-btn:before {
    font-size: 20px;
  }
  .mover-img {
    max-height: 30px !important;
  }
  .step1 .mover-img {
    margin: 8px 0 !important;
  }
  .section-hero {
    padding-top: 40px;
  }
  .section-hero .vertical-card-header:not(.most-recommended-card-header) {
    padding: 14px 0 16px;
  }
  .best-companies-text p {
    margin: 0 0 20px;
    max-width: 850px;
    font-size: 18px;
  }
  .bg-blue,
  .text-thumb {
    padding: 9px 15px;
  }
  .vertical-card-body {
    padding-bottom: 23px;
  }
}
@media (max-width: 1199px) {
  .compare-table tr:nth-child(2) td > span:last-child {
    font-size: 12px;
  }
  .compare-table [class^="iconmf-"] {
    font-size: 13px;
  }
  .compare-table img {
    max-width: 80%;
  }
  .compare-table td {
    padding: 15px;
  }
  .tab-pane li {
    font-size: 16px;
    line-height: 20px;
  }
  .pricing-table tbody td,
  .pricing-table thead th {
    white-space: nowrap;
    padding: 20px;
  }
  .pricing-table {
    width: 100%;
    border-radius: 10px;
  }
  .pricing-table thead th:first-child {
    border-top-left-radius: 10px;
  }
  .pricing-table thead th:last-child {
    border-top-right-radius: 10px;
  }
  .pricing-table tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
  }
  .pricing-table tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
  }
}
@media (max-width: 991px) {
  body.active {
    height: 100vh;
  }
  .page-template-lp p > a,
  .text-blue {
    color: #1769d3 !important;
  }
  .section-cities .cities {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    row-gap: 24px;
  }
  .rating-block {
    height: 100vh;
    overflow: auto;
    z-index: 5;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: rgba(0, 0, 0, 0.3);
  }
  .rating-card {
    padding-top: 35px;
    position: relative;
    margin: 70px auto;
  }
  .rating-card .iconmf-close {
    right: 15px;
    top: 15px;
    z-index: 5;
  }
  body.active .container-fluid {
    overflow: unset;
  }
  .navbar-collapse {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  }
  header {
    position: relative;
    height: 60px;
  }
  .container,
  .container-fluid {
    max-width: 740px;
    overflow: hidden;
  }
  header img {
    max-height: 36px;
  }
  h1,
  h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .section-hero {
    padding-top: 44px;
  }
  .rating-digit,
  .text-md,
  section .custom-btn {
    font-size: 12px;
  }
  .vertical-custom-card {
    border-radius: 12px;
  }
  .btn-close,
  .section-methodology .text-md,
  .tab-content,
  .text-lg {
    font-size: 16px;
  }
  .ln-30,
  .section-methodology .text-md,
  .tab-content {
    line-height: 28px;
  }
  .mb-50 {
    margin-bottom: 38px;
  }
  .mb-35 {
    margin-bottom: 20px;
  }
  .ln-25 img {
    max-width: 16px;
  }
  .mr-10 {
    margin-right: 5px;
  }
  .vertical-card-header {
    padding: 7px 5px 4px;
  }
  .vertical-card-body {
    padding: 10px 17.5px 4px;
  }
  .iconmf-info {
    margin-left: 9px;
  }
  h3 {
    font-size: 20px;
  }
  .vertical-custom-card h3 {
    margin: 9px 0;
  }
  .iconmf-check {
    font-size: 8px;
  }
  .vertical-card-body img {
    max-height: 70px;
    margin-bottom: 10px;
  }
  .custom-btn,
  .vertical-card-body li {
    margin-bottom: 10px;
  }
  .accordion-body p,
  .mb-25,
  .vertical-card-body ul {
    margin-bottom: 20px;
  }
  .custom-btn {
    padding: 10px 20px;
  }
  .pt-70 {
    padding-top: 50px;
  }
  .rating-digit {
    width: 30px;
    height: 30px;
    margin-right: 20px;
  }
  .horizontal-card-top {
    padding: 26px 26px 1px;
  }
  .horizontal-card-top .gradient-btn,
  h5 {
    font-size: 14px;
  }
  .horizontal-card-top .gradient-btn {
    margin: 25px 0 20px;
  }
  .horizontal-card h3 {
    font-size: 20px;
    margin: 27px 0 14px;
  }
  .iconmf-wa {
    margin-right: 10px;
  }
  .horizontal-card ul {
    margin: 0;
  }
  .nav-pills {
    padding: 15px 35px 0;
  }
  .horizontal-card-bottom {
    padding: 30px 57px 17px 36px;
  }
  .section-methodology {
    padding-top: 30px;
  }
  .section-methodology .text-md {
    margin-bottom: 40px;
  }
  .accordion-button,
  .modal-title,
  h4 {
    font-size: 24px;
  }
  .accordion-button {
    padding: 24.5px 35px 24.5px 30px;
  }
  .accordion-body {
    padding-bottom: 11px;
  }
  footer {
    margin-top: 80px;
    padding: 23px 0;
  }
  footer img {
    max-height: 45px;
  }
  .modal-body {
    padding: 24px 24px 46px;
  }
  .modal-title {
    margin: 0 0 29px;
  }
  .modal-card img {
    max-width: 70px;
  }
  .modal-card {
    padding: 30px 15px 3px;
    border-radius: 14px;
  }
  .modal-body h5 {
    margin: 12px 0 0;
  }
  .block-disclaimer .dropdown-menu {
    position: fixed !important;
    transform: none !important;
    inset: 47px 12px auto auto !important;
  }
  .best-companies-text,
  .section-hero h2.text-white,
  .section-hero h3.text-white,
  .section-hero h6 {
    display: none;
  }
  .container {
    overflow: unset;
  }
  header {
    height: unset;
  }
  .text-dark-grey {
    color: #7a7575;
  }
  .horizontal-custom-card .rating-block .mover-logo,
  .horizontal-custom-card .rating-block .mover-logo img {
    max-width: 202px;
    max-height: 56px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  hr {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .compare-table td {
    width: 180px;
  }
  .pricing-table tbody td:first-child,
  .pricing-table thead th:first-child {
    width: 250px;
  }
  .pricing-table tbody td:not(:first-child),
  .pricing-table thead th:not(:first-child) {
    width: 150px;
  }
  .accordion-button {
    align-items: center;
  }
  .accordion-button::after {
    font-size: 8px;
  }
  .text-reg {
    border: 1px solid #3287fb;
    border-radius: 6px;
    display: block;
    font-weight: 600;
    font-size: 12px;
    padding: 15px 20px;
    margin-bottom: 20px;
  }
  section p {
    font-size: 18px;
    line-height: 26px;
  }
  .col-4 {
    order: 1;
  }
  .modal-card .col-xs-4 {
    float: right;
  }
  .modal-card {
    padding: 2px 0 5px 15px;
    border-radius: 10px;
    text-align: left;
  }
  .modal-card img {
    max-width: 50px;
  }
  .modal-body {
    padding: 19px 19px 46px;
  }
  .modal-title {
    margin: 17px 0 24px;
  }
  h1,
  h2 {
    font-size: 24px;
    line-height: 33px;
  }
  .accordion-button,
  .modal-title,
  h4 {
    font-size: 20px;
  }
  .modal .col-lg-6 {
    margin-bottom: 16px;
  }
  .vertical-card-body .col-md-12:last-child {
    order: -1;
  }
  .vertical-card-body .row {
    position: relative;
    text-align: left;
  }
  .vertical-card-body .col-md-12:first-child {
    position: absolute;
    right: 0;
    top: 0;
    width: unset;
    z-index: 1;
  }
  .vertical-card-body ul {
    margin-top: 16px;
  }
  .horizontal-card .col-lg-5,
  footer {
    text-align: center;
    position: relative;
  }
  .horizontal-card-top .list-unstyled {
    display: none;
  }
  .horizontal-card-top {
    padding: 16px 16px 10px;
  }
  .mover-img {
    max-height: 39px;
  }
  .form-control {
    height: 50px;
    padding: 5px 45px;
  }
  .iconmf-left {
    left: 14px;
    top: 14px;
  }
  .iconmf-right:not(.spinner) {
    top: 16px;
  }
  .btn-back {
    display: none;
  }
  .rating-card {
    padding-bottom: 20px;
  }
  .section-new-design-cards:not(.most-recommended-mover-section) hr {
    opacity: 0;
    margin: 20px 0 0;
  }
  #widgetModal .step4 .row {
    max-width: 295px;
  }
  #widgetModal .custom-btn {
    margin-top: 40px;
    padding: 12.5px 20px;
  }
  #widgetModal .step5 .custom-btn {
    margin-top: 20px;
  }
  #widgetModal .modal-body {
    padding: 45px 24px 0;
    height: 558px;
  }
  #widgetModal .d-flex .custom-btn:first-child {
    margin-right: 8px;
  }
  #widgetModal .d-flex .custom-btn:last-child {
    margin-left: 8px;
  }
  #widgetModal .step1 {
    padding: 75px 0 65px;
  }
  #widgetModal .h1 {
    line-height: 1.4;
    margin-bottom: 14px;
  }
  #widgetModal .step1 .text-light-grey:not(.text-xs) {
    font-size: 18px;
  }
  #widgetModal .step1 .text-light-grey {
    margin-bottom: 30px;
  }
  #widgetModal .progress-bar {
    margin-bottom: 5px;
  }
  #widgetModal .step4 .custom-btn {
    margin-top: 27px;
  }
  #widgetModal .step5 .col-12 {
    margin: -6px 0 17px;
  }
  #widgetModal .step5 .col-12:last-child {
    margin-bottom: 0;
  }
  #widgetModal .step5 .errorCustom {
    bottom: -12px;
  }
  #widgetModal .thank-you-img {
    margin: 35px 0 25px;
    max-width: 88px;
  }
  .mover-img {
    margin: 8px 0;
  }
  body h1,
  body h2 {
    font-size: 28px;
    line-height: 37px;
  }
  .horizontal-custom-card {
    overflow: hidden;
  }
  .section-hero .container-fluid:last-child,
  .section-hero .container > .row:last-child,
  .section-new-design-cards .col-xxl-4:first-child,
  .section-new-design-cards .text-reg,
  .section-new-design-cards .vertical-card-header {
    display: none;
  }
  .section-new-design-cards .list-unstyled {
    display: block;
  }
  .mobile-header {
    background: #f6faff;
    padding: 8px 0;
  }
  .mobile-header p {
    font-size: 14px;
    margin: 0;
    text-transform: capitalize;
  }
  .section-hero .ln-30 {
    font-size: 12px;
  }
  .horizontal-custom-card .mover-logo,
  .horizontal-custom-card .mover-logo img {
    margin-top: 10px;
    max-width: 140px;
  }
  .vertical-card-body .col-md-12:first-child {
    position: unset;
  }
}
@media (max-width: 575px) {
  .compare-table td {
    width: 155px;
  }
  .section-hero .row:last-child {
    padding-top: 10px;
  }
  .section-pricing-table {
    padding-top: 25px;
  }
  .vertical-card-header p {
    font-size: 14px;
  }
  .vertical-card-header {
    padding: 8px;
  }
  .rating-number,
  .vertical-card-body ul {
    font-size: 16px;
  }
  .btn-read {
    margin-top: 8px;
  }
  .horizontal-card-top .align-flex-center {
    margin-bottom: 0;
  }
  .text-grey {
    font-size: 12px;
  }
  .mb-50 {
    margin-bottom: 27px;
  }
  .vertical-custom-card h3 {
    margin: 14px 0 12px;
  }
  .vertical-card-body img {
    max-height: 55px;
    margin-top: 15px;
  }
  .vertical-card-body .custom-btn {
    margin-bottom: 10px;
  }
  .vertical-card-body {
    padding: 10px 20px 16px;
  }
  .row {
    margin-right: -20px;
    margin-left: -20px;
  }
  .row > *,
  section .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .iconmf-info {
    margin-left: 2px;
  }
  .accordion-button,
  .btn-read,
  section .custom-btn {
    font-size: 18px;
  }
  .custom-btn {
    padding: 13px 20px;
    margin-bottom: 12px;
  }
  .vertical-card-body ul {
    margin: 16px 0;
  }
  .iconmf-phone {
    margin-right: 15px;
    margin-left: -27px;
    margin-top: -4px;
    vertical-align: middle;
  }
  .mb-25 {
    margin-bottom: 15px;
  }
  .horizontal-card .ln-25 {
    margin: 4px 0 5px;
  }
  .horizontal-card .text-lg {
    font-size: 20px;
  }
  .horizontal-card h3 {
    position: absolute;
    left: 0;
    right: 0;
    top: -107px;
    display: none;
  }
  .horizontal-card-top .custom-btn,
  .horizontal-card-top .text-reg {
    margin: 0 12px 10px;
    font-size: 18px;
  }
  .iconmf-wa {
    margin-left: -15px;
    margin-right: 15px;
    vertical-align: middle;
    margin-top: -4px;
  }
  .nav-pills > li > a {
    font-size: 14px;
    margin-right: 9px;
  }
  .nav-pills li {
    margin-bottom: 10px;
  }
  .horizontal-card-bottom {
    padding: 20px 20px 5px;
  }
  .nav-pills {
    padding: 15px 16px 0;
  }
  .section-methodology {
    padding-top: 13px;
  }
  .mb-35 {
    margin-bottom: 13px;
  }
  .hidden-575 {
    display: none;
  }
  .section-methodology img {
    margin-bottom: 34px;
  }
  .section-methodology .text-lg {
    line-height: 28px;
  }
  .section-methodology .text-md {
    margin-bottom: 30px;
  }
  .pt-80 {
    padding-top: 42px;
  }
  .mb-40 {
    margin-bottom: 32px;
  }
  .accordion-button {
    line-height: 26px;
    padding: 15px 20px;
    text-align: left;
  }
  .accordion-body {
    padding: 17px 19px 5px;
  }
  .accordion-item {
    margin-bottom: 20px;
  }
  footer {
    margin: 15px 0 50px;
    padding: 15px 0 10px !important;
  }
  footer img {
    max-height: 34px;
    margin-bottom: 15px;
  }
  .section-hero {
    padding-top: 25px;
  }
  footer .text-md {
    font-size: 12px;
  }
  .horizontal-card-top .mover-logo,
  .horizontal-card-top .mover-logo img {
    max-height: 50px;
    max-width: 200px;
    margin: 10px 0 15px;
  }
  .horizontal-custom-card .mover-logo,
  .horizontal-custom-card .mover-logo img {
    max-width: 100%;
  }
  .mobile-header {
    text-align: left;
  }
  .most-recommended-mover-section {
    padding-top: 30px;
  }
  #widgetModal .movingForm .step .d-flex:last-child {
    max-width: 280px;
  }
  #widgetModal .step .d-flex:last-child .custom-btn {
    max-width: 140px;
  }
  #widgetModal .h1,
  #widgetModal .h4 {
    font-size: 24px;
  }
  .movingForm .step7 p {
    margin-bottom: 30px;
  }
  .section-new-design-cards:not(.most-recommended-mover-section) {
    background-color: #f2f2f2;
  }
  .row {
    margin-right: -12px;
    margin-left: -12px;
  }
  .row > *,
  section .container {
    padding-right: 12px;
    padding-left: 12px;
  }
  .stars-block span {
    margin-right: 0;
  }
  .mobile-header .row {
    margin: 0;
  }
  .horizontal-custom-card .horizontal-card-top {
    padding: 12px 12px 10px;
  }
  .mover-text {
    font-size: 14px;
    line-height: 1.4;
  }
  .section-new-design-cards .horizontal-card-top .iconmf-check {
    margin-right: 7px;
  }
  .section-new-design-cards .horizontal-card-top .custom-btn {
    margin: 0 auto 10px;
    padding: 7px 20px;
  }
  .section-new-design-cards .horizontal-card-top .text-reg {
    margin: 0 auto 10px;
    font-size: 14px;
    padding: 7px 20px;
  }
  .section-new-design-cards .horizontal-card-top .custom-btn {
    font-size: 16px;
  }
  .horizontal-custom-card .horizontal-card-top li {
    margin-bottom: 3px;
  }
  .section-new-design-cards .horizontal-card-top .list-unstyled {
    margin-bottom: 15px;
  }
  .section-new-design-cards .horizontal-custom-card {
    border-radius: 10.4091px;
  }
}
@media (max-width: 425px) {
  .compare-table,
  .compare-table .custom-btn {
    font-size: 14px;
  }
  .compare-table .custom-btn {
    padding: 7px;
  }
}
@media (max-width: 390px) and (min-width: 351px) {
  .nav-pills > li > a {
    margin-right: 24px;
  }
  .nav-pills > li:last-child > a {
    margin-right: 0;
  }
}
@media (max-width: 390px) {
  .nav-pills > li > a {
    font-size: 14px;
  }
}
@media (max-width: 375px) {
  .mobile-header p {
    font-size: 12px;
  }
}
@media (max-width: 350px) {
  .rating-card {
    max-width: calc(100% - 30px);
  }
  h3 {
    font-size: 16px;
  }
  .vertical-card-body .col-md-12:first-child {
    top: -10px;
  }
  .stars-inner span:not(:last-child),
  .stars-outer span:not(:last-child) {
    margin-right: -1px;
  }
  .nav-pills > li > a {
    font-size: 14px;
  }
  .code {
    max-width: 57px;
  }
  .mobile-header p {
    font-size: 10px;
  }
}
