
.navbar-helio {
    position: relative;
}

.banner {
    position: absolute;
    transform: translateY(-350%);
}

.tab-content {
    border-top: #358EF1 solid 3px;
}

.nav-tabs {
    border-bottom: none;
    width: 30%;
}

.nav-link {
    border-bottom: none;
}

.nav-link:hover {
    color: #358EF1;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link {
    border: none;
    border-radius: 0;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border: none;
}

nav-item nav-link active.active {
    background-color: #F5F5F5;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #F5F5F5;
}

.nav-tabs .nav-item {
    margin-bottom: 0px;
}

.content-header {
    width: 1%;
}

.content-body {
    width: 90%;
}


@media (max-width:768px) {
    .banner {
        position: absolute;
        transform: translateY(-320%);
    }
}

@media (max-width:600px){
    .banner {
        position: absolute;
        transform: translateY(-175%);
    }

    .nav-tabs {
        border-bottom: none;
        width: 100%;
    }
}