.hexo-megalearn-line {
    direction: ltr;
}

.hexo-megalearn-line .circle {
    padding: 0px;
    border-radius: 50%;
    background-color: var(--hmt-primary-color);
    color: #fff;
    height: 50px;
    width: 50px;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.5;
    font-size: 17px;
    font-weight: 900;
}

@media(max-width: 460px) {
    .hexo-megalearn-line .circle {
        height: 9vw;
        width: 9vw;
    }
}

.hexo-megalearn-line .heading.row .title {
    font-weight: 700;
    text-align: right;
    font-size: 18px;
}

.hexo-megalearn-line .heading.row .text-right {
    margin-inline-end: -4.25vw;
}

@media(max-width: 991px) {
    .hexo-megalearn-line .heading.row .text-right {
        margin-inline-end: -3.5vw;
    }
    .hexo-megalearn-line .heading.row .title {
        font-size: 16px;
    }
}

@media(max-width: 767px) {
    .hexo-megalearn-line .heading.row .text-right {
        margin-inline-end: -2vw;
    }
}

.hexo-megalearn-line .heading.row .lessons-count {
    font-weight: 500;
    text-align: right;
    margin-bottom: 0px;
    direction: rtl;
}

.hexo-megalearn-line .heading.row,
.hexo-megalearn-line .heading.row:hover {
    color: black;
    cursor: pointer;
}

.hexo-megalearn-line .heading.row .col-2 {
    align-self: stretch;
    position: relative;
}

.hexo-megalearn-line .heading.row .col-2::after {
    content: "";
    position: absolute;
    border-left: 3px solid var(--hmt-primary-color);
    z-index: 1;
}

.hexo-megalearn-line .heading.row .col-2.bottom::after {
    height: 50%;
    left: 50%;
    top: 50%;
}

.hexo-megalearn-line .heading.row .col-2.full-right::after {
    height: 100%;
    left: calc(50% - 3px);
}

.hexo-megalearn-line .heading.row .col-2.full-left::after {
    height: 100%;
    right: calc(50% - 3px);
}

.hexo-megalearn-line .heading.row .col-2.top-right::after {
    height: 50%;
    right: 50%;
    top: 0;
}

.hexo-megalearn-line .heading.row .col-2.top-left::after {
    height: 50%;
    left: 50%;
    top: 0;
}

.hexo-megalearn-line .line div {
    padding: 0;
    height: 40px;
}

.hexo-megalearn-line .line hr {
    border-top: 3px solid var(--hmt-primary-color);
    margin: 0;
    top: 17px;
    position: relative;
    opacity: 1;
}

.hexo-megalearn-line .line .col-2 {
    display: flex;
    overflow: hidden;
}

.hexo-megalearn-line .line .corner {
    border: 3px solid var(--hmt-primary-color);
    width: 100%;
    position: relative;
    border-radius: 15px;
}

.hexo-megalearn-line .line .top-right {
    left: 50%;
    top: -50%;
}

.hexo-megalearn-line .line .left-bottom {
    left: -50%;
    top: calc(50% - 3px);
}

.hexo-megalearn-line .line .top-left {
    left: -50%;
    top: -50%;
}

.hexo-megalearn-line .line .right-bottom {
    left: 50%;
    top: calc(50% - 3px);
}