﻿.faq-serach-bar button {
    background: none;
    border: 0;
    font-size: 19px;
    color: #666;
    position: absolute;
    right: 1px;
    top: 0;
    margin-top: 0;
    box-shadow: none;
    min-width: 80px;
    cursor: pointer;
    height: 50px;
    border-radius: 0;
}
@media only screen and (max-width:450px) {
    .faq-serach-bar input {
        padding: 14px 23px 14px 10px;
    }
    .faq-page {
        padding: 30px 0;
    }
    .faq-que {
        background-position: right 5px center;
        padding: 15px 15px 15px 10px;
        font-size: 14px;
        height: auto;
    }
    .faq-ans {
        font-size: 13px;
        line-height: 20px;
    }
}
.faq-ans {
    padding: 15px;
    background: #fff;
    border: #ddd solid 1px;
    display: none;
    font-size: 15px;
    color: #666;
    line-height: 25px;
}
.faq-que {
    background: #fff url(../images/faq-plus.png) right 10px center no-repeat;
    border: #dddddd solid 1px;
    line-height: 23px;
    padding: 15px 20px 15px 15px;
    font-size: 16px;
    cursor: pointer;
}
.faq-que.active {
    background: #666 url(../images/faq-minus.png) right 10px center no-repeat;
    border: #666 solid 1px;
    color: #fff;
}
.faqBx {
    padding-bottom: 15px;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}