
/* Template 01  */
.afaq-6310-faq-template-01 {
  width: 100%;
  float: left;
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.25);
}

.afaq-6310-faq-template-01 {
  float: left;
  background-color: #eee;
  color: #444;
  cursor: pointer;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}
.afaq-6310-faq-template-01-label-head {
  float: left;
  width: 100%;
  cursor: pointer;
  color: #fff;
  font-family: sans-serif;
  background: rgb(1, 102, 133);
  font-size: 16px;
  font-weight: bold;
  position: relative;
  display: block; 
  border-top: 1px solid greenyellow;
  height: 50px;
  line-height: 50px;
}
.afaq-6310-faq-template-01-head-left-icon {
  width: 50px ;  
  text-align: center;
  float: left; 
  font-size: 16px;
}
.afaq-6310-faq-template-01-head-title{
  float: left;
  width: calc(100% - 100px);

}
.afaq-6310-faq-template-01-head-right-icon{
  float: left;
  line-height: 50px;
  height: 50px;
  text-align: center;
  width: 50px ;
}
.afaq-6310-faq-template-01-content {
  float: left;
  width: calc(100% - 20px);
  margin: 10px;
  position: relative;
  font-family: sans-serif;
  display: none;  
}
.afaq-6310-faq-template-01-content-feature {
  float: left;
  width: 100%; 
}
.afaq-6310-faq-template-01-content-feature > i {
  padding: 0px 5px;
}

/* template-02 */

.afaq-6310-faq-template-02 {
  width: 100%;
  float: left;  
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.25);
}

.afaq-6310-faq-template-02 {
  float: left;

  cursor: pointer;
  width: 100%;
  text-align: left; 
}
.afaq-6310-faq-template-02-label-head {
  float: left;
  cursor: pointer;
  width: 100%;
  background-color: #CCE9E8; 
  font-family: sans-serif;
  border-top: 2px solid rgb(255, 255, 252);
  font-size: 16px;
  line-height: 52px;
  height: 52px;
  font-weight: bold;
  position: relative; 
}
.afaq-6310-faq-template-02-left-icon {
  float: left;
  display: inline;
  width: 60px;
  text-align: center;
  height: 51px;
  line-height: 51px;
  background-color:#1BAFA9;
}
.afaq-6310-faq-template-02-right-icon {
  float: left;
  width: 45px;
  text-align: center;
}
.afaq-6310-faq-template-02-left-icon::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 100%;
  left: 50px;
  background-color: #CCE9E8;
  transform: skewX(-15deg);
}
.afaq-6310-faq-template-02-head-title {
  float: left;
  width: calc(100% - 105px);
  font-family: sans-serif;
  position: relative;  
}
.afaq-6310-faq-template-02-content {
  float: left;
  width: calc(100% - 20px);
  position: relative;
  font-family: sans-serif;
  margin: 10px;
  display: none;
}
.afaq-6310-faq-template-02-content-feature {
  float: left;
  width: 100%; 
}
/* template-03 */
.afaq-6310-faq-template-03 {
  width: 100%;
  float: left; 
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.25);
}
.afaq-6310-faq-template-03 {
  float: left;
  color: #444;
  cursor: pointer;
  width: 100%; 
}
.afaq-6310-faq-template-03-label-head {
  float: left;
  cursor: pointer;
  width: 100%;
  color: rgba(255, 255, 255, 0.986);
  font-family: sans-serif;
  font-size: 16px;
  line-height: 52px;
  height: 52px;
  font-weight: bold;
  position: relative;
  
}
.afaq-6310-faq-template-03-left-icon {
  float: left;
  display: inline;
  width: 60px;
  text-align: center;
  height: 51px;
  line-height: 51px;
  background-color: #1AA46C;
  border-top: 1px solid #fff;
}
.afaq-6310-faq-template-03-head-title {
  float: left;
  font-family: sans-serif;
  font-size: 16px;
  padding-left: 20px;
  position: relative; 
  text-align: left;  
  margin-left: 5px;
  width: calc(100% - 85px);
  background-color: #1AA46C;
  border-top: 1px solid #fff;
}
.afaq-6310-faq-template-03-content {
  border-left: 1px solid #1AA46C;
  border-bottom: 1px solid #1AA46C;
  border-right: 1px solid #1AA46C;
  float: left;  
  width: calc(100% - 67px);
  position: relative;
  margin-left: 65px;
  margin-bottom: 2px;
  display: none;
}
.afaq-6310-faq-template-03-content-feature {
  width: calc(100% - 20px);
  margin: 10px;
}

