
/*====================== Frequently Asked Questions Section========================*/

#faq {
    padding: 50px 0px ;
    overflow: hidden;
  }
  
  .faq-section-header h3 {
    color: #293275;
  }
  
  #faq #faq-list {
    padding: 0;
    list-style: none;
  }
  
  .faq-list li {
    border-bottom: 1px solid #adadad;
  }
  
  #faq #faq-list a {
    padding: 22px 0;
    display: block;
    position: relative;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 400;
    padding-right: 20px;
    color: #ea5b21;
  }
  
  #faq #faq-list i {
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 20px;
  }
  
  #faq #faq-list p {
    margin-bottom: 20px;
  }
  
  #faq #faq-list a.collapse {
    color: #1bb1dc;
  }
  
  #faq #faq-list a.collapsed {
    color: #000;
  }
  
  #faq #faq-list a.collapsed i::before {
    content: "+" !important;
    font-size: 26px;
  }
  
  .faq-section-header h3 {
    font-weight: 700;
  }

  
  #faq-list .collapse h6 {
    font-weight: 600;
  }
  
  .faq-container {
    padding-left: 40px;
    padding-right: 40px;
  }
  
  @media screen and (max-width:1024px) {
    .faq-container {
      padding-left: 30px;
      padding-right: 30px;
    }
  
    .main-content .content {
      padding: 20px;
    }
  }
  
  @media screen and (max-width:600px) {

    #faq #faq-list a{
        font-size: 17px !important;
    }
    .faq-section-header h3{
        font-size: 22px !important;
    }
  }