@media (min-width: 1170px) and (max-width: 1400px) {
    #demo-container .mix a h3 {
        font-size: 14px;
    }
}


/* Normal desktop :992px. */

@media only screen and (min-width: 992px) and (max-width: 1169px) {
    #demo-container .mix a h3 {
        font-size: 14px;
    }
}


/* Tablet desktop :768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-content h3 {
        font-size: 24px;
        line-height: 1.5;
    }
    .feature-list ul li {
        width: 50%;
    }
    .main-menu ul li {
        margin-left: 20px;
    }
}


/* Large Mobile :480px. */

@media only screen and (max-width: 767px) {
    .hero-wrapper {
        padding: 60px 0px;
    }
    .section-title h1 {
        font-size: 25px;
    }
    .container {
        width: 450px;
    }
    .demo-title {
        padding: 30px 10px;
    }
    .support-team>h2 {
        font-size: 18px;
    }
    .header-bottom .header-logo {
        left: 0;
        position: absolute;
        top: 0;
        z-index: 9999;
    }
    .hero-content h3 {
        font-size: 20px;
        line-height: 1.3
    }
    .hero-content .button {
        height: 36px;
        line-height: 36px;
        padding: 0 20px;
    }
    .feature-list ul li {
        width: 100%;
    }
    .rtl-section .col-xs-12 {
        padding-bottom: 60px;
    }
    .rtl-section .button {
        bottom: 0;
        left: 15px;
        position: absolute;
    }
    .footer-bottom .copyright {
        text-align: center;
    }
    .logo {
        margin: 32px 0;
        text-align: center;
    }
}


/* small mobile :320px. */

@media only screen and (max-width: 479px) {
    .container {
        width: 300px;
    }
    .header-search {
        display: none;
    }
    .hero-content .button {
        font-size: 12px;
        margin-bottom: 15px;
        padding: 0 15px;
    }
    .feature-list ul li {
        font-size: 12px;
    }
    .logo {
        margin: 32px 0;
        text-align: center;
    }
}