@font-face 
{
     font-family: 'Tahoma';
     src: url('Tahoma.eot?#iefix') format('embedded-opentype'),  url('Tahoma.woff') format('woff'), url('Tahoma.ttf')  format('truetype'), url('Tahoma.svg#Tahoma') format('svg');
     font-weight: normal;
     font-style: normal;
}
@font-face 
{
     font-family: 'Tahoma';
     src: url('tahomabd.ttf') format('truetype');
     font-weight: bold;
     font-style: bold;
}
/**
 * Utility styles
 */
.inliner {
  height: 100%;
}

.inliner,
.inliner + .inlined {
  display: inline-block;
  vertical-align: middle;
}

.inlined {
  width: 90%;
}

/**
 * Component styles
 */
.progress-meter {
  margin: 40px auto;
}

.progress-meter {
  counter-reset: point;
  padding:0px 40px;
}
.progress-meter .progress-point:before {
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
/*  -moz-box-shadow: 0 0 0 2px white;
  -webkit-box-shadow: 0 0 0 2px white;
  box-shadow: 0 0 0 2px white;*/
  content: "\2713";
  display: block;
    width: 16px;
    height: 16px;
    font-size: 12px;
    line-height: 18px;
  margin: 0 auto 12px;
  border: 4px solid #aaaaaa;
  text-align: center;
  background-color: white;
  color: white;
}
.progress-meter .track {
  position: relative;
  height: 4px;
  background: #ddd;
}
.progress-meter .progress {
  -moz-transition: width 1s;
  -o-transition: width 1s;
  -webkit-transition: width 1s;
  transition: width 1s;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 4px;
  background: #6ba26c;
}
.progress-meter .progress-points {
  position: relative;
  margin: -14px 0 0;
  padding: 0;
  list-style: none;
}
.progress-meter .progress-points .progress-point:nth-child(1) {
  left: 0%;
}
.progress-meter .progress-points .progress-point:nth-child(2) {
  left: 25%;
}
.progress-meter .progress-points .progress-point:nth-child(3) {
  left: 50%;
}
.progress-meter .progress-points .progress-point:nth-child(4) {
  left: 75%;
}
.progress-meter .progress-points .progress-point:last-child {
  left: 100%;
}
.progress-meter .progress-point {
  -moz-transition: color 1s;
  -o-transition: color 1s;
  -webkit-transition: color 1s;
  transition: color 1s;
  position: absolute;
  display: block;
  width: 100px;
  margin-left: -50px;
  text-align: center;
  cursor: pointer;
  color: #999;
}
.progress-meter .progress-point.completed, .progress-meter .progress-point.active {
  color: #6ba26c;
}
.progress-meter .progress-point.completed:before {
  border-color: #6ba26c;
  background-color: #6ba26c;
}
.progress-meter .progress-point.active:before {
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  border-color: #6ba26c;
}
.progress-meter .progress-point .label:before {
  counter-increment: point;
  content: counter(point) ". ";
  /* Display the counter */
}

/**
 * Demo controls 
 */
.controls {
  text-align: center;
  font-size: 12px;
}

