#inner-page-wrapper {
    margin-bottom: 0;
}

#inner-page-wrapper > .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 50px;
}

#inner-page-wrapper .inner-page-container {
    padding: 0;
}

.ip-banner {
    display: none;
}

#ip-instant-offer {
    position: relative;
    z-index: 1;
}

.io-canvas {
    position: relative;
    display: block;
    width: 100%;
    height: 800px;
}

.io-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-size: cover;
    background-color: #999;
}

.io-bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.31;
}

.io-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    padding: 7.5% 0 0;
}

.io-title {
    text-align: center;
    font-size: 62px;
    letter-spacing: 0.05em;
    color: #fff;
    line-height: 1;
}

.io-steps {
}

.io-step {
    display: none;
}

.io-step.active {
    display: block;
}

.io-address-form {
    max-width: 937px;
    margin: 72px auto 0;
    display: flex;
    align-items: center;
}

.io-address-field {
    width: 79.722%;
}

.io-address-field input {
    width: 100%;
    height: 71px;
    font-size: 16px;
    letter-spacing: 0.03em;
    color: #808080;
    border: none;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    padding: 0 40px;
    display: block;
}

.io-address-btn {
    width: 190px;
    width: 20.278%;
}

.io-address-btn button {
    width: 100%;
    height: 71px;
    background: #000;
    font-size: 16px;
    color: #fff;
    border: none;
    padding: 0;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    letter-spacing: 0.03em;
}

.io-address-btn button:hover {
    background: #333;
    color: #fff;
}

.io-nextto-form.not-active {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.io-nextto-form {
    margin: 40px 0 0;
    transition: all .3s ease;
}

.io-nextto-form h2 {
    text-align: center;
    font-size: 24px;
    letter-spacing: 0.03em;
    color: #fff;
    margin-bottom: 27px;
}

.io-nextto-form-cta {
    display: flex;
    justify-content: center;
}

.io-nextto-form-cta a {
    width: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    max-width: 100%;
    margin: 0 15px;
    border: 1px solid #fff;
    font-size: 14px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
    transition: all .3s ease;
}

.io-nextto-form-cta a:hover {
    background: #000;
    border-color: #000;
}

.io-proceed-content {
    max-width: 640px;
    border-radius: 20px;
    background: #fff;
    margin: 73px auto 0;
    padding: 0 15px;
}

.io-proceed-top {
    padding: 41px 0 0;
    display: none;
}

.io-proceed-content h2 {
    font-size: 24px;
    letter-spacing: 0.04em;
    line-height: 1;
    text-align: center;
    margin-bottom: 20px;
}

.io-proceed-top a {
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto 0;
    background: #000;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.03em;
    padding: 11px 15px;
    border-radius: 10px;
    border: 1px solid #000;
}

.io-proceed-top a:hover, .io-proceed-top a:focus {
    background: #ffff;
    color: #000;
}

.io-proceed-middle {
    padding: 36px 0 0;
}

.io-proceed-middle .wpcf7 {
    max-width: 500px;
    margin: 0 auto;
    font-size: 0;
    position: relative;
}

.io-proceed-middle .wpcf7 .wpcf7-form-control-wrap {
    display: inline-block;
    vertical-align: top;
    width: 76%;
}

.io-proceed-middle .wpcf7 .wpcf7-form-control-wrap[data-name="your-email"],
.io-proceed-middle .wpcf7 .wpcf7-form-control-wrap[data-name="your-phone"] {
    display: none;
}

.io-proceed-middle .wpcf7 .wpcf7-form-control-wrap {
    /* width: 100%; */
    /* margin-bottom: 5px; */
}

.io-proceed-middle .wpcf7 .wpcf7-form-control-wrap input {
    /* border: 1px solid #808080;
    border-radius: 10px; */
}

.io-proceed-email-field  .wpcf7 .wpcf7-form-control-wrap.active {
    display: inline-block;
}



.io-proceed-email-field.email-field .wpcf7-form-control-wrap[data-name="your-email"] {
    display: inline-block !important;
    width: 76% !important;
}

.io-proceed-email-field.email-field .wpcf7 .wpcf7-form-control-wrap[data-name="your-email"],
.io-proceed-email-field.phone-field .wpcf7 .wpcf7-form-control-wrap[data-name="your-phone"] {
    display: block;
    width: 100%;
}

.io-proceed-middle .io-proceed-email-field.phone-field .wpcf7 .wpcf7-form-control-wrap input {
    border: 1px solid #808080;
    border-radius: 10px;
}

.io-proceed-middle  .io-proceed-email-field.phone-field .wpcf7 .wpcf7-submit {
    border-radius: 10px;
    margin: 5px auto 0;
    display: block;
}

.io-proceed-email-field.phone-field .wpcf7 .wpcf7-form-control-wrap[data-name="your-email"] {
    margin-bottom: 5px;
}


.io-proceed-middle .wpcf7 .wpcf7-form-control-wrap input {
    width: 100%;
    height: 41px;
    font-size: 16px;
    letter-spacing: 0.03em;
    color: #808080;
    border: 1px solid #808080;
    border-right: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 0 20px;
}

.io-proceed-middle .wpcf7 .wpcf7-submit {
    display: inline-block;
    vertical-align: top;
    width: 120px;
    background: #000;
    height: 41px;
    border: 1px solid #000;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.03em;
    width: 24%;
    transition: all .3s ease;
}

.io-proceed-middle .wpcf7 .wpcf7-submit:hover {
    background: #fff;
    color: #000;
}

.io-proceed-middle .wpcf7 .wpcf7-spinner {
    position: absolute;
    bottom: -30px;
    right: 0;
    margin: auto;
}

.io-proceed-bottom {
    max-width: 530px;
    margin: 31px auto 0;
    padding: 0 0 30px;
}

.io-proceed-bottom p {
    font-size: 14px;
    letter-spacing: 0.03em;
    color: #808080;
    line-height: 1.214285714285714;
    margin-bottom: 16px;
}

.io-proceed-bottom p a {
    text-decoration: underline;
}

.io-proceed-bottom p a:hover {
    color: #000;
}

.io-proceed-content.thank-you {
}

.io-proceed-content.thank-you p {
    font-size: 24px;
    text-align: center;
    line-height: 1.928571428571429;
    letter-spacing: 0.03em;
    color: #000;
    padding: 168px 0;
}

.io-proceed-btns a {
    width: calc(50% - 10px);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.03em;
    padding: 11px 15px;
    border-radius: 10px;
    border: 1px solid #000;
}

.io-proceed-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
}

