/*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) 
{
    .logo-icon img {
        width: 68%;
    }

    .info-text i { display: none;}
    .info-text {
        display: inline-block;
    }
    .file .file-inner {display: inline-block; } 
    .radio-single {
        display: inline-block;
    }
.select2-container { width: 100% !important;}
    .confirmation-message {
        background: #fff;
        padding: 15px;
        margin: auto;
        width: 100%;
    }
header .bar-end { display: none;}
    .tab-sm-100
    {
        width: 100%;
    }
    .tab-sm-50
    {
        width: 50%;
    }
    .wrapper
    {
        width: 100%;
        display: block;
        height: auto;
    }
    .steps
    {
        padding: 50px;
    }





    .social-media
    {
        width: 85%;
    }
}


/*Smart phone*/
@media(max-width: 576px)
{
    .mob-100
    {
        width: 100%;
    }
    .mob-50
    {
        width: 50%;
    }
    .wrapper
    {
        width: 100%;
        display: block;
        height: auto;
    }
    .next-prev button
    {
        width: 100%;
        margin-bottom: 20px;
    }
    .steps
    {
        padding: 20px;
        border-radius: 0;
    }
    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;
    }

    #customForm #remove
    {
        right: 0;
        top: -40px;
    }
    .bar-end h3
    {
        text-align: center;
        margin-top: 20px;
    }
    .bar-end h3 span
    {
        display: block;
    }


    .progress-counter
    {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        border-radius: 0;
    }


    .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%;
    }


    
}