.trigger {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 6px 8px;
  border: none;
  font: 14px inherit;
  text-shadow: 0px 1px 1px rgba(251, 251, 251, 0.75);
  color: #626262;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JiYmJiYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzk1OTU5NSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #bbbbbb), color-stop(100%, #959595));
  background-image: -moz-linear-gradient(#bbbbbb, #959595);
  background-image: -webkit-linear-gradient(#bbbbbb, #959595);
  background-image: linear-gradient(#bbbbbb, #959595);
}
body{
	background-color:transparent !important;
}
.ques_hightlight{
	color:#cc0000;
	font-weight:bold;
}
.innerContent{
	padding:0 5px;
}
.surveyLayout_block_2X2.img_size_normal  .surveyStepQuestions .radio-boxes.surveyRadioOption:nth-child(1),
.surveyLayout_block_2X2 .surveyStepQuestions .surveyRadioOption:nth-child(2)
{
	padding-left:0 !important;
}
.surveyLayout_block_2X2.img_size_normal  .surveyStepQuestions .radio-boxes.surveyRadioOption:nth-child(3),
.surveyLayout_block_2X2 .surveyStepQuestions .surveyRadioOption:nth-child(4){
	padding-right:0 !important;
}
@media screen and (min-width:767px){
	.img_size_small img{
		width:70% !important;
	}
	.img_size_small.surveyStep.surveyLayout_block_2x2 input[type="radio"]:checked + span:before,
	.img_size_small.surveyStep.surveyLayout_block_2x2 input[type="radio"]:not(:checked) + span:before {
		left:70px !important;
	}
			
	.img_size_small.surveyStep.surveyLayout_block_2x2 input[type="radio"]:checked + span:after,
	.img_size_small.surveyStep.surveyLayout_block_2x2 input[type="radio"]:not(:checked) + span:after {
		left:70px !important;
	}
	.grid_images_3.surveyStep.surveyLayout_block_2x2 .surveyStepQuestions .radio-boxes:nth-child(3){
		padding-top:0;
	}
}	
.grid_images_3.surveyStep.surveyLayout_block_2x2 .surveyStepQuestions .radio-boxes:nth-child(3){
	margin: 0 auto !important;
	float: none !important;
}
.swal2-close:focus{
	outline:none !important;
}
.surveyRadioOption{
	position: relative;
}		
.surveyStep.surveyLayout_block_2x2 [type="radio"]:checked,
.surveyStep.surveyLayout_block_2x2 input[type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
}
.surveyStep.surveyLayout_block_2x2 input[type="radio"]:checked + span,
.surveyStep.surveyLayout_block_2x2 input[type="radio"]:not(:checked) + span{
	padding-left: 0px;
	cursor: pointer;
	display: inline-block;
	font-size:15px;
}
.surveyStep.surveyLayout_block_2x2 input[type="radio"]:checked + span:before,
.surveyStep.surveyLayout_block_2x2 input[type="radio"]:not(:checked) + span:before {
	content: '';
	position: absolute;
	left: 30px;
	top: 28px;
	width: 25px;
	height: 25px;
	border: 1px solid #999;
	border-radius: 100%;
	background: transparent;
	display:inline-block;
}
.surveyStep.surveyLayout_block_2x2 input[type="radio"]:checked + span:after,
.surveyStep.surveyLayout_block_2x2 input[type="radio"]:not(:checked) + span:after {
	content: "\f00c";
	width: 25px;
	height: 25px;
	background: #73a4f6;
	font-family:FontAwesome;
	color:rgba(255,255,255,1) !important;
	position: absolute;
	top: 27px;
	left: 30px;
	border-radius: 100%;
	font-size:16px;
	line-height:1.4em;
	padding-top: 2px;
}
.surveyRadioOptionText{
	font-family: 'Roboto', sans-serif;
}
.surveyStep.surveyLayout_block_2x2 input[type="radio"]:not(:checked) + span:after {
	opacity: 0;
}
.surveyStep.surveyLayout_block_2x2 input[type="radio"]:checked + span:after {
	opacity: 1;
	color:#fff !important;
}	
@media screen and (max-width:767px){
	.surveyStep.surveyLayout_block_2x2 input[type="radio"]:checked + span:before,
	.surveyStep.surveyLayout_block_2x2 input[type="radio"]:not(:checked) + span:before,
	.surveyStep.surveyLayout_block_2x2 input[type="radio"]:checked + span:after,
	.surveyStep.surveyLayout_block_2x2 input[type="radio"]:not(:checked) + span:after {
		left:28px;
	}
}
/*--- normal layout----*/						
.surveyLayout_block_1X1 [type="radio"]:checked,
.surveyLayout_block_1X1 input[type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
}
.surveyLayout_block_1X1 input[type="radio"]:checked + span,
.surveyLayout_block_1X1 input[type="radio"]:not(:checked) + span{
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	text-align:left;
	display: inline-block;
	font-weight:normal;
	font-size:17px;
}
.surveyLayout_block_1X1 input[type="radio"]:checked+span:before,
.surveyLayout_block_1X1 input[type="radio"]:not(:checked)+span:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	width: 22px;
	height: 22px;
	border: 1px solid #c1c1c1;
	border-radius: 100%;
	background: transparent;
	display: inline-block;
}

.surveyLayout_block_1X1 input[type="radio"]:checked+span:after,
.surveyLayout_block_1X1 input[type="radio"]:not(:checked)+span:after {
	content: "\f00c";
	width: 22px;
	height: 22px;
	background: #ffffff;
	font-family: FontAwesome;
	color: #73a4f6 !important;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0px;
	padding-left: 3px;
	border-radius: 100%;
	font-size: 16px;
	line-height: 1.4em;
}

.surveyLayout_block_1X1 input[type="radio"]:not(:checked)+span:after {
	opacity: 0;
}

.surveyLayout_block_1X1 input[type="radio"]:checked+span:after {
	opacity: 1;
}

.surveyLayout_block_1X1 .radio-boxes {
	background: #eee;
	display: block;
	padding: 12px 12px 12px 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 4px;
	margin: 12px 0;
	color: #000;
	border: 1px solid #ccc;
	-webkit-box-shadow: 1px 2px 1px 0 rgba(0, 1, 1, .07);
	box-shadow: 1px 2px 1px 0 rgba(0, 1, 1, .07) font-family: 'Roboto', sans-serif;
}

.radio-boxes:hover {
	font-weight: bold;
}

.surveyLayout_block_1X1 .radio-boxes:hover .surveyRadioOptionText {
	color: #fff !important;
}

.surveyLayout_block_1X1 .radio-boxes.surveyStepSelectedAnswer .surveyRadioOptionText {
	color: #fff !important;
}

.sf_answer_h_yellow .surveyRadioOption:hover,
.sf_answer_h_yellow .surveyStepSelectedAnswer {
	box-shadow: none;
	background-color: transparent !important;
	box-shadow: none !important;
}

.surveyLayout_block_1X1 .radio-boxes.surveyStepSelectedAnswer,
.surveyLayout_block_1X1 .radio-boxes:hover {
	color: rgba(66, 21, 21, 1) !important;
	background-color: #55bbff !important;
}

.surveyLayout_block_2X2 .radio-boxes.noanswer {
	background-color: rgba(255, 255, 0, .5)!important;
}

.surveyStep.surveyLayout_block_2x2 .radio-boxes img {
	border: 5px solid #f3f3f3 !important;
	border-radius: 5px;
	padding: 2px;
	-webkit-box-shadow: 1px 2px 1px 0 rgba(0, 1, 1, .07);
	box-shadow: 1px 2px 1px 0 rgba(0, 1, 1, .07);
}

.surveyStep.surveyLayout_block_2x2 .surveyStepSelectedAnswer img,
.surveyStep.surveyLayout_block_2x2 .radio-boxes:hover img {
	border: 5px solid #55bbff !important;
}

.surveyLayout_block_1X1 .radio-boxes.surveyStepSelectedAnswer .surveyRadioOptionText,
.radio-boxes:hover .surveyRadioOptionText,
.surveyStepSelectedAnswer .surveyRadioOptionText {
	font-weight: bold !important;
}

.surveyRadioOption.noanswer {
	background: transparent !important;
}

.surveyLayout_block_1X1 .surveyRadioOption.noanswer {
	background: rgba(255, 255, 0, 0.5) !important;
}

.surveyStep.surveyLayout_block_2x2 .surveyRadioOption.noanswer img {
	border-color: rgba(255, 255, 0, 0.5) !important;
}

.surveyLayout_block_2X2 .surveyRadioOption:hover img,
.surveyLayout_block_2X2 .surveyRadioOption.surveyStepSelectedAnswer img {
	background-color: #55bbff !important;
}

.surveyStep.surveyLayout_block_2X2 .surveyRadioOptionText {
	font-weight: bold !important;
}

.surveyStep.surveyLayout_block_2x2 img,
.surveyStep_v.surveyLayout_block_2x2 img {
	width: 100%;
	margin: 0 auto 15px auto
}

@media screen and (max-width:767px) {
	.surveyStep.surveyLayout_block_2x2 img,
	.surveyStep_v.surveyLayout_block_2x2 img {
		width: 100%;
	}
}

.surveyStepHeadline {
	text-align: center !important;
	font-family: Oswald, 'sans-serif';
}

.cfSurvey_loading_redirect_wrapper {
	margin-top: 0px;
	margin-bottom: 0px !important;
}

#loadingbar {}

.surveyLayout_block_2x2 img {
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.51)
}

.redirect-line {
	margin-bottom: 0px;
}

@media screen and (min-width:768px) {
	#page-3 {
		margin-top: -10px !important;
	}
}

