#surveyWrapper { 
	position: fixed; 
	margin: 0; 
	top: 0; 
	left: 0; 
	z-index: 2147483646; 
	background: rgba(0, 0, 0, .7); 
	min-height: 100%; 
	width: 100%; 
}
#surveyWrapper .clearfix {
	overflow: auto;
	clear: both;
}
#surveyWrapper p.p-btn {
    width: 100%;
    text-align: center;
    position: relative;
    margin: auto;
    font-family: 'Open Sans', sans-serif;
}
#surveyWrapper a.next-button.two {
    font-size: 20px;
    color: #fff !important;
    letter-spacing: 1px;
    margin-top: 20px;
}
#surveyWrapper .next-button.two {
    float: left;
    width: 30%;
    display: inline-block;
    vertical-align: middle;
    height: 55px;
    font-family: 'Open Sans', sans-serif;
}
#surveyWrapper a.next-button {
    font-size: 20px;
    color: #fff !important;
    letter-spacing: 1px;
    margin-top: 20px;
    line-height: 40px;
    font-family: 'Open Sans', sans-serif;
}
#surveyWrapper .next-button {
    background: #000;
    display: inline-block;
    padding: 5px 10px 0;
    vertical-align: middle;
    height: 55px;
    text-align: center;
    width: 65%;
}
#surveyWrapper .survey-inner {
    background: #fff;
    border: 2px solid #000;
    padding: 20px 20px 40px 20px;
    color: #000;
    position: fixed;
    top: 25%;
    left: 10%;
    right: 10%;
    width: 600px;
    margin: auto;
}
#surveyWrapper .survey-inner img { 
	float: left;  
	width: 43%;
	margin-top: -10%;
	margin-left: -10%;
} 
#surveyWrapper .survey-header-section {
    padding: 20px;
    margin: 5px 20px 20px 20px;
}
#surveyWrapper .survey-body-section {
    text-align: center;
    padding: 10px;
    margin-left: 40px;
    margin-right: 40px;
	margin-top: -10px;
}
#surveyWrapper .survey-inner .title {
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}
#surveyWrapper .survey-inner p {
    font-size: 18px;
    line-height: 27px;
    font-family: 'Open Sans', sans-serif;
}
#surveyWrapper .survey-inner .xclose { 
	float: right; 
	text-align: center; 
} 
#surveyWrapper .survey-inner .xclose a {
	color: #000;
	font-family: Helvetica;
} 
#surveyWrapper .survey-inner .xclose a:hover { 
	text-decoration: underline; 
} 
@media screen and (max-width: 1224px) {
	#surveyWrapper .survey-inner {
	    width: 600px;
	}
}
@media screen and (max-width: 667px) { 
	#surveyWrapper .survey-inner {
	    top: 26.5%;
	    left: 0%;
	    right: 0%;
	    width: 100%;
	    margin: auto;
	}
	#surveyWrapper .survey-header-section {
	    padding: 5px;
	    margin: 5px 5px 5px 5px;
	}
	#surveyWrapper .survey-body-section {
	    margin-left: 0px;
	    margin-right: 0px;
	}
	#surveyWrapper .survey-inner .title {
	    font-size: 16px;
	}
	#surveyWrapper .survey-inner p {
	    font-size: 14px;
	}
	#surveyWrapper .survey-inner img {
	    float: left;
	    padding-bottom: 0px;
	    padding-left: 0px;
	    margin-bottom: 5px;
	}
	#surveyWrapper a.next-button {
	    font-size: 16px;
	    margin-top: 10px;
	    line-height: 20px;
	}
	#surveyWrapper a.next-button.two {
	    font-size: 16px;
	    letter-spacing: 1px;
	    margin-top: 5px;
	}
	#surveyWrapper .next-button {
	    width: 100%;
	height: 35px;
	}
	#surveyWrapper .next-button.two {
	    width: 100%;
	height: 35px;
	}
} 
@media screen and (max-width: 768px) and (min-width: 668px) { 
	#surveyWrapper .survey-body-section {
	    margin-left: 10px;
	    margin-right: 10px;
	}
	#surveyWrapper .survey-inner {
	    width: 70%;
		top: 20%;
	}
	#surveyWrapper .survey-inner .title {
	    font-size: 18px;
	}
	#surveyWrapper a.next-button.two {
	    font-size: 14px;
	}
	#surveyWrapper a.next-button {
	    font-size: 14px;
	}
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
	#surveyWrapper .survey-inner .title {
	    font-size: 24px;
	}
	#surveyWrapper a.next-button {
	    font-size: 14px;  
	}
	#surveyWrapper a.next-button.two {
	    font-size: 14px;
	}
}