/* big tablet to 1200px (width smaller than the 1140px row) */
@media only screen and (max-width: 1200px){
 .hero-text-box{
    width: 100%;
    padding: 0 2%;
  }
    .row{padding: 0 2%;}

.long-copy {
        line-height: 135%;
        width: 90%;
        margin-left: 0;
    }
    .section-narrative .long-copy{
        margin-left: 20px;
        font-size: 125%;  
    }

    .steps-box:first-child{
        padding-left: 10%;
        margin-top: 15px;
        height: 10px;
        width: auto;
    }
    .steps-box:last-child{
        padding-left: 1%;
    }
    .support-app{
        width: 80%;
    }
    .support-step{
        margin-bottom: 20px;
        font-size: 92%;
    }
    .support-step:last-of-type{
        margin-bottom: 60px;
    }
    footer p img{
        margin-right: 550px;
        height: 70px;
    }
}

/* Small tablets to big tablet from 768 to 1023px */
@media only screen and (max-width: 1023px){
    body{font-size: 18px;}
    section{ padding: 25px 0px;}
    
    .long-copy {
        width: 70%;
        margin-left: 20%;
    }
    
    .section-narrative .long-copy{
        margin-left: 80px;
        font-size: 135%;  
    }    
        
    .steps-box{margin-top: 50px;}
    
    .steps-box:first-child{
        width: 450px;
    }
    .steps-box:last-child{
        font-size: 88%;
        padding-left: 2%;
        padding-top: 0%;
    }
    .support-steps{
        margin-bottom: 15px;
    }
    .support-steps:last-of-type{margin-bottom: 50px;}
    
    .support-step div{
       font-size: 160%;
       margin-right: 15px;
    }
        
    .support-app{margin-top: 13%;}
    
    .icon-small{
        width: 17px;
        margin-right: 5px;
    }
    .counselling-feature{font-size: 90%;}
    
    .plan-box{
        width: 100%;
        margin-left: 0;
    }
    .plan-price{font-size: 250%;}
    .contact-form{width: 80%;}
    

    footer p img{margin-right: 300px;}
    
}
    /* Small phones to small tablets from 481px to 767px */
@media only screen and (max-width: 767px){
    body{font-size: 20px;}
    section {padding: 30px 0;}
    
    .row,
    .hero-text-box{ padding: 0 4%}
    .col{
        width: 100%;
        margin: 0 0 4% 0%;
    }
    .main-nav{ display: none;}
    
    .mobile-nav-icon {display: inline-block;
        
    }
    
    .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-nav{margin-top: 10px;
    }

    .sticky .main-nav li a:link,
    .sticky .main-nav li a:visited{ padding: 10px 0;}
    .sticky .mobile-nav-icon i { margin-top: 10px;}
    .sticky .mobile-nav-icon i { color: #555;}
    
            
    h1{font-size: 300%;}
    h2{font-size: 200%;}
    h3{font-size: 150%;}
    
    .long-copy{
        width: 75%;
        margin-left:0%;
      
    }
    .section-narrative .long-copy{
        margin-left: 45px;
        font-size: 135%;  
    }    
        
    .support-app{
        width: 100%;
        margin-top: inherit;
        padding-left: 80px;

    }
    .steps-box:first-child{
        text-align: bottom;
        margin-top: 20px;
    }
    .steps-box:last-child{
        padding-left: 5%;
        margin-top: 420px;
        float: center;
        margin-bottom: 50px;
    }
    .support-step{
        margin-bottom: 40px;
        font-size: 90%
}
        
    .support-step div{
    
        height: 40px;
        width: 40px;
        margin-right: 15px;
        padding: 4px;
        font-size: 145%;
    }
      
    
    .support-step{margin-bottom: 20px;}
    .support-step:last-of-type{margin-bottom: 30px;}
    
    
    .counselling-feature{
        margin-bottom:  40px;
    
    }

    footer p img{margin-right: 295px;}
}

/* Small phones: from 0 to 480px */
@media only screen and (max-width: 480px){
    section{padding: 25px 0;}
    .contact-form{width: 100;}

    h1{font-size: 180%;}
        
    header{background-attachment: 0;}
    
    .long-copy {
        line-height: 135%;
        width: 90%;
        margin-left: 0;
    }
    .section-narrative .long-copy{
        margin-left: 20px;
        font-size: 125%;  
    }

    .steps-box:first-child{
        text-align: left;
        padding-right: 1%;
        padding-left: 8%;
        margin-top: 10px;
        height: 200px;
        width: auto;

    }
    .steps-box:last-child{
        padding-left: 1%;
        margin-top: -20px;
        float: right;
    }
    .support-app{
        width: 75%;
    }
    .support-step{
        margin-bottom: 20px;
    }
    .support-step:last-of-type{
        margin-bottom: 50px;
    }
    .support-step div{
        color: #FF415B;
        border: 2px solid #FF415B;
        display: inline-block;
        border-radius: 50%; 
        height: 60px;
        width: 60px;
        text-align: center;
        padding: 5px;
        float: left;
        font-size: 200%;
        margin-right: 25px;
    }
    .counselling-feature{
        margin-bottom:  50px;
    
    }
    
    footer p img{
        margin-right: 0px;
        float: up;
        float: right;
        margin-top: -25px;
        height: 50px;
    }
}   






