@media (min-width: 992px) {
    .desktop-hidden {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .mobile-hidden {
        display: none !important;
    }

    html {
        font-size: 8px;
    }

    .site-header .header-inner .site-nav .menu-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .toggle-menu {
        position: absolute;
        right: 15px;
        width: 26px;
        top: 50%;
        transform: translateY(-50%);
        display: block;
        height: 24px;
        cursor: pointer;
    }

    .toggle-menu .bar {
        width: 27px;
        height: 2px;
        display: block;
        float: left;
        margin: 3px auto;
        background: #ffffff;
    }

    .site-header .site-nav {
        position: fixed;
        z-index: 10;
        width: 320px !important;
        height: 100vh;
        background: #7537E0;
        top: 0;
        right: -100%;
        display: block !important;
        transition: all 0.5s ease-in-out;
        overflow: scroll;
        box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    }

    .site-header .site-nav .site-main-menu {
        display: block;
        width: 100%;
        padding-bottom: 50px;
        text-align: left;
        margin: 0;
    }

    .site-header .site-nav .site-main-menu li {
        padding: 0;
        margin: 0;
    }

    .site-header .site-nav .site-main-menu li > a {
        display: block;
        padding: 16px 35px;
        font-weight: 600;
        font-size: 1.6rem;
        color: #fff;
        border-radius: 0;
        background: none;
    }

    .sidebar-open .site-header .site-nav {
        right: 0;
    }

    .close-menu {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        top: 0;
        text-align: right;
        width: 100%;
        left: 0;
        padding: 30px 20px;
        color: #b9b9b9;
        cursor: pointer;
    }

    .close-menu span {
        font-size: 15px;
    }

    .hiw-step-img {
        flex: 0 0 40%;
    }

    .hiw-step:last-child {
        padding-left: 0;
    }

    .footer-menu {
        flex-wrap: wrap;
    }

    .uninstall-steps {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .fullscreen-content {
        flex-direction: column;
        text-align: center;
    }

    .thanks-page:before {
        display: none;
    }
}

@media (max-width: 575px) {
    .contact-cards,
    .features-content {
        flex-direction: column;
    }

    .uninstall-steps {
        grid-template-columns: repeat(1, 1fr);
    }
}
