/*=== designervily-ele-fid-style-6 ===*/
.designervily-ele-fid.designervily-ele-fid-style-6 {
    position: relative;
    display: inline-block;
    width: 175px;
    height: 175px;
    padding: 13px;
    text-align: center;
    background-color: var(--dsvy-colza-white-color);
    border-radius: 50%;
    box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 10%);
}
.designervily-ele-fid-style-6 .dsvy-sbox-icon-wrapper {
    display: none;
}
.designervily-ele-fid-style-6 .dsvy-fid-inner {
    font-size: 48px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 0;
    letter-spacing: -0.4px;
}
.designervily-ele-fid-style-6 .dsvy-fid-title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
    color: var(--dsvy-colza-global-color);
    font-weight: 400;
    text-transform: uppercase;
}
.designervily-ele-fid-style-6 .dsvy-fid sup {
    top: -0.5em;
    right: -5px;
    font-size: 50%;
}
.designervily-ele-fid-style-6 .dsvy-fld-wrap {
    position: absolute;
    top: 50%;
    -khtml-transform: translateX(0%) translateY(-50%);
    -moz-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    -o-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%);
    left: 0;
    text-align: center;
    width: 100%;
}
.designervily-ele-fid-style-6  .dsvy-fld-contents {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-radius: 50%;
    border: 2px dashed;
    border-color: rgba(var(--dsvy-colza-blackish-color-rgb),.07);
}