/*L-desktop*/

@media (min-device-width:  1600px)
{
    
}

/*L-laptops*/
@media only screen and (min-device-width: 1200px) and (max-device-width: 1440px)
{


    .wrapper
    {
        width: 80%;
    }
    .main-heading
    {
        font-size: 40px;
    }
    .validate .wrapper
    {
        width: 90%;
    }
    .result
    {
        height: auto;
    }
    .validate-inner
    {
        height: auto;
    }
    
}

/*laptops/tablets*/
@media only screen and (min-device-width: 576px) and (max-device-width: 1024px)
{
    .lap-50
    {
        width: 50%;
        margin-bottom: 20px;
    }
    .wrapper
    {
        width: 90%;
    }
    .main-heading
    {
        font-size: 30px;
    }
    .radio-field label
    {
        font-size: 20px;
    }
    .validate-text
    {
        font-size: 50px;
    }
    .result
    {
        height: auto;
    }
    .validate-inner
    {
        height: auto;
    }

}


/*tablets*/
@media only screen and (min-device-width: 576px) and (max-device-width: 768px)
{

    .tab-50
    {
        width: 50%;
    }
    .tab-100
    {
        width: 100%;
    }
    .radio-field label
    {
        font-size: 13px;
    }
    .radio-field label span
    {
        font-size: 17px;
    }
    .main-heading
    {
        font-size: 25px;
    }
    .steps-col::before
    {
        display: none;
    }

    .validate-text
    {
        font-size: 40px;
    }
    .result
    {
        height: auto;
    }
    .validate-inner
    {
        height: auto;
    }
    



}


/*Smart phone*/
@media only screen and (min-device-width: 320px) and (max-device-width: 576px)
{
    .orders
    {
        order: 2;
    }
    .wrapper
    {
        width: 95%;
    }
    .step-inner
    {
        width: 100%;
    }
    .radio-field label
    {
        font-size: 10px;
    }
    .radio-field label span
    {
        margin-right: 15px;
    }

    .steps-col::before
    {
        display: none;
    }
    .main-heading
    {
        font-size: 20px;
    }

    .result
    {
        height: auto;
    }
    .validate-inner
    {
        height: auto;
    }
    .msg
    {
        font-size: 16px;
    }
    .validate-text
    {
        font-size: 30px;
    }

    
}


