.footer-parent {
    background-color: #F5F4F3;
    height: 100px;
    width: 100%;
    display: flex;
}
.footer-left-side {
    flex:1;
}
.copyright {
    font-size: 10px;
    float: left;
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
    color: grey;
}
.footer-social-icons-holder {
    display: flex;
}
.footer-instagram-icon {
    margin-left: 20px;
}
.footer-instagram-icon,
.footer-linkedin-icon,
.footer-facebook-icon {
    margin-top: 10px;
    width: 45px;
    height: 45px;
    text-align: center;
    background-color: #cbe0f7;
    border-radius: 10px;
}
.footer-instagram-icon img,
.footer-linkedin-icon img,
.footer-facebook-icon img {
    height: 29px;
    margin-top: 7px;
}
.footer-linkedin-icon,
.footer-facebook-icon {
    margin-left: 10px;
}
.footer-linkedin-icon img {
    margin-left: 5px;
}
.footer-right-side {
    flex:1;
    display: flex;
    justify-content: flex-end;
    margin-top: 25px;
    margin-right: 100px;
}
.footer-links a {
    text-decoration: none;
    color: grey;
    font-size: 14px;
    margin: 14px;
    float: left;
    font-weight: lighter;
}


/*----------------------------------------------*/
@media only screen and (min-width : 150px) and (max-width : 769px) {

    .footer-parent {
        height: auto;
    }
    .footer-right-side {
        width: auto;
        margin-right: 5px;
        display: flex;
        margin-top: 10px;
        flex-wrap: wrap;
    }
    .copyright {
        margin-top: 10px;
        margin-left: 5px;
        width: 125px;
    }
    .footer-social-icons-holder {
        width: 175px;
    }
    .footer-instagram-icon {
        margin-left: 10px;
    }
}

/*----------------------------------------------*/
@media only screen and (min-width : 770px) and (max-width : 1099px) {
    .footer-right-side {
        width: 40%;
        float: right;
        margin-right: 10px;
    }
}

/*-----------Tablet-----------------------------------*/
@media only screen and (min-width: 1100px) and (max-width: 1299px) {
    .footer-right-side {
        width: 25%;
        margin-right: 0;
    }
}

/*----------------------------------------------*/
@media only screen and (min-width: 1300px) and (max-width: 1699px) {
    .footer-right-side {
        margin-right: 75px;
    }
}
