
.question {
    color:#696979;
    position: relative;padding:1.5rem; margin:10px 0px;
    cursor:pointer; border-radius:0px;
	border-bottom: 1px solid #dcdde1; 
}
.question h5{margin:0px;color:#fff;padding-right:37px;font-size:16px;font-family:Geist Medium; line-height: 1.25em;letter-spacing: 0.01em;}
.active h5{color:#fff;}
.active .arrow {background-image: url(plus-icon.png);}

.question ul{margin:10px 0; padding:0px;}
.question ul li {
    position: relative;
    color:#ffff;
    padding-left: 20px;
    margin-bottom: 10px;
	font-size: 18px;
    line-height:2rem;
	margin-left:17px;
	list-style:none;
	text-align:left;
}
.question ul li::before {
    content: '';
    background:#ef0049;
    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:#fff;
}
 

.answer p {
    margin: 0;
	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:1rem 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;

}

#about-faq-section .question{border-bottom: 1px solid #fff5; padding:1.5rem 1.5rem 1.5rem 0px;}
#about-faq-section .question h5{font-size:22px; color:#fff; font-weight: 400; font-family: "quiche-sans",sans-serif; line-height: 1.25em; letter-spacing: 0.01em; margin:0px; padding:0px;}
#about-faq-section .answer img{border-radius:16px; margin-top:25px;}
#about-faq-section .answer p{font-size: 16px;  line-height: 25px;  font-family: "poppins",sans-serif;  font-weight: 400;  color: #fff;}
#about-faq-section .arrow{box-shadow: initial; border:0px;}


#omni-services-faq .question{border-bottom: 1px solid #fff5; padding:1.5rem 1.5rem 1.5rem 0px;}
#omni-services-faq .question h5{font-size:22px; color:#fff; font-weight: 400; font-family: "quiche-sans",sans-serif; line-height: 1.25em; letter-spacing: 0.01em; margin:0px; padding:0px;}
#omni-services-faq .answer img{border-radius:16px; margin-top:25px;}
#omni-services-faq .answer p{font-size: 16px;  line-height: 25px;  font-family: "poppins",sans-serif;  font-weight: 400;  color: #fff;}
#omni-services-faq .arrow{box-shadow: initial; border:0px;}
 
 
 
 
@media screen and (max-width:880px) {
.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;}

#about-faq-section .question h5{font-size:18px; line-height:30px;}#about-faq-section .answer p{font-size:12px;  line-height:22px;}
#about-faq-section .arrow{right: -5px;}

#omni-services-faq .question h5{font-size:16px; line-height:27px;}#omni-services-faq .answer p{font-size:12px;  line-height:22px;}
#omni-services-faq .arrow{right: -5px;}


}