
html, body{
  min-height: 100vh !important;
}
.section {
  height: 100% !important;
}
.footer{
  width: 100%;
  background: #313131;
  border-top: thin solid;
  border-color: #ff0207;
  padding: 10px 40px;
  clear: both;
  position: relative;
}
.bg-banner {
  background: url("img/banner.png");
  background-repeat: no-repeat;
	background-position: center;
  background-size: cover;

}

/* .container-fluid {
  min-width: 1024px !important;
} */

.btn-primary-avt {
  color: #fff;
  background: #ff0207;
}

.btn-primary-avt:hover, .btn-primary-avt:active, .btn-primary-avt:focus {
  color: #fff;
  background: #d31817;
}
.left-side-container img {
  width: 100%;
  height: 100%;
  object-fit: content;
  object-position: left;
  display: block;
}
.survey-left-side-container img {
  width: 100%;
  object-fit: cover !important;
  object-position: center !important;
  display: block;
}
@media (max-width: 576px) {
    .form-check-inline {
        display: block !important;
        margin-right: 0 !important;
        margin-bottom: .5rem;
    }
}
