@media (min-width: 992px) {
  .col-custom .hiw-image2 img {
    width: 124%;
    max-width: unset;
    transform: translate(-48px, -26px);
  }

  .col-custom .hiw-image3 img {
    width: 107%;
    max-width: unset;
    transform: translate(14px, -26px);
  }

  .col-custom .hiw-image {
    margin-bottom: 45px;
  }

  .col-custom .hiw-image img {
    height: auto;
  }

  .hiw-image.hiw-image2,
  .hiw-image.hiw-image3 {
    height: 260px;
  }
}

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

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

    .faq {
        padding: 8rem 0;
    }

    .fullscreen__title {
        font-size: 48px;
        line-height: 1;
        margin-bottom: 4rem;
    }
}

@media (max-width: 991px) {
  .thanks-page .btn {
      margin-left: auto;
      margin-right: auto;
  }

  .thanks-page-text {
    text-align: center;
  }

  .thanks-page-title {
    text-align: center;
    margin-top: 0;
    font-size: 22px;
    line-height: 1;
  }

  .thanks-page-img {
    width: 100%;
    padding-top: 0;
  }

  .thanks-page-img img {
    position: static;
  }
  .col-custom .hiw-image2 img,
  .col-custom .hiw-image3 img{
    height: 128%;
    width: auto;
  }

  .col-custom .hiw-image {
    display: flex;
    align-items: center;
    justify-content: center;
  }

    html {
        font-size: 8px;
    }

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

    .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;
    }

    .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;
        -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:first-child {
        border-top: 1px solid #f1f2f3;
    }
    .site-header .site-nav .site-main-menu li:last-child {
        text-align: center;
        border-bottom: none;
        margin-top: 40px;
    }
    .site-header .site-nav .site-main-menu li:not(:last-child) a {
        display: block;
        padding: 16px 35px;
        font-weight: 400;
        border-radius: 0;
    }
    .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;
    }

    .remove-page,
    .thanks-page {
        background-size: auto 45vh, auto;
    }
    .page-404, block-page {
        background-size: auto 30vh, auto;
    }
    .remove-page-content,
    .title-404 {
        position: static;
    }
    .title-404 {
        margin-bottom: 2rem;
        text-align: center;
    }

    .title-404 svg {
        display: inline-block;
        max-width: 100%;
    }
  .site-header .btn {
    margin-left: 16px;
    margin-right: 16px;
  }

  .col-custom {
    width: calc((100% / 12)*7);
    margin: 0 auto 20px;
  }

  .main-image {
    transform: none;
  }

  .fullscreen__title {
    text-align: center;
  }

  .fullscreen__text {
    text-align: center;
  }

  .fullscreen__btn--wrapper {
    justify-content: center;
  }

  .about-section__image img {
    transform: none;
  }

  .mt-60 {
    margin-top: 0;
  }

  .redirect-section {
    padding: 8rem 0;
  }

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

}

@media (max-width: 767px) {

    .page-404 {
      min-height: calc(100vh - 170px);
    }

    .contact-page {
        padding-top: 4rem;
    }
    .contact-card {
        margin: 0 auto 30px;
        height: calc(100% - 30px);
    }

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

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

    .section-default {
        padding: 6rem 0;
    }

    .block-page {
        display: flex;
    }

    .block-page .container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

  .col-custom {
    width: 100%;
  }

  .redirect-image img {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 575px) {
  .footer-text {
    text-align: center;
  }

  .about-section {
    padding: 50px 0;
  }

  .faq {
    padding: 4rem 0;
  }

  .fullscreen {
        min-height: calc(100vh - 47px);
    }

    .features-section__item {
        margin-bottom: 5rem;
        text-align: center;
    }

    .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;
    }

    .footer__button {
        margin: 3rem auto;
    }

    .redirect-image {
      height: 250px;
    }

    .redirect-image img {
      position: static;
      transform: none;
      max-width: 100%;
      height: auto;
    }

    .title-bg {
      font-size: 24px;
      line-height: 1;
    }

  .redirect-section {
    padding-bottom: 0;
  }

  .about-section .title {
    margin-bottom: 20px;
  }

  .card-body p {
    text-align: left;
  }

  .faq .card-btn:after {
    top: 50%;
    transform: rotate(0) translateY(-50%);
  }

  .faq .card.active .card-btn:after {
    transform: rotate(180deg) translateY(50%);
  }

  .col-custom .hiw-image2 img,
  .col-custom .hiw-image3 img {
    height: 100%;
  }

}
