.footer-container{
    display: flex;
    justify-content: space-between;
    padding: 0 20px 20px 50px;
    flex-wrap: wrap;
    align-items: center;
}
@media only screen and (max-width: 1052px) {
    .footer-container {
        padding: 0 20px 20px 20px;
    }
}
@media only screen and (max-width: 567px) {
    .footer-container {
        padding: 0 20px 20px 27px;
    }
}
.custom-col{
    width: 33.33333%;
}
.footer-logo{
    width: 250px;
}
.footer-abt-content{
    color: var(--font-secondary-color);
    font-family: 'poppins';
    font-weight: 400;
    font-size: 1rem;
    margin-top: 30px;
    line-height: 1.9;
}
.footer-socialmedia{
    display: flex;
    list-style: none;
    justify-content: flex-start;
    padding: 0;
    margin-top: 20px;
}
.footer-socialmedia li{
    margin-right: 20px;
}
.footer-contact{
    margin: 0 30px;
}
.footer-headings{
    font-family: 'poppins';
    font-size: 1.2rem;
    color: #3F3F3F;
    font-weight: 600;
    margin-bottom: 20px;
}
.footer-contactdetails{
    list-style: none;
    padding: 0;
}
.footer-contactdetails tr td{
    padding: 10px 5px;
    color: var(--font-secondary-color);
    font-family: 'poppins';
    font-weight: 400;
    font-size: 1rem;
    vertical-align: baseline;
}
.footer-contactdetails li span{
    width: 50px;
    height: 50px;
    margin-right: 20px;
}
.footer-qic-list{
    list-style: none;
    padding: 0;
}
.footer-qic-list li{
    margin: 10px 0;
}
.footer-qic-list li a{
    color: var(--font-secondary-color);
    font-family: 'poppins';
    font-weight: 400;
    font-size: 1rem;
    text-decoration: none;
    text-transform: capitalize;
}
@media only screen and (max-width: 991px) {
    .custom-col{
        width: 50%;
    }
    .footer-qic-list li{
        display: inline;
        margin-right: 10px;
    }
    .footer-headings-qik{
        margin-top: 20px;
    }
}
@media only screen and (max-width: 567px) {
    .custom-col{
        width: 100%;
    }
    .footer-contact{
        margin: 20px 0;
    }
    .footer-headings-qik{
        margin-top: 10px;
    }
}
.custome-hr{
    content: "";
    width: 100%;
    height: 1px;
    background-color: rgb(233, 233, 233);
    margin: 15px 0;
}
.copyright{
    color: var(--font-secondary-color);
    font-family: 'poppins';
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
}