@media (max-width: 991px) {
    #footer .widget.footer-widget {
        width: 50%;
    }
    .pix-header-fixed .toggle-menu {
        top: 50%;
    }
}
@media (max-width: 576px) {
    .feature-div {
        margin: 0 50px;
    }
    .gp-tab-style-two .gp-tabs-content .inspect-tab-image {
        height: 545px;
        width: 50%;
    }
    .animate-element-contact {
        transform: translateY(0);
    }
    .animate-ball .ball:nth-child(3) {
        display: none;
    }
    .animate-ball .ball:nth-child(1) {
        top: 60%;
    }

    #footer .footer-social-link {
        width: 240px;
    }
}

@media (max-width: 620px){
    .service-tabs .tabs-elemnt-small{
        left: 50%;
        transform: translateX(-50%);
        top: 20%;
    }
    .gp-tabs-content .pix-tab-item.active-tab .image-top{
        top: 30%;
    }
}