/* mobile */

@media (min-width: 576px) {
    .tools_container {
        max-width: 540px;
    }
 
}

@media (min-width: 768px) {
    .tools_container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .tools_container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .tools_container {
        max-width: 1140px;
    }
}

@media (min-width: 1440px) {
    .tools_container {
        max-width: 1440px;
    }
}
@media (max-width: 90em) {
    .tools_item {
        font-size: 36px;
        line-height: 38px;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    }
}
@media (max-width: 1300px) {
    .tools_item {
        max-height: 240px;
    }
    .tools_item {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    }

}
@media (max-width: 1280px) {
    .tools_item {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    }

}

@media screen and (max-width: 1200px) {
    .container {
        max-width: 100%;
    }

    .tools__container .tools__item {
        width: 20%;
    }
    .tools_item {
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
    }
}

@media (max-width: 1024px){
    .tools {
        padding: 8px;
    }
}


@media screen and (max-width: 992px) {
    .container {
        max-width: 100%;
    }

    .tools__container .tools__item {
        width: 25%;
    }
}
@media (max-width: 960px){
   
}
@media screen and (max-width: 768px) {
    .container {
        max-width: 100%;
    }

    .tools__container .tools__item {
        width: 33%;
    }
    
}


@media (max-width: 640px){
    .tools_item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
    .tools_item:hover {
        background-image: none;
        background-repeat: no-repeat;
        transform: translate(0px, 0px) scale(1);
    }
    .tools_item:hover a .tools_item_content h3 {
        color: #333;
    }
    .tools_item:hover a .tools_item_content p {
        color: #333;
    }
    .tools_item:hover a {
        box-shadow: 0px 0px 7px 1px rgb(0 0 0 / 12%);
        background: rgba(255,255,255,.75);
        border: 1px solid #fff;
    }
    .tools_item a{
        flex-wrap: wrap;
    }
    .tools_container .tools_item_icon{
        width: 100%;
    }
    .tools_item_icon svg, .tools_item_icon img{
        margin: 0 auto;
    }
    .footer_inner .footer-login{
        border:none
    }
}


@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
    }

    .tools__container .tools__item {
        width: 50%;
    }

    .tools__container svg {
        width: 50px;
        height: 50px;
    }
}
@media (max-width: 500px){
    .login-content, .forgotPwd-content{
        width: 100%;
    }
    .check-g a{
        margin: 10px;
    }
    .tools_item {
        height:186px;
    }
    
    /* .sidebar-active .uploader{
        top: 180px;
    } */
    .home-title h1{
        font-size: 21px;
        width: 95%;
        text-align: center;
        margin: 0 auto;
    }
    .home-title h6{
        width: 95%;
        text-align: center;
        margin: 0 auto;
    }
    #uploader_btn{
        font-size: 15px;
    }
    #file-text{
        display: none;
    }
    button.container{
        width: 80%;
    }
    #btn-upload{
        right: 6%;
        z-index: 99;
    }
    .downloader, .uploader{
        padding-bottom: 50px;
    }
    .decryptBtn-box .decryptBtn-content{
        color: #adabab;
    }
    .popup-content {
        margin-top: 30px;
    }
}
@media (max-width: 440px){
    .tools_item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}