@media (min-width: 150px) and (max-width: 479px) {
.contact-box {
    margin: auto;
    text-align: center;
}
.social-media {
    float: none;
    margin: auto;
    text-align: center;
}
.banner-title{
 width:100%;
}
.banner-title h1{
 font-size:2rem;
}

header#header-main{
 min-height:565px;
}
section.page-section {
    margin-top: 20px;
}
.about-text {
    margin-top: 20px;
}
section.page-section {
    margin-top: 0;
}
.choose-box{
 margin-bottom: 15px;
}
section#download-app-section{
 margin-top:20px;
  min-height: 350px;
}
.download-section{
 width:100%;

}
section#app-features {
    margin-top: 20px;
}
.feature-box h5 {
    font-size: 16px;
    line-height: 22px;
}
footer{
 margin-top:40px;
}
.navigation-box {
    margin-top: 20px;
}
.feature-box{
 margin-top:10px;
}


}


@media (min-width: 480px) and (max-width: 767px) {


}


@media (min-width: 768px) and (max-width: 991px) {
.choose-box h4 {
    font-size: 20px;
}
.choose-box{
 margin-bottom: 15px;
}
section#download-app-section{
 min-height: 380px;
}
section#app-features {
    margin-top: 20px;
}
section#app-features .col {
        flex: auto;
        width: 50%;
        margin-bottom: 15px;
    }
footer{
 margin-top:30px;
}
.about-text {
    margin-top: 20px;
}
.banner-title{
 width:100%;
}
header#header-main{
 min-height: 530px;
}
.banner-title h1{
 font-size: 2.5rem;
}


}


@media (min-width: 992px) and (max-width: 1199px) {


}

@media (min-width: 1400px) {
    
}