header.header.is-dark {
    background-color: #fff;
}

#inner-page-wrapper {
    margin-bottom: 0;
    padding-top: 147px;
}

#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

.ip-banner {
    display: none;
}

div#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

.sell-a-home{
    padding: 0 3.125%;
}

.sell-a-home__banner {
    position: relative;
    padding: 66px 15px 73px;
}

.sell-a-home__bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #e7e9e8;
}

.sell-a-home__bg canvas {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: .15;
}

.sell-a-home__banner--holder {
    position: relative;
    z-index: 5;
    max-width: 1340px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.sell-a-home__banner--content {
    width: 53.731%;
    padding: 0 99px;
}

.sell-a-home__banner--conten--inner {
    max-width: 441px;
    margin: 0 0 0 auto;
}

.sell-a-home__banner--title {
    font-size: 45px;
    color: #000;
    font-weight: 500;
    line-height: 1;
}

.sell-a-home__banner--title span {
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.sell-a-home__banner--text {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    margin-top: 12px;
}

.sell-a-home__banner--form {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 7px rgb(0 0 0 / 35%);
    padding: 30px 40px 37px;
    margin-top: 22px;
}

.sell-a-home__banner--form--head {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 16px;
}

.sell-a-home__banner--form--head em {
    width: 50px;
    height: 50px;
    color: #fff;
    background: #000;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
}

.sell-a-home__banner--form form {
    position: relative;
    font-size: 0;
}

.sh-fields{
    margin-bottom: 13px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.sh-fields > .wpcf7-form-control-wrap{
    width: 66.759%;
}

.sh-fields input{
    font-size: 12px;
    font-weight: 400;
    color: #9a9a9a;
    padding: 0 18px;
    width: 100%;
    height: 38px;
    border-radius: 5px;
    resize: none;
    background: transparent;
    border: 1px solid #9a9a9a !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-transform: uppercase;
}

.sh-fields label {
    font-size: 12px;
    font-weight: 500;
    color: #000;
    width: 33.241%;
}

.secure-text {
    font-size: 10px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 28px;
    margin-top: 22px;
}

.secure-text img {
    max-width: 10px;
}

.sh-fields.sh-btn input {
    height: 45px;
    background: #000;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

.sh-fields.sh-btn input:hover {
    background: #488691;
}

.sell-a-home__banner--bottom {
    text-align: center;
    font-size: 12px;
    margin-top: 20px;
}

.sell-a-home__banner--bottom em {
    font-size: 12px;
    margin-right: 7px;
}


.sell-a-home__banner--video {
    width: 46.269%;
    margin-top: 211px;
}

.sell-a-home__banner--video a i {
    position: absolute;
    right: 50%;
    bottom: 50%;
    width: min(16.349vw, 103px);
    height: min(16.349vw, 103px);
    border-radius: 50%;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
    z-index: 1;
    overflow: hidden;
    transform: translate(50%, 50%);
    font-style: normal !important;
}

.sell-a-home__banner--video a i::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--gradient);
    opacity: 0.85;
    z-index: -1;
}

.sell-a-home__banner--video a {
    display: block;
    border-radius: 5px;
    overflow: hidden;
    background: #000;
}

.sell-a-home__banner--video a:hover img{
    opacity: .7;
}

.sell-a-home__banner--video a img{
    aspect-ratio: 620 / 349;
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.sell-a-home__consultation{
    position: relative;
    padding: 80px 0 127px;
}

.sell-a-home__consultation--title {
    display: flex;
    justify-content: center;
}

.sell-a-home__consultation--title a{
    display: block;
    max-width: max-content;
    margin: 0 auto;
    font-size: 45px;
    color: #000;
    font-weight: 700;
    text-align: center;
}

.sell-a-home__consultation--feed {
    display: flex;
    flex-wrap: wrap;
    margin-top: 65px;
}

.sell-a-home__consultation--list {
    width: calc(100% / 3);
    border-right: 1px solid #e7e7e7;
    padding: 20px 60px 30px;
    text-align: center;
}

.sell-a-home__consultation--list--icon {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.sell-a-home__consultation--list--title {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}

.sell-a-home__consultation--list--text {
    font-size: 15px;
    color: #000;
    line-height: 1.3;
}

.sell-a-home__banner--form .use-floating-validation-tip .wpcf7-not-valid-tip {
    top: auto;
    bottom: 0;
}

.sell-a-home__banner--form .wpcf7 form .wpcf7-response-output {
    font-size: 12px;
    text-align: center;
    position: absolute;
    bottom: -8px;
    margin: 0;
    width: 100%;
    left: 0;
}

.sh-fields.sh-btn .wpcf7-spinner {
    position: absolute;
    bottom: -24px;
    left: 0;
    right: 0;
    margin: auto;
}

.sell-a-home__consultation--list:last-child {
    border-right: 0;
}



@media only screen and (max-width: 1440px) {
    #inner-page-wrapper {
        padding-top: 111px;
    }
}

@media only screen and (max-width: 1366px) {
    #inner-page-wrapper {
        padding-top: 105px;
    }
}

@media only screen and (max-width: 1199px) {
    #inner-page-wrapper {
        padding-top: 7.188vw;
    }

    .sell-a-home__banner--content {
        padding: 0 15px;
    }

    .sell-a-home__banner--conten--inner {
        margin: 0;
    }

    .sell-a-home__consultation {
        padding: 50px 0 100px;
    }

    .sell-a-home__consultation--list {
        padding: 20px 15px 30px;
    }
}

@media only screen and (max-width: 991px) {
    .sell-a-home__banner--content {
        width: 100%;
        text-align: center;
    }

    .sell-a-home__banner--conten--inner {
        margin: 0 auto;
    }

    .sell-a-home__banner--form--head {
        justify-content: center;
        flex-direction: column;
    }

    .sh-fields label {
        width: 100%;
        text-align: left;
        margin-bottom: 6px;
    }

    .sh-fields > .wpcf7-form-control-wrap {
        width: 100%;
    }

    .sell-a-home__banner--video {
        width: 100%;
        margin-top: 30px;
    }

    .sell-a-home__banner--video a {
        max-width: 620px;
        margin: 0 auto;
        width: 100%;
    }

    .sell-a-home__consultation--feed {
        margin-top: 30px;
    }

    .sell-a-home__consultation--list {
        width: 100%;
        padding: 0;
        margin-bottom: 30px;
    }

    .sell-a-home__consultation--title a{
        font-size: 35px;
    }

    .sell-a-home__banner--content {
        padding: 0 0;
    }

    .sell-a-home__banner--form {
        padding: 30px 15px 37px;
    }

    #inner-page-wrapper {
        padding-top: 115px;
    }

    .sell-a-home__banner--title {
        font-size: 35px;
    }
}

@media only screen and (max-width: 767px) {

}

@media only screen and (max-width: 480px) {

}
