.in-this-guide ul {
    padding: 0;
    list-style: none;
}

.in-this-guide ul li {
    min-height: 37px;
/*     width: 100%; */
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px;
    margin-top: 7px;
}
.in-this-guide ul li:first-child{
	margin-top:0;
}
.in-this-guide ul li a {
    font-size: 16px;
    color: #2f2f2f;
    line-height: 25px;
    text-decoration: none;
    margin-left: 15px;
    text-decoration: none !important;
}

.in-this-guide ul li::before {
    content: '';
    height: 0;
min-width:4px !important;
    background-color: #00AAA1;
    color: #00AAA1;
}

/* .in-this-guide ul li:first-child::before {
    content: '';
    height: 0;
    width: 3px !important;
    background-color: #00AAA1;
    color: #00AAA1;
} */

.in-this-guide ul li:hover::before {
    height: 27px;
	
}

.in-this-guide ul li:hover a {
    color: #00AAA1 !important;
}

.in-this-guide ul li.active::before {
    height: 27px;
	
}

.in-this-guide ul li.active a {
    color: #00AAA1 !important;
}
@media screen and (max-width:567px){
	.elementor-element.elementor-element-21ec182.e-con-full.e-flex.e-con.e-child{
		gap:0;
	}
}
