html {
  position: relative;
  min-height: 100%;
  
}

.surveys-page-main .footer {
  position: fixed;
  z-index: 3;
  bottom: 0;
  width: 100%;
  height: 60px;
 
}

.surveys-page-main .footerbtn{
  width:33.33%; 
  margin-right:4px;
  display:flex;
  flex-direction:column;
  padding:10px;
  background-color: white !important;
  color:black;
  

}
.center {
  margin:auto;  
  width: 60%;
  padding: 10px;
}

.surveys-page-main .btn-secondary{
    background-color: #f6f6f6;
    color:#212529;
    border:none;
}

.automatedSurveys{
  width:50%;
  text-align: center;
  margin-right:1px;
  
}

.downlaodedSurveys{
  width:50%;
  font-weight: bold;
}
