/*For big tablets of width 1200px*/
@media only screen and (max-width:1200px) {
    .hero-text-box {
    width: 100%;
    padding:0 2%;
}
.row{
    padding: 0 2%;
}
}

/*For small Tablets to big Tablets of width 768 to 1023px*/
@media only screen and (max-width:1023px) {
    .long-copy{
        width: 80%;
        margin-left: 10%;
    }
    body{
        font-size: 18px;
    }
    section{
        padding: 60px 0;
    }
    .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-features{
        font-size: 90%;
    }
    .plan-box{
        width:100%;
        margin-left: 0%;
    }
    .plan-price{
        font-size: 250%;
    }
}

/*For small phones to small Tablets of width from 481 to 767px*/
@media only screen and (max-width:767px) {
    
}

/*For small phones of width 0 to 480px*/
@media only screen and (max-width:480px) {
    
}