
*{
    padding: 0;
    margin: 0;
}
.faq-content .banner{
     background-image: url('../blog-image/blog-bg.png');
        background-size: cover;
        background-position: center;
        height: 550px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
}
.faq-content .banner-h2{
    font-weight: 600;
    font-size: 50px;
    line-height: 100%;
    font-family: Raleway, sans-serif;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 12px;
}
.faq-content .italic{
    font-style: italic;
}
.faq-content .banner-p{
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #FFFFFF;
    text-align: center;
}
.faq-content .red-line {
position: absolute;
    width: 30%;
    height: 46px;
    left: 0;
    bottom: -46px;
    background: #E30613;
    clip-path: polygon(0% 0, 100% 0, 90% 100%, 0 100%);
transform: skewX(-0deg);
}


.faq-content .blue-line {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  height: 52px;
  background-color: #009FE3;
  z-index: 0;
  clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 104%);
}

.faq-content .faq-section {
padding: 100px 80px 80px 80px;
}
.faq-content .faq-image{
     margin-top: 24px;
}
.faq-content .img{
    border-radius: 8px;
    margin-bottom: 16px;
   
    width: 100%;
    height: 250px;
}
.faq-content .accordion{
width: calc(70% - 20px)
}
.faq-content .row{
display: flex;
justify-content: space-between;
}
.faq-content .img-section{
width: 30%}

              .faq-content .accordion-item {
      border: none;
      border-bottom: 1px solid #ccc;
    }

    .faq-content .accordion-button {
      background: none;
      border: none;
      border-radius: 0;
      box-shadow: none;
      padding-left: 0;
      padding-right: 2rem;
      font-weight: 600;
      color: #000;
      position: relative;
    }

    .faq-content .accordion-button.collapsed {
      color: #000000;

    }

    .faq-content .accordion-button:not(.collapsed) {
      color: #36A9E1; 
      box-shadow: none;
    }
    .faq-content .accordion-button:focus {
      box-shadow: none;
    }

  .faq-content .accordion-button::after {
  content: '+'; /* default */
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: none !important;
}

.faq-content .accordion-button:not(.collapsed)::after {
  content: '−'; /* active/open */
  color: #000000;
}


    .faq-content .accordion-body {
      padding-left: 0;
      font-size: 15px;
        font-family: 'Lato', sans-serif;
        font-weight: 500;
        font-size: 18px;
        line-height: 143%;
        color: #494949;
        
    }
    .faq-content .accordion .accordion-header .accordion-button{
      background-color: white;
        /* color: #36A9E1; */
        font-weight: 600;
        font-size: 18px;
        font-family: Raleway ;
        line-height: 25px;
        padding: 24px 0;
    }
    .faq-content .accordion .accordion-header .accordion-button:active{
      background-color: white;
        color: black;
        font-weight: 600;
        font-size: 18px;
        font-family: Raleway ;
        line-height: 25px;
        
    }
.accordion-button .icon {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 1024px){
        .faq-content .img-section{
width: 100%
}
.faq-content .accordion{
width: 100%
}
.faq-content .img{
height: auto
}
}

    @media screen and (max-width: 768px) {
      .faq-content .accordion .accordion-header .accordion-button {
        font-size: 15px;
        padding: 16px 0;
      }
      .faq-content  .accordion .accordion-header .accordion-button:hover {
        font-size: 12px;
        padding: 16px 0;
      }
      .faq-content .accordion-body {
        font-size: 12px;
      }
        .faq-content .img-section{
width: 100%
}
.faq-content .accordion{
width: 100%
}
.faq-content .banner-p{
padding: 0 16px
}
.faq-content .img{
    border-radius: 8px;
    margin-bottom: 16px;
    width: 100%;
    height: auto;
}
 .faq-content  .faq-section {
    padding: 50px 4px 50px 4px;
}
}

       

        .faq-content .accordion-item {
      border: none;
      border-bottom: 1px solid #ccc;
    }

    .faq-content .accordion-button {
      background: none;
      border: none;
      border-radius: 0;
      box-shadow: none;
      padding-left: 0;
      padding-right: 2rem;
      font-weight: 600;
      color: #000;
      position: relative;
    }

    .faq-content .accordion-button.collapsed {
      color: #000000;

    }

    .faq-content .accordion-button:not(.collapsed) {
      color: #36A9E1; 
      box-shadow: none;
    }
    .faq-content .accordion-button:focus {
      box-shadow: none;
    }

    .faq-content .accordion-button::after {
      content: '+';
      font-size: 24px;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      background-image: none !important;
    }

    .faq-content .accordion-button:not(.collapsed)::after {
      content: '−';
      color: #000000;
    }

    .faq-content .accordion-body {
      padding-left: 0;
      font-size: 15px;
        font-family: 'Lato', sans-serif;
        font-weight: 500;
        font-size: 18px;
        line-height: 143%;
        color: #494949;
        
    }
    .faq-content .accordion .accordion-header .accordion-button{
      background-color: white;
        /* color: #36A9E1; */
        font-weight: 600;
        font-size: 18px;
        font-family: 'Raleway', sans-serif;
        line-height: 25px;
        padding: 24px 0;
    }
     .faq-content .accordion .accordion-header .accordion-button:active{
      background-color: white;
        color: black;
        font-weight: 600;
        font-size: 18px;
        font-family: 'Raleway', sans-serif;
        line-height: 25px;
        
    }
    @media screen and (max-width: 768px) {
      .faq-content .accordion .accordion-header .accordion-button {
        font-size: 15px;
        padding: 16px 0;
      }
       .faq-content .accordion .accordion-header .accordion-button:hover {
        font-size: 15px;
        padding: 16px 0;
      }
      .faq-content .accordion-body {
        font-size: 12px;
      }
    }
.faq-content .accordion-button:hover,
.accordion-button:focus {
    background-color: transparent !important;
    color: inherit !important;
    box-shadow: none !important;
    outline: none !important;
    text-decoration: none !important;
}

.faq-content .accordion-button {
    cursor: default !important;
}

@media (max-width: 576px) {
  .faq-content  .faq-section {
    padding: 50px 4px 14px 4px;
}
.faq-content .banner-h2{
    font-size: 20px; 
}
.faq-content .banner-p{
    font-size: 12px;
}
.faq-content .banner-text{
padding: 0 16px;
}
.faq-content .accordion .accordion-header .accordion-button{
    font-size: 12px;
line-height: 30px;
}
    .faq-content .accordion .accordion-header .accordion-button:hover {
        font-size: 12px;
        padding: 16px 0;
        line-height: 30px;
      }
.faq-content .banner{
height: 277px
}
.faq-content .img-section{
margin-bottom: 30px
}
.faq-content .blue-line{
z-index: 0;
height: 13.22px;
width: 70%;
}
.faq-content .red-line{
height: 13.22px;
width: 30%;
}
 .faq-content .accordion-button::after {
      content: '+';
      font-size: 24px;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      background-image: none !important;
    }

    .faq-content .accordion-button:not(.collapsed)::after {
      content: '−';
      color: #000000;
right:10px
    }
    }