/*L-desktop*/

@media (min-device-width:  1600px)
{
    
}

/*L-laptops*/
@media(max-width: 1440px)
{
    .step-type span
    {
        font-size: 16px;
    }
    .wrapper
    {
        width: 90%;
    }
    .step-counter-inner
    {
        margin-left: 10px;
    }
    

    
}

/*laptops/tablets*/
@media(max-width: 1024px)
{
    .tab-100
    {
        width: 100%;
    }
    .tab-50
    {
        width: 50%;
    }
    .tab-33
    {
        margin-bottom: 15px;
    }
    .step-type span
    {
        font-size: 14px;
    }
    .wrapper
    {
        width: 90%;
    }
    .step-counter-inner
    {
        margin-left: 10px;
    }
    .step-type .step-type-icon
    {
        min-width: 38px;
        height: 38px;
    }
    .step-type .step-type-icon i
    {
        font-size: 17px;
    }
    .step-type::after
    {
        margin:  0 15px;
        width: 31px;
    }
    .radio-field p
    {
        width: 85%;
    }
    .sidebar-text h2
    {
        font-size: 40px;
    }
    .sidebar
    {
        padding: 45px 60px 90px;
    }
    .sidebar-text p
    {
        width: 100%;
        font-size: 13px;
    }


    .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)
{
	.thankyou-page .logo {
    justify-content: center;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
}
	.step-bar-inner {
    width: 80%;
    background-color: var(--text-color);
    height: 19px;
    border-radius: 50px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}
	.logo {
    display: inline-table;
    align-items: center;
}
	.tab-50 {
        width: 100%;
    }
	.next-prev {
    width: 100%;
    height: 68px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    background: #2e70ee;
    margin-bottom: 20px;
	}
	.sidebar {
        background-image: none;
        background-size: cover;
        min-height: 450px;
        background-position: center top;
        padding: 45px 70px 90px;
		background: #2e70ee;
        text-align: center;
    }
	.sidebar-inner {
        position: relative;
        height: 120%;
    }
    .tab-sm-100
    {
        width: 100%;
    }
    .tab-sm-50
    {
        width: 50%;
    }
    .sidebar
    {
        order: 1;
    }
	.steps-area
    {
        order: 2;
    }
    .social-media
    {
        width: 85%;
    }
}


/*Smart phone*/
@media(max-width: 576px)
{
	.thankyou-page .logo {
    justify-content: center;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
}
	.logo {
    display: inline-table;
    align-items: center;
}
	.tab-50 {
        width: 100%;
    }
	.next-prev {
    width: 100%;
    height: 68px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    background: #2e70ee;
    margin-bottom: 20px;
	}
	.sidebar {
        background-image: none;
        background-size: cover;
        min-height: 380px;
        background-position: center top;
        padding: 45px 70px 90px;
        background: #2e70ee;
        text-align: center;
    }
	.sidebar-inner {
    position: relative;
    height: 135%;
	}
    .mob-100
    {
        width: 100%;
    }
    .mob-50
    {
        width: 50%;
    }
    .step-counter
    {
        display: none;
    }
    .step-bar-inner
    {
        position: fixed;
        bottom: 0;
        left: 0;
        border-radius: 0;
        width: 100%;
        z-index: 1000;
    }
    .sidebar
    {
        order: 1;
        padding: 45px 20px 90px;
    }
	.steps-area
    {
        order: 2;
    }
    .sidebar-text h2
    {
        font-size: 35px;
    }
    .sidebar-text p
    {
        font-size: 12px;
    }
    .wrapper
    {
        width: 95%;
        margin-left:  auto;
        margin-right:  auto;
    }
    .input-field label, .radio-field label
    {
        text-align: left;
    }
    .form#step1, .form#step2, .form#step3
    {
        padding-left: 0;
    }
    .gender-field
    {
        height: auto;
    }
    .gender-field .border-end
    {
        border: 0 !important;
        border-bottom: solid 1px var(--bs-border-color) !important;
    }
    .gender-single
    {
        padding-left: 10px;
    }
    .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%;
    }


    
}


