body {
    color: #000;
}
/* .container {
    padding-inline: 20px;
} */
.tablet-logo img {
    margin-top: 50px;
    max-height: 30px;
}

h1 {
    margin-top: 22px;
    margin-bottom: 38px;
    font-size: 32px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 22px;
}
p {
    font-size: 14px;
}

.section-why-trust p,
.section-tabs p {
    font-size: 16px;
}
.section-hero {
    background-position: right top;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    background-size: 600px 500px;
}

.section-hero h1 {
    margin-bottom: 22px;
}

.section-hero .desktop-image {
    display: none;
    padding-inline: 0;
}

.section-hero .mobile-image {
    display: block;
}

.section-why-trust .text-center>h4 {
    margin-bottom: 30px;
}

.mr-10 {
    margin-right: 10px;
}

.text-9D9D9D {
    color: #9D9D9D;
}

.section-hero .iconmf-calendar-blue {
    vertical-align: middle;
    font-size: 20px;
}

.section-hero .iconmf-calendar-blue::before {
    color: #000;
}

.section-hero h2 {
    text-transform: capitalize;
    margin-bottom: 30px;
}

.section-hero p {
    font-size: 20px;
    color: #000;
    font-weight: 400;
    max-width: 570px;
    margin-bottom: 30px;
}

.section-hero li img {
    margin-right: 10px;
}

.checklist-ul li,
.stars-block {
    position: relative;
}

.stars-inner {
    top: -1px;
    top: -0.5px;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    width: 0;
    position: absolute;
    letter-spacing: 1.4px;
}

.section-best-companies {
    padding: 0px 0 65px;
}

.section-best-companies h2 {
    margin-bottom: 16px;
}

.row>* {
    position: unset;
}

.custom-card {
    border: 1px solid #D6D6D6;
    padding: 30px 40px 10px;
    position: relative;
}

.custom-card .stars-card {
    max-width: 180px;
    padding: 6px 10px;
    margin-left: 12px;
}

.stars-card {
    position: relative;
}

.card-title-span {
    padding: 10px;
    text-transform: uppercase;
}

.horizontal-custom-card {
    margin-bottom: 40px;
}

.horizontal-custom-card .img-block {
    margin-block: 30px 15px;
    align-content: center;
}

.section-why-trust .iconmf-check::before,
.horizontal-custom-card .iconmf-check:before,
.horizontal-custom-card .iconmf-phone:before {
    color: #000;
    border-radius: 50%;

}

.section-why-trust .iconmf-check::before {
    background-color: #fff;
    width: 50px;
    height: 50px;
    font-size: 19px;
}

.horizontal-custom-card .iconmf-check:before,
.horizontal-custom-card .iconmf-phone:before {
    background-color: #F4F4F4;
    width: 20px;
    height: 20px;
    font-size: 9px;
}

