.slider_w  {
    padding: 80px 0;
    overflow: clip;
    padding-top: 30px;
  padding-bottom: 60px;
  overflow: clip;

}

/* .vh-100 {
    height: 10vh;
  } */
  .accordion{
    min-height: 520px;
  }
  .progress {
    height: 8px;
  }
  
  .progress-bar {
    width: 0%;

    background-color: #C7C7C7;
    transition:width 3s;
  }
  
  /* .progress-bar.animate-bar {
    width: 100%;
    opacity: 1;
  } */
  .image-display {
    margin-top: 0;
    width: 100%;
    position: relative;
}

.image-display img {
    width: 100%;

    object-fit: cover;
    opacity: 0;
    /* transition: opacity 4s ease-in-out;  */
    /* Adjusted to 3 seconds */
    position: absolute;
    top: 0;
    left: 0;
}

.image-display img.active {
    opacity: 1;
    position: static;
    transition: opacity 1s ease-in-out; 
}
.accordion-collapse.collapse.show{
  transition:height 4s;
}
.slider_w h1 {
    font-size: 50px;
    text-align: center;
    line-height: 66px;
    color: #000;
    font-weight: 600;
    margin-bottom: 30px;
}


.slider_w .accordion-item{
        border: 0;
        padding: 0 0;
        border-bottom: 1px solid 
    color-mix(in srgb, var(--default-color), transparent 85%);
        overflow: hidden;
    }
    .slider_w .img_area .accordion-item {
border: 0;
padding: 0;
    }
    .slider_w .accordion-button:not(.collapsed) {

        border: 0;
        background: none;
        color: #000;
    }

    .slider_w .accordion-button:focus{
        box-shadow: none;
    }
    .slider_w .accordion-item h2 button{
        
     
    transition: 0.3s;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 27px;
    font-weight: 400;
    line-height: 38px;
    padding-left: 0;
    color: #3D3D3D;
    color: #000;


}
.slider_w .accordion-body{
    padding-right: 40px;
    margin-bottom: 0;
    overflow: hidden;
    font-size: 22px;
    font-weight: 400;
    line-height: 38px;
    text-align: left;
    padding-left: 0px;
}

.slider_w .accordion-body a{
    display: block;
}

.slider_w .accordion-body span {
    font-size: 24px;
    font-weight: 600;
    line-height: 35.83px;
    text-align: center;
    text-transform: uppercase;

}

.slider_w .accordion-body{ 
    padding-right: 0;
}
.slider_w h2 strong{
    font-weight: 600;

}
@media (max-width: 991px) {
    .slider_w h1{

        font-size: 28px;
    }
.slider_w .accordion-item h2 button{
    font-size: 20px;
}
.slider_w .accordion-body{
    font-size: 18px; 
 
   
}
.slider_w .accordion-body img{
    

}
.slider_w .img_area .accordion-body {
text-align: center;
}

.stripe{
    display: block;
  }
  .slider_w h2{
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 10px;
  }
  .slider_w .img-fluid{
    margin: 0 auto;
  }
  .slider_w .faq-container {
    text-align: center;
  }
  .slider_w .faq-container .faq-item h3{
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    justify-content: center;
  }
  .slider_w .faq-container .faq-item .faq-content p{
    font-size: 20px;
    line-height: 25px;
    text-align: center;
  }
  .slider_w .faq-content span{
    font-size: 18px;
  }

  
}
