.full-footer {
    min-height: 100px;
    background: rgb(28, 28, 28);
    margin-top: 10px;
    padding-bottom: 15px;
}

.message-box {
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: rgb(0, 0, 0);
}

.last-reset {
    display: flex;
    flex-wrap: wrap;
}

.last-reset .col {
    width: 50%;
}

.last-reset .col h2 {
    color: #fff;
}

.last-reset .col p {
    margin: auto;
    color: #fff;
}

.last-reset .col .wpcf7-form-control-wrap {
    margin-top: 15px;
    width: 80%;
    float: left;
    height: 3.4em !important;
    border-radius: 0;
    margin-right: 1%;

}

.last-reset .col .wpcf7-form-control-wrap input {
    border-radius: 0 !important;
    padding: 14px !important;
}

.last-reset .col input.wpcf7-form-control.wpcf7-submit {
    background: #dd3333;
    margin-top: 15px;
    color: #fff;
    border: navajowhite;
    padding: 15px 25px;

    border-radius: 0 !important;
}

.footer-box {
    float: left;
    padding: 0 15px 30px;
}

.footer-box-1 {
    width: 22%;
}

.footer-box-2 {
    width: 22%;
}

.footer-box-3 {
    width: 22%;
}

.footer-box-4 {
    width: 24%;
}

.footer-box h2 {
    font-size: 16px;
    padding: 30px 0px 0px 0px;
    color: #fff;
    margin: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    background: url(../css/images/icon-menubottom.png) no-repeat scroll left bottom;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 10px
}

.footer-box p {
    color: #fff;
    margin-top: 0;
}

.footer-box-1 i {
    font-size: 14px;
    margin-right: 5px;
    min-width: 20px;
}

ul#footer-menu {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul#footer-menu a {
    text-decoration: none;
    color: #fff;
    line-height: 30px;
    padding-left: 15px;
    background-size: 11px;
}

ul#footer-menu a:hover {
    text-decoration: underline;
}

.footer-box iframe {
    width: 95%;
}

.footer-box-4 a {
    color: #fff;
    text-decoration: none;
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
    min-width: 100px;
}

.footer-box-4 .footer-content i {
    font-size: 16px;
    width: 32px;
    height: 32px;
    border-radius: 99px;
    color: #008080;
    background: #fff;
    text-align: center;
    padding-top: 8px;
    box-sizing: border-box;
    margin-right: 5px;
}

.link_bct {
    clear: both;
}

/* footer-bottom */

.full-footer-bottom {
    background: #1c1c1c;
    padding: 10px 0;
    border-top: 1px solid rgba(171, 172, 173, 0.2);
}

.left-footer-bottom {
    width: 40%;
    text-align: left;
    display: inline-block;
    color: #fff;
}

.mid-footer-bottom {
    display: inline-block;
    text-align: center;
    width: 19%;
}

.right-footer-bottom {
    display: inline-block;
    width: 40%;
    text-align: right;
}

a.design-by {
    color: #fff;
    text-decoration: none;
}

a.design-by:hover {
    text-decoration: underline;
}

#show-sft,
#hide-sft {
    float: right;
    font-size: 14px;
    margin: 0;
    text-align: right;
    cursor: pointer;
}

#show-sft,
.active-sft #hide-sft {
    display: inline-block;
}

#hide-sft,
.active-sft #show-sft {
    display: none;
}

@media only screen and (max-width: 900px) {
    .last-reset .col {
        width: 100%;
        text-align: center;
    }

    .last-reset .col .wpcf7-form-control-wrap {
        width: 80%;
        margin-left: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .last-reset .col .wpcf7-form-control-wrap {
        width: 70%;
        margin-left: 10px;
    }
    .footer-box {
        width: 45%;
    }

    .footer-box-3 {
        clear: both;
    }

    .footer-bottom {
        width: 100%;
        text-align: center;
    }

    .footer-box h2 {
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

}

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

    .footer-box {
        width: 90%;
    }

}