f.full-footer {
    min-height: 100px;
    background: #1FBBC6;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-box {
    float: left;
}

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

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

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

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

.footer-box h2 {
    padding-top: 75px;
    font-size: 13px;
    color: #0c0d19;
    margin: 0;
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
}

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

.footer-box-1 i {
    font-size: 20px;
    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: #0c0d19;
    line-height: 24px;
    background: url(images/arrow-right.png) no-repeat left center;
    padding-left: 20px;
    filter: brightness(0.5);
    /* background-size: 11px; */
}

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

.footer-box-4 a {
    color: #0c0d19;
    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-content {
    line-height: 30px;
    color: #0c0d19;
}


/* footer-bottom */

.full-footer-bottom {
    background: #169499;
    padding: 10px 0;
    border-top: 1px solid #ccc;
}

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

.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: #0c0d19;
    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;
}

footer.full-row.full-footer {
    padding: 30px 0;
    border-top: 1px solid #d0d0d0;
}

.footer-content.footer-mxh a:not(.link_bct) {
    display: inline-block;
    /* background: #fff; */
    min-width: 30px;
    height: 30px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    margin-right: 5px;
    margin-bottom: 10px;
    color: #fff;
    border: 1px solid #fff;
}

.footer-content.footer-mxh a.facebook {
    background: #3B5998;
}

.footer-content.footer-mxh a.youtube {
    background: #BD081C;
}

.footer-content.footer-mxh a.twitter {
    background: #1c78bf;
}

.footer-content.footer-mxh a.instagram {
    background: #b31034;
}

.footer-content.footer-mxh a:not(.link_bct):hover {
    background: #fff;
    color: #555;
}

.footer-content p i {
    margin-right: 5px;
}

.inner-footer-bottom {
    color: #fff;
}

@media only screen and (max-width: 768px) {
    .footer-box {
        width: 50%;
    }

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

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

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

@media only screen and (max-width: 600px) {
    .footer-box {
        width: 100%;
    }
}