/*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) {
    
    .btn_neutro {
    font-size: 20px;
}
    
    .w-lg-50 {
        max-width: 100%;
    }
    .prv1 {
    position: relative; width: 20px; height:20px; top: -50px;
}
.prv2 {
    position: relative; width: 20px; height:20px; top: -20px;
}
.prv3 {
    position: relative; width: 20px; height:20px; top: -33px;
}
    
    .title_section {
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 20px;
}
    .wrapper
    {
        padding: 10px 0 10px 10px;
    }
    .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)
{
    .btn_neutro {
    font-size: 20px;
}
    .w-lg-50 {
        max-width: 100%;
    }
        .prv1 {
    position: relative; width: 20px; height:20px; top: -50px;
}
.prv2 {
    position: relative; width: 20px; height:20px; top: -20px;
}
.prv3 {
    position: relative; width: 20px; height:20px; top: -33px;
}

    .step-1, .step-2, .step-3, .step-4
    {
        background-color: rgb(255, 255, 255);
    }
    .tab-100
    {
        width: 100%;
    }
    .side-img
    {
        display: none;
    }
    #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: 10% 0 10px 10px !important;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
}
    .side-img
    {
        margin-top: 50px;
    }


}


/*Smart phone*/
@media only screen and (min-device-width: 320px) and (max-device-width: 576px)
{
    .btn_neutro {
    font-size: 20px;
}
    .thankyou-caption img {
    max-width: 90%;
}

    .w-lg-50 {
        max-width: 100%;
    }
    .prv1 {
    position: relative; width: 20px; height:20px; top: -50px;
    }
    .prv2 {
        position: relative; width: 20px; height:20px; top: -20px;
    }
    .prv3 {
        position: relative; width: 20px; height:20px; top: -33px;
    }
    .title_section {
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 400;
    line-height:30px;
    font-size: 20px;
}

    .step-1, .step-2, .step-3, .step-4
    {
        background-color: rgb(255, 255, 255);
    }
    .tab-100
    {
        width: 100%;
    }
    .side-img
    {
        display: none;
    }
    #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;
    }
     .wrapper
    {
        padding: 10px 0 10px 10px !important;
    }
    .wrapper {
        height: auto !important;
    }
    .wrapper.vh-100 {
    height: 100vh !important;
    }
    .form-radio
    {
        width: 100%;
        font-size: 18px;
    }
   /* .form-radio input
    {
        width: 30px;
        height: 30px;
    }
    .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;
    }
    .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;
    }

}


