/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .hero h1 {
        font-size: 22px;
        line-height: 39px;
        margin-bottom: 15px;
    }

    .content h1 {
        line-height: 35px;
    }

    .hero .content {
        position: relative;
        z-index: 2;
        padding: 0px 20px 0px 30px;
    }

    .logo-head img {
        padding-top: 10px;
    }

    .glob-lr {
        padding: 40px 25px;
    }

    .menu-bar {
        font-size: 36px;
    }

    .demo-card h3 {
        font-size: 22px;
        margin-bottom: 10px;
        margin: 15px 0;
        color: white;
    }

    .mb-bottom {
        margin-bottom: 20px;
    }

    h2.modern-title {
        font-size: 20px;
    }

    .why h2 {
        font-size: 25px;
    }

    .hero {
        color: #fff;
        text-align: left;
        padding: 30px;
    }

    .banner-pdd {
        padding: 40px 0px 0px 0px;
    }

    .cta-btn {
        padding: 12px;
    }

    .cta-btn2 {
        margin-left: 0px;
        padding: 12px;
    }

    .form {
        width: 100%;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {}