@media (max-width: 1120px) {}

@media (max-width: 992px) {


    .slider_section .box {   /****/
        margin: 75px 0 125px 0;
    }

    .client_section .box { /**/
        width: 90%;
    }
}

@media (max-width: 768px) {
    .slider_section .detail-box { /*****/
        text-align: center;
        margin-bottom: 45px;
    }

    section.app_section .img-box {  /****/
        transform: none;
        margin-top: 35px;
    }

    .client_section .box { /****/
        width: 100%;
    }

}


@media (max-width: 576px) {

  
    .client_section .box { /****/
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .client_section .box .client_id { /*****/
        margin: 0;
        margin-bottom: 15px;
    }

    .client_section .box .client_id { /******/
        padding: 15px;
    }

    .client_section .box .client_id::before { /******/
        clip-path: none;
    }

    .client_section .box .client_id::after { /******/
        top: 3%;
        left: 0%;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.1);
        filter: blur(10px);

    }
}

@media (max-width: 480px) {}

@media (max-width: 420px) {}

@media (max-width: 360px) {}

@media (min-width: 1200px) {
    .container {       /*****/
        max-width: 1170px;
    }
}