/* Big Tablet to 1200px(widths smaller that the 1140px row) */
@media only screen and (max-width: 1200px) {
   .hero-text-box{
        width: 100%;
        padding: 0 2%;
         }
    .row {
        padding: 0 2%;  }
    .top-bar col:first-child{
        width: auto;
    }
    .section-steps{
        height: auto;
        overflow: hidden;
    }
    
}

/* Small Tablet to Big Tablet(from 768px to 1023px */
@media only screen and (max-width: 1023px) {
    body{
        font-size: 18px;
    }
    .first-nav {
    width: 0px;
    }
    .banner{
        width: 100%;
        height: auto;
        padding: 0px;
    }
    .logo{
        margin-left: 0;
    }
    .btn{
        width: 100%;
        height: auto;
    }
    
    section{
        padding: 60px 0;
    }
    .section-features
    .long-copy {
        width: 80%;
        margin-left: 10%;
    }

    .section-features h2{
        color: black;
    }

    .steps-box{
        margin-top: 10px;
    }
    
    .steps-box:last-child{margin-top: 10px;}
    .works-steps{
        margin-bottom: 40px;
    }
    
    .works-step:last-of-type{margin-bottom: 60px;}
 
    .icon-small{
        width: 17px;
        margin-right: 5px;    
    }
    .city-feature{font-size: 90%; }
    .plan-box{
        width:100%;
        margin-left: 0%;
    }    
}

/* Small phones to small tablets: from 481px to 767px */ 
@media only screen and (max-width: 767px) {
    body{font-size: 16px;}
    section{padding: 30px 0;}
     
    .banner{
        width: 100%;
        height: auto;
        padding: 0px;
    }
    logo{
        margin-left: 0;
    }
     
    .btn{
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom: 20x;
    }
    
    .row,
    hero-text-box{padding: 0 4%;}
    .col{
        width: 100%;
        margin: 0% 0 4% 0;    
    }
    
    .responsive{
        max-width: 100%;
        height: auto;
}
    
 .main-nav{display: none;
    text-align: center;
    } 
    .mobile-nav-icon{
         display: none;
    }
    .main-nav{
        float: left;
        margin-top: 35px;
        margin-left: 25px;
    }

    .main-nav li{
        display: block;
    }
    
    .main-nav li a:link,
    .main-nav li a:visited{
        display: block;
        border: 0;
        padding 10px 0;
        font-size: 100%;
    }
    .sticky .main-navi{margin-top: 10px; }
    .section-call{
        font-size: 16px;
    }
 
    .sticky .main-nav li a:link,
    .sticky .main-nav li a:visited {
    padding: 10px 0;}
    
    .sticky .mobile-nav-icon{
        margin-top: 10px;
    }
    
     .sticky .mobile-nav-icon i{
        color: #555;
    }
    
    .section-steps h2
    {
        font-weight: 400;
    }
    
    
    h1{font-size: 150%;
    padding-left: 10px}
    h2,h3,p{
        font-size: 150%;}`
 
    .long-copy{
        width: 100%;
        margin-left: 0%; 
    }

    .steps-box:first-child {
        text-align: center;
        font-size: 16px;
    }
    
    .works-step div{
        height: 40px;
        width: 40px;
        padding: 4px;
        margin-right: 15px;
}

    .works-step{
        margin-bottom: 20px;
    }
    .works-step:last-of-type{margin-bottom: 20px;}
    .box p{text-align: center; }
    section-why h2{text-align: center;}
         
}




/* Small phones from 0 to 480px */
@media only screen and (max-width: 480px) {
    section{padding: 25px 0;
    }
     .main-nav{display: block;
    text-align: center;
    } 
       
    .section-steps h2
    {
        font-weight: 400;
    }
    
    .mobile-nav-icon{
         display: block;
    }
    h1{
        font-size: 180%;
    }
    h2{
        font-size: 180%;
    }
    .btn-full{
    text-align: center;
    }
    
    .section-call{
        max-height: 100px;
    }
  
}