.why {
    text-align: center;
    padding-bottom: 0;
}

.why-title {
    font-weight: 600;
    font-size: 52px;
    line-height: 60px;
    color: #043148;
}

.why-subtitle {
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
    line-height: 38px;
    font-weight: 400;
    color: #313131;
    margin-top: 18px;
}

.why-wrapper {
    padding-top: 55px;
}

.why-item {
    width: calc(25% - 22.5px);
}

.why-img {
    height: 240px;
}

.why .btn1 {
    width: 315px;
    min-width: 315px;
    margin: 57px auto 0;
}

.how {
    padding: 132px 0px 190px;
}

.blue-section {
    position: relative;
}

.white-block {
    position: relative;
}

.white-block__text {
    font-size: 42px;
    line-height: 48px;
}

.white-block .btn2 {
    width: 310px;
}

.readyShip-left {
    max-width: 344px;
    position: absolute;
    bottom: -21px;
    left: 0;
}

.readyShip-right {
    max-width: 770px;
    position: absolute;
    bottom: -29px;
    right: 0;
}

.head {
    /* min-height: 809px; */
    overflow: hidden;
}

.head.active {
    position: relative;
    z-index: 999;
}

.head-wrapper {
    position: relative;
}

.head-img {
    position: absolute;
    right: -336px;
    top: 55px;
    /* bottom: 45px; */
}

.head-img img {
    width: 908px;
}

.head-form {
    padding-left: 0px;
}

#step-1 {
    max-width: 682px;
}

/* .step3-left {
    width: 280px;
    display: flex;
    flex-wrap: wrap;
} */

/* .step3-left .step3-radios:nth-child(2) {
    order: 1;
} */

/* .ui-datepicker {
    padding: 30px 32px 18px;
} */

.form-switch {
    width: 280px;
    padding: 18px 17px;
}

.switcher.business {
    margin-right: 0;
    margin-bottom: 0;
}

.step-title2-moving {
    font-size: 36px;
    line-height: 55px;
}

.btn-add {
    width: 217px;
    min-width: 217px;
    margin-left: 7px;
}

button.btn-prev {
    width: 66px;
    height: 66px;
    margin-top: 0;
    border: 1px solid #F78D20;
    filter: drop-shadow(0px 4px 4px rgba(247, 141, 32, 0.22));
    border-radius: 4px;
    justify-content: center;
    margin-right: 8px;
}

button.btn-prev img {
    margin-right: 0;
}

.step3-btn-box {
    display: flex;
    align-items: center;
    margin-top: 16px;
}

.step3-btn-box .agree {
    width: 230px;
    margin-left: 20px;
    font-size: 14px;
    line-height: 20px;
}

.stepe3Btn {
    margin: 0;
}

.home-type {
    margin: 20px 0px 27px;
    display: flex;
}

.home-type label {
    position: relative;
    width: 274px;
    height: 84px;
    display: flex;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    padding: 16px 24px 14px;
    cursor: pointer;
}

.home-type label::before {
    content: '';
    height: 61px;
    border-right: 2px solid #ACB0B3;
    position: absolute;
    top: calc(50% - 30.5px);
    left: -1px;
}

.home-type .home-type-label_1 {
    margin-right: 17px;
}

.home-type .home-type-label_1 .home-type-content {
    padding-top: 8px;
}

.home-type input {
    display: none;
}

.home-type__icon {
    width: 56px;
    height: 56px;
    fill: rgba(42, 84, 113, 0.5);
}

.home-type__icon.house-icon {
    width: 51px;
    height: 51px;
}

.home-type input:checked+label {
    background: #FFFFFF;
}

.home-type input:checked+label .home-type__icon {
    fill: #2A5471;
}

.home-type input:checked+label::before {
    border-right: 2px solid #FFA412;
}

.home-type-content {
    margin-left: 19px;
}

.home-type__title {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 18px;
    line-height: 17px;
    text-transform: uppercase;
    color: #22272E;
}

.home-type__subtitle {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-transform: capitalize;
    color: #72818D;
}

.many-bedrooms {
    display: flex;
    align-items: center;
    margin-bottom: 17px;
}

