@media (max-width:992px){
    .container{
        padding: 0 25px;
    }
    .number-box.mt{
        transform: none;
    }
    .number-box{
        margin-bottom: 25px;
    }
    .feedback-slider::before,.feedback-slider::after,.copyright-text i,.footer-logo-section a.link-btn,.mobile-hidden{
        display: none !important;
    }
    .copyright-text{
        padding: 0;
        text-align: center;
    }
    .copyright-section {
        padding-top: 70px;
        height: auto;
    }
    .footer-logo-section {
        justify-content: center;
    }
    .slider-forms {
        text-align: center;
    }
    a.phone-number strong {
        left: 35px;
    }
}