.footer-box {
    background-color: #eeeeee;
    margin-top: 60px;
        padding-bottom: 60px;
}
.footer-logo {
    text-align: center;
    margin-top: -50px;
}
.gototop {
    background-color: #743679;
    padding: 9px 8px 8px 8px;
    cursor: pointer;
    margin-left: 40px;
    position: relative;
    bottom: -5px;
}
.gototop i {
    color: #fff;
    font-size: 23px;
}
.ul-box {
    padding: 0;
    margin: 0;
}
.footer-nav-li {
    display: inline-block;
}
.footer-nav-link {
    font-size: 14px;
    color: #581660;
    font-weight: 700;
    padding: 5px 14px;
    position: relative;
}
.footer-nav-link:after {
    position: absolute;
    left: 0px;
    top: 11px;
    content: "";
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background-color: #5d2064;
}
.ul-box .footer-nav-li:last-child .footer-nav-link {
    padding-right: 0;
}
.footer-nav {
    padding: 30px 0 30px 0;
}
.paragraph-text {
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    color: #581660;
}
.copy-rigth {
    padding: 25px 0;
        text-align: center;
}
.copy-right-text {
    font-size: 17px;
    color: #5d2064;
    font-weight: 400;
    padding-bottom: 5px;
}
.web-site-link {
    color: #5d2064;
}
.copy-right-link {
    font-size: 14px;
    color: #5d2064;
}
@media screen and (max-width:380px){
    .footer-logo{
            margin-top: -32px;
    }
    .footer-logo-img {
    width: 45%;
}
.footer-nav-li {
    display: block;
}
.paragraph-text{
    text-align: justify;
    font-size: 14px;
}
.footer-box{
        margin-top: 40px;
    padding-bottom: 40px;
}
.copy-right-text{
    font-size: 14px;
}
}