/* Big tablet to 1200px */
@media only screen and (max-width: 1200px) {
    .hero-text-box {
        width: 80%;
        padding: 0 2%;
    }
  
    
    .row { padding: 0 2%; }
}


/* Small tablet to big tablet: from 768px to 1023px */
@media only screen and (max-width: 1023px) {
    body { font-size: 18px; }
    section { padding: 60px 0; }

    .hero-text-box {
        margin-left:-80px;
        margin-top: 30px;
    }

    .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-step: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%; }
}



/* Small phones to small tablets: from 481px to 767px */
@media only screen and (max-width: 767px) {
    body { font-size: 16px; }
    section { padding: 30px 0; }
    
    .hero-text-box {
        margin-left:-210px;
        margin-top: 30px;
        font-size: 18px;
    }
    .section-plans .row h2{
        font-size: 29px;
    }
    .section-form .row h2{
        font-size: 29px;
    }

    .row,
    .hero-text-box { padding: 0 4%;}
    .col { 
        width: 100%;
        margin: 0 0 4% 0;
    }

    .section-plans .row,.section-testimonials .row,.section-features .row, .section-steps .row, .section-cities .row{
        display: flex;flex-direction: column;
    }
    .section-features .row .col{
        width: 100%;
        text-align: center;
    }
    .section-plans .row .col{

        width: 100%;
        margin: auto;
        margin-bottom: 30px;
    }
    .section-form .row .col{
        width: 100%;
        /* background-color: red; */

    }

    .section-testimonials .row .col{
        width: 100%;
    }
    .section-cities .row .col{
        width: 80%;
        margin: auto;
    }
    .section-steps .row .col{
        width: 90%;
        margin: auto;
        text-align: left;
    }

    .section-steps .step-img{
        display: flex;
        justify-content: center;
        align-items: center;
    }
   
    .section-features .long-copy{
        width: 100%;
        margin-left: 0px;
    }
    .section-features .icon-big{
        margin:auto;
        margin-bottom: 10px;
    }
    

    .col-sm-6 { 
        width: 50%;
    }
       
    .mobile-nav-icon {display: inline-block;}

    .main-nav {
        display: none;
        float: left;
        margin-top: 30px;
        margin-left: 25px;
    }
    .app-screen { width: 40%; }

    .steps-box:first-child { text-align: center; }

    .works-step div {
        height: 40px;
        width: 40px;
        margin-right: 15px;
        padding: 4px;
        font-size: 120%;
    }
/*     
    .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-nav { margin-top: 10px; }

    .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; }
        
    h1 { font-size: 180%; }
    h2 { font-size: 150%; }
    
    .long-copy {
        width: 100%;
        margin-left: 0%;
    }

 
    
    
    
 
    
    .works-step { 
        margin-bottom: 20px; 
        float: left;
    }

    .works-step:last-of-type { margin-bottom: 20px; }
    
    .works-step-buttons {
        width: 100%;
        float: left;
        text-align: center;
    } */
}



/* Small phones: from 0 to 480px */
@media only screen and (max-width: 480px) {
    .hero-text-box{
        margin-left: -290px;
        width: 100%;
        font-size: 13px;
    }
    section { padding: 25px 0; }
    .contact-form {width: 100%; }

    footer { padding: 30px; text-align: center; }
    .footer-nav { width: 100%;}
    .social-links { width: 100%; margin-top: 30px;}
    footer p { padding: 0;}

    .col-sm-6 { width: 100%; }
}

