/*--------------- Header Login ---------------*/
.navbar-light .navbar-brand {
    color: #000;
}
.navbar-light .navbar-brand span {
    color: #000;
}

.nav-item.phone-number {
    background: url('../../img/Icon_Phone.png') no-repeat;
    background-size: 10px;
    background-position: top 10px left;
    padding-left: 20px;
    margin-top: 15px;
    margin-left: 40px;
    transition: .2s all;
}

.nav-item.phone-number:hover {
    background-position: top 7px left;
}

.nav-item.phone-number a {
    display: block;
    font-weight: 700;
    color: #57B9F1;
    font-size: 18px;
    padding-top: 5px;
}

.nav-item.phone-number span {
    display: block;
    font-size: 12px;
    left: -20px;
    position: relative;
}

/*--------------- Footer Login ---------------*/
.footer {
    /* background: #2D2D41;
    padding-top: 40px;
    color: #FFF; */
    background: #fcfcfc;
    color: #646d75;
    padding: 35px 0 41px;
    font-size: 14px;
    line-height: 170%;
}

.footer h4 {
    color: #FFF;
    font-size: 24px;
}

.footer-category-title {
    margin-bottom: 15px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    padding-bottom: 4px;
}

/* .footer-category-title::after {
    content: '';
    display: block;
    background: #57B9F1;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
} */

.footer-item a {
    color: #FFF;
    font-size: 18px;
}
.footer-item a:hover {
    text-decoration: none;
}

.footer-item a::before {
    display: inline;
    padding-right: 2px;
}

.footer-bottom {
    margin-top: 30px;
    text-align: center;
}

.footer-sub .col-informations::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: #CCC;
    left: -50px;
}

.footer-sub .col-informations li {
    margin-top: 10px;
    font-size: 18px;
}

.footer-sub .col-informations a {
    display: block;
}

.footer-sub .col-informations a::before {
    display: none;
}



@media screen and (max-width: 992px) {
    .footer {
        padding-top: 0;
    }

    .footer-category {
        margin-top: 30px;
    }

    .footer-category > div > ul {
        margin-top: 10px;
    }

    .footer-item a {
        display: block;
    }

    .footer-item a::before {
        display: none;
    }

    .footer-sub .col-informations::before {
        display: none;
    }
}
