@media (max-width: 1240px) {
    .title {
        font-size: 4rem;
    }
}

@media (max-width: 991px) {
    html {
        font-size: 8px;
    }
    .mb-6 {
        margin-bottom: 3rem;
    }
    .step-text, .feature-text {
        font-size: 1.8rem;
    }
    .site-header {
        padding: 20px 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;
        padding: 0;
        margin: 0;
    }

    .btn-header {
        margin: 0 24px;
    }

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

    .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: #436CBE;
    }
    .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: 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: rgba(1, 3, 20, 0.95);
        border-left: 1px solid rgba(255, 255, 255, 0.20);
        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: 0 0 32px 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;
        border-radius: 0;
        color: #fff;
        border: none;
        font-size: 2rem;
    }
    .site-header .site-nav .site-main-menu li a.btn.btn-header {
        padding: 1.2rem 3.2rem;
        border-radius: 6px;
        margin-top: 8px;
    }
    .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;
    }
    .site-header .site-main-menu li > a:hover {
        background: transparent;
    }
    .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: #fff;
    }
    .footer-link:focus {
        color: #000;
    }

    .card-btn-indicator {
        width: 32px;
        height: 32px;
        top: 2.8rem;
    }
    .card-btn-indicator:after {
        width: 12px;
        height: 2px;
    }
    .card-btn-indicator:before {
        width: 2px;
        height: 12px;
    }
    .footer-content {
        padding: 3.2rem 0 4rem;
    }
    .footer-link:focus {
        color: #000;
    }
    .contact-card {
        padding: 2.4rem;
    }
    .fullscreen-img {
        right: -10%;
    }
}

@media (max-width: 767px) {
    .step-under-mobile {
        order: 1;
    }
    .step {
        margin-bottom: 3rem;
    }
    .step-content {
        padding-left: 0;
    }
    .step-btn {
        margin-bottom: 2rem;
    }
    .section-default {
        padding: 4rem 0;
    }
    .feature {
        margin-bottom: 2rem;
        text-align: center;
    }
    .feature-icon {
        margin-left: auto;
        margin-right: auto;
    }
    .feature-title {
        min-height: 0;
    }
    .steps {
        padding: 4rem 7rem;
    }
    .support-wrapper {
        padding: 0;
    }
    .faq-content {
        padding: 4rem;
    }
    .footer {
        text-align: center;
        margin-top: 8rem;
    }
    .footer-title {
        margin-bottom: 2rem;
    }
    .footer-btn {
        text-align: center;
        margin-top: 2rem;
    }
    .footer-copyright {
        text-align: center;
    }
    .inner-page {
        padding-top: 12rem;
    }
    .contact-page {
        padding-bottom: 4rem;
    }
    .contact-card {
        margin: 0 auto 1.6rem;
        height: auto;
    }
    .footer-link, .footer-info {
        margin-left: 0;
    }
    .fullscreen-img.-desktop {
        display: none;
    }
    .fullscreen-img.-mobile {
        display: block;
        margin-top: -16rem;
    }
    .fullscreen-img {
        top: auto;
        left: auto;
        height: auto;
        position: static;
    }
    .fullscreen-content {
        padding-top: 12rem;
    }
    .feature {
        padding: 0 0 4rem;
    }
    .footer-text {
        margin-bottom: 2.4rem;
    }
    .inner-page .decor {
        display: none;
    }
}

@media (max-width: 575px) {
    .support-wrapper {
        flex-direction: column;
    }
    .fullscreen-content {
        padding: 12rem 4rem 4rem;
    }
    .fullscreen-img img {
        max-width: none;
        width: 150%;
    }
}