/* Whatsapp */
.whatsapp_float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 90px;
    right: 30px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.whatsapp-icon {
    margin-top: 10px;
}

.konsul_float {
    position: fixed;
    width: 160px;
    height: 25px;
    bottom: 5px;
    right: 15px;
    background-color: #0c8b91;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 20px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.konsul-icon {
    margin-top: 20px;
}

/* Mobile */
@media screen and (max-width: 767px) {

    .whatsapp-icon {
        margin-top: 10px;
    }

    .whatsapp_float {
        width: 50px;
        height: 50px;
        bottom: 90px;
        right: 30px;
        font-size: 30px;
    }

    .konsul-icon {
        margin-top: 10px;
    }

    .konsul_float {
        width: 160px;
        height: 25px;
        bottom: 5px;
        right: 15px;
        font-size: 20px;
    }
}

/* footer */
.footer {
    background: #072448;
}

.footer h4 {
    font-weight: 700;
}

.footer-item a {
    transition: .3s;
}

.footer-item a:hover {
    transform: translateX(5px);
}

.footer-btn a {
    transition: .3s;
}

.footer-btn a:hover {
    transform: translateY(-3px);
}

.footer-divider {
    border-color: rgba(255,255,255,.1);
}