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

@media (min-width: 1201px) {
    .tips-item:nth-child(5) {
        grid-column: 2 / 2;
    }

    .tips-item:nth-child(6) {
        grid-column: 4 / 4;
    }
}

@media (max-width: 1440px) {
    html {
        font-size: 8px;
    }

    .container {
        max-width: 1160px;
    }

    .text-body-small {
        font-size: 1.8rem;
    }

    .fullscreen-wrapper {
        background-size: 90% auto;
    }

    .inner-page {
        min-height: calc(100vh - 86px - 476px);
    }
}

@media (max-width: 1200px) {
    .container {
        max-width: 1060px;
    }

    .site-header .site-main-menu li > a {
        margin: 0 2rem;
    }

    .tips-item-wrap {
        grid-template-columns: repeat(3, 1fr);
    }

    .removed-wrapper-img img {
        width: 300px;
    }
}

@media (max-width: 991px) {
    h1, .h1 {
        font-size: 5.4rem;
    }

    .title {
        font-size: 3.8rem;
    }

    .site-header {
        padding: 10px 0;
    }

    .site-header .header-inner .site-nav {
        position: fixed;
    }

    .site-header .header-inner .site-nav:before {
        display: none;
    }

    .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;
        cursor: pointer;
    }

    .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: #4D4A82;
    }
    .site-header .header-inner {
        text-align: center;
    }
    .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: 178px;
        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: var(--Extension-accent, #C3ED78);
        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;
        z-index: 1;
        -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: 0 0 50px 24px;
        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 16px 0;
        font-weight: 400;
        color: var(--Extension-Neutral-dark-10, #1F1F1F);
        border: none;
        font-size: 2rem;
    }
    .site-header .site-nav .site-main-menu li a.btn.btn-header {
        padding: 1.2rem 3.2rem;
        color: #fff;
        margin-top: 8px;
    }
    .site-header .site-nav .nav-right {
        display: none;
    }
    .site-header a.btn-header {
        margin: 0 calc(2rem + 24px);
    }
    .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;
        cursor: pointer;
    }
    .close-menu i {
        font-size: 36px;
        color: #2b2350;
    }
    .close-menu span {
        font-size: 15px;
        color: #000;
    }
    .footer-link:focus {
        color: #000;
    }

    .footer-content {
        padding: 3.2rem 0 4rem;
    }
    .footer-link:focus {
        color: #000;
    }
    .footer-info {
        margin-bottom: 5.7rem;
    }
    .inner-page {
        min-height: calc(100vh - 61px - 342px);
        padding: 8rem 0 6rem;
    }

    .removed-page__image {
        margin-top: 0;
    }
    .terms_privacy-container {
        padding: 4rem 5rem;
        border-radius: 36px;
    }

    .fullscreen-wrapper {
        position: relative;
        z-index: 1;
        padding: 8rem 2rem;
        background-position: center 55%;
    }

    .tips-item-wrap {
        grid-template-columns: repeat(2, 1fr);
    }

    .top-5-section {
        overflow: hidden;
        padding-top: 8rem;
        padding-bottom: 7.6rem;
    }

    .hiw-section {
        padding-top: 10rem;
        padding-bottom: 10rem;
    }

    .tips-section {
        padding-top: 8rem;
        padding-bottom: 5.6rem;
    }

    .engines-section {
        padding: 4.2rem 0 1.5rem;
    }

    .engines-section-content {
        border-radius: 6rem;
        padding: 8rem 3rem;
    }

    .faq-section {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }

    .footer-link {
        margin-top: 0;
        margin-bottom: 3rem;
    }

    .footer-row {
        align-items: flex-start !important;
    }

    .removed-wrapper {
        padding: 6rem 10rem
    }

    .page-404-wrapper {
        padding: 4.8rem 10rem
    }

    .removed-wrapper-img img {
        width: 220px;
    }

    .page-404-img img {
        width: 300px;
    }
}

