/*L-desktop*/

@media (min-device-width:  1600px)
{
	.container
    {
        max-width: 1400px;
    }
}

/*L-laptops*/
@media only screen and (min-device-width: 1200px) and (max-device-width: 1440px)
{
	.step-inner h2
    {
        font-size: 38px;
    }
    .form-radio
    {
        width: 50%;
    }
    .step-inner h3
    {
        font-size: 20px;
    }
}

/*laptops/tablets*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px)
{
    .wrapper
    {
        padding: 100px 0 50px 80px;
    }
    .step-inner h2
    {
        font-size: 30px;
    }
    .form-radio
    {
        width: 100%;
    }
    .step-inner h3
    {
        font-size: 20px;
    }
    .side-img .img-shape {
        width: 550px;
        height: 275px;
    }
    .side-img .partical-1
    {
        width: 8px;
        height: 8px;
    }
    .side-img .partical-2
    {
        width: 20px;
        height: 20px;
    }
    .side-img .partical-3
    {
        width: 30px;
        height: 30px;
    }
    .step-2 .side-img .img-shape
    {
        height: 305px;
        width: 490px;
    }
    .side-img .partical-4
    {
        font-size: 30px;
    }
    .side-img .partical-4.type-2
    {
        font-size: 22px;
    }
    .next-prev-button button
    {
        font-size: 12px;
        height: 55px;
    }
    .score-point
    {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }
}


/*tablets*/
@media only screen and (min-device-width: 576px) and (max-device-width: 768px)
{

    .step-1, .step-2, .step-3, .step-4
    {
        background-color: rgb(255, 255, 255);
    }
    .tab-100
    {
        width: 100%;
    }
    #set-order
    {
        order: 2;
    }
    .step-counter
    {
        top: 0;
        bottom: auto;
        text-align: center;
        left: 0;
        right: 0;
        background-color: rgb(255, 255, 255);
        padding: 10px 0;
    }
    .step-counter, .step-counter-inner
    {
        
        margin-left: auto;
        margin-right: auto;
    }
    .next-prev-button
    {
        position: static;
    }
    .wrapper
    {
        padding-left: 0;
    }
    .side-img
    {
        margin-top: 50px;
    }


}


/*Smart phone*/
@media only screen and (min-device-width: 320px) and (max-device-width: 576px)
{

    .step-1, .step-2, .step-3, .step-4
    {
        background-color: rgb(255, 255, 255);
    }
    .tab-100
    {
        width: 100%;
    }
    #set-order
    {
        order: 2;
    }
    .step-counter
    {
        top: 0;
        bottom: auto;
        text-align: center;
        left: 0;
        right: 0;
        background-color: rgb(255, 255, 255);
        padding: 10px 0;
    }
    .step-counter, .step-counter-inner
    {
        
        margin-left: auto;
        margin-right: auto;
    }
    .form-radio
    {
        width: 100%;
        font-size: 18px;
    }
    .form-radio input
    {
        width: 20px;
        height: 20px;
    }
    .form-radio input:checked::after {

        font-size: 12px;
        line-height: 18px;
    }
    .step-counter-inner
    {
        width: 290px;
    }
    .next-prev-button
    {
        position: static;
        padding-top: 50px;
        display: block;
    }
    .next-prev-button button
    {
        width: 100%;
        margin-top: 8px;
    }
    .wrapper
    {
        padding-left: 0;
    }
    .side-img
    {
        margin-top: 50px;
    }
    .step-inner h2
    {
        font-size: 24px;
    }
    .step-inner h3
    {
        font-size: 18px;
    }
    .rating p
    {
        font-size: 12px;
    }
    .score-point
    {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }
    .thumb-image img
    {
        width: 100%;
    }
    .thankyou-caption h2
    {
        font-size: 24px;
    }
    .thankyou-caption span
    {
        font-size: 16px;
    }

}