.io-proceed-btns a:hover, .io-proceed-btns a:focus {
    background: #ffff;
    color: #000;
}

.io-nextto-form-cta a.disabled {
    pointer-events: none;
}

@media only screen and (max-width: 991px) {
    .io-canvas {
        display: none;
    }

    .io-inner {
        position: relative;
        padding: 140px 0 70px;
    }

    .io-title {
        font-size: 50px;
    }

    .io-address-form {
        margin-top: 40px;
    }

    .io-nextto-form {
        margin-top: 20px;
    }

    .io-nextto-form-cta {
        flex-flow: column;
        align-items: center;
    }

    .io-nextto-form-cta a {
        margin: 5px auto;
    }

    .io-proceed-content {
        margin-top: 40px;
    }

    .io-proceed-content.thank-you p {
        padding: 149px 0;
    }
}

@media only screen and (max-width: 767px) {
    .io-title {
        font-size: 40px;
    }

    .io-address-field input {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        padding: 0 15px;
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .io-address-btn button {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .io-proceed-middle .wpcf7 .wpcf7-form-control-wrap {
        width: 65%;
    }

    .io-proceed-middle .wpcf7 .wpcf7-submit {
        width: 35%;
        letter-spacing: 0;
    }

    .io-proceed-middle .wpcf7 .wpcf7-form-control-wrap input {
        padding: 0 10px;
    }

    .io-proceed-content.thank-you p {
        padding: 120px 0;
        font-size: 16px
    }

    .io-proceed-btns a {
    width: calc(50% - 5px);
}

.io-proceed-btns {
    max-width: 250px;
}
}
