/*---- footer css ----*/
.footer-section {
    background: #000;
    padding: 66px 0px 30px;
}
p.footer-h6 {
    font-size: 18px;
    color: #fff;
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 16px;
    margin-top: 15px;
}
p.footer-h6:before {
    content: "";
    position: absolute;
    width: 44px;
    height: 3px;
    background: #fff;
    bottom: 0;
    left: 0;
}
.footer-section ul {
    padding: 0;
    list-style-type: none;
}
.footer-section ul li a {
    color: #fff;
}
.footer-section ul li {
    margin-bottom: 10px;
}
button.btn.btn-footer span {
    margin-right: 5px;
}
button.btn.btn-footer {
    padding: 0;
    color: #fff;
    font-size: 18px;
}
.modal-header .close {
    padding: 5px 10px !important;
}
.modal-body ul li a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
}
.bg-light-blue {
    background: #3b5998;
}
.bg-dark-blue {
    background: #1da1f2;
}
.bg-green{
    background: #5BD466;
}
.bg-dark {
    background-color: #343a40;
}
.bg-purple{
    background-color: #8a3ab9;
}
form.form-body {
    padding: 21px 4px 18px;
}

button.btn.btn-send {
    padding: 8px 45px;
    text-align: center;
    background: #000;
    border-radius: 50px;
    color: #fff;
}
.footer-bottom {
    background: #0f0f0f;
    padding: 17px 0px 0px;
}
.footer-bottom p {
    font-size: 19px;
    color: #fff;
    font-weight: 400;
}
.modal-body ul {
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-bottom ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
}
.footer-bottom ul li {
    margin-right: 13px;
}
.footer-bottom ul li a i {
    width: 30px;
    height: 30px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #000;
    border-radius: 50px;
    transition: all 0.3s;
}
a {
    text-decoration: none !important;
}
a:hover {
    text-decoration: none !important;
}
.footer-bottom ul li a i:hover {
    background: #424242;
    color: #fff;
}

.footer-section ul li a span {
    margin-right: 10px;
}
@media (max-width: 575px){
    .footer-bottom ul {
        justify-content: center !important
        ;
    }
    p.footer-h6 {
        font-size: 14px;
        padding-bottom: 6px;
        margin-bottom: 14px;
    }
    .footer-section ul li,.footer-bottom p {
        margin-bottom: 12px;
        font-size: 12px;
    }    
}