/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

.main_question {

}

h3.main_question {
    margin: 0 0 25px 0;
    padding-top: 10px;
    font-weight: 500;
    color: #fff;
    font-size: 18px;
    font-size: 1.125rem;
}

#top-wizard {
  padding-bottom: 0px; 
}

@media (max-width: 991px) {
  .container_centering {
    padding: 110px 0 45px 0;
    display: block;
  }
}

.rounded-lg {
  border-radius: 1rem;
}

.custom-file-label.rounded-pill {
  border-radius: 50rem;
}

.custom-file-label.rounded-pill::after {
  border-radius: 0 50rem 50rem 0;
}

body.style_3 {
 /* background: #41A2FF url(../img/pattern_3.svg) no-repeat center left; 
 #41A2FF
 Goldenrod
#e2932c
Copy
Sienna
#8f6b3c
Copy
White Smoke
#f4f4f4
Copy
Dim Gray
#444444
Copy
Dark Gray
#a4a4a4

 */
 background: #444 no-repeat center left;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.wrapper_centering {
  width: 100%;
  margin: -90px auto 0;
  height: 100%;
  text-align: left;
  clear: both;
  display: table;
  position: relative;
  z-index: 1;
  /* background: -moz-linear-gradient(165deg, rgba(0, 0, 0, 0.7) 0%, transparent 100%); */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* background: -webkit-linear-gradient(165deg, rgba(0, 0, 0, 0.7) 0%, transparent 100%); */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* background: linear-gradient(165deg, rgba(0, 0, 0, 0.7) 0%, transparent 100%); */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

  @media (max-width: 991px) {
  .main_title_1 img {
    display: inline;
  }
}

header {
  padding: 15px 10px;
  width: 100%;
  height: 90px;
  position: relative;
  z-index: 2;
}

/*header {
  padding: 15px 10px;
  width: 100%;
  height: 90px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  header {
    height:10px;
  }
}*/