html,
body {
  height: 100%;
   
}

.wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  /*background-color: #F1F5FB; */
}
.content {
  flex: 1 0 auto;
}
.footer {
  width:100%; 
  flex: 0 0 auto;
  background-color:#E0B279 ;
}
/*
#body_wrapper {
    background:black;  
}
 */
                


/* This Style for mobile style media query */
/*
@media (max-width: 720px) { 
       .fq_ans_button   {
         width:95%;
      } 
}

*/


 



   
   