.footer-bg {
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    width: 100%;
    height: 100%;
    padding: 25px 0;
}
.rights-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-top: 1px solid #000;
    padding-top: 20px;
}
.rights-txt,
.nad-txt,
.nad-txt a,
.nad-txt a:hover {
    font-family: "Poppins-Regular", sans-serif;
    font-size: 16px;
    color: black;
    text-align: center;
    text-transform: capitalize;
    text-decoration: none;
}
.footer-nav-style {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.footer-link,
.footer-link:focus {
    font-family: "Poppins-Regular", sans-serif;
    font-size: 20px;
    line-height: 30px;
    color: #00000099;
    text-align: center;
    text-transform: capitalize;
    outline: none;
    box-shadow: none;
}
.footer-link:hover {
    color: #6699d5 !important;
    font-weight: bold !important;
}
.go-kid-link,
.go-kid-link:hover {
    font-family: "Poppins-Regular", sans-serif;
    font-size: 20px;
    line-height: 30px;
    float: right;
    color: #000000;
    text-decoration: none;
}
