#footer .list-inline a{
    color: rgb(199, 199, 199);
}

.footerImg{
    width:100%;
    opacity:.5;
}

@media (min-width: 992px){
    .footerImg{
    width:250px;
    opacity:.5;
}
    .BannerImg img{
    width: 100%;
    
}  
.BannerContent {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    padding: 0px 30px;
}
.font64{
    font-size: 64px;
}
}
@media (max-width: 991px){

.BannerImg img{
    width: 100%;
    object-fit: cover;
    height: 370px;
}    

.BannerContent {
    position: absolute;
    top: 50%;
    width: 95%;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    padding: 0px 15px;
    text-align: center;
}
}
.color-fff{
	color:#fff !important;
}
.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 100px;
    display: none;
    /*text-indent: -9999px;*/
   
    background-color: #000;
	color:#fff;

}
.scrollup a i {
	color:#fff !important;
	margin:11px;
}


.question{
  font-size: 30px;
  margin-bottom: 10px;
}
.answers {
  margin-bottom: 20px;
  text-align: left;
  display: inline-block;
}
.answers label{
  display: block;
  margin-bottom: 10px;
}
.slides{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.5s;
}
.active-slides{
  opacity: 1;
  z-index: 2;
}
.quiz-container{
  position: relative;
  height: 200px;
  margin-top: 40px;
}
#info .info-text2 {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 30px;
    font-size: 15px;
    font-weight: 300;
    color: #3f3d59;
}