.faq_search_section {
    max-width:1200px;
    margin:0 auto;
    padding:0px 15px;
}

.faq_search_title {
    font-size: 22px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}
.faq_search {
    margin: 0 auto;
    max-width: 500px;
    padding: 0 15px;
}
.faq_search_input{
   
    height: 40px;
    border: 1px solid #c91429 !important;
    box-shadow: none;
    border-radius: 30px;
    padding: 10px 40px 10px 15px !important;
    font-size: 16px;
    background-color: rgb(201 20 41 / 5%);
}
.faq_search_box{
   position:relative;
}
.fa_search_faq{
       position: absolute;
    right: 15px;
    top: 12px;
}
.search_bar_close_new{
    position: absolute;
    right: 17px;
    top: 12px;
    }
    
    #searchInput_faq:focus{
    box-shadow:none;
    }