.footer-boxes{
    border: 0.5px solid #353535;
    height: 100%;
}
.footer-wrapper{
    background-color: #0C0C0C;
}
.footer-box{
    padding: 18px;
    gap: 20px;
}
.callus-details h4{
    color: #fff;
}
.callus-details p{
    color: #fff;
    margin:0;
}
.social-icons ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 10px;
}

.social-icons li {
    list-style: none;
    padding-right: 20px;
}

.social-icons i {
    color: #fff;
    padding-right: 10px;
}
.logo-wrapper p{
    color: #ECECEC;
}
.links h4{
    color: #fff;
}
.links i{
    color: #fff;
}
.links li {
    list-style: none;
    padding-top:10px;
}
.links li a{
    font-size: 14px;
    color: #ECECEC;
}
.links ul{
    padding: 0;
}
.subscribe-wrapper h4{
    color: #fff;
}
.subscribe-wrapper p{
    color: #ECECEC;
}
.input-group-append span{
    background-color: #1A4C69;
    color: #fff;
}
.hr{
    background-color: #353535;
}
.end-content p{
    color: #fff;
}
.end-content span{
    color: #1A4C69;
    font-size: 16px;
}
.link-content{
    display: flex;
    justify-content: center;
}
@media(max-width:992px){
    .link-content {
        justify-content: start;
        margin-top:1rem;
        margin-bottom:1rem;
    }
    .logo-wrapper img{
        max-width: 200px;
    }
}
@media(max-width:577px){
    .end-content span {
        font-size: 14px;
    }
}