
@media (min-width: 310px) and (max-width: 767px) {
    
    .top-middel h2 {
    color: #058823;
    text-align: center;
    margin: 0px;
    padding-top: 12px;
    font-size: 25px;
    padding-bottom: 18px;
}
    
    .logo {
    text-align: center;
}
    
.top-middel {
    padding-top: 23px;
}
    
    .total-member {
    color: #fff;
    display: inline-block;
    float: right;
    margin-right: 0;
    position: relative;
    text-align: center;
    top: auto;
    width: 100%;
}
    
    .total-member a{display: inherit; margin-bottom: 9px;}
    
.total-member stong{}
.total-member span{}
    
    
    .navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #17a2b8;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
    
    
.navbar-light .navbar-toggler {
    color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
}    
    

  
}