
/* -----------------------
    MEGA LISTING
-------------------------*/
.mega__icon__list {
    position: relative;
}
.icon__list__header__desc {
    margin-bottom: 30px;
}
.single__icon__list {
    position: relative;
    margin-bottom: 20px;
}

.icon__list__icon {
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
}
.icon__list__title,
.icon__list__details {
    display: inline-block;
}

.icon__list__style__1 .single__icon__list:hover .icon__list__icon {
    background: #FFAB4A;
    color: #000000;
}

.icon__list__style__3 .single__icon__list {
    padding-left: 30px;
    line-height: 1.3;
}

.icon__list__style__2 .icon__list__icon {
    font-size: 10px;
    background: #15D895;
    width: 20px;
    height: 20px;
    color: #ffffff;
    line-height: 1;
    padding-top: 5px;
    margin-right: 10px;
}

.icon__list__style__3 .icon__list__icon {
    position: absolute;
    left: 0;
    top: 0;
    text-align: left;
}
