.main-footer {
    background: #0f1921;
    padding: 50px 0 0;
    width: 100%;
    float: left;
}

.footer-block {
    padding-right: 20px
}

footer h4 {
    color: #fff;
    font-size: 1rem;
    letter-spacing: 4px;
    margin-bottom: 30px
}

footer .btn-helpline {
    width: 100%;
    display: flex !important;
    align-items: center;
    color: #fff;
    max-width: 250px;
    position: relative;
    padding: 10px 0;
    border-radius: 50px;
    cursor: pointer;
    border: 1px solid rgb(135 135 135);
    transition: transform .15s linear al
}

footer .btn-helpline:hover {
    transform: scale(1.05)
}

footer .btn-helpline .svg-span {
    padding: 0 10px 0 20px;
    margin-right: 20px;
    border-right: 1px solid rgb(135 135 135)
}

footer .btn-helpline svg {
    fill: #fff;
    height: 30px;
    width: 30px
}

footer .btn-helpline p {
    margin: 0 0 4px;
    font-size: 12px;
    line-height: 16px;
    color: #ffffff80
}

footer .btn-helpline h5 {
    color: #FFF;
    margin: 0;
    font-size: 1rem
}

footer .footer-block a {
    font-size: .9rem;
    color: #838383;
    margin: 0 0 20px;
    position: relative;
    display: inline-flex
}

footer .footer-block.footer-info a {
    display: block
}

footer .footer-block a:hover {
    color: #fff
}

footer .footer-block .important {
    color: #bdbdbd;
    font-size: 1rem
}

footer .footer-block p {
    color: #838383;
    font-size: 1rem
}

footer .footer-block p b {
    color: #bdbdbd;
    font-size: 1rem;
    display: block;
    margin-bottom: 5px
}

.row.social-footer {
    border-top: 1px solid #676767;
    padding: 10px 0 0;
    color: #666;
    margin-top: 30px
}

.row.social-footer .social {
    padding-top: 10px;
    padding-bottom: 20px;
}

.row.social-footer a {
    margin: 0 0 0 6px;
    display: inline-block;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    text-align: center;
    font-size: 24px;
    padding: 8px;
    background: rgba(255, 255, 255, .1);
    transition: all .15s linear
}

.row.social-footer a:hover {
    background: rgba(230, 230, 230, .1);
    transform: scale(1.1)
}
