.faq_wrapper .container {
    max-width: 1280px;
    padding: 0 20px;
    margin: 0 auto;
}
.FAQ-w-section .row {
    margin: 0;
}
.FAQ-w-section .row .col-12 {
    padding: 0;
}
.faq_wrapper h2 {
    text-align: center;
    color: #000;
    margin: 0 0 38px;
}
.FAQ-w-section {
    background: #F8F8F8;
    margin-bottom: 107px;
}
.FAQ-w-section .faq_wrapper {
    padding: 97px 0 97px;
}
.faq_wrapper .faq-section-main .faq_content .faq_cat_list ul li.faq-brdr:last-child {
    border: none;
    margin-bottom: 0px;
}
.faq_wrapper .faq-section-main .faq_content .faq_cat_list ul li.faq-brdr:last-child .faq_cat_ans {
    padding-bottom: 0;
}
.faq_wrapper .faq-section-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 100px;
    align-items: flex-start;
}
.faq_wrapper .faq-section-main .faq_sidebar {
    width: 32%;
    max-width: 377px;
    box-shadow: 0px 3px 20px #00000024;
    padding: 45px 30px 10px 20px;
    border-radius: 15px;
}
.faq_wrapper .faq-section-main .faq_sidebar ul {
    margin: 0;
    padding: 0;
    position: relative;
}
.faq_wrapper .faq-section-main .faq_sidebar ul:before {
    content: "";
    border-left: 2px solid #B1B1B1;
    display: block;
    height: 100%;
    position: absolute;
    left: -20px;
}
.faq_wrapper .faq-section-main .faq_content {
    width: 58%;
}
.faq_wrapper .faq-section-main .faq_content .faq_cat_head_name {
    display: none;
}
.faq_wrapper .faq-section-main .faq_sidebar ul li a {
    color: #000000;
    font-size: 18px;
    line-height: 30px;
    text-decoration: none;
    margin-bottom: 30px;
    display: block;
    position: relative;
}
.faq_wrapper .faq-section-main .faq_sidebar ul li.active a {
    color: #123B72;
    font-weight: 600;
}
.faq_wrapper .faq-section-main .faq_sidebar ul li.active a:before {
    content: "";
    height: 16px;
    background: #123B72;
    width: 2px;
    display: inline-block;
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
}
.faq_wrapper .faq-section-main .faq_cat_list > ul {
    margin: 0;
    padding: 0;
}
.faq_wrapper .faq-section-main .faq_content .faq_cat_list .faq_cat_ans li {
    color: #505050;
    font-size: 18px;
    line-height: 30px;
}
/*.faq_wrapper .faq-section-main .faq_content .faq_cat_list .faq_cat_ans b ,
.faq_wrapper .faq-section-main .faq_content .faq_cat_list .faq_cat_ans strong{
    color: #000;
}*/
.faq_wrapper .faq-section-main .faq_content .faq_cat_list .faq_cat_ans .faq_cat_ans_inner p {
    color: #505050;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 23px;
}
.faq_wrapper .faq-section-main .faq_content .faq_cat_list .faq_cat_ans {
    display: none;
    padding-bottom: 35px;
}
.faq_wrapper .faq-section-main .faq_sidebar .faq_search_box input#faqSearchInput {
    border: 1px solid #E2E2E2;
    height: 60px;
    max-width: 327px;
    width: 100%;
    padding: 20px 20px 20px 50px;
    border-radius: 10px;
    background: #F6F5F5;
}
.faq_wrapper .faq-section-main .faq_sidebar .faq_search_box input#faqSearchInput ::placeholder {
  color: #000000;
  font-size: 18px;
  line-height: 38px;
  opacity: 1; 
}
.faq_wrapper .faq-section-main .faq_sidebar .faq_search_box input#faqSearchInput ::-ms-input-placeholder { 
  color: #000000;
  font-size: 18px;
  line-height: 38px;
}
.faq_wrapper .faq-section-main .faq_sidebar .faq_search_box button.button-search {
    background: url(../../../images/Icons/Icon%20ionic-ios-search-b.svg);
    width: 18.66px;
    height: 18.66px;
    background-repeat: no-repeat;
    background-size: contain;
    border: transparent;
    position: absolute;
    top: 50%;
    left: 21px;
    transform: translateY(-50%);
}
.faq_wrapper .faq-section-main .faq_sidebar .faq_search_box {
    position: relative;
    margin-bottom: 24px;
}
.faq_wrapper .faq-section-main .faq_content .faq_cat_list h4.faq_cat_qa {
    margin: 0;
    position: relative;
}
.faq_wrapper .faq-section-main .faq_content .faq_cat_list ul li.faq-brdr {
    border-bottom: 1px solid #CECECE;
    margin-bottom: 50px;
}
.faq_wrapper .faq-section-main .faq_content .faq_cat_list h4.faq_cat_qa a {
    font-size: 24px;
    line-height: 36px;
    color: #000000;
    text-decoration: none;
    display: block;
    position: relative;
    padding: 0 60px 40px 0px;
    font-family: 'FuturaPT-Medium';
}
.faq_wrapper .faq-section-main .faq_content .faq_cat_list h4.faq_cat_qa .icon {
    width: 50px;
    height: 50px;
    display: inline-block;
    background: #123B72;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: -5px;
    cursor: pointer;
}
.faq_wrapper .faq-section-main .faq_content .faq_cat_list h4.faq_cat_qa .icon:before {
    display: block;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 21px;
    height: 2px;
    background: rgb(255 255 255);
}
.faq_wrapper .faq-section-main .faq_content .faq_cat_list h4.faq_cat_qa .icon:after{
    display: block;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2px;
    height: 21px;
    background: rgb(255 255 255);
}
.faq_wrapper .faq-section-main .faq_content .faq_cat_list h4.faq_cat_qa.open span.icon:after {
    width: 0;
}
@media(max-width:1199px){
    .faq_wrapper .faq-section-main {
        gap: 80px;
    }
}
@media(max-width:1024px){
    .FAQ-w-section{
        margin-bottom: 80px;
    }
    .FAQ-w-section .faq_wrapper {
        padding: 80px 0 80px;
    }
}
@media(max-width:992px){
    .faq_wrapper .faq-section-main .faq_content .faq_cat_list h4.faq_cat_qa a{
        font-size: 20px;
        line-height: normal;
        padding: 0 60px 25px 0px;
    }
    .faq_wrapper .faq-section-main {
       gap:40px; 
    }
    .faq_wrapper .faq-section-main .faq_sidebar{
        width: 34%;
    }
    .faq_wrapper .faq-section-main .faq_content{
        width: 60%;
    }
    .faq_wrapper .faq-section-main .faq_sidebar ul li a{
        margin-bottom: 15px;
    }
    .faq_wrapper .faq-section-main .faq_content .faq_cat_list ul li.faq-brdr {
        margin-bottom: 35px;
    }
    .faq_wrapper .faq-section-main .faq_content .faq_cat_list h4.faq_cat_qa .icon {
        width: 40px;
        height: 40px;
    }
    .faq_wrapper .faq-section-main .faq_content .faq_cat_list h4.faq_cat_qa .icon:before {
        width: 15px;
    }
    .faq_wrapper .faq-section-main .faq_content .faq_cat_list h4.faq_cat_qa .icon:after {
        height: 15px;
    }
}
@media(max-width:767px){
    .FAQ-w-section{
        margin-bottom: 50px;
    }
    .FAQ-w-section .faq_wrapper {
        padding: 50px 0 50px;
    }
    .faq_wrapper .faq-section-main {
        flex-direction: column;
    }
    .faq_wrapper .faq-section-main .faq_sidebar {
        width: 100%;
        max-width: 100%;
        display: block;
    }
    .faq_wrapper .faq-section-main .faq_content {
        width: 100%;
    }
    .faq_wrapper .faq-section-main .faq_content .faq_cat_list h4.faq_cat_qa .icon {
        width: 35px;
        height: 35px;
    }
    .faq_wrapper .faq-section-main .faq_content .faq_cat_list h4.faq_cat_qa .icon:before {
        width: 11px;
    }
    .faq_wrapper .faq-section-main .faq_content .faq_cat_list h4.faq_cat_qa .icon:after {
        height: 11px;
    }
    .faq_wrapper .faq-section-main .faq_content .faq_cat_list .faq_cat_ans .faq_cat_ans_inner p{
        font-size: 16px;
        line-height: 28px;
    }
    .faq_wrapper .faq-section-main .faq_content .faq_cat_list .faq_cat_ans li {
        font-size: 16px;
        line-height: 28px;
    }
    .faq_wrapper .faq-section-main .faq_sidebar .faq_search_box input#faqSearchInput {
        max-width: 100%;
    }
}