.home-choice__text {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #313131;
}

.many-bedrooms-inputs {
    display: flex;
    align-items: center;
    margin-left: 16px;
}

.many-bedrooms-inputs input {
    display: none;
}

.many-bedrooms-inputs label {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #263238;
    background: #FFFFFF;
    border: 1px solid #E6E7E8;
    border-radius: 17px;
    cursor: pointer;
    margin-right: 13px;
}

.many-bedrooms-inputs label:last-child {
    margin-right: 0;
}

.many-bedrooms-inputs input:checked+label {
    border: 2px solid #329414;
}

.additional-services {
    display: flex;
    width: 500px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.additional-services input {
    display: none;
}

.additional-services label {
    display: flex;
    width: 50%;
    cursor: pointer;
    margin-top: 17px;
}

.additional-services input:checked+label .additional-services__icon {
    background: #3FA420;
}

.additional-services input:checked+label .additional-services__icon svg {
    fill: #FFFFFF;
}

.additional-services__icon {
    width: 53px;
    height: 53px;
    min-width: 53px;
    min-height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #3FA420;
    border-radius: 2px;
}

.additional-services__icon svg {
    fill: #329414;
    max-width: 37px;
    max-height: 36px;
}

.additional-services-content {
    padding-top: 1px;
    margin-left: 19px;
}

.additional-services__title {
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    color: #313131;
    display: block;
    margin-bottom: 6px;
}

.additional-services__subtitle {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #828282;
}

.home-step {
    width: 588px;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    padding: 8px;
}

.home-step-btn {
    display: flex;
}

.step-carShipping {
    display: flex;
    align-items: center;
}

.step-carShipping-content {
    margin-left: 10px;
}

.step-carShipping__title {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #313131;
    margin-bottom: 3px;
}

.step-carShipping__subtitle {
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    color: #828282;
}

.step-car-shipping,
.step-default {
    display: none;
}

.step-default.show,
.step-car-shipping.show {
    display: flex;
}

.step-car-shipping.show {
    position: relative;
    margin-right: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.step-small {
    position: relative;
    width: 70px;
    height: 70px;
}

.step-small .step-nav__number {
    font-size: 20px;
    width: 44px;
    height: 44px;
    line-height: 0;
    position: absolute;
}

.step-small .step-small__item:nth-child(1) .step-nav__number {
    top: -3px;
    left: -4px;
}

.step-small .step-small__item:nth-child(2) .step-nav__number {
    bottom: -3px;
    right: -4px;
}

#page_background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(48, 48, 48, 0.4);
    z-index: 998;
    display: none;
}

.thank {
    width: 1370px;
}

.thank-content {
    width: 730px;
}

.thank-info__text {
    width: 300px;
}

.mobile-text {
    display: none;
}

.modal-moving .head-img,
.modal-moving .head-img-mobile {
    display: none !important;
}

.modal-moving .step-title {
    font-size: 46px;
    line-height: 55px;
}

.modal-moving .thank {
    width: 100%;
}

.modal-moving .thank-img {
    margin-left: auto;
    margin-right: auto;
}

.modal-moving .thank-img img {
    max-width: 373px;
}

.modal-moving .thank-wrapper {
    flex-direction: column;
}

.modal-moving .thank-content {
    padding-top: 20px;
    width: 100%;
    margin-left: 0;
}

.modal-moving .thank-title {
    font-size: 48px;
    line-height: 48px;
}

.modal-moving .thank-text {
    margin: 20px 0px 30px;
}

.modal-moving .want-moving {
    font-size: 22px;
    line-height: 27px;
}

.modal-moving .moving-service {
    padding: 35px 24px;
    margin: 30px 0px;
}

.modal-moving .moving-service .btn {
    text-align: left;
}

.modal-moving .thank-social {
    margin-top: 30px;
    width: 100%;
    order: 1;
}

.modal-moving .thank-social__item {
    margin-right: 11px;
}

.modal-moving .thank-info {
    flex-wrap: wrap;
}

.ui-front {
    z-index: 999;
}

.modal-moving .vehicle-tabs {
    position: absolute;
    bottom: -50px;
}


/* Responsive */

@media screen and (max-width: 1600px) {
    .head-img img {
        max-width: 908px;
    }

    .readyShip-left {
        max-width: 250px;
        bottom: -14px;
    }

    .readyShip-right {
        max-width: 540px;
        bottom: -23px;
    }

    .thank {
        width: 1290px;
    }

    .thank-content {
        width: 700px;
    }

    .thank-info__text {
        width: 265px;
    }

    .modal-moving .thank-info__text {
        width: 300px;
    }
}

@media screen and (max-width: 1439px) {
    .head-img {
        right: -370px;
    }

    .thank,
    .thank-content {
        width: 100%;
    }

    .thank-info__text {
        width: 322px;
    }
}

@media screen and (max-width: 1199px) {
    .head-img {
        right: -550px;
    }

    .head-img img {
        display: block;
        max-width: 890px;
    }

    .head-form {
        width: 590px;
    }

    .why-wrapper {
        flex-wrap: wrap;
        padding-top: 15px;
    }

    .why-item {
        width: calc(50% - 22.5px);
        margin-top: 40px;
    }

    .why-wrapper .why-item:nth-child(1n) {
        margin-left: 0;
    }

    .why-img {
        width: 300px;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .why-img img {
        width: 100%;
    }

    .why-text {
        width: 320px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 25px;
    }

    .readyShip-left {
        max-width: 190px;
    }

    .readyShip-right {
        max-width: 450px;
        bottom: -19px;
    }

    .how {
        padding: 130px 0px 130px
    }

    .white-block__text {
        font-size: 36px;
        line-height: 46px;
    }

    .modal-moving .step-title {
        font-size: 44px;
        line-height: 52px;
    }

    /* .ui-autocomplete {
        width: 280px !important;
    } */
}

@media screen and (max-width: 991px) {
    .why-title {
        font-size: 43px;
        line-height: 53px;
    }

    .why-subtitle {
        font-size: 20px;
        line-height: 34px;
    }

    .readyShip-left {
        max-width: 140px;
        bottom: -10px;
    }

    .readyShip-right {
        max-width: 380px;
        bottom: -16px;
    }
}

@media screen and (max-width: 767px) {

    .head-form,
    .home-step,
    .multi-step-form-moving {
        width: 100%;
    }

    .thank-info__text {
        width: 300px;
    }

    .why-subtitle {
        font-size: 20px;
        line-height: 30px;
    }

    .why-wrapper {
        flex-direction: row;
    }

    .why-img {
        width: 100%;
    }

    .why-text {
        width: 100%;
    }

    .how-wrapper {
        padding-top: 50px;
    }

    .readyShip-left {
        display: none;
    }

    .step3-btn-box {
        flex-wrap: wrap;
    }

    .step3-btn-box .agree {
        width: 270px;
        margin-left: 0;
        margin-top: 20px;
    }

    .head-img-mobile {
        margin-bottom: 50px;
    }

    .modal-moving .step3-left {
        width: auto;
        margin-right: 10px;
        min-width: 230px;
        flex-direction: column;
    }

    .modal-moving .additional-services {
        width: 100%;
    }

    .modal-moving .home-step {
        flex-direction: column;
        border: none;
        padding: 0;
    }

    .modal-moving .step-carShipping {
        padding: 14px;
        margin-bottom: 24px;
        border: 1px solid #E0E0E0;
        border-radius: 5px;
    }

    .modal-moving .thank-social {
        margin-top: 12px;
    }

    .modal-moving .vehicle-tabs {
        bottom: -40px;
    }
}

@media screen and (max-width: 575px) {
    .why-title {
        font-size: 32px;
        line-height: 38px;
    }

    .why-wrapper {
        flex-direction: column;
        padding-top: 0;
    }

    .why-item {
        width: 100%;
        margin-left: 0;
        margin-top: 50px;
    }

    .why-img img {
        max-width: 300px;
    }

    .why-text {
        line-height: 36px;
        font-size: 24px;
        max-width: 270px;
    }

    .why-text {
        margin-top: 14px;
    }

    .how {
        padding: 100px 0px;
    }

    .how-wrapper {
        padding-top: 0;
    }

    .white-block__text {
        font-size: 24px;
        line-height: 34px;
    }

    .additional-services {
        width: 100%;
    }

    .additional-services label {
        width: 100%;
    }

    .home-type {
        flex-direction: column;
    }

    .home-type .home-type-label_1 {
        margin-right: auto;
        margin-bottom: 15px;
    }

    .home-type label {
        margin-left: auto;
        margin-right: auto;
    }

    .step-title2-moving {
        font-size: 34px;
        line-height: 40px;
    }

    .home-step {
        flex-direction: column;
        border: none;
        padding: 0;
    }

    .home-step-btn {
        flex-direction: column-reverse;
    }

    .step-carShipping {
        padding: 14px;
        margin-bottom: 24px;
        border: 1px solid #E0E0E0;
        border-radius: 5px;
    }

    .mobile-text {
        display: block;
    }

    button.btn-prev {
        width: auto;
        height: auto;
        border: none;
        margin-right: auto;
        margin-top: 30px;
    }

    button.btn-prev img {
        margin-right: 7px;
    }

    .step3-btn-box {
        flex-direction: column;
        align-items: flex-start;
    }

    .step3-btn-box button.btn-prev {
        order: 1;
    }

    .form-switch {
        width: 100%;
    }

    .white-block__text {
        margin-bottom: 20px;
    }

    .modal-moving .step-title {
        font-size: 34px;
        line-height: 40px;
    }

    .modal-moving .stepe3Btn {
        margin-left: auto;
        margin-right: auto;
    }

    .modal-moving .thank-img img {
        max-width: 70%;
    }

    .modal-moving .thank-title {
        font-size: 42px;
        line-height: 44px;
    }
}

@media screen and (max-width: 410px) {
    .why-title {
        font-size: 30px;
        line-height: 36px;
    }

    .why {
        padding-top: 40px;
    }

    .head {
        padding: 25px 0px 50px;
    }

    .why-img img {
        max-width: 270px;
    }

    .why .btn1 {
        width: 100%;
        margin: 30px auto 0;
        min-width: 100%;
    }

    .how {
        padding: 60px 0px;
    }

    .how-item {
        margin-top: 35px;
    }

    .readyShip-right {
        max-width: 340px;
        bottom: -14px;
    }

    /* #step-1 .btn1 {
        width: 100%;
    } */
    .why-item {
        margin-top: 30px;
    }

    .white-block__text {
        margin-bottom: 10px;
    }

    .step-small {
        width: 54px;
        height: 54px;
    }

    .step-small .step-small__item:nth-child(1) .step-nav__number {
        top: -10px;
        left: -14px;
    }

    .step-small .step-small__item:nth-child(2) .step-nav__number {
        bottom: -8px;
        right: -14px;
    }

    .step-title2-moving {
        font-size: 30px;
        line-height: 36px;
    }

    .many-bedrooms {
        flex-direction: column;
        align-items: flex-start;
    }

    .many-bedrooms-inputs {
        margin-left: 0;
        margin-top: 10px;
    }

    .white-block .btn2 {
        width: 100%;
    }

    .questions-details summary {
        padding: 0;
    }

    .step3-btn-box .agree {
        width: 100%;
    }

    .modal-moving .step-title {
        font-size: 32px;
        line-height: 38px;
    }

    .modal-moving .thank-img img {
        max-width: 60%;
    }

    .modal-moving .thank-title {
        font-size: 36px;
        line-height: 38px;
    }

    .modal-moving .thank-info__text {
        width: 100%;
    }
}

@media screen and (max-width: 359px) {
    .thank-info__text {
        width: 100%;
    }

    .step-small .step-small__item:nth-child(1) .step-nav__number {
        top: -14px;
        left: -11px;
    }

    .step-small .step-small__item:nth-child(2) .step-nav__number {
        bottom: -10px;
        right: -10px;
    }

    .step-car-shipping.show {
        margin-right: 66px;
    }

    .white-block__text {
        font-size: 20px;
        line-height: 30px;
    }

    .modal-moving .step-title {
        font-size: 30px;
        line-height: 36px;
    }
}