section.faq-sec h1{
    font-size: 36px;
    text-align: center;
}
section.faq-sec .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
}
section.faq-sec .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
section.faq-sec .accordion-button::after {
  transition: all 0.5s;
    width: 30px;
    height: 30px;
    background-size: 2rem;
}
section.faq-sec .accordion-button{
    padding: 0;
    border-radius: 0;
    font-size: 17px;
    font-weight: 700;
    color: var(--heading-color);
}
section.faq-sec .accordion-item{
background: transparent;
    border: 0px solid;
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 35px;
    margin-bottom: 35px;
}
section.faq-sec .head-sec{
    margin-bottom: 40px;
}
section.faq-sec  .accordion-button:not(.collapsed){
background: transparent;
box-shadow: 0 0 0;
}
section.faq-sec .accordion-body{
padding:0;
padding-top: 30px;
}
.axil-breadcrumb-area {position: relative;background: linear-gradient(148deg, #071a58 14%, var(--secondary-color) 86%);padding: 40px 0 45px;}
 .axil-breadcrumb-area .inner .title {font-size: 37px;margin-bottom: 0;color: #fff;}
 .axil-breadcrumb-area .inner .bradcrumb-thumb {text-align: right; position: relative; z-index: 1; }
.axil-breadcrumb-area img{
 width: auto;
 max-width: 100%;
}
 .axil-breadcrumb-area .inner .bradcrumb-thumb::after {content: ""; height: 110px; width: 110px; background-color: var(--color-white); border-radius: 50%; position: absolute; top: -10px; right: 60px; z-index: -1; }
 .axil-breadcrumb {display: flex;padding: 0;margin: 0 0 7px;list-style: none;align-items: center;}
 .axil-breadcrumb li {margin-top: 0;margin-bottom: 0;font-size: var(--font-size-b1);line-height: var(--line-height-b1);font-weight: unset !important;}
 .axil-breadcrumb li a {color: #fff; display: block; text-decoration: none; }
 .axil-breadcrumb li.axil-breadcrumb-item.active {color: #fff; }
 .axil-breadcrumb li.separator {height: 11px; width: 2px; background-color: #e5e5e5; margin: 0 8px; }