/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .navbar {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    /* Navigation Bar */
    #btn-download {
        margin-top: 0 !important;
        width: 100% !important;
        display: block;
    }

    .nav-link {
        margin-left: 0 !important;
        text-align: center !important;
    }

    /* End Navigation Bar */

    /* Welcome Section */
    #welcome h1#heading {
        font-size: 1.4rem;
    }

    #welcome p#subheading {
        font-size: 1rem;
    }

    #welcome img {
        margin-bottom: 2.5rem;
    }
    /* End Welcome Section */

    #count {
        padding: 1.2rem 0.2rem;
        margin-top: 2rem;
    }

    #count h2 {
        font-size: 1.5rem;
    }

    #product h2 {
        font-size: 1.5rem;
    }

    #product h4 {
        font-size: 1.3rem;
    }

    #product p {
        font-size: 1rem;
    }

    #service h2 {
        font-size: 1.5rem;
    }

    #service h4 {
        font-size: 1.3rem;
    }

    #service p {
        font-size: 1rem;
    }

    #testimonial h2 {
        font-size: 1.5rem;
    }

    #testimonial p {
        font-size: 1rem;
    }

    #promo h2 {
        font-size: 1.5rem;
    }

    #promo p {
        font-size: 1rem;
    }

    #faq {
        padding: 2rem 0;
    }

    #faq h2 {
        font-size: 1.6rem;
    }

    .glider-next,
    .glider-prev,
    .glider-next2,
    .glider-prev2 {
        display: none;
    }

    img.testimonial {
        height: 75px;
        width: 75px;
    }

    #testimonial .card {
        padding: 0.5rem 1.3rem;
    }

    #testimonial .media h3 {
        font-size: 1.3rem;
    }

    #testimonial .media p {
        font-size: 1rem;
    }

    #testimonial .media span {
        font-size: 1rem;
    }

    #download {
        padding: 12px;
    }

    #download .row {
        padding: 1.5rem 0.2rem;
    }

    #download img {
        display: block;
        margin-right: auto;
        margin-top: 1.4rem;
        min-width: 50% !important;
    }

    #download h3 {
        font-size: 1.5rem;
    }

    .fab {
        width: 55px;
        height: 55px;
        font-size: 22px;
        line-height: 55px;
    }

    .nav-item a:hover {
        color: "";
    }

    .nav-item a::after {
        background: none;
    }

    #footer-brand {
        width: 60px !important;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .nav-link {
        margin-left: 0 !important;
        text-align: center !important;
    }

    #welcome h1#heading {
        font-size: 1.7rem;
    }

    #testimonial .card {
        padding: 1.5rem 1.3rem;
    }

    #download .row {
        padding: 1.5rem 0.2rem;
    }

    #download #google-play-btn {
        display: block;
        margin-right: auto;
        margin-top: 1.4rem;
        max-width: 25%;
    }

    #download h3 {
        font-size: 1.5rem;
    }

    #faq {
        padding: 3rem 0;
    }
}