@media (max-width: 767px) {
    h1, .h1 {
        font-size: 4.2rem;
    }

    .title {
        line-height: 1.3;
    }

    .title-container {
        flex-wrap: wrap;
    }

    .title-container .title {
        margin-bottom: 3rem;
        max-width: 100% !important;
        margin-right: 0;
        text-align: center;
    }

    .title-container .container-sub-title {
        max-width: 100% !important;
        margin-left: 0;
        text-align: center;
    }

    .fullscreen-wrapper {
        padding: 6rem 2.5rem;
        border-radius: 3rem;
        background-image: none;
    }

    .fullscreen-title br {
        display: none;
    }

    .fullscreen-text br {
        display: none;
    }

    .slider-item {
        border-radius: 2rem;
        text-align: center;
    }

    .slider-item-logo {
        justify-content: center;
    }

    .hiw-item-wrap {
        flex-wrap: wrap;
    }

    .hiw-item {
        width: 100%;
    }

    .hiw-item + .hiw-item {
        margin-top: 2.4rem;
    }

    .inner-page {
        padding-top: 10rem;
        min-height: calc(100vh - 61px - 344px);
    }
    .contact-page__title {
        margin-bottom: 4.2rem;
    }
    .contact-card {
        margin: 0 auto 2.4rem;
        height: auto;
    }
    .contact-card__title {
        margin-bottom: 2.4rem;
    }
    .footer-link, .footer-info {
        margin-top: 3.4rem;
        margin-bottom: 0;
    }
    .about-section__text {
        margin-bottom: 32px;
    }

    .card {
        border-radius: 2rem;
    }

    .card-btn {
        padding: 2.4rem 6rem 2.4rem 6.8rem;
    }

    .card-btn:before {
        left: 2rem;
    }

    .card-body {
        padding: 0 6rem 2.4rem 6.8rem;
    }

    .card-btn-indicator {
        right: 2rem;
    }

    .footer {
        text-align: center;
    }
    .footer-logo {
        justify-content: center;
        height: 6rem;
    }
    .footer-text {
        margin: 0 auto 3rem;
        text-align: center;
    }
    .footer-info {
        margin-bottom: 2rem;
    }
    .footer-button {
        margin-top: 1.2rem;
        text-align: center;
    }
    .footer-links {
        justify-content: center;
    }
    .footer-copyright p {
        text-align: center;
        font-size: 1.8rem;
    }
    .removed-page__order,
    .page-404__order,
    .thanku-page__order {
        order: -1;
        margin-bottom: 2rem;
    }
    .remove-page-image {
        max-height: 240px;
    }
    .uninstall-page__title {
        font-size: 4.2rem;
    }

    .engines-wrapper {
        flex-wrap: wrap;
    }

    .engines-item {
        width: 100%;
    }

    .engines-item + .engines-item {
        margin-top: 4rem;
    }

    .removed-wrapper,
    .page-404-wrapper {
        flex-wrap: wrap;
        justify-content: center;
        padding: 4rem 4rem;
    }

    .removed-wrapper-img,
    .page-404-img {
        margin-bottom: 3.2rem;
    }

    .removed-wrapper-text,
    .page-404-text {
        width: 100%;
        text-align: center;
        order: 1;
    }

    .removed-wrapper .title,
    .page-404-wrapper .title {
        text-align: center;
    }

    .page-404-text p {
        margin-left: auto;
        margin-right: auto;
    }

    .thanks-block {
        grid-template-columns: repeat(1, 1fr);
    }

    .terms_privacy-container {
        padding: 3rem 3rem;
        border-radius: 24px;
    }

    .uninstall__hiw .hiw-item {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 575px) {
    .btn-big {
        width: 100%;
    }
    .uninstall-item {
        flex-direction: column;
        gap: 4rem;
    }
    .uninstall-item-content {
        text-align: center;
    }

    .tips-item-wrap {
        grid-template-columns: repeat(1, 1fr);
    }

    .removed-page {
        background-size: 800px auto;
    }
    .removed-page__image {
        margin-left: 0;
    }

    .page-404-img img {
        width: 240px;
    }
}

@media screen and (max-width: 450px) {
    .inner-page {
        min-height: calc(100vh - 62px - 521px);
    }

    .footer-links {
        flex-direction: column;
        align-items: center;
        margin-bottom: 12px;
    }

    .footer-links li {
        margin: 0 0 2.4rem !important;
    }

    .removed-wrapper .title br {
        display: none;
    }

}
