@media (max-width: 1500px) {
    /* input {
        padding: 20px !important;
        font-size: 18px !important;
        line-height: 20px !important;
    } */

    .btn {
        font-size: 22px;
        line-height: 24px;
    }

    .about-us {
        padding: 30px 70px 0px;
    }

    .sensor-insight {
        padding: 30px 70px;
    }

    .pricing {
        padding: 30px 70px;
    }

    .get-touch {
        padding: 30px 70px;
    }

    .price-box-amount .price-title {
        font-size: 22px;
        line-height: 24px;
    }

    .price-box-amount .amount-main h4 {
        font-size: 50px;
        line-height: 40px;
    }

    .price-box-amount .amount-main .dollar-sign {
        font-size: 28px;
        line-height: 28px;
    }

    .price-box-amount .amount-main .month-text {
        font-size: 18px;
        line-height: 18px;
    }

    .price-box-amount p {
        font-size: 12px;
        line-height: 12px;
        margin-top: 10px;
    }
    .price-box-amount p:last-child{
        font-size: 10px;
        line-height: 10px;
        margin-top: 10px;
    }

    .price-box-listing ul li {
        font-size: 14px;
        margin-bottom: 20px;
        line-height: 16px;
    }

    .navbar .navbar-nav .nav-link {
        font-size: 18px !important;
        padding: 0px 20px;
        font-weight: 600;
    }
}

@media (max-width: 1200px) {
    .price-box {
        margin-bottom: 20px;
    }
}

@media (max-width: 1024px) {
    .scroll-down-animation {
        display: none !important;
    }

    .inverted-scroll-up-animation {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .navbar {
        padding: 15px;
    }

    .navbar .navbar-nav {
        padding-top: 10px;
    }

    .navbar .navbar-nav .nav-link {
        padding: 5px 0px;
    }

    .sensor-insight .insight-blue-shape {
        min-width: 100%;
        width: 100%;
        margin: 0px auto 30px;
    }

    .get-touch form {
        min-width: 100%;
        width: 100%;
        margin: 0px auto;
    }

    .navbar .navbar-brand img {
        height: 50px;
    }

    .hero-banner {
        padding: 0px !important;
        height: auto !important;
        margin-top: 80px;
    }
}

@media (max-width: 767px) {

    .about-us {
        padding: 20px !important;
    }

    .sensor-insight {
        padding: 20px !important;
    }

    .pricing {
        padding: 20px !important;
    }

    .pricing h2 {
        font-size: 45px;
        line-height: 50px;
        margin-bottom: 20px;
    }

    .applications-main {
        padding: 20px;
    }

    .applications-carousel .owl-stage-outer .owl-stage .owl-item .box-card .box-content p {
        font-size: 16px;
        margin-bottom: 0px;
        line-height: 19px;
    }

    .applications-carousel .owl-stage-outer .owl-stage {
        display: block !important;
    }

    .applications-carousel .owl-stage-outer .owl-stage .owl-item {
        display: block !important;
    }

    .applications-carousel .owl-stage-outer .owl-stage .owl-item .item {
        display: block!important;
    }

    .get-touch {
        padding: 20px;
    }

    .about-us {
        padding: 20px;
    }

    .footer p {
        margin: 10px 0px 30px !important;
        display: flex;
        align-self: center !important;
        width: 100% !important;
        justify-content: center !important;
    }

}

@media (max-width: 576px) {
    .navbar .navbar-brand img {
        height: 30px;
    }

    .hero-banner {
        margin-top: 70px;
    }

    .about-us h1 {
        font-size: 32px;
    }

    .about-us p {
        font-size: 16px;
        line-height: 24px;
        margin-top: 30px;
    }

    .sensor-insight h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .sensor-insight p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    .pricing h2 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .get-touch {
        padding: 20px;
    }

    .get-touch h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .get-touch p {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 24px;
    }

    .about-us {
        padding: 20px;
    }

    input {
        padding: 15px !important;
        font-size: 16px !important;
        line-height: normal !important;
    }

    .btn {
        font-size: 18px;
        line-height: normal;
    }

    .footer {
        padding: 20px;
    }
}

@media (max-width: 380px) {
    .about-us h1 {
        font-size: 24px;
    }

    .sensor-insight h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .pricing h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .get-touch h2 {
        font-size: 24px;
        line-height: 30px;
    }
}

/* @media screen and (min-width: 991px), 
       screen and (max-height: 760px) {
        .hero-banner{
            padding: 258px 0px !important;
        }
} */