
.topnav {
    display: none;
}

.web-nav {
    display: block;
}

@media only screen and (max-width: 1202px){
    
    .row {
        padding: 0 20px;
    }
    
}

/* big tablet to 1200px: for widths smaller than the 1140px row */
@media only screen and (max-width: 1200px){
    .hero-text-box{
        width: 100%;
    }
}

/* small and big tablets landscape: from 768 to 1023px */
@media only screen and (max-width: 1023px){
    body {
        font-size: 18px;
    }
    
    section {
        padding: 60px 0;
    }
    
    .long-copy {
        width: 80%;
        margin-left: 10%;
    }
    .steps-box {
        margin-top: 10px:   
    }
    
    .steps-box:last-child {
        margin-top: 10px:   
    } 
    
    .works-steps {
        margin-bottom: 40px;
    }
    
    .works-steps:last-of-type {
        margin-bottom: 60px;
    }
    
    .app-screen {
        width: 50%;
    } 
    
    .icon-small {
        width: 17px;
        margin-right: 5px;
    }
    
    .city-feature {
        font-size: 90%;
    }
    
    .plan-box {
        width: 100%;
        margin-left: 0;
    }
    
    .plan-price {
        font-size: 250%;
    }
    
    .contact-form {
        width: 80%;
    }
    
    .col-logo {
        margin-top: 11.5px;
    }
}

@media only screen and (max-width: 978px){
    
    .hero-text-box {
        
    }
    
    .topnav {
        display: block;
    }

    .web-nav {
        display: none;
    }
    
    .col-nav{
        width: 100%;
        margin-top: 0px;
    }
    .main-nav {
        float: left;
    }
    
    li.list-one {
        margin-left: 10px;
    }
    
    .last-box {
        padding-bottom: 75px;
    }
    
    .box img {
        height: auto;
    }
    
    section {
        padding: 30px 0;
    }
    
}

/* Small phones to small tablets: from 481 to 767px */
@media only screen and (max-width: 767px){   
    body {
        font-size: 16px;
    }
    
    .hero-text-box {
    }
    
    section {
        padding: 30px 0;
    }
    
    .row {
        padding: 0 20px;
    }
    
    .col {
        width: 100%;
        margin: 0 6% 6% 0;
    }
    
    .boxed.col {
        min-height: 100%;
    }
    
    .logo-black{
        max-width: 400px;
    }
    
    .shadow img{
        width: auto;
    }
    
    .shadow{
        text-align: center;
    }
    
    #cities .row{
        padding: 0 20px;
    }
    
    .col-logo {
        margin-top: 11.5px;
        margin-bottom: 10px;
    }
    .col-nav {
       margin: 0 0 10px 0;
    }
    
    .long-copy {
        width: 100%;
        margin-left: 0;
    }
    
    .section-features .long-copy {
        margin-bottom: 15px;
    }
    
    h1 {
        font-size: 180%;
    }
    
    h2 {
        font-size: 150%;
    }
 
    .works-step {
        margin-bottom: 20px;
    }
    
    .works-step:last-of-type {
        margin-bottom: 20px;
    }
    
    .works-step div {
        height: 40px;
        width: 40px;
        padding: 4px;
        margin-right: 15px;
        font-size: 120%;
        
    }
    
    .steps-box:first-child {
        text-align:center;
    }
    
    .app-screen {
        width: 40%;
    }
    
    a {
        padding-bottom: 0px;
    }
    
    .qh {
        text-align: left;
    }
    
    .main-nav li {
        margin-left: 21px;
    }
    
    li.list-one {
        margin-left: 10px;
    }
    
    .boxed {
        padding-top: 0;
    }
    
    .section-info {
        padding-bottom: 0px;
    }
    
    #contact-us .section-info {
        padding-bottom: 30px;
    }
    
    .last-box {
        padding-bottom: 15px;
    }
    
    .section-info.aboutus-info {
        padding-bottom: 15px;
    }
}

/* Small phones: from 480 to 588px */
@media only screen and (max-width: 588px){
    
    .main-img {
        width: auto;
        height: 180px;
    }
}
/* Small phones: from 0 to 480px */
@media only screen and (max-width: 454px){
    .hero-text-box {
    }
    
    section {
        padding: 25px 0;
    }
    
    .contact-form {
        width: 100%;
    }
    
    #cities .row{
        padding: 0 70px;
    }
    
    #cities .row .last-link {
        margin: 0 6% 0 0;
    }
    
    #cities h4{
        margin-bottom: 5px !important;
        margin-top: 5px;
    }
    
    li.list-one {
        margin-left: 10px;
    }
}











































