
@media only screen and (max-width: 1400px) {
    h1, .lp-heading {
        font-size: 32px !important;
    }
    h2 {
        font-size: 28px !important;
    }
    h3 {
        font-size: 24px !important;
    }
    h4 {
        font-size: 20px !important;
    }
    h5 {
        font-size: 18px !important;
    }
    h6 {
        font-size: 14px !important;
    }
    p, .btn, li, a, input, label {
        font-size: 12px !important;
    } 
    .home-hero {
        padding-top: 30px !important;
    }

    .counter-section {
        h1 {
            font-size: 20px !important;
        }
        img {
            width: 60px !important;
        }
    }

    .lp-btn {
        padding:12px 30px !important;
    }

    .exp-box.exp-left {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media only screen and (max-width: 1200px) {
    .lp-contact-section {
        .lp-form {
            margin: auto ;
            .form-main {
                flex-direction: column;
            }
        }
    }
}

@media only screen and (max-width: 992px) {
    .steps {
        flex-direction: column !important;
        &::before {
            display: none;
        }
        .step-img {
            width: 80px;
        }
        .step-box {
            text-align: start;
            justify-content: start;
        }
    }   
    .lp-form {
        margin-left: auto !important;
    }
    .lp-test-box {
        h5 {
            font-size: 12px !important;
        }
        /* .lp-test-img {
            img {
                width: 200px;
            }
        }

        .lp-test-text {
            padding: 30px 20px !important;
        } */
    }
    .cta-section {
        height: auto !important;
    }
    .lp-contact-section {
        .lp-form {

            .form-main {
                flex-direction: row;
            }
        }
    }
}

@media only screen and (max-width: 768px) {
    .navbar-brand {
        img {
            width: 150px;
        }
    }
    .lp-btn {
        padding: 11px 24px !important;
    }

    .journey-section {
        .journey-box {
            padding: 20px;
        }
    }
    .contact-section {
        .form-main, form {
            flex-direction: column;
        }
        
    }
}

@media only screen and (max-width: 576px) {
    .lp-contact-section {
        .lp-form {
            .form-main {
                flex-direction: column;
            }
        }
    }
}

