/*  HERO SECTION  */

.common-hero {
    background-image: url('img-aero/aero-hero-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    min-height: 650px;
    background-size: cover;
    background-color: #0F1315;
    position: relative;
}

.hero-content {
    position: absolute;
    bottom: 20px;
}

.hero-content h4 {
    margin: 20px 0 0;
}

.hero-content h1 span {
    font-weight: 700;
}

/*  AIR SENSOR SECTION  */

.analyzer {
    background-image: url('img-aero/air-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #0F1315;
    position: relative;
    padding: 80px 0 20px;
    z-index: 1;
}


.analyzer .col-md-3 img {
    margin: 20px 0 30px;
}

.analyzer p {
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
}

.analyzer .btn-radius {
    display: inline-block;
    margin: 20px 0;
    color: #fff;
    padding: 8px 25px;
}

.analyzer .btn-radius:hover {
    box-shadow: none;
}

.analyzer .col-md-4 {
    text-align: left;
}

.analyzer-img {
    max-width: 100%;
    padding: 20px 0;
}


/*==========  Non-Mobile First Method  ==========*/


/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {}


/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
 .analyzer:after {
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    background: #26B7F9;
    opacity: .4;
    z-index: -1;
    }
    .analyzer {
        padding: 20px 0;
    }
    
}


@media only screen and (max-width: 768px) {
    .common-hero {
        min-height: 400px;
    }
    h1 {
        font-size: 35px !important;
    }
    h2 {
        font-size: 32px !important;
    }
    h3 {
        font-size: 30px !important;
    }
    
    p {
        font-size: 18px !important;
    }
    
    .hero-content h4 {
        font-size: 20px;
    }
}


/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {}


/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {}