@media (max-width: 1199px) {
    .uninstall-item-image {
        margin: 0 5rem;
    }

    .faq {
        padding: 8rem 0;
    }

    .fullscreen__title {
        font-size: 6rem;
    }

    .title {
        font-size: 4rem;
    }
}

@media (max-width: 991px) {
    html {
        font-size: 8px;
    }
    
    .fullscreen,
    .thanks-block {
        text-align: center;
    }

    .list li {
        background-size: 22px;
    }

    .contact-card {
        margin: 0 auto 50px;
        height: calc(100% - 50px);
    }

    .site-header .header-inner .site-nav .menu-wrapper {
        flex-direction: column;
    }

    .toggle-menu {
        position: absolute;
        right: 0;
        width: 26px;
        top: 50%;
        transform: translateY(-50%);
        display: block;
        height: 24px;
    }
    .toggle-menu .bar {
        width: 27px;
        height: 2px;
        display: block;
        float: left;
        margin: 3px auto;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background: #fff;
    }

    .site-header .header-inner {
        text-align: center;
        padding: 15px 0;
    }
    .site-header .header-inner .site-nav .nav-right {
        margin-left: 20px;
    }
    .site-header .header-inner .site-nav .nav-right .nav-btn {
        padding: 8px 22px;
    }
    .site-header .site-mobile-logo {
        display: block;
        max-width: 150px;
        text-align: left;
    }
    .site-header .site-main-menu li {
        margin: 0 15px;
    }
    .site-header .site-logo {
        display: none;
    }
    .site-header.header-two.toggle-light .toggle-menu .bar {
        background: #fff;
    }
    .site-header.header-five .toggle-menu .bar,
    .site-header.header-six .toggle-menu .bar {
        background: #333;
    }
    .site-header .site-nav {
        position: fixed;
        z-index: 1000;
        width: 320px !important;
        height: 100vh;
        background: #98CBC6;
        top: 0;
        right: -100%;
        display: block !important;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        overflow: scroll;
        -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
        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;
        border-bottom: 1px solid #f1f2f3;
    }
    .site-header .site-nav .site-main-menu li {
        border-top: 1px solid #f1f2f3;
    }
    .site-header .site-nav .site-main-menu li {
        border-bottom: none;
    }
    .site-header .site-nav .site-main-menu li a {
        display: block;
        padding: 16px 35px;
        border-radius: 0;
        font-size: 2rem;
        margin: 0;
        color: #fff;
    }
    .site-header .site-nav .nav-right {
        display: none;
    }
    .header-inner .site-mobile-logo img {
        max-height: 65px;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .pix-header-fixed .site-main-menu li a {
        color: #fff;
    }

    .pix-header-fixed .header-inner .site-logo {
        padding: 12px 0;
    }
    .pix-header-fixed.header-two.toggle-light .toggle-menu .bar {
        background: #000;
    }
    .sidebar-open .site-header .site-nav {
        right: 0;
    }
    .sidebar-open .menu-wrapper:before {
        opacity: 1;
        visibility: visible;
    }
    .close-menu {
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        top: 0;
        text-align: right;
        width: 100%;
        left: 0;
        padding: 30px 20px;
        color: #fff;
    }
    .close-menu i {
        font-size: 36px;
        color: #2b2350;
    }
    .close-menu span {
        font-size: 15px;
    }

    .thanks-block {
        padding: 4rem;
    }
}

@media (max-width: 767px) {
    .features-block {
        margin-top: 4rem;
        flex-direction: column;
        align-items: center;
    }
    
    .feature {
        width: 100%;
        max-width: 500px;
    }
    
    .feature:first-child,
    .feature:nth-child(2) {
        margin: 0 0 2rem;
    }
    
    .feature:first-child:before,
    .feature:nth-child(2):before {
        display: none;
    }

    .feature-image {
        min-height: 0;
    }
    .contact-card {
        margin: 0 auto 30px;
        height: calc(100% - 30px);
    }
}

@media (max-width: 575px) {

    .footer-content .btn {
        width: 100%;
    }
}
