.question-ul li  {
    font-size: 18px;
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #cccc;
    border-radius: 5px;
}

.question-item {
    cursor: pointer;
}




.page-banner {
    background: url("../images/support-banner.png")left top no-repeat;
}


ul.question-list li{
    font-size: 20px;
    color: #0459d7;
}

ul.question-list li a:hover{
    color: blue;
    font-weight: bold;
}

ul.question-list li a{
    font-size: 20px;
    color: #0459d7;
    display: inline-block;
    padding-bottom: 40px;
}

ul.question-list li a span.dot{
    display: table-cell;
    font-size: 20px;
    color: #0459d7;
}

ul.question-list li a div.question-block{
    display: table;
}

.question-list li a span.symbol,
.question-list li a span.text
{
    display: table-cell;
    padding-left: 6px;
}

ul.qa-list li.qa{
    line-height: 1.2;
    font-size: 16px;
    margin-bottom: 80px;
}

ul.qa-list li.qa div.answer{
    margin-top: 15px;
}

ul.qa-list li.qa div.question{
    font-size: 20px;
    font-weight: bold;
}


ul.qa-list li.qa div.qa-block{
    display: table;
}

ul.qa-list li.qa div.qa-block span.symbol{
    font-weight: bold;
}

ul.qa-list li.qa div.qa-block span.symbol,
ul.qa-list li.qa div.qa-block span.text
{
    display: table-cell;
    font-size: 16px;
    padding-left: 6px;
}

@media screen and (max-width:1600px) {

}


@media  screen and (max-width: 1440px) {

}

@media  screen and (max-width: 1366px) {

}


@media  screen and (max-width: 1024px) {

}


@media (min-width: 992px) and (max-width: 1199px) {

}

@media (min-width: 768px) and (max-width: 991px) {

}

@media (min-width: 375px) and (max-width: 767px) {
    .page-banner{
        margin-top: 52px;
        height: auto;
    }

    .page-title{
        padding-top: 20px;
        font-size: 30px;
    }

    .container-full{
        width: 100%;
        max-width:100%;
        padding-bottom:0;
    }

    .sub-title{
        margin: 20px 0;
    }

    .question-list ul.qa-list{
        padding: 10px;
    }

    ul.qa-list li.qa{
        margin-bottom: 40px;
    }
}

@media (max-width: 374px) {
    .page-banner{
        margin-top: 52px;
        height: auto;
    }

    .page-title{
        padding-top: 20px;
        font-size: 30px;
    }

    .container-full{
        width: 100%;
        max-width:100%;
        padding-bottom:0;
    }

    .sub-title{
        margin: 20px 0;
    }

    .question-list ul.qa-list{
        padding: 10px;
    }

    ul.qa-list li.qa{
        margin-bottom: 40px;
    }
}

    


