.form_control_ptnewfaqsearch {
    position: absolute;
    left: 10px;
    top: 10px;
    color: #7C7B7B;
}

.form_control_ptnewfaqsearch::before {
    content: '';
    background-image: url(https://cdn.poshantracker.in/public-assets/image/NewFaqs/search_icon.svg);
    background-repeat: no-repeat;
    height: 14px;
    width: 14px;
    position: absolute;
    left: 0px;
    cursor: pointer;
}

.ptnewfaq_search {
    position: relative;
}

.ptnewfaq_search_input {
    background-color: #FFFFFF;
    border: 1px solid #E5E5E5;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #181818;
    padding: 8px 15px 8px 30px;
}

.ptnew_faq_subCategory {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #001A53;
}

.ptnewfaqs_topic_head{
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #5C5C5C;
}

.ptnew_faq_tabs .ptnew_faq_tablinks{
    /* text-align: left; */
    color: #404040;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.nav-pills.ptnew_faq_tabs .nav-link.ptnew_faq_tablinks.active, .nav-pills.ptnew_faq_tabs .show>.nav-link.ptnew_faq_tablinks{
    background-color: #E6EFFF;
    color: #2661E0;
}

.ptnew_faq_tab_count{
    font-weight: 500;
    font-size: 10px;
    line-height: 14px;
    color: #FAFAFA;
    background-color: #AE5502;
    border-radius: 15px;
    margin-left: 10px;
    padding: 1px 4px;
}

.ptnew_faq_tab_img{
    background-repeat: no-repeat;
    background-position: left center;
    height: 18px;
    width: 18px;
    margin-right: 10px;
}

.ptnew_faq_tabcontent .accordion-button{
    color: #404040;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 15px;
}

.ptnew_faq_subCategory{
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    padding-top: 15px;
    color: #001A53;
}

.ptnew_faq_tabcontent 
.ptnewhomepage_faq_accordian 
.accordion-item 
.accordion-header 
.accordion-button:not(.collapsed){
    color: #181818;
    box-shadow: none;
}

.ptnew_faq_tabcontent 
.ptnewhomepage_faq_accordian 
.accordion-body{
    /* padding-top: 0; */
    color: #5C5C5C;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 25px;
}