/*L-desktop*/

@media (min-device-width:  1600px)
{

}

/*L-laptops*/
@media (max-width: 1440px)
{
    .wrapper
    {
        width: 90%;
    }
    .steps
    {
        width: 90%;
    }

}

/*laptops/tablets*/
@media(max-width: 1024px)
{
    .wrapper
    {
        width: 90%;
    }
    .steps
    {
        width: 90%;
    }
    .main-heading
    {
        font-size: 30px;
    }
    .form-radio
    {
        font-size: 17px;
    }
    .next-prev-button button
    {
        font-size: 12px;
    }
    .score-point
    {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }
    
}


/*tablets*/
@media(max-width: 768px)
{

    .tab-100
    {
        width: 100%;
    }
    .main-heading
    {
        font-size: 24px;
    }
    .steps
    {
        width: 100%;
    }


}


/*Smart phone*/
@media(max-width: 576px)
{
    .bg-partical-2
    {
        display: none;
    }
    .order-c
    {
        order: 2;
        display: none;
    }
    .wrapper
    {
        width: 100%;
        padding: 20px;
    }
    .steps
    {
        width: 100%;
    }
    .main-heading
    {
        width: 100%;
        font-size: 24px;
    }
    .form
    {
        flex: 0;
    }
    .next-prev-button button
    {
        width: 100%;
    }
    .side-inner
    {
        display: block;
    }
    form
    {
        height: auto;
    }
    .contact
    {
        justify-content: center;
    }
    .score-point
    {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }
}


