@media screen and (max-width:425px) {
    .icons {
        top: 70%;
        left: 0;
        position: fixed;
        z-index: 10000
    }
    .carousel-caption {
        left: 20px;
        top: 10%
    }
    .carousel-caption h1,
    .carousel-caption h2 {
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 2px;
        text-align: start
    }
    .carousel-caption p {
        width: 150px;
        font-size: 8px;
        text-align: start
    }
}

@media screen and (max-width:768px) {
    .about-img {
        margin-top: 50px !important
    }
    .style-one {
        text-align: center
    }
    .arrows {
        padding-top: 15px !important
    }
    .popup_img {
        display: none
    }
    .footer_contact {
        text-align: start
    }
}

@media only screen and (min-width:426px) and (max-width:767px) {
    .carousel-caption {
        bottom: 20px
    }
    .carousel-caption h1,
    .carousel-caption h2 {
        font-size: 40px;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #000
    }
    .carousel-caption p {
        font-size: 10px;
        color: #000
    }
}

@media screen and (max-width:355px) {
    .download {
        margin-top: 20px
    }
}

@media screen and (max-width:990px) {
    .team-card.style-one .team-info {
        bottom: 80px !important
    }
}