#page-2,
.cfSurvey_loading_redirect_wrapper,
.finalmsg,
#page-3 {
	display: none;
}

.surveyStepNextButton .ques-btn {
	display: block !important;
	/*width:100% !important;*/
	margin: 0 10px;
}

.surveyLayout_block_2X2 .surveyStepNextButton .ques-btn {
	margin: 0 10px !important;
}

.ques-btn {
	border-radius: 8px;
}

.ques-btn:hover {
	background-color: rgba(255, 195, 36, 1) !important;
	/*background-image: -webkit-gradient(linear, left top, left bottom, from(#fcd56e), to(#fccf58)) !important;*/
}

.ani-head,
.ani-btn {
	animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
}

.cta_popup_video iframe {
	width: 100%;
	max-width: 460px;
	height: 260px;
	margin: 0 auto;
	text-align: center;
}

.highlight-box {
	background-color: #ab0000;
	position: relative;
	top: -2px;
	border-radius: 2px;
	padding: 10px;
	color: #fff;
	font-family: 'Courier New', Courier;
	box-shadow: none;
}

.surveyStep .surveyStepProgressBar {
	display: none;
}

#splash-page .inlined,
#splash-page .inliner {
	display: none;
}

.container {
	background-image: none !important;
}

.surveyLayout_block_2x2 .surveyStepQuestions {
	padding: 0px 0px 5px 0px !important;
}

