  body{
    background:#f5f5f5;
    padding:40px 15px;
  }
  .accordion{
    max-width:700px;
    margin:0 auto;
  }
  .accordion-item{
    border:none;
    margin-bottom:2px;
  }
  .accordion-button{

    background:#2b2b2b;
    color:#fff;
    font-size:18px;
    font-weight:500;
    padding:16px 20px;
    border-radius:0 !important;
    box-shadow:none !important;
    display:flex !important;
    align-items:center;
    justify-content:space-between;
    width:100%;
  }
  .accordion-button:not(.collapsed){
    border:none;
    background:#e6231e;
    color:#fff;
  }
  .accordion-button::after{
    display:none; /* remove bootstrap default arrow */
  }
  .accordion-button .icon{
    font-size:22px;
    line-height:1;
    font-weight:400;
  }
  .accordion-body{
    background:#eeeeee;
    color:#333;
    font-size:15px;
    line-height:1.8;
    padding:18px 20px;
  }
  .ios_accordion h2{
    margin-bottom:0;
  }
  .why-choose-us-icons {
    padding-left: 35px;
    padding-right: 20px;
}
.why-choose-us li {
    color: #090B0E !important;
    line-height: 24px;
    margin-bottom: 25px;
    font-weight: 500;
}
.why-choose-us li span {
    font-weight: 500;
    font-size: 16px;
}
.accordian-img img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    display: block;
}
.why-choose-us-icons li img {
    height: 25px;
}
  .ios_accordion ul{
    margin-left: 0;
    padding-left: 0;
  }
  .why-choose-us li.d-flex {
    align-items: center;
    gap: 10px;
}
.why-choose-us-icons h5 {
    color: #090b0e !important;
}