/* Extra Custom Styles */

.privacy-main-content .questions-list li{
    font-family: Oxygen,sans-serif;
    font-weight: 400;
    color: #6d6e71;
    font-size: 1rem;
    line-height: 1.8em;
    margin-bottom: 1rem;
}

.privacy-main-content .questions-list p{
    
    line-height: 1.8em;
   
}

/*.faq-page .box {*/
/*    padding-top: 20px;*/
/*}*/
.faq-page .ques{
    margin-bottom: 0px;
    position:relative;
}

h3.ques:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    right: -20px;
    top: 0px;
    bottom: 0;
    margin: auto 0;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    
    
}

h3.ques[aria-expanded="true"]:after{
    transform: rotate(226deg);
}