*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.faq-sec {
    padding: 40px 0;
  }
  .faq-sec .sub-title {
    text-transform: capitalize;
    font-size: 30px;
    text-align: center;
  }
  .faq-sec .sub-title span {
    /* border-bottom: 2px solid  #db1505; */
    font-size: 1.8rem !important;
    color: #000;
    font-weight: 600;
}
  @media (max-width: 575px) {
    .faq-sec .sub-title {
      font-size: 26px;
    }
  }
  .faq-sec .tab-container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .faq-sec .tab-container .tab-accordian {
    width: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    background: transparent;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .faq-sec .tab-container .tab-accordian .titleWrapper {
    padding: 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    transition: background-color 0.8s linear;
    color: #000;
  }
  .faq-sec .tab-container .tab-accordian .titleWrapper h3 {
    margin-bottom: 0;
  
  }
  .faq-sec .tab-container .tab-accordian .titleWrapper ul li,
  .faq-sec .tab-container .tab-accordian .titleWrapper p {
    font-weight: 600;
    font-size: 18px;
  }
  .faq-sec .tab-container .tab-accordian .titleWrapper ul {
    padding-left: 22px;
    margin-bottom: 20px;
  }
  .faq-sec .tab-container .tab-accordian .titleWrapper .collapse-icon {
    position: relative;
    margin-right: 10px;
  }
  .faq-sec .tab-container .tab-accordian .titleWrapper .collapse-icon .acc-close {
    height: 20px;
    border-left: 2px solid;
    transition: all 0.5s ease-in-out;
    transform: rotate(-90deg);
    opacity: 1;
  }
  .faq-sec .tab-container .tab-accordian .titleWrapper .collapse-icon .acc-open {
    width: 19px;
    position: absolute;
    border-top: 2px solid;
    transition: all 0.5s ease-in-out;
    transform: rotate(90deg);
    top: 43%;
    right: -8px;
  }
  .faq-sec .tab-container .tab-accordian .titleWrapper.inactive .collapse-icon {
    transition: all 0.5s ease-in-out;
    transform: rotate(-180deg);
  }
  .faq-sec .tab-container .tab-accordian .titleWrapper.active .collapse-icon {
    transition: all 0.5s ease-in-out;
    transform: rotate(180deg);
  }
  .faq-sec .tab-container .tab-accordian .titleWrapper.active .collapse-icon .acc-open {
    opacity: 0;
  }
  .faq-sec .tab-container .tab-accordian .desWrapper {
    max-height: 500px;
    display: none;
    padding: 20px;
    transition: max-height 1s ease-in;
    color: #000;
  }
  .faq-sec .tab-container .tab-accordian .titleWrapper.active {
    background-color:  #db1505;
    color: #fff !important;
}
.faq-sec .tab-container .tab-accordian .titleWrapper.active h3{
  color: #fff;
}
#descwrapper p {
    line-height: 26px;
}
.faq-sec .tab-container .tab-accordian .titleWrapper h3:active{
    color: #fff;
}

/* =============================================================================== */

/* tags  */
hr {
  margin-top: 0rem !important;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, .1);
}