.fq-header-container{
    background: #F5FEFE;
    height: 200px;
    text-align: center;
  }
  
  .fq-header-container .title{
    font-size: 26px;
    font-weight: 600;
    padding-top: 30px;
  }
  
  .fq-header-container .subtitle{
    font-size: 20px;
    font-weight: 600;
    margin-top: 50px;
  }
  
  .fq-content{
    text-align: center;
    margin-top: -40px; 
  }
  
  .fq-content ul{
    margin: 0;
    padding: 0;
  }
  
  .fq-content ul li{
    display: inline-block;
    width: 22%;
    position: relative;
    padding: 10px 10px;
    vertical-align: top;
    text-align: left;
  }
  
  .fq-item{
    width: 100%;
    height: 200px;
    border: 1px solid #E5E6E7;
    background-color: white;
  }
  
  
  .fq-title{
    margin-left: 17px;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    vertical-align: middle;
    margin-top: 15px;
  }
  
  .question-triangle {
    position: relative;
    top: 3px;
    display: inline-block;
    vertical-align: top;
    padding-right: 6px;
  }
  
  .question-triangle:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-left: 4px solid #6BC1B4;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
  }
  
  .question-triangle:after {
    content: '';
    position: absolute;
    left: 0;
    top: 100px;
    border-left: -96px solid #fff;
    border-top: -96px solid transparent;
    border-bottom: -96px solid transparent;
  }
  
  .fq-subtitle{
    padding-left: 57px;
  }
  
  .fq-subtitle a{
    display: block;
    margin-bottom: 10px;
  }
  
  .fq-tum{
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    position: absolute;
    bottom: 20px;
  }
  
  .faq-question-head{
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin: 60px 0;
  }
  
  
  .faq-question-left{
    border-right: 1px solid #E5E6E7;
    height: 100%;
    padding-left: 60px;
    width: 107%;
  }
  
  .faq-question-left .menu-title{
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 14px;
  }
  
  .faq-menu-icon{
    border: 1px solid #6BC1B4;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
  }
  
  .faq-menu-name{
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
    margin-left: 20px;
    color: #8E8E8E;
    text-transform: lowercase;
    float: left;
    margin-top: 10px;
  }
  
  .faq-item-menu{
    margin-bottom: 10px;
  }
  
  .faq-item-menu::after{
    content: "";
    display: block;
    clear: both;
  }

  .sss-content{
    margin-top: 50px;
  }

  .header-fixed {
    background-color: #fff;
  }




/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
  .fq-content ul li{
    width: 100%;
  }

  .faq-question-right {
    margin-left: 20px;
    margin-right: 20px;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .fq-content ul li{
    width: 100%;
  }
  .faq-question-right {
    margin-left: 20px;
    margin-right: 20px;
    }
}

/*  Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .fq-content ul li{
    width: 49%;
  }

  .faq-question-right {
    margin-left: 20px;
    margin-right: 20px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .fq-content ul li{
    width: 49%;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  
}


