.question {
    color: #696979;
    position: relative;
    border-radius: 10px;
    margin: 10px 0px;
    padding: 20px 20px;
    cursor: pointer;
    box-shadow: 0px 5px 22px #153A8014;
    border: 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;
    color:#6D6D6D;
    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:#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:24px;
    right: 10px;
}
.arrow-active{background-image: url(plus-icon.png);}

.day-right .question h5{font-size:22px;}
.day-right .question span{font-size:18px; color:#EBA552;}
.day-right .answer img{border-radius:16px; margin-top:25px;}

.day-right .arrow {
    background-image: url(../images/2023/02/vector-127.png) !important;
    width:15px;
    height:15px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top:70px;
    right: 10px;
}
.day-right .arrow-active{
	background-image: url(../images/2023/02/vector-128.png) !important;
}



.ivf-step-left .question h5{font-size:24px; color: #1D1D1D; margin-bottom:1px; }
.ivf-step-left .question span{font-size:14px; color: #C74285; margin-bottom:10px;}

.ivf-step-left .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;
}

.ivf-step-left .question::before {content: '';position:absolute;left:-30px;top:-4px;bottom: 0px;border-left:2px dashed #ADADAD;}

.ivf-step-left .question h5::before {
    content: '';
    width:21px;
    background:none;
    height:21px;border:0px;
    border-radius: 50%;
    position: absolute;
    left:-40px;
    top:20px;
    z-index: 1;
}
.ivf-step-left .active h5::before {
    background-color:rgba(248, 230, 239, 0.88);
}

.ivf-step-left .active h5::after{
    background-color: #ffffff;
}

.ivf-step-left .question h5::after {
    content: '';
    width:12px;
    background-color:#c74285;
    height:12px;
    border-radius: 50%;
    position: absolute;
    left:-35.5px;
    top:24px;
    z-index: 2;
}

.ivf-step-left .arrow {
    background-image: url(../css/plus-2.png) !important;
    width:15px;
    height:15px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top:22px;
    right: 10px;
}
.ivf-step-left.arrow-active{
	background-image: url(../css/plus-3.png) !important; top:28px;
}



@media screen and (max-width:880px) {
.question h5{font-size: 16px;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 0rem;}.arrow{width: 20px;height: 20px; right:5px;}

.ivf-step-left .question h5{font-size:16px;}.ivf-step-left p{line-height:24px;}
.ivf-step-left .question h5::before{top: 8px;}.ivf-step-left .question h5::after{top: 12px;}

}