/*=== designervily-ele-fid-style-2 ===*/
.designervily-ele-fid.designervily-ele-fid-style-2 {
    position: relative;
    display: inline-block;
    width: 115px;
    height: 115px;
    padding: 15px;
    text-align: center;
    background-color: var(--dsvy-colza-global-color);
    border-radius: 50%;
}
.designervily-ele-fid-style-2 .dsvy-sbox-icon-wrapper {
    display: none;
}
.designervily-ele-fid-style-2 .dsvy-fid-inner {
    font-size: 48px;
    line-height: 48px;
    font-weight: 500;
    margin-bottom: 0;
    color: #fff;
    letter-spacing: -5.5px;
}
.designervily-ele-fid-style-2 .dsvy-fid-title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
    color: #fff;
    font-weight: 600;
}
.designervily-ele-fid-style-2 .dsvy-fid sup {
    top: -0.5em;
    right: -5px;
    font-size: 50%;
}
.designervily-ele-fid-style-2:after {
    position: absolute;
    content: '';
    bottom: -12px;
    left: 46px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 13px solid var(--dsvy-colza-global-color);
}