@media(max-width: 767px) {


   

    header {
        margin-bottom: 0;
    }

    header:before,header:after{
        display: none;
    }

    .header-content {
        padding-top: 200px;
        padding-bottom: 100px;
    }

    .header-content p {
        width: 80%;
    }

    .aboutapp-img {
        margin-top: 50px;
    }

   

    .single-app-screenshot img {
        min-width: 100%;
    }

    .screenshot-overlay {
        width: 100%;
    }

    .app-screenshot-carousel .owl-dots {
        display: none;
    }

    .single-member img {
        width: 100%;
    }

    .team-overlay.white-text p {
        display: none;
    }

  
}


/* Extra Small Devices, Phones */

@media (min-width: 480px) and (max-width: 767px) {

}

/* Small Devices, Tablets */

@media (min-width: 768px) and (max-width: 991px) {

  

    .header-app-slider {
        background: transparent;
        padding-top: 0px;
    }

    .swiper-container.one {
        width: 80%;
    }
    
    #about-app {
        text-align: center;
    }
    .aboutapp-img {
        margin-top: 50px;
    }


    .action-features-img {
        margin-top: 40px;
    }

    .app-screenshot-carousel .owl-dots {
        display: none;
    }


    .single-member img {
        width: 100%;
    }


  
}


@media (min-width: 1000px) {
    .contact-details,
    .get-in-touch {
        height: 600px;
    }

    #download-app a.boxed-btn {
        margin-bottom: 10px;
    }
}