.designervily-ele-fid-style-3 .dsvy-circle {
    position: relative;
    text-align: center;
}

.designervily-ele-fid-style-3 .dsvy-fid-inner {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 5px;
    color: var(--dsvy-karzo-global-color);
    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: 0px;
    text-align: center;
    width: 100%;
}

.designervily-ele-fid-style-3 .dsvy-fid-inner sup {
    top: -2px;
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
}

.designervily-ele-fid-style-3 .dsvy-fid-title {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0px;
    font-weight: 500;
}

.designervily-ele-fid-style-3 .dsvy-fld-contents .dsvy-fid-sub {
    text-align: center;
    margin-top: 8px;
}

.designervily-ele-fid-style-3 .dsvy-sbox-icon-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    text-align: center;
    font-size: 35px;
    display: none;
}

.designervily-ele-fid-style-3 .dsvy-circle:after {
    content: '';
    height: 140px;
    border: 1px solid #7878781F;
    position: absolute;
    right: 0;
}

.designervily-ele-fid-style-3:after {
    position: absolute;
    content: '';
    height: 10px;
    width: 10px;
    background-color: var(--dsvy-karzo-global-color);
    right: -4px;
    left: auto;
    animation: dsvymove 5s infinite;
    bottom: -20px;
}

@keyframes dsvymove {
    from {
        top: 0px;
    }
    to {
        top: 130px;
    }
}

.elementor-container .elementor-column:nth-child(3) .designervily-ele-fid-style-3:after {
    content: unset;
}

.elementor-container .elementor-column:nth-child(3) .designervily-ele-fid-style-3 .dsvy-circle:after {
    content: unset;
}

@media (max-width: 767px) {
    .designervily-ele-fid-style-3 .dsvy-circle:after,
    .designervily-ele-fid-style-3:after {
        content: unset!important;
    }
}