@media (min-width:0) and (max-width:575px){
    .ars_link{
        text-align: center!important;
    }
    .auth_box_middle,.reg_box_middle,.payment_box_middle{
        width: 99%;
    }
    footer{
        text-align: center;
    }
    footer .copy{
        display: block;
        margin-top: 5px;
    }
    .footer_links a{
        font-size: 13px;
    }
    .footer_links {
        list-style-type: none;
        margin-top: 10px;
    }
    .social_icons{
        margin-top: 10px;
    }
    .custom_mb_sm{
        margin-bottom: 15px;
    }
    .custom_mt_sm{
        margin-top: 15px;
    }

    .admin_content {
        margin: 0;
        border-radius: 0;
        margin-top: 10px;
        padding: 5px;
        padding-top: 0;
        padding-bottom: 0;
    }
    .has_middle_content_box,.has_middle_content_box_without_border{
        position: inherit;
        width: 100%;
    }
    .has_middle_content_box_without_border_{
        width: 100%;
        margin-top: 10px;
        margin-bottom: 0;
        border-radius: 5px;
    }
    #color-calendar {
        margin-left: 0px;
    }
    .payment_history_preview_content{
        width: 100%;
    }
    .news_pills .img_pill{
        padding: 2px 5px;
        border-radius: 10px;
        margin-right: 5px;
        font-size: 10px;
    }

    .container {
        width: 100% !important;
    }
}

@media (min-width:767.1px) and (max-width:991px){
    .auth_box_middle,.reg_box_middle,.payment_box_middle {
        width: 100%;
    }
    .payment_history_preview_content{
        width: 100%;
    }
 .admin_content{
    padding: 0 5px;
 }
    .container {
        width: 100% !important;
    }

}


@media (min-width:991.1px) and (max-width:1199px){

}

@media screen and (max-width:1024px) and (-webkit-min-device-pixel-ratio:0) {

}
