/*=========================================
APP FLOW RESPONSIVE
=========================================*/

@media(max-width:1024px){
    .about-content h1{
            font-size: 40px;
    }

  .flow-heading h2{
        font-size: 30px;
    line-height: 40px;
    margin-top: 0px;
  }

  .flow-heading{
    margin-bottom: 50px;
  }

  .flow-step{
    padding: 20px 0px;
  }

  .step-number {
    font-size: 30px;
  }

  .step-content h3 {
    font-size: 20px;
  }

  .step-content p {
    font-size: 16px;
    line-height: 26px;
}
.coming-wrapper h2{
    font-size: 30px;
    line-height: 40px;
    margin-top: 0px;
}
.coming-wrapper p{
    font-size: 16px;
}
.coming-form input{
    height: 40px;
    font-size: 14px;
}

.coming-form button{
    font-size: 10px;
    height: 40px;
}
}
@media(max-width:991px){

    .step-content h3{
        font-size: 23px !important;
    }
    .app-flow{

        padding:120px 0;

    }

    .flow-heading{

        margin-bottom:70px;

    }

    .flow-step{

        grid-template-columns:80px 1fr;

        gap:25px;

    }

    .step-content{

        flex-direction:column;

        align-items:flex-start;

        gap:20px;

    }

    .step-content h3{

        min-width:auto;

    }


        .step-number {
        font-size: 26px;
    }
   

}

@media(max-width:767px){

    .app-flow{

        padding:90px 0;

    }

    .flow-heading h2{

        font-size:30px;

    }

    .flow-step{

        grid-template-columns:1fr;

        gap:15px;

        padding:35px 0;

    }

    .step-number{

        font-size:24px;

    }

    .step-content h3{

        font-size:24px;

    }

    .step-content p{

        font-size:16px;

        line-height:1.8;

    }

}

/*=========================================
APP COMING SOON RESPONSIVE
=========================================*/

@media(max-width:991px){

    .app-coming-soon{

        padding:120px 0;

    }



    .coming-form{

        flex-direction:column;

    }

    .coming-form input,

    .coming-form button{

        width:100%;

    }

}

@media(max-width:767px){

        .about-content h1 {
        font-size: 30px;
    }

    .app-coming-soon{

        padding:90px 0;

    }

    .about-footer-labels{
        gap: 16px;
    }

    .coming-wrapper h2{

        font-size:30px;

    }

        .coming-form input, .coming-form button {
        height: 40px !important;
        font-size: 14px;
    }
     .coming-form input{
        font-size: 16px;
        padding: 15px 0px;
     }

    .coming-wrapper p{

        font-size:16px;

        margin-bottom:40px;

    }

    .coming-form input,

    .coming-form button{

        height:60px;

        font-size:15px;

    }

    .coming-wrapper small{

        font-size:13px;

    }

}

@media(max-width:480px){

    .coming-wrapper h2{

        font-size:28px;

    }

    .coming-form button {
        font-size: 11px;
    }

    .app-coming-soon::before, .app-flow::before
{
        font-size: 100px;
}


        .step-content h3 {
        font-size: 18px !important;
    }


        .flow-heading h2 {
        font-size: 28px;
    }
}