.question {
  position: relative;
  padding: 1.5rem;
  margin: 10px 0px;
  cursor: pointer;
  border-bottom: 1px solid #6b7280;
}
.question-1 {
  position: relative;   background:#081858;
  padding:14px 10px 14px 10px;
  margin:0px 0px; border:1px solid #eaeaea;
  border-radius:12px;
  cursor: pointer;
  width:100%;transition: 600ms ease transform;
}  
.question-1:hover{background:#fac34f; box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.10); transform: scaleX(1.1) scaleY(1.1); }
.home-faqs-section .question-1:hover h5 img{filter: none;}
.home-faqs-section .question-1:hover h5{color: #081858;}
.home-faqs-section .question-1:hover.active h5{color: #081858;}
.home-faqs-section .question-1:hover.active p{color: #000000;}

.question h5{margin:0px;color:#000000;padding-right:37px;font-size:18px; line-height: 1.25em;}
.active h5{color:#000000;  padding-bottom:20px;}

 

.active .arrow {background-image: url(plus-icon.png);}

.question ul{margin:10px 0; padding:0px;}
.question ul li {
    position: relative;
    color:#676767;
    padding-left: 20px;
    margin-bottom: 10px;
	font-size: 16px;
	margin-left:17px;
	list-style:none;
	text-align:left;
} 


.answer {
display: none; padding:2rem 0px 1rem;
font-size: 18px;
line-height: 2rem;
letter-spacing: 0px;color:#676767;
}

.answer-1 {
display: none; padding:1rem 0px 1rem;
font-size: 18px;
line-height: 2rem;
letter-spacing: 0px;color:#676767;
}

.answer-2 {
display: none;padding:1rem 0px 1rem;
font-size: 18px;
line-height: 2rem;
letter-spacing: 0px;color:#676767;
}
 

.answer p {
    margin:0;padding-bottom:10px;
	font-size: 16px;
  line-height: 24px;
  color: #000000; 
  font-weight: 500;
}

.answer-1 p {
    margin:0;padding-bottom:10px;
	font-size: 16px;
  line-height: 24px;
  color: #000000; 
  font-weight: 500;
}

.answer-2 p {
     padding-bottom:10px;
	font-size: 16px;
  line-height: 24px;
  color: #000000; 
  font-weight: 500;margin-left:45px;
}

.arrow {
    width: 22px;
  height: 22px;
  background-size: 17px;
  background-repeat: no-repeat;
  position: absolute;
  top:5px;
  right: 10px;
  padding: 20px;
  background-position: 50% 50%;
}
.arrow-active{background-image: url(plus-icon.png);}

 
 .home-faqs-wei{display: grid;  align-items: flex-start; grid-template-columns: repeat(3, 1fr); gap:20px; margin:0px; padding:0px; position:relative;}
.home-faqs-section .question-1.active {margin:0px 0px 30px;}
.home-faqs-section .question-1.active h5 {color:#ffff; padding-bottom:0px;}
.home-faqs-section .question-1 h5{width:100%; display:flex; gap:10px; align-items: center; font-size:16px; font-family: DMSans SemiBold; margin:0px; color:#ffffff; padding-right:0px; height:50px;}
.home-faqs-section .question-1 h5 img{width:auto; height:30px;     filter: brightness(0) invert(1);}



.home-faqs-section .question-1 p{width:100%;  font-size:14px; line-height:20px;  color:#ffff;   padding:0px; margin:0px 0px 0px;}

.home-faqs-section .question-1 ul{margin:10px 0; padding:0px;}
.home-faqs-section .question-1-1 ul li {width:auto; position: relative; font-size:14px; line-height:18px; list-style: none;   color:#ffff;	padding-left: 20px;	margin-bottom:10px;	margin-left:0px;}
.home-faqs-section .question-1 ul li::before {content: '';   width:6px; height:6px;  background:#ffff; border-radius:100px;  position:absolute;  top:10px; left:0px;}

.home-faqs-section .question-1.active .answer{padding: 1rem 0px 1rem;}
/*.home-faqs-section .arrow {background-image: url(../css/icon-down.png) !important;width:30px;height:30px;background-size:28px; background-repeat: no-repeat;position: absolute;top:3px; right:0px; filter: brightness(0) invert(1);}
.home-faqs-section .active .arrow{background-image: url(../css/icon-up.png) !important; filter: brightness(0) invert(1);}*/




@media screen and (max-width:880px) {
.question h5{font-size: 1.25rem;font-style: normal;font-weight: 400;letter-spacing: 0px;line-height: 1.25em; padding-right: 40px;}
.question1 h5{font-size: 1.25rem;font-style: normal;font-weight: 400;letter-spacing: 0px;line-height: 1.25em; padding-right: 40px;}
.answer{font-size: 1rem;font-style: normal;font-weight: 400;letter-spacing: 0.01em;line-height: 1.5;margin: 0px 0px 1rem;}.arrow{width:17px;height:17px; right:15px;}
.question h5{font-size:1rem;}.question1 h5{font-size:1rem;}
.answer p{font-size:14px; margin-left:0px;}.answer-2 p{font-size:14px; line-height: 24px; margin-left:0px;}

  .home-faqs-wei{display: grid;   grid-template-columns: repeat(1, 1fr); gap:0px;}
.home-faqs-section .question-1 h5{align-items: flex-start; gap: 10px; padding-right:15px; font-size:15px; line-height:22px; height:auto;}
.home-faqs-section .question-1 h5 img{height:20px;  margin-top: 7px;}
.home-faq-section .question-1 p{font-size:14px; line-height:24px;}
.home-faqs-section .question-1 p{font-size:14px; line-height:24px;}
.home-faqs-section .question-1.active{padding: 14px 15px 14px 10px;}
 

}