.circle-wrapper {
    vertical-align: bottom;
    text-align: center;
    position: relative;
    display: inline-block;
}

.circle1 {
    width: 130px;
    height: 130px;
    margin-left: 0.4rem;
    margin-right: 0.4rem;
    margin-bottom: 0.7rem;
    margin-top: 0.7rem;
    transition: all .3s ease-in-out;
}

.circle1-icon {
    line-height: 0;
}


.circle1-icon .material-icons {
    font-size: 3.4em;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 2;
}

.circle1-title {
    line-height: 16px;
}

.circle1-text {
    font-size: 1.2em;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 2;
    top: 55%;
    padding: 5px;
}


.circle {
    width: 100%;
    height: 100%;
    display: inline-block;
    border: 3px solid #d8d8d8;
    cursor: pointer;
    border-radius: 100px;
    padding: 15px;
}

/*.circle.active,*/
/*.circle.active:before,*/
/*.circle.active:after {*/
/*    border-left: 3px solid #e11b22;*/
/*    border-right: 3px solid #e11b22;*/
/*    color: white;*/
/*    background-color: #e11b22;*/
/*    transition: all .2s;*/
/*}*/

.circle.active .circle1-icon .material-icons,
.circle.active .circle1-icon .fas,
.circle.active .circle1-icon .custom-icon
{
    color: #fff;
}

.circle.active .circle1-title .circle1-text
{
    color: #fff;
}

.circle1:hover {
    transform: scale(1.1);
}