.footer-main {
    background: #1c1c28;
    border-top: 1px solid #e5e5e5;
    padding: 40px 0
}

.footer-top {
    display: flex;
    gap: 15rem;
}

.footer-top .footer-col {
    max-width: 25%;
    width: 100%
}

.footer-top .info-area img {
    margin-bottom: 10px;
    max-width: 40%;
    width: 100%!important
}

.footer-top .info-area p {
    font-size: 14px;
    margin: 0
}

.footer-top .footer-col p {
    color: #e0fbfc;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px
}

.footer-top .footer-col ul li {
    display: block;
    width: 100%
}

.footer-top .footer-col ul li:not(:last-child) {
    margin-bottom: 4px
}

.footer-top .footer-col ul li a {
    color: #E0FBFC;
    font-size: 12px;
    text-decoration: none;
    transition: .3s ease-in-out;
}

.footer-top .footer-col ul li a:hover {
    color: #000
}

.footer-bottom {
    padding-top: 2rem;
    text-align: center
}

.footer-bottom,.right-links ul {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.right-links ul {
    margin: 0;
    padding: 0
}

.right-links ul li {
    list-style: none;
    padding: 0
}

.right-links ul li a {
    color: #e0fbfc;
    font-size: 12px;
    padding-left: 20px;
    text-decoration: none
}

.footer-bottom p {
    color: #e0fbfc;
    font-size: 12px;
    margin: 0
}

ul.social-links {
    display: flex;
    list-style: none;
    margin-top: 10px;
    padding: 0
}

ul.social-links li a svg {
    width: 14px;
    fill: #00C6B2;
}

ul.social-links li a {
    line-height: 1;
    padding: 10px 10px 3px;
    background: #E0FBFC;
    border-radius: 50%;
    line-height: 1;
    width: 34px;
    display: block;
    height: 35px;
    vertical-align: middle;
}

ul.social-links li a:hover {
    background: #e9ebef
}

ul.social-links li a {
}

ul.social-links li {
    max-width: 40px
}

.footer-top .footer-col h6 {
    color: #e0fbfc;
    font-size: 14px;
    font-weight: 700;
    position: relative;
}
.footer-top .footer-col h6:after
Specificity: (0,2,2)
 {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 58px;
    height: 1.5px;
    background: 1px;
    background-color: #00C6B2;
}
@media (max-width: 991px) {
    .footer-top .info-area img {
        max-width:60%
    }
}

@media (max-width: 767px) {

    .footer-top {
        flex-wrap: wrap;
              gap: 20px;
    }

    .footer-top .info-area img {
        max-width: 40%
    }

    .footer-top .footer-col {
        max-width: 47%;
        width: 100%
    }

    ul.social-links {
        justify-content: center
    }
}

@media (max-width: 575px) {
    .right-links ul li a {
        font-size:14px;
        line-height: 2;
        padding: 0
    }

    .footer-bottom,.right-links ul {
        display: block
    }

    .footer-top .footer-col {
        max-width: 100%;
        text-align: center
    }

    .footer-top .info-area img {
        max-width: 140px
    }
}