/* template-04 */

.afaq-6310-faq-template-04 {
  width: 100%;
  float: left;
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.25);
}

.afaq-6310-faq-template-04 {
  float: left;
  background-color: #eee;
  color: #444;
  cursor: pointer;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}
.afaq-6310-faq-template-04-label-head {
  float: left;
  width: 100%;
  cursor: pointer;
  color: #fff;
  font-family: sans-serif;
  background: #e2005e;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  position: relative; 
  border-top: 1px solid greenyellow;
  height: 50px;
  line-height: 50px;
}
.afaq-6310-faq-template-04-head-left-icon {
  width: 50px ;  
  text-align: center;
  float: left; 
  font-size: 16px;
}
.afaq-6310-faq-template-04-head-title{
  float: left;
  width: calc(100% - 100px);

}
.afaq-6310-faq-template-04-head-right-icon{
  float: left;
  line-height: 50px;
  height: 50px;
  text-align: center;
  width: 50px ;
}
.afaq-6310-faq-template-04-content {
  float: left;
  width: calc(100% - 20px);
  position: relative;
  font-family: sans-serif;  
overflow-y: scroll;
  max-height: 100px;
  margin: 10px;
  display: none;
}
.afaq-6310-faq-template-04-content-feature {
  float: left;
  width: 100%;

 
}

/* template-5 */
.afaq-6310-faq-template-05 {
  width: 100%;
  float: left; 
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.25);
}

.afaq-6310-faq-template-05 {
  float: left; 
  width: 100%;
  text-align: left;  
}
.afaq-6310-faq-template-05-label-head {
  float: left;
  width: 100%;
  cursor: pointer;
  background-color: rgb(126, 4, 4);
  color: rgb(240, 237, 236); 
  font-family: sans-serif;
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  font-weight: bold;
  position: relative;
  border-top: 1px solid rgb(249, 250, 250);
}
.afaq-6310-faq-template-05-left-icon {
  float: left;
  display: inline;
  width: 60px;
  text-align: center; 
  background-color: rgb(0, 17, 71);
}
.afaq-6310-faq-template-05-left-icon::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 50%;
  left: 47px;
  bottom: 0;
  background-color: rgb(92, 109, 156);
  transform: skewX(28deg);
}
.afaq-6310-faq-template-05-left-icon::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 50%;
  left: 47px;
  top: 0;
  background-color: rgb(92, 109, 156);
  transform: skewX(-28deg);
}
.afaq-6310-faq-template-05-title-left-icon{
  float: left;
  line-height: 50px;
  height: 50px;
  width:50px;
  text-align: center;
}
.afaq-6310-faq-template-05-head-title {
  float: left;
  width: calc(100% - 110px);
  font-family: sans-serif;
  font-size: 16px; 
  font-weight: bold;
  position: relative;
  display: block;  
}
.afaq-6310-faq-template-05-content {
  float: left;
  width: calc(100% - 20px);
  position: relative;
  font-family: sans-serif;
  margin: 10px;
  display: none;
  
}
.afaq-6310-faq-template-05-content-feature {
  float: left;
  width: 100%;  
}

/* template-06 */
.afaq-6310-faq-template-06 {
  width: 100%;
  cursor: pointer;
  float: left;
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.25);
}

.afaq-6310-faq-template-06-label-head {
  float: left;
  cursor: pointer;
  width: 100%;
  height: 50px;
  line-height: 50px;
  position: relative;
  text-align: center;
  background-color: #717e00;
  border-top: 1px solid rgb(63, 60, 60);
}
.afaq-6310-faq-template-06-label-head:hover {
  background-color: rgb(0, 92, 92);
}
.afaq-6310-faq-template-06-head-left-icon{
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #CCE9E8;
  background-color: rgb(95, 158, 160);
  font-size: 16px;
}
.afaq-6310-faq-template-06-label-head:hover .afaq-6310-faq-template-06-head-left-icon {
background-color: rgb(142, 180, 38);
color: rgb(18, 95, 105);
}
.afaq-6310-faq-template-06-head-right-icon {
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size:30px; 
  color: #CCE9E8;
}
.afaq-6310-faq-template-06-label-head:hover .afaq-6310-faq-template-06-head-right-icon  {
  background-color: rgb(142, 180, 38);
  color: rgb(10, 109, 139);
  }
