/** {
    font-family: 'shabnam';
}
*/
.img-top {
    width: 60px;
    height: 60px;
}

.input-top {
    height: 50px;
    background: #efefef;
    width: 80%;
    border-radius: 0 5px 5px 0;
    padding-right: 10px;
}

.input-top:focus {
    outline: none;
}

.blue_color {
    color: #f7c86f !important;
}
.red_color {
    color :#f7c86f !important;
}
.my_btn {
    outline: none;
    border: none;
    border-radius: 5px 0 0 5px;
}

.my_btn:focus {
    outline: none;
}

.search_icon {
    vertical-align: -7px;
    font-size: 30px;
    margin-left: 5px;
}

.shop_icon {
    font-size: 27px !important;
    color: #13226a !important;
    vertical-align: -24px;
}

.person-icon {
    font-size: 27px !important;
    color: #13226a !important;
    vertical-align: -26px;
    margin-right: 10px;
}

.login-top {
    margin-right: 10px;
    background: transparent;
    border: none;
    font-size: 16px;
}

.login-top:focus {
    outline: none;
}

.second-top-menu {
    width: 100%;
    height: 50px;
    border-radius: 8px;
    border: 1px solid #efefef;
}

.header_video {
    width: 100%;
    height: fit-content;
    padding: 10px 0;
    background: #f7c86f;
    border-radius: 12px;
    position: relative;
}

.update-text {
    font-size: 14px;
    vertical-align: 7px;
}

.right-side {
    height: fit-content;
    border-radius: 10px;
    box-shadow: 1px 0 10px #d4d4d4;
}

.card-side {
    border: none;
    width: 90%;
    height: 60px;
    border-radius: 8px;
    background: #304aca;
    font-size: 17px;
}

.card-side:hover {
    background: #304aca linear-gradient(
            222.56deg, #0099ff -7.14%, #304aca 104.96%);
    outline: none;
}

.card-side2 {
    border: 2px solid #304aca;
    width: 90%;
    height: 60px;
    border-radius: 8px;
    background: rgba(7, 0, 219, 0);
    font-size: 17px;
    color: #304aca !important;
}

.ver-4 {
    vertical-align: 4px;
}

.left-side {
    border: 1px solid #efefef;
    border-radius: 5px;
    height: fit-content;
}
.ver-6{
    vertical-align: 5px;
}
.free-box{
    background: #00c77f;
    border-radius: 6px;
    padding: 8px 10px;
    font-size: 11px;
    color: #fff;

}
.ver--7{
    vertical-align: -7px;
}
.img-teacher{
    width: 70px;
}
.border-it{
    border: 1px solid #efefef;
    border-radius: 5px;
}
.border-radios-5{
    border-radius: 5px;
}
.hover-color:hover{
    background: #eeeeee;
    border-radius: 5px;
}
.btn-button{
    background: #304aca;
    border: none;
    border-radius: 5px;
    height: 43px;
    padding: 0 20px;
}

.btn-button:hover {
    background: #304aca linear-gradient(
            222.56deg, #0099ff -7.14%, #304aca 104.96%);
    outline: none;
}
.font-22{
    font-size: 22px!important;
}
.back-blue-color{
    background: #13226a;
}
.input-comment{
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border-radius: 5px;
    background: #f5f5f5;
    border: 1px solid #efefef;
}
.input-comment:focus{
    outline: none;
}
.textarea-comment{
    width: 90%;
    height: 186px;
    border-radius: 5px;
    background: #f5f5f5;
    border: 1px solid #efefef;
}
.textarea-comment:focus{
    outline: none;
}
.btn-comment{
    padding: 7px 25px;
    border: none;
    border-radius: 5px;
    background: #304aca;
}
.btn-comment:focus{
    outline: none;
}
.comment-img{
    width: 60px;
    border-radius: 5px;
}
.btn-reply-comment{
    line-height: 30px;
    border-radius: 8px;
    border: 1px solid    #304aca;;
    color: #304aca;
    display: inline-block;
    padding: 5px 20px;
    font-size: 14px;
    background: white;
}
.btn-reply-comment:focus{
    outline: none;
}
.more-comment{
    border: 1px solid #b0b0b0;
    padding: 15px;
    border-radius: 8px;
    display: block;
    width: 100%;
    background: #fff;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    color: #304aca;
}
.bottom-menu ul li:first-child {
    margin-top: 40px;
}

.bottom-menu ul li a {
    color: #aaaa9d;
    font-size: 13px;
}

.bottom-menu ul li {
    margin-bottom: 15px;
}

.copy-right-role {
    color: #a7a5a1;
    padding-right: 56px;
}
.teacer-img{
    width: 100px;
    height: 100px;
    border-radius: 50% !important;
}

.social-media-img-teacher{
    width: 35px;
}
.right-teacher{
    box-shadow: 1px 0 10px #bdbdbd;
    border-radius: 10px;
    height: fit-content;
}
.right-inner-teacher{
    background: #efefef;
    border-radius: 5px;
    padding: 10px;
    font-size: 13px;
}
.progress-py{
    width: 88%;
    float: left;
    margin-top: 17px;
}








#py-progress .progress{
    width: 150px;
    height: 150px;
    line-height: 150px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}
#py-progress .progress:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 12px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
}
#py-progress .progress > span{
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
#py-progress .progress .progress-left{
    left: 0;
}
#py-progress .progress .progress-bar{
    width: 100%;
    height: 100%;
    background: none;
    border-width: 12px;
    border-style: solid;
    position: absolute;
    top: 0;
}
#py-progress .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;
}
#py-progress .progress .progress-right{
    right: 0;
}
#py-progress .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;
    animation: loading-1 1.8s linear forwards;
}
#py-progress .progress .progress-value{
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: #ffffff;
    font-size: 24px;
    color: #0bcb52;
    line-height: 135px;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 5%;
}
#py-progress .progress.blue .progress-bar{
    border-color: #13de5c;
}
#py-progress .progress.blue .progress-left .progress-bar{
    animation: loading-2 1.5s linear forwards 1.8s;
}






@keyframes loading-1{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes loading-2{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg);
    }
}
@keyframes loading-3{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
@keyframes loading-4{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
    }
}
@keyframes loading-5{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }
}
@media only screen and (max-width: 990px){
    #py-progress .progress{ margin-bottom: 20px; }
}



@media only screen and (max-width: 1000px){
    .he-250{
        height: 310px;
    }
    .he-400{
        height: 500px;
    }

}
@media only screen and (min-width: 1001px){
    .he-250{
        height: 250px;
    }
    .he-400{
       height: 400px;
    }
}

.modal-open .modal {
     overflow-x: hidden;
     overflow-y: hidden !important;
}


.exam-top{

    border-radius: 5px;
    background: #efefef;
}