
.question {
    color:#696979;
    position: relative;padding:1.5rem; margin:10px 0px;
    cursor:pointer; border-radius:20px;
	border-bottom: 1px solid #dcdde1; box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.10);
}
.question h5{margin:0px;color:#121C42;padding-right:37px;font-size:16px; font-family: Inter Regular; line-height: 1.25em;letter-spacing: 0.01em;}
.active h5{color:#121C42;}
.active .arrow {background-image: url(plus-icon.png);}

.question ul{margin:10px 0; padding:0px;}
.question ul li {
    position: relative;
    color:#6D6D6D;
    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:#1f91ce;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    position: absolute;
    top:12px;
    left: 0px;

}
.question ul li strong{font-family: Inter Regular; font-weight:bold; font-size:16px;}
.answer {
display: none;padding:2rem 0px 1rem;
font-size: 18px;
line-height: 2rem;
letter-spacing: 0px;color:#6D6D6D;
}
 

.answer p {
    margin: 0px 0px 15px;
	color:#6D6D6D;font-size:16px;
}
.arrow {
    background-image: url(plus1-icon.png);
    width:22px;
    height:22px;
    background-size:17px;
    background-repeat: no-repeat;
    position: absolute;
    top:13px;
    right: 10px;padding:20px;
	border-radius:12px;background-position: 50% 50%;
	border-bottom: 1px solid #dcdde1; box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.10);
}
.arrow-active{background-image: url(plus-icon.png);}


.answer-1 {
display: none;padding:2rem 0px 1rem;
font-size: 18px;
line-height: 2rem;
letter-spacing: 0px;color:#676767;
}
.question1 {
    color:#696979;
    position: relative;padding:20px;
    cursor:pointer;
	background: #fff;
	border-radius:12px;
	margin-bottom:20px;
	column-count: 1;
}

.answer-1 p {
    margin:0;padding-bottom:10px;
	color:#676767;font-size:16px;
}
.question-1 ul{margin:10px 0; padding:0px;}
.question-1 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-1 ul li strong{color:#35a0ed;}
.question-1 ul li::before {
    content: '';
    background:#35a0ed;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    position: absolute;
    top:12px;
    left: 0px;

}


.types-right .question-1 h5{font-size:22px; color:#30A9FF; font-family: Britti Sans; line-height: 1.25em;letter-spacing: 0.01em;     padding-right: 37px;}
.types-right .answer-1 img{border-radius:16px; margin-top:25px;}
.types-right .question-1{color: #696979;position: relative;padding:1rem 0px 0px 3rem;cursor: pointer;border-radius:0px;margin-bottom:0px;border-bottom: 1px solid #F0F0F0;position:relative;}
.types-right .question-1::before {content: '';position:absolute;left:0px;top:-4px;bottom: 0px;border-left:2px dashed #ADADAD;}
.types-right .question-1 h5::before {content: '';width: 31px;background:none;height: 31px;border:0px;border-radius: 50%;position: absolute;left: -14px; top:16px;z-index: 1;}
.types-right .active h5::before {background-color:rgba(53, 160, 237, 0.28);}
.types-right .active h5::after{background-color: #ffffff;}
.types-right .question-1 h5::after {content: '';width: 15px;background-color:#35A0ED;height: 15px;border-radius: 50%;position: absolute;left:-6px; top:24px;z-index: 2;}


.walk-technologies .question-1{color: #696979;position: relative;padding:1rem 0px 1rem 1rem;cursor: pointer;border-radius:0px;margin-bottom:0px; position:relative;}.walk-technologies .question-1 span{display:none; font-size:22px; font-family: Inter Bold; color:#fff8;}
.walk-technologies .question-1.active span{display:block;}
.walk-technologies .question-1 h5{font-size:22px; color:#ffffff; font-family: Inter Bold; line-height:1.25em;letter-spacing: 0.01em; padding:0px;}
.walk-technologies .answer-1 img{border-radius:16px; margin-top:25px;}

.walk-technologies .question-1 .answer-1 p{color:#ffffff;}
.walk-technologies .arrow{box-shadow: none; border:0px; border-radius: 100%; background-size: 29px; background-image:url(home-icon-1.png);}
.walk-technologies .active .arrow{background-image: url(home-icon-2.png);}
 
 
 
 
 
@media screen and (max-width:880px) {
.answer p{font-size: 14px;}.question ul li{font-size: 14px; line-height: 1.4rem;}
.question h5{font-size:1rem;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: 25px;height: 25px; right:5px;}
.day-right .question h5{font-size: 18px;}
.types-right .question-1 h5{font-size: 18px;}.answer-1 p{font-size:15px;}


}