
/*faq page css*/
.main-wrapper{margin: 20px 0px;}
.faq-tab-section{
  background: url('../images/faq/faq-banner.jpg') no-repeat;
 padding: 30px 0px;
  background-size: cover;
  text-align: center;
}
.head_title{
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
}
.faq-category{
  display: flex;
  flex-wrap: nowrap;
  width: auto;
  margin: 0 auto;
  white-space: nowrap;
  background: transparent;
  border: 0;
  overflow-x: auto;
  overflow-y: hidden;
}
.faq-category::-webkit-scrollbar-track {box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); border-radius: 10px;}
.faq-category::-webkit-scrollbar {width: 10px; height: 9px; background: #f5f5f5; border-radius: 10px;}
.faq-category::-webkit-scrollbar-thumb {  border-radius: 10px; box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); background:var(--main-color);}
.faq-category li{
margin: 5px 10px;
  list-style: none;
  display: inline-block;
}
.faq-category li i{
  font-size: 15px;
}
.faq-category li p{
  margin: 0;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}
.faq-category li a{
  display: block;
  padding: 5px 20px;
  text-decoration: none;
  color: #fff;
  background: #76a7f8;
  border-radius: 5px;
}
.faq-category li a.active, .faq-category li a:hover {
  background: var(--main-color)

}
.faq_left_section {
  background: #fff;
  box-shadow: 0 2px 12px 2px rgb(133 132 132 / 52%);
  padding: 15px 10px;
  margin-right: 20px;
  border-radius: 15px;
}
.faq-list{
  display: flex;
    align-items: center;
    padding: 10px 5px;
    border-bottom: 1px dashed #cccaca;
    color: #666;
      }
  .faq-list:hover{
    text-decoration: none;
    background: #f5f5f5;
    color: #666;
  }
  .faq-list.active{
 color: #fff;
   background: var(--main-color);
    text-decoration: none;
    border-radius: 10px;
  }
  .faq-list i{font-weight: 900;}
    .faq-list span{
      margin-left: 4px;
    }
.faq-heading{font-size: 23px;
  margin-bottom: 10px;
font-weight: 600;
}
    .panel-heading {
      position: relative;
       background-color: #dbd6d6;
       border-radius: 14px;
       padding:  15px 8px 3px 15px;
    }
    .faq-detail .panel  {
      border-radius: 15px;

    }
    .panel {
    margin-bottom: 10px;
    border: 1px solid #dbd6d6;
    border-radius: 14px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel p{
      padding-left: 15px;
      font-size: 14px;
font-weight: 600;
      font-family: 'Roboto', sans-serif;
      color: #111;
}

    .faq-detail .panel-heading  {
            
padding:  15px 8px 3px 15px;
 cursor: pointer;
    }
    .faq-detail .panel-heading  .panel-title{
font-size: 14px;
font-weight: 600;
      font-family: 'Roboto', sans-serif;
      color: #111;
    }

.panel-heading[data-toggle="collapse"]:after {
font-family: 'FontAwesome';
content: "\f107";
position: absolute;
color: #666;
font-size: 22px;
line-height: 22px;
right: 20px;
top: calc(50% - 10px);   
transform:rotate(180deg);
}
    .panel-heading[data-toggle="collapse"].collapsed:after {    
      transform:rotate(0deg);
    }

.help-box{
  background-color: rgb(36, 69, 124);
    border: 1px solid rgb(221, 223, 226);
    border-radius: 8px;
    box-shadow: rgb(0 0 0 / 20%) 0px 2px 8px 3px;
    padding: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
  }
.help-btn{
  background: #fff;
    border-radius: 5px;
    padding: 10px 25px;
    margin-left: 15px;
}
.help-btn:hover{
  background: #5a90e9;
}
.help-box h5{
  font-size: 19px;
  margin-top: 0;
  font-weight: 600;
}


    @media screen and (max-width: 991px) {
        .faq_left_section{margin-right: 0px;}}

        @media screen and (max-width: 767px) {
        .faq-category li {
          margin: 5px 5px;
          list-style: none;
          display: inline-block;
          width: 46%;
      }
      .head_title {
      font-size: 22px;
      }
      .help-btn{
        margin-left: 0px;
      }
      .help-box{
        flex-wrap:wrap;
      }
    }
    