html {

}

body{
  background-image:url('../../img/Screen-Shot-2018-10-14-at-9.29.12-PM.png');
 
  background-attachment:fixed;
  background-repeat:no-repeat;
  background-position:center center;
  background-size:cover;
  border-style:none;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:0px;
  border-radius:0px;
  width:100%;
  position:relative;
  line-height: 1.42857143;
}

.section2{
padding-top: 10px;
padding-bottom: 40px;
background-color: #a782be;
outline: none;
border-color: rgb(45, 45, 45);
margin-top: 5px;
border-width: 1px;
border-style: solid;
background-repeat: no-repeat !important;
border-radius: 25px;
background-position-y: -1px;

}


.clickfunnels .logoArea{
	height: 120px;
	margin-bottom:50px;
}

.clickfunnels .logoArea img{
	margin-top:15px;
}

.clickfunnels .header{
	background-color: #050505;
}

.clickfunnels .surveyArea{
	padding-top: 70px;
	padding-bottom: 135px;
}

.clickfunnels .stepParagraph{
	font-size: 16px;
	margin-top: 47.5px;
	margin-bottom: 31px;
	font-weight: 500;
}

.clickfunnels .surveyStepHeadline{
	font-size: 26px;
	font-weight: bold;
	color: #333;
	/* margin-bottom: 35px; */
	max-width: 749px;
	margin: 0 auto;
	line-height: 1.42857143;
	
}

.clickfunnels .extraPara{
	padding-top: 25px;
	max-width: 749px;
	margin: 0 auto;
}

.clickfunnels .progress{
	height: 5px;
	/* height: 20px; */
	max-width: 749px;
	background-color: #dddddd;
	border-radius: 10px;
	margin: 0 auto;
	margin-top: 35px;
	margin-bottom: 15px;
}

.clickfunnels .progress-bar{
	border-radius: 10px;
}

.clickfunnels .progress.active .progress-bar {
/*     -webkit-transition: none !important;
    transition: none !important; */
}

.clickfunnels .bg-warning{
	background-color: #333 !important;
}

.clickfunnels .radioBtn{
	max-width: 750.87px;
	margin: 0 auto;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

.clickfunnels .radioBtn .form-check{
	padding: 10px 41px;
}

.clickfunnels .radioBtn .form-check:hover{
	color: #FFF;
	border-radius: 4px;
	cursor: pointer;
	box-shadow: 0 2px 6px rgba(0,0,0,0.14),inset 0 0 0 2px rgba(255,255,255,0.16) !important;
	background-color: #333;
	padding: 10px 30px;
}

.clickfunnels .radioBtn input[type="radio"]:hover{
	cursor: pointer;
}

.clickfunnels .radioBtn label{
	cursor: pointer;
}