.in-progress-text {
    text-align: center;
    font-size: 20px;
    color: white;
    margin-top: 20px;
}
div#editor {
    margin: auto;
    text-align: left;
    margin-top: 30px;
    width: 1277px;
    margin: auto;
}
.img_avatar_from{
    width: 50px;
    height: 50px;
    margin-right: 20px;
    border-radius: 63%;
}
.ss {
    background-color: red;
}
.item-img {
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
·video_img {
    display: none;
}
#insertImage-1{
    display: none;
}

.add-project .row {
    padding: 0;
    margin: 0;
}
.add-project form {
    margin-left: 50px;
}
.projects-btns {
    display: flex;
    justify-content: space-around;
}
.add-project-img {
    min-height: 60px;
}
.add-project-img img {
    width: 200px;
    margin: 0 auto:
}
.add-project-items {
    border: 1px solid #000 !important;
    padding: 5px !important;
    margin-bottom: 20px !important;
    border-radius: 10px !important;
}
.add-project-items textarea {
    min-height: 160px;
}
.add-project {
    margin-top: 50px;
    text-align: center;
}
.tim-row {
    margin-bottom: 20px;
}
.tim-white-buttons {
    background-color: #777777;
}
.typography-line {
    padding-left: 25%;
    margin-bottom: 35px;
    position: relative;
    display: block;
    width: 100%;
}
.first-circle:hover {
    border: 8px solid #fff!important;
}
.circles-block-1 {
    text-align: center;
}
.circles-block-2 {
    justify-content: center;
}
.first-circle:hover .first-text {
    color: #fff !important;
}
.typography-line span {
    bottom: 10px;
    color: #c0c1c2;
    display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    left: 0;
    position: absolute;
    width: 260px;
    text-transform: none;
}
.tim-row {
    padding-top: 60px;
}
.tim-row h3 {
    margin-top: 0;
}
.offline-doc .page-header {
    display: flex;
    align-items: center;
}
.offline-doc .footer {
    position: absolute;
    width: 100%;
    background: transparent;
    bottom: 0;
    color: #fff;
    z-index: 1;
}
h3.title {
    color: white;
    margin-bottom: 3px;
    font-size: 16px;
}
.btns_circle {
    transition: 1s all;
    position: absolute;
    display: none;
    width: 150px;
    top: 56px;
    left: 57px;
}
.name_circle {
    position: relative;
    top: -34px;
}
.font-icon-detail:hover > .btns_circle {
    display: block;
}
.font-icon-detail:hover {
    width: 180px;
    height: 180px;
}
.modal-body {
    padding: 0px;
    min-height: 60px;
}
.container {
    position: relative;
}
.image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}
.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
}
.divs:hover .image {
    opacity: 0.3;
}
.divs:hover .middle {
    opacity: 1;
}
.all-circles-btn {
    color: white !important; 
    border-radius:0;
    margin:0;
}
.all-circles-btn:hover {
    box-shadow: none !important; 
    transform: none !important;;
}
.text {
    background-color: #4CAF50;
    color: white;
    font-size: 16px;
    padding: 16px 32px;
}
.divs {
    height: 240px;
    text-align: center;
    background-image: url(../..//public/icons/logo-circle.jpg);
    background-size: cover;
    margin: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-position: center;
    position: relative;
    overflow: hidden;
}
.course-name {
    text-align: center;
    letter-spacing: 2px;
    color: #fff;
}
.course-name p {
    text-transform: capitalize;
}
.havenone {
    padding: 14px 16px;
    display: block;
    text-decoration: none;
    color: #0a0c0d;
}
.havenone:hover {
    text-decoration: none;
    background-color: #cccccc50;
}
.box-group {
    display: flex;
    flex-wrap: wrap;
}
.box-item {
    width: 25%;
}
.circle_header {
    color: white;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.modal-body {
    padding: 0px;
}
.modal-users {
    margin-top: 0px;
    margin-bottom: 1px;
}
.rating-text1 {
    position: absolute;
    margin-top: 33px;
    color: white;
    right: 6px;
    padding-top: 20px;
}
.card.card-upgrade .card-category {
    max-width: 530px;
    margin: 0 auto;
}
.content-med {
    padding-left: 115px;
}
@media (max-width: 1200px) {
  .content-med {
    padding-left: 0;
  }
}
@media (max-width: 900px) {
    .pics {
        height: 150px !important;
    }
    .all_rating {
        padding-top: 20px;
    }
    .post {
        color: black;
    }
    .press-form {
        padding: 0px;
        margin-top: 5px;
    }
    .raing_count {
        position: absolute;
        margin-top: 35px;
        color: white;
        margin-left: -5px;
    }
    h3.title {
        color: white;
        margin-bottom: -3px;
    }
    .close_modal_top {
        display: none;
    }
    .comments-list .comment-box {
        width: 100%;
    }
    .modalik_exercise {
        overflow: hidden;
    }
    .cont-com-width {
        width: 100%;
        padding: 0;
        margin: 0px;
    }
    .comments-container {
        width: 100%;
    }
    .sidebar .nav, .off-canvas-sidebar .nav {
        margin-top: 110px;
    }
}
@media (min-width: 992px) {
    .sidebar .nav > li.active-pro {
        position: absolute;
        width: 100%;
        bottom: 10px;
    }
}
@media (max-width: 768px) {
    .box-item {
        width: 100%;
    }
    .uscol-dflex {
        left: 0px !important;
    }
    .mobile-xs {
        width: 208px;
        margin-left: 10px;
        margin-right: 11px;
    }
    .check_ten {
        position: relative !important;
        margin-top: 12px !important;
        margin-left: 0px !important;
        left: 5px;
    }
    .flex-direction-xs {
        flex-direction: column-reverse !important;
    }
    .p-t-100 {
        padding-top: 100px !important;
    }
    .col-md-2.col-sm-6.modal_post {
        position: relative;
        width: 227px;
        margin: auto;
        top: 99px;
    }
    .circle_header {
        font-size: 20px;
    }
}
@media(max-width: 480px) {
    .add-project form {
        margin-left: 0;
    }
    .projects-btns {
        flex-direction: column;
    }
}