.designervily-ele-fid-style-1 .dsvy-circle {    
    position: relative;
    text-align: center;
    margin-right: 20px;
}
.designervily-ele-fid-style-1 .dsvy-circle-outer{
    display: flex;
    align-items: center;
}
.designervily-ele-fid-style-1 .dsvy-fid-inner{
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 0;
    position: relative;
    display: inline-block;
    position: absolute;
    top: 50%;
    -khtml-transform: translateX(0%) translateY(-60%);
    -moz-transform: translateX(0%) translateY(-60%);
    -ms-transform: translateX(0%) translateY(-60%);
    -o-transform: translateX(0%) translateY(-60%);
    transform: translateX(0%) translateY(-60%);
    left: 5px;
    text-align: center;
    width: 100%;
}
.designervily-ele-fid-style-1 .dsvy-fid-title {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
}
.designervily-ele-fid-style-1 .dsvy-fid-inner,
.designervily-ele-fid-style-1 .dsvy-fld-contents .dsvy-fid-sub sup,
.designervily-ele-fid-style-1 .dsvy-sbox-icon-wrapper,
.designervily-ele-fid-style-1 .dsvy-fid-sub span{
    color: var(  --dsvy-karzo-blackish-color);
}
.designervily-ele-fid-style-1 .dsvy-fld-contents .dsvy-fid-sub sup{
    left: -7px;
    font-size: 50%;
    top: -10px;
}
.designervily-ele-fid-style-1 .dsvy-sbox-icon-wrapper{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    text-align: center;
    font-size: 35px;
    display: none;
}
@media only screen and (min-width: 1014px) and (max-width: 1400px){
    .designervily-ele-fid-style-1 .dsvy-circle-outer {
    display: block;
    text-align: center;
    }
}
