

.section-block-demo106-footer {
    background-image: url("/source/61d892580c8f879a5956aca408ac4533/img_30-1.png");
    background-position: top;
    padding: 127px 0px 0px 0;
    background-size: cover;
}

.section-block-demo106-footer .foot-search {
    padding-top: 10px;
}

.section-block-demo106-footer .foot-search p {
    font-size: 46px;
    margin: 30px 0 10px;
    color: #fff;
    text-transform: capitalize;
}

.section-block-demo106-footer .foot-item {
    width: 100%;
}

.section-block-demo106-footer .footer-outer-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 10px 60px;
}

.section-block-demo106-footer .foot-sns {
    display: flex;
    justify-content: unset;
    align-items: center;
    margin: 23px 0 30px;
}

.section-block-demo106-footer .foot-sns li {
    transition: all .3s linear;
    width: 29px;
    height: 29px;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    margin-right: 25px;
    position: relative;
    text-align: center;
}

.section-block-demo106-footer .foot-contact {
    display: flex;
    flex-wrap: wrap;
}

.section-block-demo106-footer .foot-contact li {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
    margin-right: 70px;
    margin-bottom: 10px;
}

.section-block-demo106-footer .foot-contact li.address {
    width: 100%;
}

.section-block-demo106-footer .foot-contact li a {
    color: #fff;
    font-weight: 300;
}

.section-block-demo106-footer .foot-contact img {
    margin-right: 10px;
}

.section-block-demo106-footer .foot-sns li:hover {
    transform: translateY(6px);
}

.section-block-demo106-footer li {
    list-style: none;
}

.section-block-demo106-footer form {
    width: 541px;
    display: flex;
    align-items: center;
    position: relative;
}

.section-block-demo106-footer form .form-control-foot {
    width: 100%;
    line-height: 50px;
    font-size: 14px;
    padding-left: 18px;
    border-radius: 10px 0 0 10px;
    border: none;
    color: #999999;
    font-size: 14px;
    background: #fff;
    box-shadow: none;
}

.section-block-demo106-footer form .btn-search {
    height: 80px;
    width: 80px;
    border: 2px solid #fff;
    background: #2c938c;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translate(85%, -50%);
    right: 0;
    cursor: pointer;
}

.section-block-demo106-footer .copyright {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, .2);
    padding: 20px 0 45px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

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

@media only screen and (max-width:992px) {
    .section-block-demo106-footer .foot-search p {
        font-size: 30px;
    }

    .section-block-demo106-footer form {
        width: 80%;
    }

    .section-block-demo106-footer .footer-outer-wrap {
        padding-bottom: 20px;
    }

    .section-block-demo106-footer .copyright {
        padding: 20px 0;
    }

    .section-block-demo106-footer .foot-contact li {
        margin-right: 10px;
    }
}