.sub-banner {
    width: 100%;
    background-size: cover;
    position: relative;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 5rem;
}
.sub-banner .banner {
    position: relative;
    z-index: 1;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
    width: 100%;
}
.banner-text {
    content: "";
    position: absolute;
}
.sub-banner::after {
    content: "";
    background-color: rgb(0 0 0 / 50%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
}
.sub-banner .breadcrumb{
    justify-content: center;
}
.sub-banner .breadcrumb a{
    color: #fff;
    transition-duration: 0.3s;
}
.sub-banner .breadcrumb a:hover{
    color: #E6000A;
    transition: all ease-in-out 0.3s;
}
.sub-banner .breadcrumb-item+.breadcrumb-item::before{
    color: #fff;
}

.sub-banner-faq{
    background: url(/assets/images/faq/faq-banner.webp);
  }
    .banner-text h2{
    font-size: 32px;
  }

    /* accordion css  */


.faq-accordion .accordion-button:hover{
    color: #DC2C1D;
}
.faq-accordion .accordion-button:not(.collapsed){
    color: #DC2C1D;
    background-color: #f7f7f7;
}
.faq-accordion .accordion-button:not(.collapsed)::after{
    background-image: url(/assets/images/products/arrow-accord.svg);
}
.faq-accordion .accordion-button:focus{
    box-shadow: 0 0 0 .25rem rgb(255 255 255 / 25%);
}
/* .faq-sec h3{
    font-size: 22px;
    color: #E6000A;
    margin-bottom: 20px;
} */
.faq-sec ul li{
    padding-bottom: 12px;
}
.faq-sec ol li{
    padding-bottom: 12px;
}
.industry-child-soln-header{
  margin-bottom: 3rem;
}
.accordion-button h3{
  font-size: 1rem;
  margin-bottom: 0px;
}
.faq-sec .accordion-button h3{
    font-size: 18px;
}


/* responisve css start */

@media only screen and (min-width:1024px) and (max-width:1119px){
    .sub-banner .banner{
        height: 300px;
    }
    .sub-banner{
        height: 300px;
    }
    .sub-banner::after{
        height: 300px;
    }
}

@media only screen and (min-width:901px) and (max-width:1023px){
    .sub-banner .banner{
        height: 250px;
    }
    .sub-banner{
        height: 250px;
    }
    .sub-banner::after{
        height: 250px;
    }
    .banner-text h2 {
    font-size: 23px;
    text-align: center;
    }
    .banner-text{
        top: 30%;
    }
    .sub-banner .breadcrumb a{
        font-size: 14px;
    }
    .faq-sec h2{
        font-size: 20px;
    }
    .faq-sec .accordion-body p{
        font-size: 15px;
    }
}

@media only screen and (min-width:768px) and (max-width:900px){
    .sub-banner .banner{
        height: 250px;
    }
    .sub-banner{
        height: 250px;
    }
    .sub-banner::after{
        height: 250px;
    }
    .banner-text h2 {
    font-size: 23px;
    text-align: center;
    }
    .banner-text{
        top: 30%;
    }
    .sub-banner .breadcrumb a{
        font-size: 14px;
    }
    .faq-sec h2{
        font-size: 20px;
    }
    .faq-sec .accordion-body p{
        font-size: 15px;
    }
}

@media only screen and (min-width:576px) and (max-width:767px){
    .sub-banner{
        margin-top: 5.4rem;
    }
    .sub-banner .banner{
        height: 250px;
    }
    .sub-banner{
        height: 250px;
    }
    .sub-banner::after{
        height: 250px;
    }
    .banner-text h2 {
    font-size: 23px;
    text-align: center;
    }
    .banner-text{
        top: 30%;
    }
    .sub-banner .breadcrumb a{
        font-size: 14px;
    }
    .faq-sec h2{
        font-size: 20px;
    }
    .faq-sec .accordion-body p{
        font-size: 15px;
    }
}

@media only screen and (min-width:420px) and (max-width:575px){
    .sub-banner{
        margin-top: 5.4rem;
    }
    .sub-banner .banner{
        height: 150px;
    }
    .sub-banner{
        height: 150px;
    }
    .sub-banner::after{
        height: 150px;
    }
    .banner-text h2 {
    font-size: 23px;
    text-align: center;
    }
    .banner-text{
        top: 30%;
    }
    .sub-banner .breadcrumb a{
        font-size: 14px;
    }
    .faq-sec h2{
        font-size: 20px;
    }
    .faq-sec .accordion-body p{
        font-size: 15px;
    }
}



@media only screen and (min-width:100px) and (max-width:419px){
    .sub-banner{
        margin-top: 5.4rem;
    }
    .sub-banner .banner{
        height: 150px;
    }
    .sub-banner{
        height: 150px;
    }
    .sub-banner::after{
        height: 150px;
    }
    .banner-text h2 {
    font-size: 23px;
    text-align: center;
    }
    .banner-text{
        top: 30%;
    }
    .sub-banner .breadcrumb a{
        font-size: 14px;
    }
    .faq-sec h2{
        font-size: 20px;
    }
    .faq-sec .accordion-body p{
        font-size: 15px;
    }
}