*{
	padding: 0px; margin: 0px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
body{
	font-family: open_sansregular;
}
span.addStar:after {
    color: red;
    content: "*";
}
.survey-outer.survey-turbo h5 {
    font-size: 14px;
}
.survey-outer.survey-turbo form {
    display: table;
    background:white
}
.survey-outer.survey-turbo .form-top-outer {
	float: left;
	width: 100%; overflow: hidden;
}
.survey-outer.survey-turbo .steps-single.question-wrapper.steps-singlequestion-wrapper {
	display: inline-block;
	width: 100%;
	margin: 20px 0px;
	vertical-align: top;
}
.survey-outer.survey-turbo {
	width: 100%;
	padding-top: 80px;
	padding-bottom: 80px;
}
.survey-outer.survey-turbo p {
	margin-bottom: 5px;
}
span.fberror {
    padding: 0px 20px;
    font-size: 12px;
    color: red;
    float: left;
    width: 100%;
}
.survey-outer.survey-turbo .steps-single.question-wrapper.steps-singlequestion-wrapper h6 {
	float: left;
	width: 100%;
	margin: 0px;
	font-size: 14px; padding: 0px 20px; margin-bottom: 6px;
}
.survey-outer.survey-turbo .steps-single.question-wrapper.steps-singlequestion-wrapper ul{
	float: left; width: 100%; padding: 0px;
}
.survey-outer.survey-turbo .steps-single.question-wrapper.steps-singlequestion-wrapper ul li {
	float: left;
	width: 100%;
	list-style: none;
	padding: 0px 20px;
	box-sizing: border-box;
}
.survey-outer.survey-turbo .steps-single.question-wrapper.steps-singlequestion-wrapper ul li input {
	float: left;
	width: 100%;
	height: 47px;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding-left: 12px;
	font-size: 14px; box-sizing: border-box;
}
.survey-outer.survey-turbo .survey-btn {
	float: left;
	width: 100%;
	margin-top: 20px;
}
.survey-outer.survey-turbo .survey-btn a {
	padding: 12px 20px;
	font-size: 16px;
	color: #fff;
	border-radius: 5px;
	display: inline-block;
	text-decoration: none;
}
.survey-outer.survey-turbo .survey-inner .pross-main {
    display: none;
}
.survey-outer.survey-turbo span.form-option {
    display: none;
}
#wrapper {
	width: 1170px;
	margin: auto;
}
.survey-outer.survey-turbo .steps-single.question-wrapper.steps-singlequestion-wrapper ul li textarea {
	border: 1px solid #ddd;
	border-radius: 5px;
	width: 100%;
	height: 100px;
	padding: 5px;
}
.survey-outer.survey-turbo .form-top-inner-sub{
	margin-left: -20px; margin-right: -20px;
}
.popupwrapperstepsform {
    background: #fff;
    display: inline-block;
    margin: auto;
    padding: 10px 25px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.22);
    border-left: 4px solid #8BC34A;
    border-radius: 3px;
    position: relative;
    top: 40%;
}
.success-popup-quiz {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}
.success-popup-quiz-inner {
    vertical-align: middle;
    text-align: center;
    height: 100%;
    width: 100%;
}

@media screen and (max-width:1200px) {
    #wrapper {
        width: 95%
    }
}

@media screen and (max-width:600px) {
    .survey-outer.survey-turbo .steps-single.question-wrapper.steps-singlequestion-wrapper{
    	width: 100%;
    }
}
