#qna{
    display: none;
    text-align: center;
    margin-top: 40px;
}

@media (max-width: 375px) {
    #qna{
        display: none;
        text-align: center;
        margin-top: 50px;
    }
  }

.answerImg{
    width: 50%;
}

.qBox{
    text-align: center;
    border-radius: 100px;
    font-size: 19px;
    color: #3178FF;
    font-style: normal;
    font-weight: bold;
}

@media (max-width: 375px) {
    .qBox{
        text-align: center;
        border-radius: 100px;
        font-size: 15px;
        color: #3178FF;
        font-style: normal;
    }
  }

.answerList{
    background-color: #ffffff;
    border-radius: 15px;
    border: solid 1px #3178FF;
    display: block;
    width: 80%;
    font-size: 20px;
    font-weight: bold;
    color: #3178FF;
    height: 100px;
    margin-top: 30px;
}

@media (max-width: 375px) {
    .answerList{
        background-color: #ffffff;
        border-radius: 15px;
        border: solid 1px #3178FF;
        display: block;
        width: 80%;
        font-size: 15px;
        font-weight: bold;
        color: #3178FF;
        height: 75px;
        margin-top: 30px;
    }
  }

.answerList:hover, .answerList:focus{
    background-color:#3178FF;
    color:whitesmoke;
}

.status{
    height: 8px;
    width: 20%;
    background-color: #ADC9FF;
    border-radius: 20px;

}

.statusbar{
    height: 100%;
    background: #3178FF; /* Old browsers */
    background: -moz-linear-gradient(top, #3178FF 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #3178FF 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #3178FF 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afdbd8', endColorstr='#0fdbcd',GradientType=0 ); /* IE6-9 */
    border-radius: 20px;
}

@media (max-width: 375px) {

    .status{
        height: 3px;
        width: 20%;
        background-color: #ADC9FF;
        border-radius: 20px;
    
    }
    
    .statusbar{
        height: 100%;
        background: #3178FF; /* Old browsers */
        background: -moz-linear-gradient(top, #3178FF 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  #3178FF 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  #3178FF 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afdbd8', endColorstr='#0fdbcd',GradientType=0 ); /* IE6-9 */
        border-radius: 20px;
    }
}
