* {
  padding: 0;
  margin: 0;
}

ul {
  list-style: none;
}

a {
  text-decoration: none !important;
}

.banner3 {
  width: 100%;
  min-height: 300px;
  background: #2d2d2d;
}

.banner3 h1 {
  font-size: 30px;
  color: #fff;
  margin-top: 9%;
}

.banner3 p {
  font-size: 16px;
  color: #fff;
  border-left: 4px solid #fcbf00;
  padding: 5px 20px;
  margin-top: 20px;
}

.faq {
  padding: 60px 0;
}

.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list i {
  font-size: 20px;
}

.faq .faq-list li {
  /*    background-color: #ffee5a;*/
  margin-bottom: 5px;
  border-radius: 10px;
  padding: 10px 40px;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  text-decoration: none;
}


#faq1 .collapse {
  background: #ccc !important;
}

.patra a i {
  font-size: 20px;
  padding: 2px 0px -3px 0px;
}

.faq .faq-list i {
  font-size: 15px;
  position: absolute;
  left: -28px;
  top: 5px;
  transition: 1s;
  display: block;
}

.faq-title {
  text-align: center;
  font-size: 17px;
  /*    border-bottom: 2px dashed #ffffff;*/
  margin-bottom: 10px;
  padding-bottom: 10px;
  color: #ffffff;
}

.faq .faq-list p {
  padding-top: 5px;
  margin-bottom: 20px;
  font-size: 13px;
  font-palette: normal;
}

/*.faq-list h1 .collapsed i:hover{
  background: #ccc !important;
 }*/

.collapsed i.fa.fa-arrow-circle-right {
  /*     display: flex;*/
}

.collapsed i.fa.fa-arrow-circle-right {
  transform: rotatez(90deg);
}

.fa .fa-circle {
  font-size: 12px;
}

.faq img {
  width: 100%;
  margin-top: 10%;
  margin-left: auto;
}

.faq-list h1 {
  font-weight: 700;
  font-size: 16px;
  font-family: myrid pro;
  border-bottom: 1px solid #000;
  width: 200px;
  margin-bottom: -3px;
}

.faq-list h2 {
  font-weight: 700;
  font-size: 16px;
  font-family: myrid pro;
  border-bottom: 1px solid #000;
  width: 331px;
  /*  margin-bottom: -8px;*/
}

.faq-list h3 {
  font-weight: 700;
  font-size: 16px;
  font-family: myrid pro;
  border-bottom: 1px solid #000;
  width: 289px;
  /*  margin-bottom: -8px;*/
}

.faq-list strong {
  color: #2a6496;
  font-weight: 400;
}

.faq-list strong:hover {
  color: #ff000a;
  cursor: pointer;
}

.faq20 i {
  font-size: 20px;
}




.left,
.right,
footer {
  opacity: 0;
}


.left.animate__animated,
.right.animate__animated,
footer.animate__animated {
  opacity: 1;
}