.footer {
    background-image: url('./Images/bg\ comp.png');
    padding-left: 5%;
    padding-right: 5%;

    padding-top: 3%;
    padding-bottom: 3%;

}

.footer-divs {
    display: flex;
    justify-content: space-around;
}

.logo-comp {
    border-radius: 16px;
    box-shadow: 10px 10px 30px 0px rgba(174, 174, 192, 0.4);

}

.logo-media1 {
    width: 25%;

}

.logo-media2 {
    width: 15%;

}

.logo-media3 {
    width: 15%;
    padding-top: 5%;
}

.logo-media4 {
    width: 15%;
}

.logo-media5 {
    width: 25%;
}

.para-under-img {
    font-family: Quicksand;
    font-size: 14px;
    font-weight: 500;
    color: rgba(51, 51, 51, 1)
}

.icon-flex {
    display: flex;
    justify-content: start;
}

.footer-head-inner {
    font-family: Quicksand;
    font-size: 16px;
    font-weight: 700;
    color: rgba(0, 119, 192, 1);

}

.icons {
    padding-right: 8%;
}

.footer-uls {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-lis {
    text-decoration: none;
}

.footer-uls li {
    padding-bottom: 5%;
    font-family: Quicksand;
    font-size: 14px;
    font-weight: 500;

}


.footer-lis {
    color: rgba(51, 51, 51, 1)
}

.contact-sec {
    display: flex;
    padding-bottom: 5%;
}

.footer-mail {
    display: flex;
    align-items: center;
}

.address {
    padding-left: 5%;

}

.address-para {
    font-family: Quicksand;
    font-size: 14px;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    text-decoration: none;
}

.line-footer {
    width: 100%;
    height: auto;
}


.footers-foot {
    display: flex;
    justify-content: space-around;
}

.copy-right {
    font-family: Quicksand;
    font-size: 14px;
    font-weight: 400;
    color: rgba(111, 108, 144, 1);


}

.footer-lis:hover {
    color: rgba(0, 119, 192, 1);
}

.address-para:hover {
    color: rgba(0, 119, 192, 1);
}


@media(max-width:768px) {
    .logo-comp {
        width: 75%;
    }

    .para-under-img {
        font-size: 12px;
    }

    .footer-head-inner {
        font-size: 16px;
    }

    .footer-lis {
        font-size: 12px;
    }

    .address-para {
        font-size: 12px;
    }

    .copy-right {
        font-size: 12px;
    }
}

@media(max-width:425px) {
    .footer-divs {
        display: block;
    }

    .logo-media1 {
        width: 100%;
        padding-top: 3%;
    }

    .logo-comp {
        width: 38%;
    }

    .logo-media2 {
        width: 100%;
        padding-top: 3%;
    }

    .logo-media3 {
        width: 100%;
        padding-top: 0%;
    }

    .para-under-img {
        padding-top: 1%;
    }

    .icon-flex {
        padding-top: 1%;
    }

    .logo-media4 {
        width: 100%;
    }

    .logo-media5 {
        width: 100%;
    }

    .footers-foot {
        display: block;
    }

    .drop-menus {
        position: fixed;
        width: 100%;
        z-index: 2;
        background-color: white;
    }

}


@media(max-width:375px){
    .amigo-features{
        padding-left:8px;
        padding-right:8px;
    }
}