.surveyLayout_block_1X1 .surveyStepQuestions {
	padding: 0px 10px 5px 10px !important;
}

#splash-page {
	padding: 35px 40px 45px 40px
}

#page-2 {
	padding: 33px 35px 48px 35px;
}

#page-2 .ques-btn {
	margin-bottom: 0px;
}

@media(max-width: 728px) {
	#page-2 .ques-btn {
		margin-bottom: 0px;
	}
	#splash-page {
		padding: 30px 35px 20px 35px
	}
	#page-2 {
		padding-top: 30px;
	}
	.surveyStepQuestions {
		padding: 10px 15px;
	}
	.surveyRadioOptionText {
		font-size: 16px !important;
		line-height: 1.2em;
	}
	#splash-page,
	#page-2,
	#page-3 {
		margin-top: 0px !important;
	}
	#page-3 {
		box-shadow: none;
	}
	.page-3-inner {
		padding: 25px 15px 15px 15px !important;
	}
	.elButton {
		font-size: 22px !important;
		padding: 15px !important
	}
	#section--74673 {
		padding-top: 0px !important;
	}
	.cta_popup_image img {
		-webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3));
		-moz-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3));
		-ms-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3));
		-o-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3));
		filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3));
	}
	.surveyLayout_block_2X2 .surveyStepNextButton {
		margin-left: 10px !important;
		margin-right: 10px !important;
	}
}

