/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) {}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /*:::::::::::::::::::::::::::::::::::: Main Menu ::::::::::::::::::::::::::::::::::::*/
    .navbar.navbar-expand-lg.fixed-top {
        position: static;
        background-color: #000;
    }
    button.navbar-toggler {
        color: #fff;
    }
    .navbar-nav {
        background-color: #333;
        margin-top: 30px;
    }
    .nav-item {
        border-bottom: 1px solid;
    }
    nav .main-menu .navbar-nav .nav-item .nav-link {
        padding: 15px 15px;
    }

    /*:::::::::::::::::::::::::::::::::::: Hero Area ::::::::::::::::::::::::::::::::::::*/
    .hero-content h2 {
        font-size: 70px;
    }

    /*:::::::::::::::::::::::::::::::::::: About Area ::::::::::::::::::::::::::::::::::::*/
    .about-content {
        margin-top: 30px;
    }

    /*:::::::::::::::::::::::::::::::::::: Service Section ::::::::::::::::::::::::::::::::::::*/
    .service-area::before {
        height: 100%;
    }

    /*:::::::::::::::::::::::::::::::::::: Frequently asked questions ::::::::::::::::::::::::::::::::::::*/
    .faq-content {
        margin-top: 15px;
    }

    /*:::::::::::::::::::::::::::::::::::: Call to Action Area ::::::::::::::::::::::::::::::::::::*/
    .cta-button {
        text-align: left;
        margin-top: 15px;
    }
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
    /* Hide testimonial section entirely */
    .testimonial-area {
        display: none !important;
    }

    /*:::::::::::::::::::::::::::::::::::: Section Title ::::::::::::::::::::::::::::::::::::*/
    .section-title h2 {
        font-size: 24px;
    }

    /*:::::::::::::::::::::::::::::::::::: Main Menu ::::::::::::::::::::::::::::::::::::*/
    .navbar.navbar-expand-lg.fixed-top {
        position: static;
        background-color: #000;
    }
    button.navbar-toggler {
        color: #fff;
    }
    .navbar-nav {
        background-color: #333;
        margin-top: 30px;
    }
    .nav-item {
        border-bottom: 1px solid;
    }
    nav .main-menu .navbar-nav .nav-item .nav-link {
        padding: 15px 15px;
    }

    /*:::::::::::::::::::::::::::::::::::: Hero Area ::::::::::::::::::::::::::::::::::::*/
    .hero-aria,
    .hero-area-slids,
    .single-slider {
        height: 440px;
    }
    .hero-content h2 {
        font-size: 30px;
    }
    .hero-content h3 {
        font-size: 15px;
        margin: 15px 0;
    }
    .hero-aria::after {
        width: 80%;
    }
    .hero-content {
        max-width: 70%;
    }

    /*:::::::::::::::::::::::::::::::::::: Featured Area ::::::::::::::::::::::::::::::::::::*/
    .single-featured-item-wrap h3 {
        font-size: 14px;
    }
    .featured-icon {
        font-size: 40px;
    }

    /*:::::::::::::::::::::::::::::::::::: Portfolio Section ::::::::::::::::::::::::::::::::::::*/
    .work-list ul li {
        margin-bottom: 5px;
    }
    .portfolio-hover h4 {
        font-size: 18px;
    }

    /*:::::::::::::::::::::::::::::::::::: About Area ::::::::::::::::::::::::::::::::::::*/
    .about-content {
        margin-top: 30px;
    }
    .about-content h2 {
        font-size: 24px;
    }
    .about-content h4 {
        font-size: 16px;
    }

    /*:::::::::::::::::::::::::::::::::::: Service Section ::::::::::::::::::::::::::::::::::::*/
    .service-area::before {
        height: 100%;
    }
    .single-service h2 {
        font-size: 24px;
    }
    .service-icon {
        font-size: 45px;
    }

    /* Force services to stack vertically */
    .service-area .row,
    .services-container {
        display: flex;
        flex-direction: column;
    }
    .service-area .row > div,
    .services-container > div {
        width: 100% !important;
        max-width: 100%;
    }
    .single-service {
        height: auto !important;
    }

    /*:::::::::::::::::::::::::::::::::::: Frequently asked questions ::::::::::::::::::::::::::::::::::::*/
    .faq-content {
        margin-top: 15px;
    }
    .single-faq h4 {
        padding-right: 60px;
        font-size: 16px;
    }

    /*:::::::::::::::::::::::::::::::::::: Blog Section ::::::::::::::::::::::::::::::::::::*/
    h4.blog-title {
        font-size: 16px;
    }

    /*:::::::::::::::::::::::::::::::::::: Call to Action Area ::::::::::::::::::::::::::::::::::::*/
    .cta-button {
        text-align: left;
        margin-top: 15px;
    }

    /*:::::::::::::::::::::::::::::::::::: Why choose Me Section ::::::::::::::::::::::::::::::::::::*/
    .single-why-me h4 {
        font-size: 20px;
    }
    .why-me-right .why-me-icon,
    .why-me-left .why-me-icon {
        position: relative;
        height: 100px;
    }
    .single-why-me.why-me-right,
    .single-why-me {
        padding: 0;
        text-align: center;
    }
    /* Stack why-me boxes */
    .why-me-container,
    .why-me-section .row {
        display: flex;
        flex-direction: column;
    }
    .why-me-container > div,
    .why-me-section .row > div {
        width: 100% !important;
        max-width: 100%;
    }
    .single-why-me {
        height: auto !important;
    }

    /*:::::::::::::::::::::::::::::::::::: Team Section ::::::::::::::::::::::::::::::::::::*/
    .single-team {
        max-width: 300px;
        margin: auto;
        margin-bottom: 30px;
    }
    .team-area .row {
        display: flex;
        flex-direction: column;
    }
    .team-area .row > div {
        width: 100% !important;
        max-width: 100%;
    }

    /*:::::::::::::::::::::::::::::::::::: Pricing Area ::::::::::::::::::::::::::::::::::::*/
    .single-price-box {
        max-width: 300px;
        margin: auto;
        margin-bottom: 30px;
    }
    .pricing-area .row {
        display: flex;
        flex-direction: column;
    }
    .pricing-area .row > div {
        width: 100% !important;
        max-width: 100%;
    }

    /*:::::::::::::::::::::::::::::::::::: Contact Area ::::::::::::::::::::::::::::::::::::*/
    .contact-form {
        padding: 15px;
    }

    /* === START: Added to stack your featured items vertically on mobile === */
    .row > div[class*="col-"] {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .single-featured-item-wrap {
        margin-bottom: 20px;
        position: relative;
        overflow-wrap: break-word;
        word-wrap: break-word;
        hyphens: auto;
    }
    /* === END: Added stacking styles === */
}

