/* --- RESPONSIVE --- */
@media (max-width: 767px) {}

@media (max-width: 768px) {
    .hero-right {
        display: none;
    }

    .hero-img-sm {
        display: block;
    }

    .hero-panel {
        padding: 40px 10px;
    }

    .header-wrap {
        padding: 40px 20px 60px;
    }

    .hero-left h1 {
        font-size: 26px;
    }

    .stats-row {
        justify-content: space-around;
    }

    .stat {
        min-width: auto;
        width: 180px;
    }

    .content-heading {
        font-size: 40px;
        margin-bottom: 25px;
        margin-top: 25px;
    }

    .feature-wrap {
        padding: 60px 0;
    }

    .ftr-row-2 {
        padding: 50px 20px 50px;
    }

    .tmplx-cat-card h4 {
        font-size: 14px;
    }

    .tmplx-cat-card img {
        width: 40px;
    }

    .ftr-row-2 h2 {
        font-size: 30px;
    }

    .license-section .row {
        margin-bottom: 40px;
    }
    .testimonials-arrows {
        display: flex;
    }


}

@media (min-width: 768px) and (max-width: 1024px) {
    .stats-row {
        justify-content: flex-start;
    }
    .footer-input {
        font-size: 10px;
    }
    .license-section .row {
        margin-bottom: 40px;
    }
    .hero-left h1 {
        font-size: 40px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .tmplx-cat-card h4 {
        font-size: 16px;
    }
    .tmplx-cat-card img {
        width: 40px;
    }
    .cta-sc-btn {
        margin-top: 10px;
    }
    .ftr-row-2 h2 {
        margin-bottom: 20px;
        font-size: 25px;
    }
    .stat {
        min-width: max-content;
        margin-bottom: 20px;
    }
    .content-heading {
        font-size: 40px;
    }
    .hero-left h1 {
        font-size: 33px;
    }
}

@media (min-width: 820px) and (max-width: 1180px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .tmplx-cat-card h4 {
        font-size: 16px;
    }
    .tmplx-cat-card img {
        width: 40px;
    }
    .cta-sc-btn {
        margin-top: 10px;
    }
    .ftr-row-2 {
        padding: 50px 10px 60px;
    }
}

@media only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .ftr-row-2 h2 {
        font-size: 30px;
    }
    .stat {
        min-width: max-content;
        margin-bottom: 20px;
    }
}

@media (min-width: 1279px) {
    .testimonial-text {
        min-height: 70px;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .stat {
        min-width: max-content;
        margin-bottom: 20px;
    }
    .ftr-row-2 h2 {
        font-size: 30px;
    }
    .ftr-row-2 {
        padding: 20px 10px 20px;
    }
    .ftr-row-2 {
        padding: 20px 10px 20px;
    }
    .tmplx-cat-card img {
        width: 33px;
    }
}