@media only screen and (max-width: 2560px) {}

@media only screen and (max-width: 1920px) {}

@media only screen and (max-width: 1600px) {}

@media only screen and (max-width: 1500px) {}

@media (min-width: 1400px) {}

@media only screen and (max-width: 1336px) {}

@media only screen and (max-width: 1280px) {
  
}

@media only screen and (max-width: 1199px) {

}

@media only screen and (max-width: 1180px) {
    .wizard, .wizard .nav-tabs, .wizard .nav-tabs .nav-item { 
        flex: inherit !important;
    }

}

@media only screen and (max-width: 1080px) {

    .wizard .nav-tabs .nav-item .nav-link {
        font-size: 0px;
    }
    .signup-banner ul li .icon {
        right: 0px;
    }

    .signup-banner ul li .icon svg{
        width: 10px;
    }

    
}


/*===================================================================*/

@media only screen and (max-width: 991px) {

    
}


@media only screen and (max-width: 890px) {
  
}

/*==========================================================================================================*/

@media only screen and (max-width: 767px) {
    .upload-img {
        margin-bottom: 25px;
    }

        .upload-img svg{
        margin-top: 0px;
    }

}

@media only screen and (max-width: 640px) {

   

}

/* only iphone4 landscape & Potriat 300 by 480*/

@media only screen and (max-width: 576px) {

  
    .wizard, .wizard .nav-tabs, .wizard .nav-tabs .nav-item { 
        flex: inherit !important;
    }

    .banner_cont h2 {
        width: 100%;
        font-size: 38px;
        line-height: 48px;
    }

    .banner_cont p {
        font-size: 18px;
    }

    .signup_content a.previous, .signup_content a.next {
        height: 38px;
        font-size: 0;
        line-height: 38px;
        padding: 0px 30px;
    }

    footer ul li{
        font-size:0px;
      }
      
      .inner_banner {
        height: 280px;
    }
      .banner_cont {
        height: 280px;
    }
}


/*==========================================================================================================*/

@media only screen and (max-width: 480px) {

   
    .wizard .nav-tabs .nav-item .nav-link{
        font-size: 0px;
    }

    .otp-input-fields input {
        width: 15.5% !important;
    }


}


/*==========================================================================================================*/

@media only screen and (max-width: 425px) {

}


/*==========================================================================================================*/


/* only iphone4 landscape & Potriat 380*/

@media only screen and (max-width: 380px) {
    
}


/*==========================================================================================================*/


/* only iphone4 Potriat 3008 */

@media only screen and (max-width: 320px) {}