.section-why-trust .iconmf-check:before,
.horizontal-custom-card .iconmf-check:before,
.horizontal-custom-card .iconmf-phone:before,
.btn-green {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.rating-span {
    position: absolute;
    right: 7px;
    top: 13px;
    padding: 5px 10px;
    border-radius: 4px;
}

.text-thumb::before {
    margin-right: 5px;
}

.horizontal-custom-card li {
    margin-bottom: 13px;
}

.btn-green {
    background-color: #2F9C68;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
    width: 186px;
    height: 53px;

}

.custom-card .btn-green {
    margin: 60px 0 20px;
}

.text-underline {
    text-decoration: underline;
}

.img-block {
    max-width: 205px;
    height: 55px;
}

.img-block img {
    max-height: 55px;
}

.show-more-btn .iconmf-chevron-down {
    font-size: 7px;
    vertical-align: middle;
    margin-left: 5px;
}

.section-why-trust {
    background-color: #F4F4F4;
    padding: 80px 0;
}

.section-why-trust h3,
.section-compare h3 {
    margin-bottom: 20px;
}

.section-why-trust h4 img {
    width: 40px;
    vertical-align: bottom;
    margin-right: 10px;
}


.section-why-trust .col-lg-3 p {
    max-width: 140px;
    margin: auto;
}

.section-compare {
    padding: 120px 0 50px;
}

.section-compare table {
    border: 1px solid #D6D6D6;
    margin: auto;
}

td>div {
    position: relative;
}

tr:not(:last-child) td>div::after,
td>div::before {
    background-color: #D6D6D6;
    position: absolute;
    content: '';
    bottom: 0;
}

td>div::after {
    width: calc(100% - 60px);
    left: 30px;
    height: 1px;
}

td:not(:last-child)>div::before {
    height: calc(100% + 3px);
    width: 1px;
    right: 0;
    top: -1px;
}

td>div {
    padding: 20px 30px;
}

.section-compare p,
.section-best-text p {
    max-width: 795px;
    margin: 0 auto 45px;
}

.section-compare .stars-card {
    width: 180px;

}

.stars-block {
    font-size: 14px;
    letter-spacing: 1.5px;
}

.iconmf-star:before {
    font-size: 14.67px;
    font-size: 12.67px;
    font-size: 12.75px;
    font-size: 13px;
    color: #000;
}

.section-compare img {
    max-width: 105px;
}

.section-compare .rating-span {
    top: 7px;
}

td {
    max-width: 240px;
    text-transform: capitalize;
}

.section-best-text {
    padding: 85px 0 40px;
}

.nav-tabs {
    margin-bottom: 30px;
}

.nav-tabs a {
    padding: 20px;
    flex: 1;
    text-align: center;
    border: 1px solid #D6D6D6;

}

.nav-tabs a:last-child {
    border-left: 0;
}

.nav-tabs a.active,
.nav-tabs a:hover {
    background-color: #000;
    color: #fff;
}

.section-tabs {
    padding: 35px 0;
}

.accordion-button:not(.collapsed) {
    color: #000;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(0);
}

.showMore.accordion-button:not(.collapsed)::after {
    margin-inline-start: 8px;
    font-size: 7px;
}

.accordion-button[aria-expanded=true]::after {
    transform: rotate(180deg);
}

.accordion-button {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    padding: 20px 0;
}

.horizontal-custom-card .accordion {
    border-top: 1px solid #D6D6D6;
    margin-top: 10px;
}

.accordion-body {
    padding: 15px 0;
}

.accordion-body a {
    text-decoration: underline #3287FB;
}

footer a {
    font-size: 16px;
    text-decoration: underline #3287FB;
}

.section-faq .accordion {
    border: 1px solid #D6D6D6;
    padding: 10px 40px;
    background: #fff;
}

.rating-block {
    padding-top: 5px;
    position: absolute;
    display: none;
    top: 0;
    margin-left: 10px;
    text-align: left;
    top: -152px;
    left: 168px;
    z-index: 1;
}

.rating-card {
    background: #fff;
    box-shadow: 0 4px 30px rgba(0, 0, 0, .06);
    border-radius: 18px;
    font-weight: 500;
    font-size: 16px;
    padding: 23px 20px;
    padding: 15px;
    width: 330px;
}

.review-block img {
    max-width: 205px;
    max-height: 55px;
}

.review-block {
    justify-content: space-between;
    border-bottom: 1px solid #E8E8E8;
}

.rating-card span {
    position: absolute;
    top: 5px;
}

.rating-card span:last-child {
    right: 0;
}

.rating-card .iconmf-star {
    right: 28px;
}

.rating-card>div:not(:last-child) {
    margin-bottom: 20px;
    margin-bottom: 10px;
}

.rating-card>div {
    position: relative;
}

.review-title {
    font-size: 15px;
}

.review-text {
    font-size: 11px;
    max-width: 86%;
    line-height: 1.4;
}

.rating-card .rating-number {
    line-height: 1;
    margin: 0 0 0 5px;
    font-weight: 700;
    top: 7px;
}

.stars-card.active .rating-block {

    display: block;
}

.rating-block.active {
    display: block;
}

.section-faq {
    background-color: #F4F4F4;
    padding: 80px 0;
}

footer img {
    max-width: 170px;
}

footer {
    background-color: #fff;
}

.page-template-february-lp .ui-datepicker-current-day .ui-state-active,
.page-template-february-lp .ui-state-active:not(.ui-state-highlight),
.page-template-february-lp .ui-widget-content table .ui-state-hover,
.page-template-february-lp .btn-add-zip span,
.page-template-march-lp .ui-datepicker-current-day .ui-state-active,
.page-template-march-lp .ui-state-active:not(.ui-state-highlight),
.page-template-march-lp .ui-widget-content table .ui-state-hover,
.page-template-march-lp .btn-add-zip span,
.page-template-february-lp .gradient-btn,
.page-template-february-lp .progress-bar:after,
.page-template-march-lp .gradient-btn,
.page-template-march-lp .progress-bar:after {
    background: #2F9C68;
}

.page-template-february-lp .move-size-label:has(.move-size:checked),
.page-template-february-lp .recommended-mover-card:has(.recommended-mover:checked),
.page-template-february-lp .movingForm .custom-btn,
.page-template-march-lp .move-size-label:has(.move-size:checked),
.page-template-march-lp .recommended-mover-card:has(.recommended-mover:checked),
.page-template-march-lp .movingForm .custom-btn {
    border-color: #2F9C68;
}

.page-template-february-lp .btn-add-zip:hover,
.page-template-march-lp .btn-add-zip:hover,
.page-template-february-lp .list-group-item:hover,
.page-template-march-lp .list-group-item:hover,
.page-template-february-lp .text-blue,
.page-template-march-lp .text-blue,
.iconmf-calendar-blue:before,
.iconmf-map:before,
.iconmf-blue-check:before {
    color: #2F9C68;
}

.page-template-february-lp .spinner .spinner-icon,
.page-template-march-lp .spinner .spinner-icon {
    border-top-color: #2F9C68 !important;
    border-left-color: #2F9C68 !important;
}

.page-template-february-lp .move-size,
.page-template-march-lp .move-size {
    accent-color: #2F9C68;
}

.page-template-march-lp .section-hero .btn-green {
    border-radius: 5px;
    height: 60px;
    cursor: pointer;
}

.section-hero .form-control {

    padding-left: 45px;

}

.section-hero .form-control::placeholder {
    color: #54595F;
    opacity: 1;
    /* Firefox */
}

.section-hero .form-control::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #54595F;
}

