.question {
    color:#696979;
    position: relative;padding:2rem 0px;
    cursor:pointer;
	border-bottom: 1px solid #dcdde1;
}
.question h5{
margin:0px;color: #383838;padding-right:37px;font-size:20px;font-family:Inter Medium;line-height: 1.25em;letter-spacing: 0.01em;
}
.active h5{color: #383838;}
.active .arrow {background-image: url(plus-icon.png);}

.question ul{margin:10px 0; padding:0px;}
.question ul li {
    position: relative;
    font-size: 17px;
  line-height: 27px;
  color: #64656A;
    padding-left: 20px;
    margin-bottom: 10px;
	margin-left:17px;
	list-style:none;
	text-align:left;
}
.question ul li::before {
    content: '';
    background:#18B188;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    position: absolute;
    top:12px;
    left: 0px;

}
.question ul li strong{color:#18B188;}
.answer {
display: none;padding:2rem 0px 1rem;
font-size: 18px;
line-height: 2rem;
letter-spacing: 0px;color:#6D6D6D;
}
 

.answer p {
    margin: 0;
    text-align: justify;
	color: #64656A;font-size:16px;
}

.arrow {
    background-image: url(plus1-icon.png);
    width:22px;
    height:22px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top:44px;
    right: 10px;
}
.arrow-active{background-image: url(plus-icon.png);}


.aster-cardiac-package{width:auto;height:auto;margin-left: 35px;padding:30px 0px 50px;position: relative;}
.aster-cardiac-package .question h5{font-size:24px; color: #154D92; margin-bottom:1px; }
.aster-cardiac-package .question{color: #696979;position: relative;padding:0.5rem 0rem 0.5rem;cursor: pointer;border-radius:0px;margin-bottom:0px;border:0px solid #F0F0F0;position:relative;box-shadow:none;}
.aster-cardiac-package .question::before {content: '';position:absolute;left:-25px;top:-4px;bottom: 0px;border-left:2px dashed #ADADAD;}
.aster-cardiac-package .question h5::before {content: '';width:21px;background:none; height:21px;border:0px;border-radius: 50%;position: absolute;left:-35px;top:10px;z-index: 1;}
.aster-cardiac-package .active h5::before {background-color:rgba(24, 177, 136, 0.28);}
.aster-cardiac-package .active h5::after{background-color: #ffffff;}
.aster-cardiac-package .question h5::after {content: '';width:12px;background-color:#18B188;height:12px;border-radius: 50%;position: absolute;left:-30.5px;top:14px;z-index: 2;}
.aster-cardiac-package .arrow {background-image: url(../plus1-icon.png) !important;width:15px;height:15px;background-size: contain;background-repeat: no-repeat;position: absolute;top:22px;right: 10px;}
.aster-cardiac-package .arrow-active{background-image: url(../plus-icon.png) !important; top:28px;}
.aster-cardiac-package .answer{padding:0.4rem 0px 0.4rem; width:auto;}




@media screen and (max-width:880px) {
.question h5{font-size: 18px;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: 20px;height: 20px; right:5px;}

.aster-cardiac-package .question h5{font-size:17px;}


}