.theme-color {
    background-color: #00B9B6;
}

#how_it_works .nav-pills .nav-link.active {
    background-color: #00B9B6;
}

.social-icons{
    display: flex;
    justify-content: end;
} 

.sigo:hover {
    color: rgb(17, 207, 201);
}

.powered-by {
    text-align: center;
}

.footer-screen {
    justify-content: space-around;
}

@media screen and (max-width: 991px){
    .powered-by {
        text-align: left;
    }
    .social-icons{
        justify-content: start;
    } 

    .sub-banner {
        padding: 15px 0 15px 0;
    }
}