
/*** 
====================================================================
	Service Detail
====================================================================
***/
.ep-side-bar{
    width: 34%;
    padding: 20px;
        border-radius: 10px;
}
.ep-right-text-wrapper{
    width: 66%;
    font-size: 15px;
    line-height: 28px;
    padding: 0 30px;
}
.side-bar-list{
    font-size: 18px;
}
.side-bar-list li{
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(0 0 0 / .15);
    padding: 20px 0;
    transform: all .25s ease-in-out;
}
.side-bar-list li:last-child{
    border-bottom: none;
}
.side-bar-list li a{
    padding-left: 20px;
    display: block;
    color: var(--dark-grey);
}
.side-bar-list li:hover,
.side-bar-list li.active{
    color: var(--danger-color);
}
.side-bar-list li .ep-ico{
    padding-right: 20px;
}
.side-bar-list li .ep-ico:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
    background-color: rgba(0 0 0 / .15);
}
.ep-right-text-wrapper h2{
    font-size: 26px;
    font-weight: 700;
}
.ep-right-text-wrapper h3{
    font-size: 22px;
    font-weight: 700;
}
.service-detail-list li{
    display: flex;
    margin-bottom: 15px;
}

.ep-right-text-wrapper .headline-text{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    font-size: 18px;
    padding: 15px 30px;
    letter-spacing: .5px;
}
.ep-right-text-wrapper .headline-text:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    background: var(--color-1);
    width: 5px;
    height: 100%;
}
