.header {
    background-color: #3c6cfe;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.header b{
    color:#fff;
}
#navbar{
    padding-left: 15%;
}
@media screen and (max-width: 768px){
#navbar{
    padding-left: 5%;
}
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: #507bfe;
}
.dropdown-menu>li>a {
    display: block;
    padding: 10px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
@media (max-width: 767px){
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
}
}
.tabs ul{
    display: flex;
    justify-content: space-between;
    padding: 0;
}
.tabs ul li{
    display: inline-block;
    float: left;
    background-color: #cfe7f9;
    flex-grow: 1;
}
.tabs ul li a {
    display: block;
    padding: 0 21px !important;
    height: 45px;
    line-height: 45px;
}
.tabs ul li a.active {
    background-color: #3c6cfe;
    color: #ffffff;
}
.tabs a{
    text-decoration: none;
    cursor: pointer;
    color: #333;
    transition: all .4s ease 0s;
}
@media screen and (max-width: 768px){
.tabs ul {
    display: block;
}
.tabs {
    margin-bottom: 20px;
    padding: 0 0 30% 3%;
    border-bottom: 2px #e6e6e6 solid;
}
.tabs ul li {
    width: 31.6%;
    margin: 0 1% 1% 0;
    border-radius: 3px;
    background: #f1f3f8;
}
.tabs ul li a.active {
    border: 0;
    background-color: #3c6cfe;
    color: #fff;
}
}

.content .tabs {
    margin-bottom: -2px;
}

.footer {
    position: fixed;
    bottom: 0px;
    border-top: 2px #e6e6e6 solid;
    padding: 30px 0;
    width: 100%;
    background: #201f25 !important;
    color: #b5b5b5;
}