footer.footer {
    background: #19191b;
}

.sosial-pic li {
    display: inline-block;
    padding: 10px;
    text-align: center;
}

.sosial-pic {
    margin: 0 auto;
    display: inline-block;
}

.footer .col-sm-4 {
    text-align: center;
}

.sosial-pic li svg {
    height: 25px !important;
    width: 25px !important;
}

ul.sosial-pic {
    margin-top: 20px;
}

ul.footer-menu_lists li {
    display: inline-block;
    padding: 5px 10px;
}

ul.footer-menu_lists li a {
    color: #7c7d80;
}

ul.footer-menu_lists {
    margin-top: 20px;
    display: block;
}

ul.footer-menu_lists.is-float {
    margin-top: 0;
}
.floating-chat:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 32px;
    top: 0;
    left: 40px;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 0 0 0 rgba(255,255,255,0.3);
    box-shadow: 1px 0 0 0 rgba(255,255,255,0.3);
}
.floating-chat {
    display: block;
    content: "chat";
    width: 160px;
    height: 32px;
    color: #fff !important;
    text-decoration: none !important;
    position: fixed;
    bottom: 70px;
    right: 25px;
    background: #009999 url('/asset/images/ott/channels/ico-btn-chat.png') no-repeat;
    text-align: center;
    padding: 6px 5px 6px 40px!important;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    z-index: 660000;
    font-size: 14px !important;
    opacity: 1 !important;
    background-position: 7px 7px;
    -webkit-box-shadow: 0 1px 0 1px rgba(0,0,0,0.13);
    box-shadow: 0 1px 0 1px rgba(0,0,0,0.13);
}

.faq-icon {
    margin-top: -16px;
}

#copyright {
    color: #7c7d80; 
    font-size: 12px; 
    margin-top: 20px;
}

@media (max-width: 1400px) { 
    #copyright {
        font-size: 10px !important; 
        line-height: 20px;
    }
}

#copyright a {
    color: #fff;
}

#copyright a:hover {
    color: #E6C515;
    text-decoration: none;
}

/* footer patch */

footer.footer {

  padding-top: 15px;

  padding-bottom: 15px;

}


ul.footer-menu_lists {

  margin-top: unset !important;

}


ul.footer-menu_lists li {

  padding: unset !important;

}


.footer-menu_lists a {

  line-height: normal;

}


#copyright {

  margin: unset !important;

}


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

  footer.footer {

    text-align: center;

  }

}