.afaq-6310-faq-template-06-head-right-icon::after {
  content: "";
  position: absolute;
  height: 6px;
  width: 14px;
  background-color: rgb(250, 243, 243);
  z-index: 0;
  right: 0px;
  top: 22px;
}
.afaq-6310-faq-template-06-label-head:hover .afaq-6310-faq-template-06-head-right-icon::after {
  background-color:  rgb(10, 109, 139);
}
.afaq-6310-faq-template-06-head-title {
  float: left;
  width: calc(100% - 110px);
  text-align: left;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  color: #CCE9E8;
  font-size: 16px;
  padding-left: 10px;
}

.afaq-6310-faq-template-06-content {
  float: left;
  width: calc(100% - 8px);
  position: relative;
  font-family: sans-serif;
  border-left: 4px solid rgb(167, 159, 47);
  border-right: 4px solid rgb(167, 159, 47);
  border-bottom: 4px solid rgb(167, 159, 47);
  display: none;
  margin-bottom: 3px;
}
.afaq-6310-faq-template-06-content-feature {
  float: left;
  width: calc(100% - 20px);
  margin: 10px; 
}

/* template-07 */
.afaq-6310-faq-template-07 {
  width: 100%;
  float: left;
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.25);
}
.afaq-6310-faq-template-07 {
  float: left;
  cursor: pointer;
  width: 100%;
}
.afaq-6310-faq-template-07-label-head {
  float: left;
  width: 100%;
  cursor: pointer;
  background-color: rgb(236, 0, 0);
  color: rgb(240, 237, 236);
  font-family: sans-serif;
  border-top: 2px solid rgb(255, 255, 252);
  font-size: 16px;
  line-height: 52px;
  height: 52px;
  font-weight: bold;
  position: relative;
  border-top: 1px solid rgb(250, 250, 249);
}
.afaq-6310-faq-template-07-left-icon {
  float: left;  
  width: 52px;
  text-align: center;
  height: 52px;
  line-height: 52px;
  color: rgb(0, 0, 0);
  background-color: rgb(250, 249, 248);
  z-index: 100;
}
.afaq-6310-faq-template-07-left-icon::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 50%;
  left: 45px;
  bottom: 0;
  background-color: rgb(250, 249, 248);
  transform: skewX(-28deg);
}
.afaq-6310-faq-template-07-left-icon::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 50%;
  left: 45px;
  top: 0;
  background-color: rgb(250, 249, 248);
  transform: skewX(28deg);
}
.afaq-6310-faq-template-07-head-title {
  float: left;
  width: calc(100% - 124px);
  position: relative;
  display: block;
  padding-left: 20px;
  text-align: left;  
}
.afaq-6310-faq-template-07-right-icon{
  float: left;  
  width: 52px;
  text-align: center;
  height: 52px;
  line-height: 52px;
  color: rgb(255, 255, 255);
  background-color: rgb(236, 0, 0);
  z-index: 100;

}
.afaq-6310-faq-template-07-content {
  float: left;
  width: 100%;
  position: relative;
  font-family: sans-serif;
  display: none;
}
.afaq-6310-faq-template-07-content-feature {
  float: left;
  width: calc(100% - 40px);
  margin: 20px;
}


/* template-8 */
.afaq-6310-faq-template-08 {
  width: 100%;
  float: left;
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.25);
}
.afaq-6310-faq-template-08 {
  float: left;
  cursor: pointer;
  width: 100%;
}
.afaq-6310-faq-template-08-label-head {
  float: left;
  cursor: pointer;
  width: 100%;
  line-height: 52px;
  height: 52px;
  position: relative;
}
.afaq-6310-faq-template-08-head-title {
  float: left;
  font-family: sans-serif;
  position: relative;
  text-align: center;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-right: 2px;
  font-size: 16px;
  width: calc(100% - 102px);
  color: rgba(255, 255, 255, 0.986);
  background-color: rgb(7, 187, 157);
  
}
.afaq-6310-faq-template-08-left-icon {
  float: left;
  width: 50px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  color: rgba(255, 255, 255, 0.986);
  background-color: rgb(7, 187, 157);
}
.afaq-6310-faq-template-08-right-icon {
  float: left;
  width: 50px;
  text-align: center;
  height: 50px;
  line-height: 50px;  color: rgba(255, 255, 255, 0.986);
  background-color: rgb(7, 187, 157);
  border-radius: 0px 10px 0px 0px;
}

