/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_AdvanceSeoManager
 * @author    Webkul Software Private Limited
 * @copyright Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */  
.container .faq-title .title:after {
    content: '\e622';
    float: right;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    font-family: 'luma-icons';
    vertical-align: middle;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
}
.container .head {
    font-weight: 500;
    color: #575757;
    line-height: 47px;
}
.container .faq-container {
    border-top: #cac8c8 2px solid;
    cursor: pointer;
    display: block;
    padding: 0 0 0 0;
    position: relative;
    margin-bottom: 20px;
}