@media screen and (max-height: 800px) {
    .remove-page-image {
        max-height: 400px;
    }
}

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

    .uninstall-page-title {
        margin-bottom: 5rem;
    }

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

@media (max-width: 991px) {
    html {
        font-size: 8px;
    }
    .faq__acc {
        padding: 0;
    }
    .card-btn {
        padding: 2.2rem 3.2rem 2.2rem 0;
    }
    .card-body {
        padding: 1.1rem 3.2rem 2.2rem 0;
    }
    .contact-page__wrap:before {
        bottom: 20px;
        left: calc(50% - 250px);
        width: 280px;
        height: 280px;
    }
    .contact-page__wrap:after {
        top: 0;
        right: calc(50% - 250px);
        width: 180px;
        height: 180px;
    }

    .features-section__icon {
        margin-bottom: 3rem;
    }

    .features-section__icon svg {
        max-width: 60%;
    }

    .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;
        width: 320px !important;
        height: 100vh;
        background: #fff;
        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;
    }
    .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: none;
    }
    .site-header .site-nav .site-main-menu li:last-child {
        color: #12AE89;
    }
    .site-header .site-nav .site-main-menu li a {
        display: block;
        padding: 16px 35px;
        font-weight: 400;
        border-radius: 0;
        color: #314759;
        border: none;
        font-size: 2rem;
    }
    .site-header .site-nav .site-main-menu li:last-child a {
        display: block;
        background: #4270FB;
        color: #fff;
        padding: 10px 24px;
        font-size: 1.8rem;
        margin: 1rem 3.5rem;
        text-align: center;
        font-weight: 500;
        transition: 0.2s ease;
        box-shadow: 0 4px 7px rgba(74, 58, 255, 0.13);
        border-radius: 40px;
    }
    .site-header .site-nav .site-main-menu li:last-child a:hover {
        color: #fff;
        background: #5a82fc;
        text-decoration: none;
    }
    .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 {
        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: #888888;
    }
    .close-menu i {
        font-size: 36px;
        color: #2b2350;
    }
    .close-menu span {
        font-size: 15px;
        color: #8EA4AF;
    }
    .footer-link:focus {
        color: #fff;
    }

    .hiw__info {
        padding: 0;
    }
    .card-btn-indicator {
        top: 16px;
    }
    .support__main {
        padding: 4rem 6rem 6rem;
    }
    .page-404__image {
        max-height: 240px;
    }
    .page-404__page {
        min-height: calc(100vh - 38px);
    }
    .footer-link:hover, .footer-link:focus {
        color: #8EA4AF;
        text-decoration: none;
    }
}

@media (max-width: 767px) {
    .page-terms__wrapper {
        padding: 5rem 3rem;
    }
    .contact-card {
        margin: 0 auto 3rem;
        height: auto;
        padding: 2rem;
    }
    .footer-link, .footer-info {
        margin-left: 0;
    }

    .about-section__text {
        margin-bottom: 32px;
    }
    .footer__button {
        margin-bottom: 4rem;
    }
    .footer-chrome {
        margin-top: 3rem;
    }
    .features-section__item-borders {
        border: none;
    }

    .features-section__item {
        margin-bottom: 4rem;
    }

    .features-section__item-nomb {
        margin: 0;
    }

    .fullscreen__wrapper {
        padding: 5rem 5rem 0;
    }

    .fullscreen__img {
        margin: 4rem 0 0;
    }

    .fullscreen__img img {
        display: block;
        margin: 0 auto;
    }

    .about__wrapper {
        padding: 5rem;
    }

    .faq__img {
        padding: 2rem 0;
    }

    .footer-logo {
        margin-bottom: 3rem;
    }

    .footer-content {
        padding: 4rem 0;
    }

    .hiw__img {
        padding: 1rem;
    }

    .hiw__item {
        padding-bottom: 2rem;
    }

    .hiw__row {
        gap: 2rem;
    }

    .hiw__big-img {
        padding: 3rem;
    }

    .remove-page-image {
        max-height: 240px;
    }

    .thanku-page__wrapper {
        padding: 4rem 3rem 4rem;
    }

    .thanku-page__img {
        margin-top: 5rem;
    }
}

@media (max-width: 575px) {
    .scroll-down {
        display: none;
    }

    .btn-big {
        width: 100%;
    }

    .site-header {
        padding: 0.8rem 0;
    }

    .site-header .header-inner {
        padding: 0.5rem;
    }

    .uninstall-item {
        flex-direction: column;
        gap: 4rem;
    }
    .uninstall-item-content {
        text-align: center;
    }

    .fullscreen__wrapper {
        padding: 3rem 3rem 0;
    }

    .about__wrapper {
        padding: 3rem;
    }

    .about__item {
        padding: 2.4rem 0;
    }

    .support__main {
        padding: 3rem 3rem 4rem;
    }

    .footer__button {
        margin-bottom: 3rem;
    }

}

@media screen and (max-width: 400px) {
    .btn {
        width: 100%;
    }
}
