/* large screens */
@media (min-width: 1600px)
{

}


@media (max-width: 1500px)
{

}


/* Desktops/Laptops Extra CSS */
@media (max-width: 1200px)
{
    .surveyFormWrapper
    {
        padding: 4.375rem 1.875rem;
    }
    .lap-100
    {
        width: 100%;
    }
    .inputField .labelTxt, .inputField label
    {
        font-size: 0.875rem;
    }
    .side
    {
        width: 40%;

    }
    .side h2
    {
        font-size: 1.875rem;
    }

    .thankyoutext
    {
        font-size: 2.5rem;
    }
}

/* Laptops */
@media (max-width: 1024px)
{


    .surveyForm_bg img:first-child 
    {
        display: none;
    }
    .tab-100
    {
        width: 100%;
    }
    .surveyFormWrapper
    {
        padding: 4.375rem;
    }
    .side
    {
        position: static;
        width: 100%;
        margin-top: 3.125rem;
    }
    .order_c
    {
        order: 2;
    }

}

/* Tablets */
@media (max-width: 768px)
{


    .surveyForm_bg img:first-child 
    {
        display: none;
    }

    .tab-100
    {
        width: 100%;
    }
    .surveyFormWrapper
    {
        padding: 4.375rem;
    }
    .side
    {
        position: static;
        width: 100%;
        margin-top: 3.125rem;
    }
    .order_c
    {
        order: 2;
    }
}

/* mobile */
@media (max-width: 480px)
{

    .surveyForm_bg img:first-child 
    {
        display: none;
    }
    .surveyFormWrapper
    {
        padding: 4.375rem 1.25rem;
    }
    .wrapper
    {
        padding: 0.625rem 0;
    }
    .mainHeading
    {
        font-size: 1.25rem;
    }
    .catSelect
    {
        width: 100%;
        justify-content: start;
    }
    .catSelect i
    {
        margin-bottom: 0.625rem;
        width: 30%;
        margin-right: 0.625rem;
    }
    ::placeholder, .formTxt
    {
        font-size: 0.875rem;
    }
    .thankyoutext
    {
        font-size: 1.875rem;
    }
    .thankyouBtn
    {
        width: 100%;
    }

}