.section-hero .iconmf-map {
    position: absolute;
    font-size: 20px;
    left: 14px;
    top: calc(50% - 10px);
}

.page-template-march-lp .section-hero .list-unstyled {
    display: flex;
}

.page-template-march-lp .section-hero li img {
    margin: 0 auto 10px;
    display: block;
    width: 39px;
    height: 39px;
}

.page-template-march-lp .section-hero .list-unstyled li {
    font-size: 16px;
    font-weight: 600;
    padding: 0 50px;

}

.page-template-march-lp .section-hero .list-unstyled li:first-child {
    padding-left: 0;
    border-left: 0;
}

.error-text {
    position: absolute;
    margin-top: -25px;
}

.page-template-march-lp .section-hero .list-unstyled li {
    text-align: center;
}

.page-template-march-lp .section-hero .list-unstyled li:last-child {
    padding-right: 0;
}

.zipResult {
    top: 60px;
}

.page-template-march-lp .step1 .mover-img {
    margin-bottom: 20px;
    max-width: 170px;
}

.page-template-march-lp .step1 .text-light-grey.mb-0 {
    display: none;
}

.page-template-march-lp .img-block img {
    max-width: 145px;
}

.page-template-march-lp .section-hero h2 {
    margin: 30px 0;
}

@media (min-width: 768px) {
    .stars-card:hover .rating-block {

        display: block;
    }
    .navbar {
        padding-block: 30px 10px;
        border-bottom: 1px solid #F9F7F8;
    }

    .section-best-text img {
        border-radius: 46% 0 0 46%;
        border-right: 0;
        height: 415px;
    }

    .card-title-span {
        position: absolute;
        top: 0;
        left: 40px;
    }

    .section-hero .mobile-image {
        display: none;
    }
    .section-hero .desktop-image {
        display: flex;
        flex-direction: column;
        justify-content: end;
        align-self: end;
        width: 40%;
    }

    .section-hero li {
        font-size: 20px;
    }

    .section-why-trust .iconmf-check {
        margin: 30px 0 25px;
    }

    .section-why-trust {
        text-align: center;
        padding-bottom: 64px;
    }

    .section-best-text h4 {
        margin: 65px 0 30px;
    }

    .section-faq h4 {
        margin-bottom: 50px;
    }

    .section-tabs {
        padding-block: 0 55px;
    }

    footer p {
        text-align: right;
        margin: 0;
        font-size: 16px !important;
    }

    footer {
        padding: 18px 0;
    }

    footer .row {
        align-items: center;
    }

    .section-hero .desktop-image img {
        position: absolute;
        right: 0;
        max-height: 400px;
        max-width: 45%;
    }
}

