/*L-desktop*/

@media (min-device-width:  1600px)
{
    
}

/*L-laptops*/
@media(max-width: 1440px)
{

    

    
}

/*laptops/tablets*/
@media(max-width: 1024px)
{
    .tab-100
    {
        width: 100%;
    }
    .tab-50
    {
        width: 50%;
    }
    .tab-33
    {
        width: 33.333333%;
        margin-bottom: 15px;
    }
    .wrapper
    {
        width: 80%;
    }

    


    




    .thankyou-page article p
    {
        width: 80%;
    }
    .social-media
    {
        width: 65%;
    }
    .thankyou-page article h1
    {
        font-size: 60px;
    }
    .thankyou-page article h1 span
    {
        font-size: 65px;
    }
    .thankyou-page article span
    {
        font-size: 18px;
    }
    .step-bar-inner
    {
        width: 50%;
    }
}


/*tablets*/
@media(max-width: 768px)
{
    .tab-sm-100
    {
        width: 100%;
    }
    .tab-sm-50
    {
        width: 50%;
    }
    .wrapper
    {
        width: 100%;
    }
    .steps {
        padding: 40px 20px 20px 20px;
    }
    .height-100 {
        height: 80px;
    }

    .social-media
    {
        width: 85%;
    }
}


/*Smart phone*/
@media(max-width: 576px)
{
    .height-100 {
        height: 80px;
    }
    .mob-100 {
        width: 100%;
    }
    .mob-50
    {
        width: 50%;
    }
    .wrapper
    {
        width: 100%;
    }
    .steps
    {
        padding: 40px 20px 20px 20px;
        border-radius: 15px;
    }
    main
    {
        padding: 0;
    }
    header, footer
    {
        padding: 15px 20px;
    }
    .right-map
    {
        top: 15px;
        right: 15px;
    }
    article .main-heading
    {
        font-size: 20px;
    }
    article .main-text
    {
        font-size: 12px;
    }
    .radio-field
    {
        height: 235px;
    }
    .next-prev button {
        width: 75%;
        margin-bottom: 5px;
    }
    .next-prev .prev { 
        width:23%
    }
    #customForm #remove {
        right: 0;
        top: -40px;
    }
    .bar-end
    {
        width: 100%;
    }
    .bar-end h3
    {
        text-align: center;
        margin-top: 20px;
    }
    .bar-end h3 span
    {
        display: block;
    }

    .links
    {
        text-align: center;
    }

    




    
    .thankyou-page article h1
    {
        font-size: 30px;
    }
    .thankyou-page article h1 span
    {
        font-size: 35px;
    }
    .thankyou-page article span
    {
        font-size: 15px;
    }
    .thankyou-page article p
    {
        font-size: 15px;
        width: 90%;
    }
    .thankyou-page .logo-text
    {
        font-size: 60px;
    }
    .social-media
    {
        width: 100%;
    }


    
}





/*laptops/tablets*/
@media(max-width: 1024px) {
    .question p {
        width: 65%;
    }

    .radio-field {
        height: 80px;
    }

        .radio-field::after {
            font-size: 12px;
            height: 17px;
            width: 17px;
            line-height: 17px;
            top: 30px;
        }

        .radio-field i {
            min-width: 40px;
            height: 40px;
            font-size: 20px;
        }

        .radio-field label {
            font-size: 16px;
        }
}


/*tablets*/
@media(max-width: 768px) {

 

    .question h2 {
        font-size: 20px;
    }

    .question p {
        width: 100%;
    }

}


/*Smart phone*/
@media(max-width: 576px) {



    .question h2 {
        font-size: 18px;
    }

    .question p {
        font-size: 15px;
        width: 100%;
    }

    .radio-field {
        height: 65px;
    }

        .radio-field::after {
            font-size: 12px;
            height: 17px;
            width: 17px;
            line-height: 17px;
            top: 30px;
        }

        .radio-field i {
            min-width: 40px;
            height: 40px;
            font-size: 20px;
        }

        .radio-field label {
            font-size: 18px;
        }

   
}


