.headerLogo{
text-align:center;
  margin:20px;
  margin-bottom:40px;
}
.headerLogo img {
  max-width:200px;
}
div#left-container {
    display: none;
}
div#item_2_container {
    float: left;
    width: 50%;
}
div#item_3_container{
    float: right;
    width: 50%;
}
.next_button.row.item_container.item_6_container.step_1_item_7 button {
    width: 100%;
}
div#item_177_container {
    clear: both;
}

.form-check {
    float: left;
  width: 33.3%;
    text-align: center;
}
.form-check label {
    width: 100%;
}
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.form-check input[type="radio"]:checked{
background-color:blue
}
/*
.radio_answers .form-check {
    border: 1px solid black;
    border-radius: 5px;
    padding: 5px 20px;
}
.radio_answers :active {
    background-color: blue;
  color:#ffffff;
}
.form-check-label :active {
    background-color: blue;
  color:#ffffff;
}
*/


.form-check input[type="radio"] + label {
    position: relative;
    padding: 15px 15px;
    font-size: 14px;
    text-align: center;
    border-radius: 5px;
    border: 2px solid #2a76ff;
    color: black;
    line-height: 15px;
    min-width: 60px;
    cursor: pointer;
	box-shadow: 0px 3px 1px rgb(0 0 0 / 10%);
}
  .form-check input[type="radio"] + label[for="answer_9988"] {
    color: #000000;
    border: 3px solid #2a76ff;
}
.form-check input[type="radio"] + label[for="answer_9989"] {
    color: #000000;
    border: 3px solid #2a76ff;
}
.form-check input[type="radio"] + label[for="answer_9990"] {
    color: #000000;
    border: 3px solid #2a76ff;
}

.form-check input[type="radio"]:checked + label[for="answer_9988"] {
    background: #2a76ff;
    color: #ffffff;
}

.form-check input[type="radio"]:checked + label[for="answer_9989"] {
    background: #2a76ff;
    color: #ffffff;
}
.form-check input[type="radio"]:checked + label[for="answer_9990"] {
    background: #2a76ff;
    color: #ffffff;
}
.form-check input[type="radio"]:checked + label[for="answer_9988"] :hover {
background-color:#699eff;}
.form-check input[type="radio"]:checked + label[for="answer_9989"] :hover {
background-color:#699eff;}
.form-check input[type="radio"]:checked + label[for="answer_9990"] :hover {
background-color:#699eff;}

  

input#answer_9988 {
    display: none;
}
input#answer_9989 {
    display: none;
}
input#answer_9990 {
    display: none;
}

@media screen and (min-width: 768px) {
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%;
      background-color: #fafafa;
        border-radius: 10px;
    }
}

@media (max-width: 768px) {
  .responsive-section {
    flex-direction: column !important;
    gap: 20px !important;
    padding: 20px;
  }

  .responsive-section img,
  .responsive-section > div {
    width: 100% !important;
  }

  .steps-container {
    flex-direction: column !important;
  }

  .steps-container > div {
    width: 100% !important;
  }
}