/*footer*/
footer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 10px;
    background-color: rgb(14, 69, 14);
}

footer .col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
    width: 50%;
    height: 30%;
    margin-top: 30px;
    justify-content: center;
}

footer .logo {
    width: 100px;
    height: 90px;

}

footer #imgcol h4 {
    font-size: 14px;
    position: relative;
    left: 110px;
    bottom: 70px;
    color: white;
}

footer #imgcol p {
    font-size: 13px;
    position: relative;
    bottom: 30px;
    white-space: wrap;
    width: 260px;
    display: block;
    color: white;


}

footer .col a {
    text-decoration: none;
    color: white;
    font-size: 14px;
    font-weight: 500;

    margin-top: 10px;
}

footer .follow {
    position: relative;
    top: 10px;
    color: white;

}

footer .follow h4 {
    font-size: 16px;
    color: white;

}

footer .follow i {
    padding-right: 4px;
    cursor: pointer;

}

footer .install p {
    font-size: 13px;
    margin-top: 10px;
    font-weight: 600;
    color: white;

}

footer .install .row img {
    width: 45%;
    height: 30%;
    border-radius: 6px;
    cursor: pointer;
}

footer .install img {
    margin: 10px 0 15px;
    width: 100%;
    height: 60%;
    border: none;
}

footer .follow i:hover,
.follow a {
    color: rgb(255, 200, 0)179, 235, 235;
}

footer .copyright {
    width: 100%;
    text-align: center;
    color: white;
}

@media only screen and (max-width: 600px) {
    footer {
        display: flex;
        flex-direction: column;
        justify-content: center;
        border-top: 1px solid green;
        align-items: center;

    }

    footer .col {
        display: flex;
        height: 140px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 30px 50px 10px 85px;
        position: relative;
        right: 16px;
        border: 1.5px solid green;
    }

    footer .logo {
        width: 100px;
        height: 70px;
        margin-top: 10px;
        padding-left: 30px;
        border: none;
    }

    footer #imgcol {
        height: 85px;
        margin-top: 10px;
        padding-left: 10px;
        text-align: center;
        border: none;

    }

    footer #imgcol h4 {
        font-size: 12px;
        position: relative;
        left: 0px;
        top: 10px;
        font-weight: 600;
        white-space: wrap;
        padding: 0px 0px 0px 20px;
        display: inline;
    }

    footer #imgcol p {
        display: none;


    }

    footer .col a {
        text-decoration: none;
        color: white;
        font-size: 14px;
        font-weight: 600;

        margin-top: 10px;
    }

    footer .follow {
        position: relative;
        top: 10px;

    }

    footer .follow h4 {
        font-size: 16px;

    }

    footer .follow i {
        padding-right: 4px;
        cursor: pointer;

    }

    footer .install p {
        font-size: 13px;
        margin-top: 10px;
        margin-left: 30px;
        font-weight: 600;

    }

    footer .install .row img {
        width: 45%;
        height: 30%;
        border-radius: 6px;
        cursor: pointer;
    }

    footer .install img {
        margin: 10px 0 15px;
        width: 100%;
        height: 60%;
        border: none;
    }

    footer .follow i:hover,
    .follow a {
        color: aqua;
    }

    footer .copyright {
        width: 100%;
        text-align: center;
        margin-top:10px;
    }

}