@media (min-width: 150px) and (max-width: 479px) {
.banner-text {
    margin-top: 20px;
}
.banner-text h2{
width:100%;
}
.banner-text h2 {
    width: 100%;
    font-size: 40px;
    line-height: 40px;
}
.banner-img {
    margin-top: 30px;
    float: none;
    width: auto;
    margin-bottom: 20px;
}
header a.nav-link {
    font-size: 20px;
    padding: 2px 8px !important;
}
.div-social-media {
    margin-bottom: 10px;
}
section#work-div {
    margin-top: 0px;
}
.app-working-box{
margin-top:10px;
}
section#app-download {
    margin-top: 40px;
}
.download-img-txt {
    margin-top: 30px;
}
.footer-logo {
    margin-bottom: 20px;
}
footer {
    background-color: #F1F2F6;
    margin-top: 40px;
    padding-top: 10px;
    padding-bottom: 30px;
}

    

}


@media (min-width: 480px) and (max-width: 767px) {

}


@media (min-width: 768px) and (max-width: 991px) {
    

}

@media (min-width: 992px) and (max-width: 1199px) {
    

}