.afaq-6310-faq-template-08-content {
  float: left;
  width: calc(100% - 20px);
  position: relative;
  margin: 10px;
  display: none;
}
.afaq-6310-faq-template-08-content-feature {
  float: left;
  width: 100%;
  text-align: left;
}
.afaq-6310-faq-template-08-left-icon::after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  box-shadow: -2px -1px 2px rgba(0, 0, 0, 0.3), -3px 3px 5px rgba(0, 0, 0, 0.3);
  top: 0px;
  right: 0px;
  border-radius: 0px 33px 0px 0px;
  background: right;
  transform: skewX(75deg, 30deg) rotate(10deg);
}

/* Template 09  */
.afaq-6310-faq-template-09 {
  float: left;
  width: 100%;
 }
 
 .afaq-6310-faq-template-09 {
   float: left;
   width: 100%;
   transition: all 0.5s;
   background-color: #f6f7f8;
   border-radius: 10px;
   margin-bottom: 20px;
   box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.25); 
 
 }
 .afaq-6310-faq-template-09-label-head {
   float: left;
   width: 100%;
   cursor: pointer;
   position: relative;
 }
 .afaq-6310-faq-template-09-head-left-icon { 
   float: left; 
   width: 50px ;  
   text-align: center;
   line-height: 50px;
   height: 50px;
   font-size: 16px;
   color: #101010;
 }
 .afaq-6310-faq-template-09-head-title{
   line-height: 50px;
   height: 50px;
   float: left;
   width: calc(100% - 100px);
   color: #101010;
   font-size: 20px;
 
 }
 .afaq-6310-faq-template-09-head-right-icon{
   float: left;
   line-height: 50px;
   height: 50px;
   text-align: center;
   width: 50px ;
   color: #101010;
 }
 .afaq-6310-faq-template-09-content {
   clear: both;
 display: block;
   width: calc(100% - 20px);
   margin: 10px;
   position: relative;
   font-family: sans-serif;
   display: none; 
   
 }
 .afaq-6310-faq-template-09-content-feature {
   float: left;
   width: calc(100% - 20px); 
   padding: 10px;
   color: #504646; 
 }


/* Template 10  */
.afaq-6310-faq-template-10 {
  width: 100%;
  float: left;
}

.afaq-6310-faq-template-10 {
  float: left;
  background-color: #eee;
  color: #444;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}
.afaq-6310-faq-template-10-label-head {
  float: left;
  width: 100%;
  cursor: pointer; 
  font-family: sans-serif;
  background:#f1f1e6;
  position: relative;
  border-radius: 40px;
  border-top: 1px solid rgb(122, 150, 146);
  height: 50px;
  line-height: 50px;
}
.afaq-6310-faq-template-10-head-left-icon {
  width: 50px ;  
  text-align: center;
  float: left; 
  height: 50px;
  line-height: 50px;
  color: #f4442e;
}
.afaq-6310-faq-template-10-head-title{
  float: left;
  font-weight: bold;
  width: calc(100% - 100px);
  color: #f4442e;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
}
.afaq-6310-faq-template-10-head-right-icon{
  float: left;
  line-height: 50px;
  height: 50px;
  text-align: center;
  width: 50px ;
  color: #fff; 
  border-radius: 50%;
  background-color: #f4442e;
}
.afaq-6310-faq-template-10-content {
  float: left;
  width: 100%;  
  position: relative;
  display: none;  
  border-radius: 20px;
  background-color:#f1f1e6;
  margin-top: 10px;
  margin-bottom: 10px;
}
.afaq-6310-faq-template-10-content-feature {
  float: left; 
  font-family: sans-serif;
  width: calc(100% - 20px);
  color: #8c8c8c;
  font-size: 12px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}







