/*L-desktop*/

#consent-checkbox > div{
    display: flex;
    align-items: baseline;
    margin: 1.5rem 0;
}

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

    
}

/*laptops/tablets*/
@media (max-width: 1024px)
{
    .container
    {
        max-width: 630px;
    }
    .tab-100
    {
        width: 100%;
    }
    .tab-50
    {
        width: 50%;
    }
    .main-inner
    {
        padding: 40px 70px;
    }
    .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;
    }
}


/*tablets*/
@media (max-width: 768px)
{
    .tab-sm-100
    {
        width: 100%;
    }
    .tab-sm-50
    {
        width: 50%;
    }
    .container
    {
        max-width: 500px;
    }
    .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%;
    }
}


/*Smart phone*/
@media(max-width: 576px)
{
    .mob-100
    {
        width: 100%;
    }
    .mob-50
    {
        width: 50%;
    }
    .main-wrapper
    {
        padding: 0;
    }
    .logo
    {
        padding: 15px 30px;
    }
    .main-inner
    {
        padding: 0;
        border-radius: 0;
    }
    .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: block;
    }
    .next-prev span
    {
        display: block;
    }
    .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%;
    }

    /* * *
    
    Added 12-06-25 - Wasif Muhammad 
    
    * * */

    .text-content .main-heading{
        font-size: 20px;
        line-height: 27px;
    }

    .container > .steps-inner{
        margin-top: 20px;
    }

    .container > .steps-inner > .steps-inner{
        margin-top: 40px;
    }

    .steps-inner article.text-content{
        margin-top: 0;
    }

    .steps-inner img{
        max-width: 95%;
    }

    .steps-inner label{
        font-size: 16px;
        line-height: 23px;
        margin-top: 0;
        margin-bottom: 10px;
        word-wrap: break-word;
        font-weight: 400;
    }

    .step1_radio input[type=radio]:checked::before, .step1_radio input[type=checkbox]:checked::before{
        z-index: 99;
    }

    .steps-inner .step1_radio{
        /*height: 40vh;*/
        height: 100%; /* critical */
        display: flex; 
        flex-direction: column; 
        justify-content: center; 
        text-align: center;
        padding: 20px 10px 10px 10px;
    }

    .custom-modal.show{
        width: 90%;
        height: 88vh;
    }

    .youtube-player{
        height: 70vh;
    }

    .next-prev{
        margin-top: 30px;
    }

    #step15 .lightSpeedIn .row.mb-4{
        gap: .5rem;
        margin-bottom: .5rem !important;
    }

    #phone_code{
        margin: 0;
        background: rgb(241, 249, 254);
    }

    #phone_code:focus{
        border-color: rgb(0, 148, 161);
        background-color: rgb(255, 255, 255);
        box-shadow: 0px 5px 29px 0px rgba(0, 0, 0, 0.05);
        color: rgba(108, 108, 108);
        outline: none;
    }

    #phone_code .select2-container--default .select2-selection--single {
        background-color: unset;
        border: none;
        border-radius: unset;
    }

    #phone_code .text_input input[type=tel]{
        padding-left: 0;
        border-radius: 0;
    }

    #phone_code .text_input input[type=tel]:focus {
        border-color: unset;
        background-color: unset;
        box-shadow: none;
        color: unset;
        outline: none;
        border: none;
    }

    .fa-clock-container{
        background-color: rgb(241, 249, 254);
        width: 100%;
        height: 80px;
        border-radius: 50px;
        border: solid 2px transparent;
        transition: 0.3s all linear;
        padding-left: 65px;
        font-size: 17px;
        color: #000;
        font-weight: 500;
    }

    .flatpickr-mobile{
        background-color: rgb(241, 249, 254);
        width: 165px;
        border: none;
    }

    #consent-checkbox > div{
        display: flex;
        align-items: baseline;
        margin: 1.5rem 0;
    }
}


