.question {
    color:#696979;
    position: relative;padding:20px 20px 0px;
    cursor:pointer;
	border-radius:12px;
	column-count: 1;
}
 
.question h5{margin:0px;color:#191919;padding-right:37px;font-size:20px;font-family:Inter Medium;line-height: 1.25em;letter-spacing: 0.01em;padding-bottom:20px; border-bottom: 1px solid #dcdde1; }
.active h5{color:#191919; border-bottom: 1px solid #dcdde1; padding-bottom:20px;}

.question1 h5{margin:0px;color:#191919;padding-right:37px;font-size:20px;font-family:Inter Medium;line-height: 1.25em;letter-spacing: 0.01em;}
.button-wrap .active h5{color:#191919; border-bottom:0px solid #dcdde1; padding-bottom:20px;}

.we-help-left .question1{
  display: inline-block;
  width: 100%;
  position: relative;
  height: auto;
  padding: 20px;
  border-radius: 0px;
  background-color: #fff;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  border-bottom: 2px solid #F1E5D7;
}

.active .arrow {background-image: url(plus-3.png);}

.question ul{margin:10px 0; padding:0px;}
.question ul li {
    position: relative;
    color:#676767;
    padding-left: 20px;
    margin-bottom: 10px;
	font-size: 16px;
    line-height:2rem;
	margin-left:17px;
	list-style:none;
	text-align:left;
}
.question ul li::before {
    content: '';
    background:#0161FE;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    position: absolute;
    top:12px;
    left: 0px;

}


.button-wrap ul{margin:10px 0; padding:0px;}
.button-wrap ul li {
    position: relative;
    color:#676767;
    padding-left: 20px;
    margin-bottom: 10px;
	font-size: 16px;
    line-height:2rem;
	margin-left:17px;
	list-style:none;
	text-align:left;
}
.button-wrap ul li::before {
    content: '';
    background:#0161FE;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    position: absolute;
    top:12px;
    left: 0px;

}

.question1 ul{margin:10px 0; padding:0px;}
.question1 ul li {
    position: relative;
    color:#676767;
    padding-left: 20px;
    margin-bottom: 10px;
	font-size: 16px;
    line-height:2rem;
	margin-left:17px;
	list-style:none;
	text-align:left;
}
.question1 ul li::before {
    content: '';
    background:#0161FE;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    position: absolute;
    top:12px;
    left: 0px;

}
.answer {
display: none;padding:2rem 0px 1rem;
font-size: 18px;
line-height: 2rem;
letter-spacing: 0px;color:#676767;
}

.answer1 {
display: none;padding:2rem 0px 1rem;
font-size: 18px;
line-height: 2rem;
letter-spacing: 0px;color:#676767;
}
 

.answer p {
    margin:0;padding-bottom:15px;
    text-align: justify;
	color:#676767;font-size:16px;
}

.answer1 p {
    margin:0;padding-bottom:15px;
    text-align: justify;
	color:#676767;font-size:16px;
}

.arrow {
    background-image: url(plus-2.png);
    width:22px;
    height:22px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top:26px;
    right:20px;
}
.arrow-active{background-image: url(plus-3.png);}



.product-details-right .question{ margin:0px;}
.product-details-right .question h5{border-bottom:2px solid #F1E5D7; padding-left:0px; position:relative;}
.product-details-right  .arrow {background-image: url(plus-2.png);}
.product-details-right  .active .arrow{background-image: url(plus-3.png);}

 

@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;}
.types-right .question h5{font-size: 18px; padding-right:0px;}

.types-right .question.active{padding: 2rem 0px 0;}

}