@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: 32px;
    line-height: 40px;
}
.banner-img {
    margin-top: 30px;
    float: none;
    width: auto;
    margin-bottom: 20px;
}
header a.nav-link {
    padding: 1px 2px !important;
}
.div-social-media {
    margin-bottom: 10px;
}
section#work-div {
    margin-top: 0px;
}
.app-working-box {
        margin-top: 15px;
        min-height: 200px;
    }
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;
}
#abt-section {
    margin-top: 30px;
}
.section-title {
    margin-top: 20px;
}
.company-info{
  margin-bottom:15px;
}
.join-company{
  margin-top:10px;
}	
.join-btns{
 float:left;
}
.copyright-link{
 text-align:left;
}

 

}


@media (min-width: 480px) and (max-width: 767px) {

}


@media (min-width: 768px) and (max-width: 991px) {
  .real-result
 {
    height: 160px;
    width: 170px;
} 
.download-option.mt-3 a img {
    margin-bottom: 5px;
}
.banner-text {
    margin-top: 40px;
}
.banner-text h2 {
    width: 100%;
    font-size: 48px;
    font-weight: 800;
    line-height: 52px;
} 

}

@media (min-width: 992px) and (max-width: 1199px) {
  .app-working-box h4{
   font-size:18px;
  }	  
  .real-result {
    height: 250px;
    width: 170px;
}
.download-option.mt-3 a img {
    margin-bottom: 5px;
}
.banner-text h2{
 width:100%;
}

}