/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    /* Hide testimonial section entirely */
    .testimonial-area {
        display: none !important;
    }

    /*:::::::::::::::::::::::::::::::::::: Main Menu ::::::::::::::::::::::::::::::::::::*/
    .navbar.navbar-expand-lg.fixed-top {
        position: static;
        background-color: #000;
    }
    button.navbar-toggler {
        color: #fff;
    }
    .navbar-nav {
        background-color: #333;
        margin-top: 30px;
    }
    .nav-item {
        border-bottom: 1px solid;
    }
    nav .main-menu .navbar-nav .nav-item .nav-link {
        padding: 15px 15px;
    }

    /*:::::::::::::::::::::::::::::::::::: Hero Area ::::::::::::::::::::::::::::::::::::*/
    .hero-content h2 {
        font-size: 50px;
    }
    .hero-content h3 {
        font-size: 20px;
        margin: 15px 0;
    }
    .hero-aria::after {
        width: 70%;
    }
    .hero-content {
        max-width: 65%;
    }

    /*:::::::::::::::::::::::::::::::::::: Portfolio Section ::::::::::::::::::::::::::::::::::::*/
    .work-list ul li {
        margin-bottom: 5px;
    }

    /*:::::::::::::::::::::::::::::::::::: About Area ::::::::::::::::::::::::::::::::::::*/
    .about-content {
        margin-top: 30px;
    }

    /*:::::::::::::::::::::::::::::::::::: Service Section ::::::::::::::::::::::::::::::::::::*/
    .service-area::before {
        height: 100%;
    }

    /*:::::::::::::::::::::::::::::::::::: Frequently asked questions ::::::::::::::::::::::::::::::::::::*/
    .faq-content {
        margin-top: 15px;
    }

    /*:::::::::::::::::::::::::::::::::::: Call to Action Area ::::::::::::::::::::::::::::::::::::*/
    .cta-button {
        text-align: left;
        margin-top: 15px;
    }

    /*:::::::::::::::::::::::::::::::::::: Team Section ::::::::::::::::::::::::::::::::::::*/
    .single-team {
        width: 300px;
        margin: auto;
        margin-bottom: 30px;
    }

    /*:::::::::::::::::::::::::::::::::::: Pricing Area ::::::::::::::::::::::::::::::::::::*/
    .single-price-box {
        width: 300px;
        margin: auto;
        margin-bottom: 30px;
    }

    /*:::::::::::::::::::::::::::::::::::: Contact Area ::::::::::::::::::::::::::::::::::::*/
    .contact-form {
        padding: 30px;
    }
}
