.cLassesWraper {
    background: url('../images/bg-1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 90px 0 100px;
    margin-bottom: 100px;
}

.a {
    background-color: transparent;
    color: inherit;
}

a:visited {}

a:hover,
a:focus,
a:active {
    color: inherit;
}

a.btnRegular:hover,
a.btnRegular:focus,
a.btnRegular:active {
    color: #fff;
}

.HomepagePRomo {
    text-align: center;
}

.HomepagePRomo a {
    background: #3b763c;
    padding: 10px 40px;
    font-size: 24px;
    border-radius: 30px;
    text-align: center;
    color: #fff;
}

.HomepagePRomo h2 {
    text-transform: uppercase;
    font-size: 36px;
}

::-moz-selection {
    /* Code for Firefox */
    color: #fff;
    background: #3b763c;
}

::selection {
    color: #fff;
    background: #3b763c;
}

.HomepagePRomo h1:after {
    width: 100px;
    height: 4px;
    background: #3b763c;
    content: '';
    display: block;
    text-align: center;
    margin: 10px auto;
}

.HomepagePRomo h1 {
    color: #3b763c;
    text-transform: uppercase;
    margin-top: 0;
}

.HomepagePRomo p {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.7;
}

.classesList li {
    display: inline-flex;
    align-items: center;
    margin-right: 10px;
    margin-bottom: 20px;
}

.classesList li i {
    margin-right: 10px;
    color: #fff;
    background-color: #3b763c;
    border-radius: 100%;
    padding: 3px;
}

.TitleArea h1 {
    color: #3b763c;
}

.TitleArea h3 {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.6;
}

.classesWrapper {
    padding: 80px 0;
}

.courses {
    border: 1px solid #3b763c;
    position: relative;
    margin-bottom: 60px;
}

.course-info {
    padding: 10px 10px 40px 10px;
}

.course-info h1 {
    font-size: 18px;
}

.OurVideosClasses .single-list .V-Title {
    margin-top: 0;
    color: #3b763c;
}

.single-list img {
    border-radius: 10px;
}

.VideoShort-details p {
    margin-bottom: 12px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-inline-box;
}

.single-list {
    border: 1px solid #ddd;
    box-shadow: 2px 5px 10px #eee;
    border-radius: 0px;
    padding: 25px 10px 25px 20px;
    margin-bottom: 40px;
}

.EnrollBtn .watchNowBtn i {
    margin-right: 5px;
}

.EnrollBtn .btnRegular {
    padding: 12px 15px;
    font-size: 13px;
}

.watchNowBtn {
    background-color: #00aaf0;
    border-radius: 30px;
    padding: 12px 15px;
    font-size: 13px;
    color: #fff;
}

.watchNowBtn:hover, .watchNowBtn:focus {
    color: #fff;
}

.Videoprice {
    display: flex;
    align-items: center;
    margin: auto;
}

.added-item {
    display: inline-flex;
}

.added-item img {
    margin-right: 10px;
}

.added-item span {
    display: block;
}

.PriceRight h2 {
    font-size: 21px;
}

.PriceRight h2 i {
    color: #fff;
    background-color: #3b763c;
    border-radius: 100px;
    padding: 3px;
    font-size: 14px;
    position: relative;
    top: -4px;
    left: 5px;
}

.courses:hover .course-icon img.original-icon {
    display: none;
}

.courses:hover .course-icon img.light-icon {
    display: inline-block;
}

.courses .course-icon {
    width: 90px;
    transition: 1s;
    border-radius: 100%;
    border: 1px solid #3b763c;
    height: 90px;
    line-height: 90px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: -25px;
    background: #fff;
    transform: translate(-50%, -25px);
}

.courses .course-icon img {
    width: 60px;
}

.courses h1 {
    margin-bottom: 15px;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.courses p {
    margin-bottom: 30px;
}

.division {
    padding: 70px 0;
}

.cDetailsContainer {
    padding: 60px 0;
}

.videoDetailing {
    width: 100%;
}

.videoDetailing li {
    width: auto;
    display: inline-block;
    margin-right: 20px;
}

.videoDetailing li:last-child {
    margin-right: 0;
}

.priceBox {
    margin-bottom: 20px;
}

.priceBox .card {
    padding: 30px 15px;
}

.priceBox .card a {
    margin-top: 20px;
}

.priceBox .card h4, .priceBox .card h2 {
    margin: 0;
}

.ClassAccess .access {
    margin-bottom: 15px;
    font-weight: 600;
    display: inline-flex;
}

.ClassAccess .access i {
    float: left;
    color: #3b763c;
    font-size: 24px;
    margin-right: 5px;
    margin-top: 3px;
}

.SigninBox i {
    float: left;
    color: #3b763c;
    font-size: 20px;
    margin-right: 5px;
    margin-top: 3px;
}

.SigninBox span {
    font-size: 16px;
    text-transform: uppercase;
}

.SigninBox, .ClassAccess {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 20px;
    background-color: #fff;
}

.classInformation .nav button {
    padding: 12px 15px;
    border-radius: 0;
    color: #000;
    border: 1px solid #eee;
    font-size: 16px;
    background: #eee;
}

.classInformation .nav button.active {
    background: #3b763c;
    color: #fff;
}

.classInformation {
    margin-top: 60px;
}

.tabcOntent ol {
    padding-left: 15px;
}

.tabcOntent ol li {
    margin-bottom: 12px;
    color: #000;
}

.EnrollBTnHighlight {
    text-align: center;
    margin-top: 40px;
}

.EnrollBTnHighlight i {
    animation: shake-animation 2s ease infinite;
    margin-right: 5px;
}

#LoginPopUp .modal-dialog {
    max-width: 420px;
}

.specification {
    margin-bottom: 10px;
}

.br-1 {
    border-right: 2px dotted #3b763c;
}

.specification li {
    display: inline-block;
    font-size: 14px;
    width: 32%;
}

.SigninMessage span {
    text-align: center;
    border-radius: 100%;
    border: 2px solid #ff5959;
    color: #ff5959;
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 40px;
    display: block;
    background-color: #fff;
    margin: auto;
}

.btn-primary:hover, .btn-primary:focus {
    background-color: #3b763c;
    border: 1px solid #3b763c;
}

.btn-primary {
    background-color: #3b763c;
    border: 1px solid #3b763c;
}

.btn-close {
    opacity: 1;
}

.btnRegular:active {
    color: #fff;
}


@keyframes shake-animation {
    0% {
        transform: translate(0, 0)
    }

    50% {
        transform: translate(5px, 0)
    }


    100% {
        transform: translate(0, 0)
    }
}

.orderSummary {
    padding: 30px 20px 45px;
}

.added-item h6 {
    margin-top: 0;
}

@media (max-width:1200px) {

    .HomepagePRomo h2 {
        font-size: 21px;
        line-height: 1.8;
    }

}

@media (max-width:991px) {

    .HomepagePRomo h2 {
        font-size: 17px;
        line-height: 1.8;
    }

    .division {
        padding: 30px 0 40px;
    }

    .TitleArea h3 {
        font-weight: 300;
        font-size: 16px;
        line-height: 1.6;
    }

    .TitleArea h1 {
        color: #3b763c;
        font-size: 27px;
    }

    .classesWrapper {
        padding: 19px 0;
    }

    .EnrollBTnHighlight {
        margin-bottom: 50px;
    }

    .cDetailsContainer {
        padding: 0 0 60px;
    }

    .specification {
        display: none;
    }

    .VideoShort-details p {
        margin-bottom: 5px;
        -webkit-line-clamp: 3;
        line-clamp: 3;
    }

    .V-Title {
        margin-bottom: 5px;
    }

    .VThumbnail {
        margin-bottom: 15px;
    }

    .br-1 {
        border-right: 0;
    }

    .single-list {
        padding-bottom: 40px;
        padding-left: 10px;
    }


}

@media (max-width:767px) {
    .TitleArea h1 {
        font-size: 24px;
    }

    .videoDetailing li {
        display: block;
    }

    .specification {
        display: block;
    }

    .HomepagePRomo h1 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .cLassesWraper {
        padding: 40px 0 65px;
    }

    .HomepagePRomo a {
        font-size: 20px;
    }

    .specification li {
        width: 100%;
        margin-bottom: 10px;
    }

    .HomepagePRomo h2 {
        font-size: 15px;
    }

    .courses {
        margin-bottom: 40px;
    }


    .cDetailsContainer {
        padding: 20px 0 60px;
    }

    .classesList li {
        display: block;
        text-align: left;
    }

    .classesList {
        margin-bottom: 40px;
    }


}