@media (min-width: 150px) and (max-width: 479px) {
.welcome-text p{
 display: none;
}
.deals-contact {
    float: none;
}
.main-banner-text {
    margin-top: 30px;
}
.main-banner-text h1 {
    font-size: 2.5rem;
    line-height: 40px;
}
section#main-banner{
 min-height:350px;
}
section#aboutus {
    margin-top: 30px;
}
.aboutus-text h2 {
    font-size: 2rem;
}
.section-title h2 {
    font-size: 2rem;
}
section#app-download{
 margin-top:40px;
}
.lists-text {
    margin-top: 0;
}
.app-screen-text h2 {
        font-size: 2.25rem;
        line-height: 40px;
    }
.app-screen-text ul li img {
    width: 130px;
}
.app-screen-text {
    margin-bottom: 30px;
}
section#faq-section {
    margin-top: 30px;
}
.footer-section {
    margin-top: 40px;
}
.copyright-link {
    float: left;
    position: relative;
    left: -10px;
}
.download-app-link ul li
 {
    display: inline-block;
    margin-right: 5px;
}
.sticky .navbar-collapse {
    padding-left: 15px;
}
.page-path {
    float: none;
}
section#inner-page {
    margin-top: 0px;
}
.location-map.mb-3 {
    margin-top: 10px;
}
.steps-box{
 margin-top:15px;
}
.deals-contact ul li{
 margin-right:7px;
}
.privacy-policy-text {
    margin-top: 20px;
}



}



@media (min-width: 480px) and (max-width: 767px) {

}




@media (min-width: 768px) and (max-width: 991px) {
.app-screen-text ul li img {
    width: 150px;
}
.app-screen-text h2 {
    font-size: 2.5rem;
    line-height: 40px;
}
.deals-contact ul li{
 margin-right:7px;
}


}


@media (min-width: 992px) and (max-width: 1199px) {


}