/* large screens */
@media (min-width: 1600px)
{
    .container
    {
        max-width: 1750px;
    }
}
/* Desktops/Laptops */
@media (max-width: 1500px)
{
    .q-heading
    {
        font-size: 30px;
    }
    .form-inner
    {
        width: 70%;
    }
    .side-img img
    {
        width: 100%;
    }
    .step-bar
    {
        width: 500px;
    }
    .question
    {
        right: 20%;
    }
}
/* Desktops/Laptops */
@media (max-width: 1200px)
{
    .q-heading
    {
        font-size: 23px;
    }
    .form-inner
    {
        width: 100%;
        margin-left: 0;
    }
    .radio-field
    {
        height: 70px;
    }
    .radio-field label
    {
        font-size: 18px;
    }
    .step-bar
    {
        width: 400px;
    }
    .question
    {
        right: 10%;
        top: 25%;
        width: auto;
    }
    .question img
    {
        width: 70%;
    }

}

/* Laptops */
@media (max-width: 1024px)
{

}

/* Tablets */
@media (max-width: 768px)
{
    .tab-100
    {
        width: 100%;
    }
    .tab-50
    {
        width: 50%;
    }
    .order-c
    {
        order: 2;
    }
    .next-prev
    {
        position: static;
        /*display: flex;*/
        width: auto;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .side-img
    {
        margin-top: 50px;
    }
    .next-prev button
    {
        width: 48%;
        height: 70px;
        font-size: 15px;
    }
    .step-bar
    {
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 40px;
        align-items: center;
        padding: 0 30px;
        background-color: var(--field-color);
    }
    .question
    {
        right: 20%;
        top: 12%;
    }
    .question img
    {
        width: 80%;
    }
    .next-prev .prev
    {
        margin-right: 0 !important;
    }
}

/* mobile */
@media (max-width: 576px)
{
    .wrapper
    {
        width: 100%;
        margin-left: 0;
    }
    .step-number
    {
        width: 100%;
    }
    .form-inner
    {
        margin: 50px 0;
    }
    .q-heading
    {
        font-size: 18px;
    }
    .next-prev button
    {
        width: 100%;
        margin-bottom: 20px;
    }
    .question
    {
        right: 10%;
        top: 20%;
    }
    .next-prev .prev
    {
        margin-right: 0 !important;
    }
    

}



/* Tablets */
@media (max-width: 768px)
{
    .survey-form{
            width: 100%;
    }
.survery-container {
    display: block !important;
	    padding: 0px !important;
}	
.contact-hero-section {
	 padding: 10px 10px 25px 10px !important;
}
.container {
   
   min-height: 10px !important;
}
.main-heading{
	    font-size: 25px !important;
}
.radio-field label{
	padding: 10px 0px;
}
.radio-field{
	    padding: 5px;
}
.survey-img {
    max-width: 60% !important;
    height: auto;
    display: inline-block !important;
    justify-content: space-evenly;
    margin: 10px;
}
.img-survey{
	    font-size: 25px !important;
}
.radio-field input:checked{
	border: solid 2px var(--secondary-color) !important;
}
 .main-menu{
        justify-content: space-evenly;
    }

}



/* mobile */
@media (max-width: 576px)
{
     .survey-form{
            width: 100% !important;
    }
.survery-container {
    display: block !important;
	    padding: 0px !important;
}	
.contact-hero-section {
	 padding: 10px 10px 25px 10px !important;
}
.container {
    padding: 0px !important;
	min-height: 10px !important;
}
.main-heading{
	    font-size: 25px !important;
}
.radio-field label{
	padding: 10px 0px;
	font-size: 16px !important;
}
.radio-field{
	    padding: 5px !important;
}
.survey-img {
    max-width: 80%;
    height: auto;
    display: inline-block;
    justify-content: space-evenly;
    margin: 10px;
}
.img-survey{
	    font-size: 25px !important;
}
.radio-field input:checked{
	border: solid 2px var(--secondary-color) !important;
}
 .main-menu{
        justify-content: space-evenly;
    }

}




/* mobile */
@media (max-width: 300px)
{
.survery-container {
    display: block !important;
	    padding: 0px !important;
}	
.contact-hero-section {
	    padding: 10px 10px 25px 10px !important;
}
.container {
   padding: 0px !important;
   min-height: 10px !important;
}
.main-heading{
	    font-size: 25px !important;
}
.radio-field label{
	padding: 10px 0px;
	font-size: 16px !important;
}
.radio-field{
	    padding: 5px !important;
}
.survey-img {
    max-width: 80%;   
    height: auto;
    display: block;
    justify-content: space-evenly;
    margin: 10px;
}
.img-survey{
	    font-size: 25px !important;
}
.radio-field input:checked{
	border: solid 2px var(--secondary-color) !important;
}
.survey-form-pic{
    display:block !important;
    
	}
	 .survey-form{
            width: 100% !important;
    }
    .main-menu{
        justify-content: space-evenly;
    }
}

@media (max-width: 1025px)
{
.survey-form-pic{
    padding: 10px !important;
     display:block !important;
         width: auto;
    text-align: center;
	}
.radio-field label {
    font-size: 16px !important;
}
.survey-form{
        width: 100% !important;
}
.survey-img {
    max-width: 60% !important;
    height: auto;
   display: inline-block !important;
    justify-content: space-evenly;
    margin: 10px;
}
.survery-container{
  display: block !important;
	    padding: 0px !important;   
}
.container{
    min-height: 0px;
}
}