.cfs_31 .surveyStepHeadline {
	margin: 0 10px;
}

@media(max-width: 640px) {
	.cfs_31 .surveyStepHeadline {
		font-size: 20px;
	}
	.container {
		padding-bottom: 500px !important
	}
	.surveyLayout_block_3x3 .surveyRadioOption input {
		margin-bottom: 4px;
	}
	.surveyStepQuestions {
		padding: 0px 10px;
	}
	.elSurvey {
		/*margin-top:20px !important;*/
	}
	.surveyStepNextButton .ques-btn {
		padding: 12px !important;
	}
	.elButton {
		font-size: 24px !important;
	}
}

.cta_popup_video iframe {
	width: 100%;
	max-width: 600px;
	height: 330px;
}

.cta_popup_image img {
	width: 100%;
	-webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, .7));
	-moz-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, .7));
	-ms-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, .7));
	-o-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, .7));
	filter: drop-shadow(0 1px 4px rgba(0, 0, 0, .7));
	margin: 10px auto 0 auto;
}

.cta_popup_image img:hover {
	opacity: .8;
}

.btn_yellow {
	color: #000 !important;
	font-weight: bold !important;
	background-color: rgba(255, 195, 36, 1) !important;
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
}

.btn_yellow:hover {
	background-color: rgba(251, 206, 85, 1) !important;
}

