body {
font-family: 'Montserrat';font-size: 22px;
}
header{
position: absolute;
width: 100%;
top: 40px;
z-index: 1000;
}
.form-group label {
    font-size: 16px;
    line-height: 22px;
    color: white;
}
.list-group-item {
display: flex;
align-items: start;
justify-content: space-between;
}
.list-group-item {
    border: none !important;
}

.list-group-item::marker {
    unicode-bidi: isolate !important;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
}
.question-text {
width:60%;

}
.form-check-inline {
margin-left: 7px;
}
img {
vertical-align: middle;
border-style: none;
max-width: 100%;
}
label.form-check-label {
position: absolute;
top: 0px;
    background: #ffdd00;
    width: 22px;
    height: 22px;
    line-height: 20px;
    left: -4px;
    text-align: center;
    font-size: 14px;
    border-radius: 100px;
}
.btn {
background: #ffdd00;
border-radius: 7px;
border: none;
margin-top: 30px;
box-shadow: none;
color: #1a1a1a;
font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    padding: 7px 30px;
}
footer p{
font-family:Montserrat;
font-size:18px;
line-height:22px;
letter-spacing: 0px;
color: #1A1818;
position: relative;
top: 20px;
}
.footer {background:#D7D7D7;}
.footer h5{font-size:20px; position: relative;
top: 20px;}
.footer p a{color:#1A1818; }
@media (max-width:767px){
.list-group-item {
display: block !important;
}
header{
position: relative !important;
padding:10px 0;         
top: 0;
background: #1A1818;
}
.question-text {
width:100% !important;
}
.form-check-inline {
margin-left: 0px !important; 
}
.question-text, .list-group-item::before {
font-size:17px;

}
.mobile-logo {height:32px;}
}
  .list-group-item::before {
            content: counter(list-item) ".";
            counter-increment: list-item;
            display: inline-block;
            width: auto;
            margin-right:0;
            font-weight: 600;
        }

input[type='radio'] {
  box-sizing: border-box !important;
  appearance: none !important;
  background: white !important;
  outline: 2px solid #333 !important;
  border: 3px solid white !important;
  width: 20px !important;
  height: 20px !important;
   
}

input[type='radio']:checked {
  background: #333 !important;
}
.form-check-inline .form-check-input {
    position: static;
    margin-top: 40px !important;
    margin-right: 1.3125rem !important;
    margin-left: 0px !important;
}