/* ======== Profile ring Start ======== */
.profile img {
    display: block;
}

.profile {
    position: relative;
    display: inline-block;
}

.rotating-border {
    position: absolute;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    top: -10px;
    left: -10px;
    border: 2px solid transparent;
    border-top: 2px solid #fff;
    border-radius: 50%;
    transform-origin: center;
}
/* ======== Profile ring End ======== */