.btn_red {
	letter-spacing: -1px;
	border: 1px solid rgb(149, 17, 0);
	border-radius: 5px;
	box-shadow: 0 0 0 1px rgba(255, 115, 100, 0.4) inset, 0 1px 3px rgb(51, 51, 51);
	color: rgb(255, 255, 255) !important;
	font-weight: 900 !important;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.8);
	background-color: #ee432e;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ee432e 0), to(#c63929 50%)) !important;
	background-image: -webkit-linear-gradient(top, #ee432e 0, #c63929 50%, #b51700 50%, #891100 100%) !important;
	background-image: -moz-linear-gradient(top, #ee432e 0, #c63929 50%, #b51700 50%, #891100 100%) !important;
	background-image: -ms-linear-gradient(top, #ee432e 0, #c63929 50%, #b51700 50%, #891100 100%) !important;
	background-image: -o-linear-gradient(top, #ee432e 0, #c63929 50%, #b51700 50%, #891100 100%) !important;
	background-image: linear-gradient(top, #ee432e 0, #c63929 50%, #b51700 50%, #891100 100%) !important;
}

.btn_red:hover,
.btn_red:focus,
.btn_red:active {
	background-color: #f37873 !important;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f37873 0), to(#db504d 50%)) !important;
	background-image: -webkit-linear-gradient(top, #f37873 0, #db504d 50%, #cb0500 50%, #a20601 100%) !important;
	background-image: -moz-linear-gradient(top, #f37873 0, #db504d 50%, #cb0500 50%, #a20601 100%) !important;
	background-image: -ms-linear-gradient(top, #f37873 0, #db504d 50%, #cb0500 50%, #a20601 100%) !important;
	background-image: -o-linear-gradient(top, #f37873 0, #db504d 50%, #cb0500 50%, #a20601 100%) !important;
	background-image: linear-gradient(top, #f37873 0, #db504d 50%, #cb0500 50%, #a20601 100%) !important;
	cursor: pointer !important;
}

.congrat_wrapp h1 {
	text-align: center;
	color: #000;
	font-weight: 900;
	font-size: 72px;
	font-family: 'Roboto Slab', serif;
}

.bg_white_wrapp {
	background: #fff;
}

.cta_header b {
	font-size: 24px;
	font-family: 'Roboto Slab', serif;
	font-weight: bold;
	line-height: 1.3em;
	margin-top: 0px;
	display: block;
}

@media screen and (min-width:767px) {
	.congrat_wrapp h1 {
		margin-bottom: 10px;
	}
}

@media screen and (max-width:767px) {
	.cta_header b {
		font-size: 17px;
		margin-top: 10px;
	}
	.congrat_wrapp h1 {
		font-size: 45px;
		margin-top: 10px;
		margin-bottom: 0;
	}
	.surveyShowNextButton .surveyStepNextButton {
		margin-top: 10px !important;
	}
}

.surveyLayout_block_2x2 .surveyRadioOptionText {
	margin-left: 0;
}
.swal2-popup {
	max-width: 478px;
	width: 100%;
	margin-left: 15px;
	margin-right: 15px;
	padding: 40px;
}

#swal2-content {
	font-size: 16px;
}

.swal2-popup .swal2-styled.swal2-confirm {
	font-size: 16px;
}

@media screen and (max-width:767px) {
	.swal2-popup {
		padding: 15px;
	}
	#swal2-content {
		font-size: 14px;
	}
	.swal2-popup .swal2-styled.swal2-confirm {
		font-size: 14px;
	}
}

.common-btn {
	font-size: 32px;
	letter-spacing: -1px;
	padding: 12px 0;
	font-family: 'Tahoma' !important;
	font-weight: 400;
	box-shadow: 1px 1px 3px #444;
}

.cta_load_btn.common-btn {
	font-size: 28px;
}

#splash-page,
#page-2,
#page-3 {
	position: relative;
	border-radius: 0;
}

@media screen and (min-width:767px) {
	#splash-page,
	#page-2,
	#page-3 {
		box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
	}
}

.page-progress {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	z-index: 9999;
}

.page-progress .surveyStepProgressBar {
	height: 7px;
}

.page-progress .surveyStepProgressCounter {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	/*background-image:linear-gradient(45deg,rgba(239, 255, 0, 0.91) 25%,#4729ec 25%,transparent 50%,rgb(255, 0, 188) 50%,rgba(255,255,255,.15) 75%,#1446ff 75%,transparent);*/
	background-size: 4rem 4rem;
	background-color: #9575cd;
	height: 7px;
	transition: width .6s ease;
	-webkit-animation: progress-bar-stripes 1s linear infinite;
	animation: progress-bar-stripes 1s linear infinite;
}

#loadingbar .surveyStepProgressCounter {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-size: 4rem 4rem;
	background-color: #5eb55d;
	transition: width .6s ease;
	-webkit-animation: progress-bar-stripes 1s linear infinite;
	animation: progress-bar-stripes 1s linear infinite;
}

@media screen and (max-width:767px) {
	.start-box {
		padding: 0 10px;
	}
	#page-3 {
		padding: 0 !important;
	}
	.page-progress {
		width: 100%;
		margin: 0 auto;
		top: 0px;
		position: relative;
		z-index: 1;
	}
	#page-3 .page-progress {
		top: 0px;
	}
}

.featutred_wrapp_style {
	font-size: 13px;
	font-weight: bold;
	color: #000;
	font-family: 'Roboto', sans-serif;
}
.below_btn_text
{
	margin-top:30px;
	text-align:center;
}
.below_btn_text p
{
	text-align:center;
	margin-bottom:0;
	font-size:14px;
}
.below_btn_text .red-text
{
	font-weight:bold;
	color:#cc0000;
}
@media screen and (max-width:767px)
{
.below_btn_text
	{
		margin-top:25px;
	}
.below_btn_text p
	{
		font-size:14px;
	}
}
#js-hours,
#js-minutes,
#js-seconds,
.hk-count
{
	display:inline-block;
	font-size:14px;
}
@media screen and (max-width:767px)
{
	#js-hours,
	#js-minutes,
	#js-seconds,
	.hk-count
	{
		font-size:13px;
	}
}
.number_value
{
	color:#cc0000;
	font-weight:bold;
}
.page-3-inner
{
	float:none !important;
}
.below_btn_text
{
	margin-bottom:50px;
}
@media screen and (max-width:767px)
{
	.below_btn_text
	{
		margin-bottom:0px;
	}
}

