.t-learn-main {
    background: #ffffff;
    background-size: cover;
    /* height: 400px; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* background-image: url(../Media/b1.jpg); */
    padding: 15px !important;
    border-radius: 15px;
}

.t-learn {
    display: flex;
    justify-content: center;
    margin-top: 45px;
}

ul.t-learn li {
    width: 125px;
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #77b3d3;
    border-radius: 100%;
    margin: 5px;
    position: relative;
    border: 7px double #fff;
    transition: all .5s;
    box-shadow: 0 1px 0px #73859f;
}

    ul.t-learn li a {
        color: #fff;
        font-size: 1rem;
        position: absolute;
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    ul.t-learn li:hover {
        border: 7px solid #fff;
    }

    ul.t-learn li:last-child {
        background: #ee4913;
    }

        ul.t-learn li:last-child > a {
            color: #fff !important;
        }

.t-learn-title {
    text-align: center;
    padding: 30px;
    margin-bottom: 15px;
}

ul.t-learn-sec {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}

section.t-learn-main h1 {
    font-weight: bold;
    /* font-size: 5rem; */
    color: #000 !important;
    text-align: center;
}

section.t-learn-main h4 {
    font-weight: bold;
    color: #000 !important;
}

.t-learn-sec-right li:first-child {
    /* width: 60%; */
    line-height: 37px;
}

.t-learn-sec-left li:last-child {
    /* width: 60%; */
    line-height: 37px;
    /* text-align: left; */
    width: 100%;
}

.t-learn-title-right {
    text-align: right;
    padding: 25px 0;
    display: flex;
    align-items: center;
}

h4.t-learn-title-right i {
    margin-left: 15px;
}

.color-w {
    color: #fff;
}

.card {
    border-radius: 6px;
    padding: 15px;
    line-height: 42px;
    margin: 15px 0 7px 7px;
    /* border-top: 3px solid #ff6b6b; */
    height: 290px;
    position: relative;
    /* background: #4a4a4a; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
}

    .card .btn.btn-link {
        color: #2a2a2a;
    }

    .card h5 {
        line-height: 30px;
        color: #101010;
        font-size: 1.1rem;
    }

    .card h4 {
        top: -30%;
        /* position: absolute; */
        background: #c7c7c7;
        border-radius: 50%;
        width: 200px;
        height: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        /* border: 1px solid; */
        /* font-weight: bolder; */
        font-size: 5em;
        font-family: arial !important;
        border: 4px dashed #ff6b6b;
        margin-bottom: 15px;
    }

.select-corse {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    bottom: 0;
    left: 0;
}

    .select-corse span {
        margin-left: 10px;
    }

    .select-corse span {
        margin-right: 10px;
    }

    .select-corse input {
        width: 19px;
    }

.tsec li.t-score {
    width: 33.333%;
    margin-bottom: 70px;
    position: relative;
    padding-left: 30px;
}

.card span {
    color: #000000;
}

ul.t-learn-sec.tsec.gifts li.valid > .card {
    background: #8db98e;
}

.btn-get-gift {
    color: #fff;
    background: #ff6b6b;
    font-size: 1.4em;
    /* float:left; */
    padding: 5px 33px;
    border-radius: 50px;
    position: absolute;
    top: 0;
    left: 40px;
}

    .btn-get-gift:hover {
        color: #eee;
    }

ul.t-learn-sec.tsec.gifts li > .card {
    background: #2a6673;
}

    ul.t-learn-sec.tsec.gifts li > .card .Score {
        font-size: 1.7em;
        color: #000;
        text-align: right;
        /* padding-bottom: 30px; */
    }

    ul.t-learn-sec.tsec.gifts li > .card h4 {
        padding: 15px;
        text-align: left;
        line-height: 36px;
        text-align: right;
        font-size: 1.3em;
    }

li.valid .gift {
    border-right: 2px solid #ff6b6b;
}

.gift {
    /* padding: 10px; */
    border-right: 2px solid #ccc;
    padding-right: 19px;
    min-height: 150px;
}

    .gift h5 {
        margin-top: 15px;
        /* padding-right: 15px; */
        line-height: 30px;
        font-size: 1.1rem;
    }

.score-num {
    font-size: 3rem;
    color: #ff6b6b;
}

ul.t-learn-sec.tsec.gifts li > .card .gift-icon {
    float: left;
    color: #717b71;
    font-size: 8em;
}

.t-learn-sec-right li:last-child {
    /* width: 40%; */
}

.frm-send-code {
    display: flex;
    justify-content: center;
}

    .frm-send-code form {
        min-width: 300px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

h5.text-intro {
    text-align: center;
    padding: 30px;
    font-size: 1.3em;
    line-height: 30px;
}

a.btnSaveCode, .btnSave, .btnLogin {
    background: #ff6b6b;
    padding: 1px 40px;
    width: 100%;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    font-size: 1.3em;
    margin-top: 10px;
}

    a.btnSaveCode:hover, a.btnSaveCode:visited,
    .btnSave:hover, .btnSave:visited,
    .btnLogin:hover, .btnLogin:visited {
        background: #ea5959;
        color: #fff;
    }

li#login {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.loginin {
    text-align: center;
}

.blink {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

/*******************************************************/

@media (max-width: 768px) {
    ul.t-learn {
        flex-direction: column;
        width: 100%;
    }

    ul.t-learn-sec {
        flex-direction: column;
    }

        ul.t-learn-sec.t-learn-sec-right ul {
            margin-bottom: 35px;
        }

            ul.t-learn-sec.t-learn-sec-right ul li h5 {
                line-height: 30px;
            }

        ul.t-learn-sec li {
            width: 100% !important;
            max-width: 100%;
            display: flex;
            justify-content: center;
            flex-direction: column;
            text-align: justify;
            padding-right: 0 !important;
            margin-bottom: 0;
            /* padding-bottom: 0; */
        }

            ul.t-learn-sec li.order-0 {
                order: 0;
                margin-bottom: 15px;
            }

            ul.t-learn-sec li.order-1 {
                order: 1;
            }

    ul.t-learn li {
        width: 100%;
        border-radius: 0;
        height: 40px;
        margin: 0;
        margin-bottom: 5px;
    }

    .t-learn-main {
        /* height: 600px; */
        padding: 0 5px;
    }
}

.progress {
    width: 150px;
    height: 150px;
    background: none;
    position: relative;
}

    .progress::after {
        content: "";
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 6px solid #eee;
        position: absolute;
        top: 0;
        left: 0;
    }

    .progress > span {
        width: 50%;
        height: 100%;
        overflow: hidden;
        position: absolute;
        top: 0;
        z-index: 1;
    }

    .progress .progress-left {
        left: 0;
    }

    .progress .progress-bar {
        width: 100%;
        height: 100%;
        background: none;
        border-width: 6px;
        border-style: solid;
        position: absolute;
        top: 0;
    }

    .progress .progress-left .progress-bar {
        left: 100%;
        border-top-right-radius: 80px;
        border-bottom-right-radius: 80px;
        border-left: 0;
        -webkit-transform-origin: center left;
        transform-origin: center left;
    }

    .progress .progress-right {
        right: 0;
    }

        .progress .progress-right .progress-bar {
            left: -100%;
            border-top-left-radius: 80px;
            border-bottom-left-radius: 80px;
            border-right: 0;
            -webkit-transform-origin: center right;
            transform-origin: center right;
        }

    .progress .progress-value {
        position: absolute;
        top: 0;
        left: 0;
    }

sup.small {
    font-size: 15px;
    position: relative;
    top: -23px;
    right: 10px;
}

.modal-header .close {
    margin: -1rem -1rem -1rem 0;
}