@media (min-width: 992px) {
    h1 {
        font-size: 36px;
        margin-bottom: 30px;
        font-weight: 600;
    }
    h2 {
        font-size: 36px;
        margin-bottom: 30px;
        font-weight: 600;
    }
    h3 {
        font-size: 30px;
        margin-bottom: 30px;
        font-weight: 600;
    }
    h4 {
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    p {
        font-size: 16px;
        font-weight: 400;
    }
    
    .section-hero h1 {
        margin-top: 40px;
        margin-bottom: 30px;
    }
    .section-hero p {
        margin-bottom: 40px;
    }
    
    
    
    .stepPage {
        max-width: 476px;
    }

    .section-best-companies {
        margin-top: 100px;
        padding-bottom: 20px;
    }

    .section-best-companies h2 {
        font-size: 36px;
        margin-bottom: 70px;
    }

    .section-hero .form-control {
        max-width: 280px;
    }

    .navbar-nav li:not(:last-child) {
        margin-right: 80px;
    }

    .rating-card .iconmf-close {
        display: none;
    }

    .navbar-nav {
        margin: 0 0 0 auto;
    }

    .page-template-march-lp .section-hero li {
        border-left: 1px solid #C7DBD1;
    }

    .list-unstyled {
        margin-top: 15px;
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .container-1018 {
        max-width: 1018px;
    }

    .section-why-trust .container {
        max-width: 800px;
    }

    .section-best-text .col-lg-6:first-child {
        width: 45%;
    }

    .section-best-text .col-lg-6:last-child {
        width: 55%;
    }

}

@media (max-width: 991px) {
    .owl-item {
        min-width: 262px;
    }
    .rating-block {
        height: 100vh;
        overflow: auto;
        z-index: 5000;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        background: rgba(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;
    }

    .section-hero {
        background-size: 450px 400px;
    }
    

    .section-hero .list-unstyled {
        text-align: left;
        margin: auto;
        display: inline-block;
    }

    .section-hero .ln-30 {
        margin: 25px 0 35px;
    }

    .card-title-span {
        font-size: 14px;
    }

    .page-template-march-lp .section-hero ul {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .section-hero .col-lg-6:last-child {
        padding: 0;
    }

    .section-hero .row {
        flex-direction: column-reverse;
        text-align: center;
        margin: 0;
    }

    .rating-card {
        padding-bottom: 20px;
    }

    .section-best-text {
        text-align: center;
    }

    .section-best-text img {
        display: none;
    }

    .section-best-text p {
        font-size: 16px;
    }

    footer a {
        font-size: 16px;
        text-decoration: underline #3287FB;
    }

    .show-more-btn {
        display: none;
    }

    .horizontal-custom-card {
        padding: 0 15px 20px;
        margin-bottom: 10px;
    }

    .section-best-companies .horizontal-custom-card {
        min-height: 590px;
    }

    .section-tabs .horizontal-custom-card {
        min-height: 542px;
    }

    .horizontal-custom-card .text-end {
        display: none !important;
    }

    .horizontal-custom-card .col-md-4>* {
        margin-left: auto;
        margin-right: auto;
    }

    .section-best-companies {
        padding: 0 0 45px;
    }

    .img-block {
        max-width: 135px;
    }

    .horizontal-custom-card .img-block {
        margin-top: 15px;
    }

    .section-best-companies .col-sm-12:not(:last-child)::after {
        content: '';
        width: 100%;
        height: 1px;
        background-color: #D6D6D6;
        display: block;
        margin: 20px 0;
    }

    .horizontal-custom-card .iconmf-check {
        font-size: 16px;
    }

    .text-underline {
        margin: -10px 0 15px;
    }

    .horizontal-custom-card li {
        margin-bottom: 7px;
    }

    .btn-green {
        font-size: 16px;
        height: 43px;
    }

    .custom-card .btn-green {
        margin: 20px 0 15px;
    }

    .owl-carousel .owl-stage {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .owl-theme .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span {
        background: #000;
    }

    .section-why-trust {
        padding: 40px 0 20px;
    }

    .section-tabs .fade:not(.show) {
        opacity: 1;
    }

    .section-tabs .stars-card {
        margin-bottom: 20px;
    }

    .section-why-trust .text-center>h4 {
        margin-bottom: 17px;
    }

    .section-why-trust .col-md-3 {
        padding-left: 70px;
    }

    .section-why-trust .iconmf-check::before {
        width: 30px;
        height: 30px;
        font-size: 12px;

    }

    .section-why-trust .iconmf-check {
        position: absolute;
        left: 30px;
    }

    .section-why-trust .row {
        padding-top: 15px;
    }

    .section-why-trust h4 {
        margin-bottom: 2px;
    }

    .section-compare {
        padding: 63px 0 35px;
    }

    td>div {
        padding: 18px 30px;
    }

    .section-best-text {
        padding: 35px 0 0;
    }

    .section-tabs {
        padding: 20px 0;
    }

    .section-tabs ul {
        display: none;
    }

    .section-tabs ul li {
        font-size: 16px !important;
    }

    .accordion-button {
        font-size: 16px;

    }

    .section-tabs .accordion-button {
        padding: 15px 0;
    }

    .accordion-button::after {
        font-size: 7px;
    }

    .section-faq .accordion-button {
        font-size: 16px;
    }

    .section-tabs .horizontal-custom-card {
        padding-bottom: 5px;
    }

    .section-faq {
        padding: 40px 0;
    }

    .section-faq .accordion {
        padding: 0 20px;
    }

    footer .row {
        text-align: center;
    }

    footer img {
        margin-bottom: 20px;
    }

    footer {
        padding-top: 10px;
    }

    .owl-carousel.active {
        padding: 0;
    }

    .owl-carousel.active .owl-stage,
    .owl-carousel.active .owl-item {
        -webkit-transform: unset !important;
    }

    .section-compare p {
        font-size: 16px;
    }

    .section-why-trust h4 img {
        width: 30px;
    }

    .custom-card .btn-green {
        font-size: 18px;
        height: 47px;
    }

    .horizontal-custom-card .col-lg-5 {
        font-size: 16px;
    }
    .section-why-trust {
        font-size: 18px;
    }
    .section-why-trust .trust-item {
        padding-inline-start: 73px;
        position: relative;
    }
    .section-hero {
        background: none !important;
    }
}

@media (max-width:576px) {
    .page-template-march-lp .section-hero h2 {
        font-size: 20px;
        margin: 25px 0 25px;
    }

    .section-hero .form-control {
        margin-bottom: 10px;
        height: 60px;
    }

    .section-hero .iconmf-map {
        top: 20px;
    }

    .page-template-march-lp .section-hero .btn-green {
        width: 100%;
    }

    .page-template-march-lp .section-hero .list-unstyled li {
        font-size: 12px;
        line-height: 1.4;
        padding: 0px 17px;
        max-width: 100px;
    }
}

@media (min-width: 768px) and (max-width: 991px)  {
    .section-hero > .container {
        padding-inline: 24px;
    }
    .section-hero h1 {
        font-size: 26px;
    }
    .section-hero p {
        font-size: 16px;
    }

    .page-template-march-lp .section-hero .list-unstyled li {
        font-size: 14px;
        font-weight: 500;
        padding: 0 40px;
    }
    .page-template-march-lp .section-hero li img {
        width: 36px;
        height: 36px;
    }

    .custom-logo {
        margin-block: 20px 10px;
    }
}