@media only screen and (max-width: 991px)
{
    .dash_logout_div
    {
        right: 80px;
        top: 10px;
    }
    .dash_summary_counter:nth-child(4)
    {
        border-left: none;
    }
    .dash_summary_counter:first-child,.dash_summary_counter:nth-child(2),.dash_summary_counter:nth-child(3)
    {
        border-bottom:  1px solid #ccc;        
    }
}

@media only screen and (max-width: 500px)
{
    .login_name,.login_name:hover,.login_name:focus,.login_name:active,.login_name i
    {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px)
{
    .dash-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .dash_summary_bg
    {
        background-color: transparent;
        padding: 0 15px;
    }
    .dash_summary_counter
    {
        margin-bottom: 10px;
        -webkit-box-shadow: 0 0 15px -3px #666;
        -moz-box-shadow: 0 0 15px -3px #666;
        box-shadow: 0 0 15px -3px #666;
    }
    .dash_summary_counter .title
    {
        display: block;
        width: 100%;
        background-color: #3c4e64;
        text-align: center;
        color: white;
        font-size: 18px;
        line-height: 22px;
        padding: 8px 0 10px 0;
    }
    .dash_summary_counter .information
    {
        display: block;
        width: 100%;
        background-color: #ffffff;
        text-align: center;
        color: #333333;
        font-size: 18px;
        line-height: 22px;
        padding: 8px 0 10px 0;
    }
    .signup_title2
    {
        font-size: 26px;
        line-height: 34px;
        margin: 0 0 30px;
    }
}