*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none!important;
}
.footer i{
    font-size: .9rem;
}
#pop{
    text-align: center;
}
#pop .modal-content{
    width: 50%;
    margin: 0 auto;
}
.row{
    margin: 0!important;
}
.header{
    padding-top: 0rem;
    height: 3rem;
    background-color: #d4d0ff !important;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
}
.fixheader{
    height:3rem;
    width: 100%;
}
.color-blue{
    color:#00AEAC;
}
.bg-blue{
    background: #00AEAC!important;
    background-color: #00AEAC!important;
}
.size-sm{
    font-size: .8rem;
}
.color-777{
    color:#777;
}
.footer{
    position: fixed;
    bottom: 0;
    left: 0;
    height: 3rem;
    background: #fff;
    border-top: 1px solid #ececec;
    box-shadow: 1px -3px 5px #ffffff;
    width: 100vw;
    text-align: center;
}
.footer a{
    margin: 0;
    display: inline-block;
    width: 17%;
    padding: 2%;
    color: #5c636a;
    text-decoration: none;
    font-size: .5rem;
}