.faq1 .faq-ans p {
  background-color: #ffffff;
  border-bottom: 1px solid #f5f5f5;
  border-left: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5;
  border-radius: 0 0 5px 5px;
  padding: 15px 15px;
}
.faq-accord3.faq3 {
  margin-bottom: 20px;
}
.faq-accord.faq1 {
  margin-bottom: 20px;
}
.faq-accord.faq3:last-child,
.faq-accord.faq1:last-child {
  margin-bottom: 0;
}
.faq1 .faq-ques .bg-faq-head {
  background-color: #ffffff;
  border-top: 1px solid #f5f5f5;
  border-left: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
  padding: 8px 15px 8px 50px;
  position: relative;
}
.faq1 .faq-ques .bg-faq-head::before {
  background-color: #272727;
  border-right: 1px solid #272727;
  border-radius: 5% 0 0 0;
  color: #f5f5f5;
  content: "\f062";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 0;
  padding: 8px 10px;
  font-size: 15px;
  line-height: 20px;
  position: absolute;
  top: 0;
  transition: 500ms ease-in;
}
.faq1 .faq-ques.active .bg-faq-head::before {
  background-color: #ff6839;
  border-right: 1px solid #ff6839;
  content: "\f063";
  color: #ffffff;
  transition: 500ms ease-in; 
  line-height: 20px;
}
.faq1 .faq-accord {
  margin-bottom: 20px;
}
.faq1 .faq-accord:last-child {
  margin-bottom: 0px;
}

.faq2 .bg-faq-head span {
  color: #dd496c;
}
.faq2 .bg-faq-head:after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 0;
  color: #ff6839;
}
.faq2 .faq-ques.active .bg-faq-head:after {
  content: "\f063";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 0;
  color: #ff6839;
}
.faq2 .bg-faq-head {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  position: relative;
  cursor: pointer;
}
.faq-accord.faq2 {
  margin-bottom: 40px;
}
.faq-accord.faq2:last-child {
  margin-bottom: 0;
}
.faq3 {
  background-color: #ffffff;
  border: none;
  margin-bottom: 20px;
  border-radius: 0;
  border-radius: 8px;
}
.faq3 .bg-faq { 
  display: flex;
  align-items: center; 
  margin-bottom: 0;
  padding: 15px 90px 15px 30px;
  position: relative;
  background: #ffffff;
  border-radius: 8px;
  color: #161616;
  cursor: pointer;
  box-shadow: 0px 30px 60px 0px rgb(0,0,0,0.1);
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s; 
}
.faq3 .faq-ques {
  position: relative;
}
.faq3 .faq-ques.active::after {
  background-color: #ff6839; 
  content: "\f107";
  color: #ffffff;
  transition: 500ms ease-in;
}
.faq3 .faq-ques::after {
  background-color: #ff6839; 
  color: #f5f5f5;
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  right: 0; 
  font-size: 15px;
  line-height: 25px;
  position: absolute;
  top: 0;
  transition: 500ms ease-in;  
  width: 60px;
  height: 100%; 
  border-radius: 0 8px 8px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.faq3 .faq-ans {
  padding: 20px;
  box-shadow: 0px 30px 60px 0px rgb(0,0,0,0.1);
  border-radius: 8px;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}