/*L-desktop*/

@media (min-device-width:  1600px)
{
    .container
    {
        max-width: 940px;
    }
}

/*L-laptops*/
@media (max-width: 1440px)
{

    .container
    {
        max-width: 890px;
    }
    .text-content
    {
        margin-top: 70px;
    }
    .text-content .main-heading
    {
        width: 82%;
        font-size: 45px;
    }
    .text-content .main-text
    {
        width: 75%;
    }
    .package-single
    {
        height: 125px;
    }
    .steps-inner{
        left: 60px;
    }


}

/*laptops/tablets*/
@media (max-width: 1024px)
{
    .step1 .next-prev
    {
        flex-wrap:no-wrap;
    }
    .next-prev button
    {
        padding:0 20px;
    }
    .container
    {
        max-width: 630px;
    }
    .logo .logo-icon img{width: 90%;}
    .fg-btn{font-size:14px;padding:5px;text-align:center;width:165px}
    .tab-100
    {
        width: 100%;
    }
    .tab-50
    {
        width: 100%;
    }
    .main-inner
    {
        padding: 40px 70px;
    }
    /* #step5 .col-4{padding-right:2px!important;padding-left:2px!important} */
    #step5 .step5_radio label{font-size: 12px;}
    #step5 .step5_radio input[type=radio]:checked::before{font-size:12px;line-height:21px;width:20px;height:20px;top: auto;left: 40%;bottom: 5px;}
    .main-wrapper
    {
        padding: 40px 70px;
    }
    .step-counter
    {
        left: 45px;
    }
    .text-content
    {
        margin-top: 60px;
    }
    .text-content .main-heading
    {
        font-size: 35px;
        width: 85%;
    }
    .text-content .main-text
    {
        font-size: 16px;
        width: 80%;
    }
    .step2 .text-content .main-text
    {
        font-size: 19px;
    }
    .offset-md-1
    {
        margin-left: 0;
    }


    .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;
    }
}

@media (max-width: 992px){
    .steps-inner
    {
        left: 60px;
    }
}


/*tablets*/
@media (max-width: 768px)
{
    .tab-sm-100
    {
        width: 100%;
    }
    .tab-sm-50
    {
        width: 50%;
    }
    .container
    {
        max-width: 100%;
        display: grid;
    }
    .main-wrapper
    {
        padding: 20px 50px;
    }
    .main-inner
    {
        padding: 20px 50px;
    }
    .text-content .main-heading
    {
        font-size: 30px;
    }
    .step2 .text-content .main-text
    {
        font-size: 18px;
    }
    .step-counter
    {
        left: 25px;
    }
    .step2 .text-content .main-text
    {
        width: 80%;
    }
    .upload-area-inner label
    {
        width: 100%;
    }
    .package-single
    {
        height: 105px;
    }
    .package-single h3
    {
        font-size: 20px;
    }
    .package-single p
    {
        font-size: 10px;
    }
    .social-media
    {
        width: 85%;
    }
    .steps-inner
    {
        left: 40px;
    }
    .step1 .next-prev
    {
        flex-wrap:wrap;
        display: grid;
    }
}


/*Smart phone*/
@media(max-width: 576px)
{
    .steps-inner
    {
        left:0;
    }
    .rememberme input[type=checkbox]{width:52px}
    .mob-100
    {
        width: 100%;
    }
    .mob-50
    {
        width: 50%;
    }
    .main-wrapper
    {
        padding: 0;
    }
    .logo
    {
        padding: 15px;
    }
    .main-inner
    {
        padding: 0;
        border-radius: 0;
        overflow-x: hidden;
    }
    .text-content .main-heading
    {
        font-size: 16px;
        width: 96%;
    }
    .text-content .main-text
    {
        font-size: 12px;
        width: 100%;
    }
    .next-prev
    {
        justify-content: center;
    }
    .info-text
    {
        font-size: 14px;
    }
    .step2 .text-content .main-text
    {
        font-size: 14px;
        width: 90%;
    }
    .text_input input[type=text], .select_field select, .message_field textarea, .text_input input[type=tel]
    {
        font-size: 14px;
    }
    .service-area
    {
        padding: 0;
        height: auto;
    }
    .gender_field
    {
        height: auto;
        display: block;
    }
    .gender_field select+span::after
    {
        top: 65%;
    }
    .text-content
    {
        margin-top: 50px;
    }
    .upload-area-inner label
    {
        width: 100%;
    }
    .next-prev
    {
        display: flex;
        flex-direction: column;
    }
    .next{order:1}
    .prev{order:3}
    .next-prev span
    {
        display: block;
        order:2
    }
    .step-counter
    {
        display: none;

    }
    .progress-counter
    {
        position: fixed;
        z-index: 100;
    }

    .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%;
    }
    .steps-inner
    {
        font-size:.9rem;
    }
}