
footer{
    margin-top: 6rem; border: 1px solid #E6EBF1;
    font-family: Poppins;
}

.footerall{
    text-align: center;
    margin-top: 4rem;
}

.footerText{
    margin-top: 2rem;
}

.footerLink {
    margin-top: 3rem;
    display: flex;
    justify-content: center;
    column-gap: 45px;
}

.footerLink a{
    text-decoration: none;
    color: #13181D;
    font-weight:500 ;
    font-family: Poppins;
}

.footerGmailandPhone{
    margin-top: 4rem;
}

.fa-phone{
    margin-left: 2rem;
}

.footerbottom{
    font-size: 14px;
    height: 49px;
    font-family: Poppins;
    display: flex;
    justify-content: space-between;
    padding-top: 1%;
}

.footerbottomtext a{
    text-decoration: none;
    color: #13181D;
}

.footerbottomtextpad{
    padding-left: 2rem;
}

@media only screen and (width <= 375px) {
    .footerGmailandPhone {
        margin-top: 4rem;
        font-size: 14px;
    }
}

@media only screen and (width <= 430px) {
    .footerbottom {
        font-size: 14px;
        height: 49px;
        font-family: Poppins;
        background: #F7F8F9;
        display: block;
        justify-content: space-between;
        padding-top: 1%;
        text-align: center;
    }
}