/* // Large devices */
@media only screen and (max-width: 1400px) {

    .hero-text h1 {
        font-size: 50px;
    }

    .hero-images {
        bottom: 70px;
    }

}

/* // Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    .header-right .support-btn {
        display: none;
    }

    .hero-text h1 {
        font-size: 45px;
    }

    .hero-images {
        bottom: 100px;
    }

}

@media (max-width: 1099px) {
    .main-demo{
        padding-bottom: 70px;
    }
    .main-demo h3{
        margin-bottom: 30px;
    }
    .feature-block-two{
        margin-bottom: 30px;
    }
}




/* // Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    h1 {
        font-size: 45px;
    }

    .hero-text h5 {
        margin-right: 100px;
    }

    .hero-text {
        padding: 120px 0 0;
    }
    .hero-images {
        display: none;
    }

}


/* // Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .hero-section {
        height: auto;
    }
    .hero-text {
        padding: 120px 0 50px;
    }
    .hero-text h1 {
        font-size: 40px;
    }
    .main-demo {
        background-image: none;
    }


}

/* // Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .hero-text h1 {
        font-size: 38px;
    }
    .hero-text h5 {
        margin-right: 0;
    }
    .section-title h5 br {
        display: none;
    }
    .main-demo .red {
        font-size: 85px;
    }
    .main-demo .blue {
        font-size: 55px;
    }
    .section-title h2,
    .main-demo .light {
        font-size: 35px;
    }

}

@media (max-width: 400px) {
    .hero-text h1 {
        font-size: 35px;
    }
    
}

