
body{
font-family: 'Roboto', sans-serif;
}
.surveylanding-row1 {
background-image: url(https://surveypage.s3.amazonaws.com/bg.png);
    height: auto;
    width: 100%;
	overflow-x: hidden;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    background-position: 0px 66px;
	font-family: 'Roboto', sans-serif;
}

.survey-half-circle{
margin: 30px 0px 0px 0px;
}

.surveyform-heading h1{
font-size:50px;
color:#201b53;
font-weight:900;
}

.surveyform-heading p{
font-size:35px;
font-weight: 400;
}

.step h2{
font-size:30px;
font-weight:200;
}

#surveyForm{
margin: 35px 0px;
}

.logos-container {
  display: flex; /* This will make the logos display in a row */
  align-items: center; /* Vertically center the logos */
  margin-bottom: 20px; /* Add spacing between logos and the form */
}
.logo {
  width: 100px; /* Adjust the width as needed */
  height: auto; /* Maintain the aspect ratio */
  margin-right: 20px; /* Add spacing between logos */
}

 .step 
 {
  display: none;
  }
  
  .step.active {
   display: block;
   }
.instrustion-text{
	font-size:22px;
	margin: 30px 2px;
	color:#6f6f6f;
}

.step .form-check{
padding:0px;
}

.form-control:focus{
border-color:#e4f3f8;
box-shadow: 0 0 0 0.25rem #e4f3f8;
}

.btn-primary{
background-color:#211b53;
margin-top:45px;
font-size:30px;
width: 245px;
}

.btn-primary:hover{
background-color:#211b53;
box-shadow: 0 0 0 0.25rem #e4f3f8;
}

.divider-line {
 border-left: 2px solid #dff8ff;
            height: 100%;
        }

        .section-icons {
            color: #007bff;
            font-size: 24px;
            padding-right: 10px;
        }

        .survey-footer {
            background-color: #f5fcff;
            display: flex;
            justify-content: space-between;
        }

        .survey-info {
            padding: 15px;
             display: flex;
            align-items: center;
        }
.survey-footer-text p{
font-size:18px;
margin:0px;
}
a{
color:#000;

}