.faqs-section .panel-group .panel {
    border-radius: 0px;
    overflow: hidden; 
    box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 28%);
    border: none;
    margin-bottom: 20px;
    background: #ffffff;
  }

  .faqs-section .panel-group .panel:hover {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
  }

  .faqs-section .panel-heading {
    padding: 0;
  }
  .faqs-section .faqs-panel-title span {
    display: block;
    padding: 15px 20px;
    background: #e9e9e9;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    position: relative; 
  }

  .faqs-section .faqs-panel-title span:hover {
    background: #de4c35;
    color: #fff;
  }

  .faqs-section .faqs-panel-title span:before {
    content: "\f067";
    font-family: FontAwesome;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color:#555;
  } 

  .faqs-section .faqs-panel-title a[aria-expanded="true"]:before {
    content: "\f068";
  }

  .faqs-section .panel-body {
       padding: 20px;
    background: #fff;
    color: #000;
    font-size: 14px;
    line-height: 1.6;
  }
  
  .faqs-section .faqs-section{
     margin-bottom: 50px;
  }
  
  .faqs-section .section-title{
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 800;
    color: #3b4251;
  }
  
 .faqs-section .colortitle {
    color: #3b4251;
  }
  
 .mb-30{
     margin-bottom: 30px;  
  }
  
    
.faqs-section .faqs-panel-title > span {
  background: #de4c35;
  color:#fff;
}

.faqs-section .faqs-panel-title > span.collapsed {
  background: #e9e9e9;
    color:#000;
}
  
  
.faqs-section .faqs-panel-title > span:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f068";
    padding-right: 5px;
}
.faqs-section .faqs-panel-title > span.collapsed:before {
    float: right !important;
    content:"\f067";
}
.faqs-section .faqs-panel-title > a:hover, 
.faqs-section .faqs-panel-title > a:active, 
.faqs-section .faqs-panel-title > a:focus  {
    text-decoration:none;
}

.faqs-panel-title {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 600;
}

.mt-20{
      margin-top: 20px;
}

@media only screen and (min-width: 767px) {
.p-md-0{
    padding:0;
}
}