.php-course {
    padding: 0;
    list-style: none;
    display: flex;
    margin: 0 !important;
}

.php-course li {
    margin: 15px 10px 0 0;
    border: 1px solid #dfe2e6;
    padding: 5px;
    border-radius: 4px;
}

.php-course a {
    font-weight: 600;
    font-size: 14px;
}

.top-details i {
    margin-right: 5px;
}

.top-details p {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 0;
}

.start-course .mdk-carousel__content img {
    width: 100%;
    background-size: cover;
    height: 150px;
    display: block;
    position: relative;
}

.div_flex p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 20px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 10px;
}

.slide-last p {
    font-size: 17px;
    margin-bottom: 0;
    font-weight: 600;
}

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

.block_type_div ul {
    padding: 0;
    list-style: none;
    display: flex;
    margin: 0;
}

.block_type_div {
    background: #f5f7fa;
    padding: 20px;
}

.block_type_div li .mdb-select {
    border: transparent;
    outline: transparent;
    background: transparent;
    width: 100%;
}

.block_type_div li {
    margin-right: 10px;
    border: 1px solid #dfe2e6;
    padding: 0 10px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 40px;
    outline: transparent;
}

.shorted-list span {
    float: right;
    font-weight: 500 !important;
}

.shorted-list {
    display: block;
    margin-top: 20px;
    font-size: 15px;
    font-weight: 600;
}

.border-bottom-1 {
    border-bottom: 1px solid #e9edf2 !important;
}

.detail_div_sec {
    margin: 30px 0;
}

.first-div img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 5px;
}

.mb-30 {
    margin-bottom: 30px;
}

.text-right-div {
    text-align: right;
}

.text-right-div p {
    font-size: 15px;
    font-weight: 600;
}

.content-div li {
    margin-right: 15px;
    color: #929292;
    font-size: 14px;
}

.content-div ul {
    padding: 0;
    display: flex;
    list-style: none;
    margin-bottom: 10px;
}

/* About Us Page Css 
=======================
*/

.about-content {
    text-align: justify;
}

.about-content p {
    font-size: 14px;
    line-height: 24px;
}

.tabs-left {
    border-bottom: none;
    border-right: 1px solid #ddd;
}

.tabs-left>li a {
    font-size: 14px;
    display: block;
    color: #333;
    padding: 10px;
}

.tabs-left>li {
    float: none;
    margin: 0px;
    background: #fff;
    border-bottom: 1px solid #eee;
}

.tabs-left>li a.active,
.tabs-left>li a.active:hover,
.tabs-left>li a.active:focus {
    border-bottom-color: #ddd;
    border-right-color: transparent;
    background: #004f9e;
    border: none;
    border-radius: 0px;
    margin: 0px;
    padding: 10px 10px;
    color: #fff !important;
}

.footer-last-sec h3 {
    color: #fff;
}

.web-last p {
    font-size: 15px;
    color: #fff !important;
}

.web-last {
    padding: 20px;
    border-top: 1px dotted #b5b5b5;
    border-bottom: 1px dotted #b5b5b5;
}

ul.address-footer {
    padding: 0;
    list-style: none;
    color: hsla(0, 0%, 100%, .5) !important;
    line-height: 22px;
}

ul.address-footer li i {
    margin: 5px 10px 0 0;
    color: hsla(0, 0%, 100%, .5) !important;
    font-weight: 500;
}

ul.address-footer li {
    display: flex;
}

ul.address-footer li a:hover {
    color: hsla(0, 0%, 100%, .5) !important;
}

ul.address-footer li a {
    color: hsla(0, 0%, 100%, .5) !important;
}

/*.nav-tabs>li:hover {
    
}*/
/*.tabs-left>li a.active::after{content: "";
    content: "";
    position: absolute;
    top: 33px;
    left: 2px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 10px solid #004f9e;
    display: block;
    width: 0;
}*/
.pd-30 {
    padding: 30px;
}

.font-p p {
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
}

.sideways .active a {
    color: #fff;
    font-size: 15px;
}

.border-right-2 {
    border-right: 2px solid #e9edf2;
}

[dir=ltr] .page-nav:before {
    left: 0 !important;
}

.address-right ul {
    padding: 0;
    list-style: none;
    line-height: 25px;
}

.address-right li a {
    color: #333;
}

.address-right li {
    display: flex;
    margin-top: 8px;
    font-size: 14px;
}

.address-right i {
    color: #004f9e;
    margin-right: 10px;
    margin-top: 7px;
}

.cont-form button {
    border: 1px solid #eee;
    width: 30%;
    padding: 10px;
    font-size: 18px;
    margin: auto;
    display: block;
    border-radius: 50px;
    background: #004f9e;
    color: #fff;
    outline: none;
}

.cont-form textarea {
    width: 90%;
    height: 100px;
    padding: 0 10px;
    margin: 0 auto 10px;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    display: block;
    outline: none;
}

[dir=ltr] button:focus {
    outline: none !important;
}

.cont-form input {
    width: 90%;
    height: 40px;
    padding: 0 10px;
    margin-bottom: 10px;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    margin: 0 auto 10px;
    display: block;
    outline: none;
}

.cont-form form {
    width: 100%;
}

.cont-form label {
    width: 90%;
    display: block;
    margin: 0 auto 10px;
}

.cont-form {
    background: #fff;
    padding: 40px;
    border-radius: 4px;
    box-shadow: 0px 0px 10px gainsboro;
}

/* Owl Carousel Css Start
==========================
*/
.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.owl-nav button.owl-prev {
    left: 0;
}

.owl-nav button.owl-next {
    right: 0;
}

.owl-dots {
    display: none;
}

.owl-dots {
    text-align: center;
    padding-top: 15px;
}

.owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
}

.owl-dots button.owl-dot.active {
    background-color: #000;
}

.owl-dots button.owl-dot:focus {
    outline: none;
}

.owl-nav span {
    font-size: 30px;
    position: relative;
    top: -5px;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /*background: rgba(255, 255, 255, 0.38) !important;*/
}

.owl-nav button:focus {
    outline: none;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -20px;
    background: #ffffff !important;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    line-height: 42px !important;
    color: #000 !important;
    box-shadow: -5px 1px 5px gainsboro;
}

.owl-carousel .owl-nav button.owl-next {
    right: -20px;
    background: #ffffff !important;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    line-height: 42px !important;
    color: #000 !important;
    box-shadow: 5px 0px 5px gainsboro;
}

/* Owl Carousel Css End
==========================
*/

@media only screen and (min-width: 992px) {
    .mobile-view {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .text-right-div {
        text-align: left;
    }

    .computer-view {
        display: none;
    }

    .font-p p {
        text-align: unset;
    }

}

@media only screen and (max-width: 767px) {

    .php-course,
    .block_type_div ul {
        display: block;
    }

    .block_type_div li {
        margin-bottom: 15px;
    }

    .cont-form label,
    .cont-form input,
    .cont-form textarea,
    .cont-form button {
        width: 100%;
    }

    .cont-form {
        padding: 20px 30px;
    }

    .sm-mt-20 {
        margin-top: 20px !important;
    }

    [dir=ltr] .d-none {
        display: none !important;
    }

    [dir=ltr] .navbar-expand .navbar-nav .nav-link {
        display: none !important;
    }
}

/*===================  Course Details  =========================*/
.course_details_title .avatar {
    width: 6rem;
    height: 6rem;
}

/*
.course_details_contents p, .course_details_contents li {
    font-size: 1rem;
}*/
.course_details_contents .text-50,
.course_details_contents .text-black-50 {
    color: rgba(11, 64, 138, 0.87) !important;
    font-size: 20px;
}

.course_details_contents .accordion--boxed .accordion__item {
    border-radius: 0;
    margin-bottom: 5px;
}

.course_details_contents .accordion__toggle.cd_ad {
    font-size: 16px;
}

.course_details_contents .rate {
    background: #e9ecef;
    padding: 0px 20px;
}

.course_details_contents_contents .trnr_area .trnr_img {
    margin-bottom: 30px;
}

.course_details_contents .trnr_area .trnr_img img {
    width: 130px;
    border-radius: 100%;
    background: #e9ecef;
    box-shadow: 0 -1px 3px 0px rgba(39, 44, 51, .1), 0 3px 4px 0 rgba(39, 44, 51, .04), 0 1px 8px 0 rgba(39, 44, 51, .02);
}

.course_details_contents .mb-24pt.rh {
    margin-top: 10px;
    color: rgba(39, 44, 51, .7) !important;
}

.course_details_contents .mb-24pt.rh .rpt {
    margin-left: 15px;
    cursor: pointer;
}

.course_details_contents .mb-24pt.rh .rpt:hover {
    color: #303956;
}

.course_details_contents .mb-24pt.rh .wrh {
    margin-right: 15px;
}

.cd_sidebar {
    position: absolute;
    width: 100%;
    top: -150px;
    border-radius: 0 !important;
}

.cd_sidebar .js-player.card {
    border-radius: 0;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .cd_sidebar {
        position: relative !important;
        top: unset !important;
    }
}

.cd_sidebar .course_include ul {
    padding: 0;
}

.cd_sidebar .card-body .course_rs span {
    margin-left: 15px;
    font-size: 16px;
    color: rgba(134, 134, 134, 0.7);
}

.cd_sidebar .card-body .course_include {
    margin-bottom: 20px;
}

.cd_sidebar .course_include ul li {
    list-style: none;
    font-size: 15px;
    line-height: 24px;
}

.cd_sidebar .course_include ul li i {
    margin-right: 5px;
}

.width-100 {
    width: 100%;
}

.cd_sidebar .card-body .coupan_area {
    text-align: center;
    padding: 0px 0px 15px;
    border-bottom: 1px solid #d1d1d1;
}

.cd_sidebar .card-body .coupan_area .cpn {
    display: flex;
    margin-bottom: 20px;
    border: 1.5px solid #d1d1d1;
}

.cd_sidebar .card-body .coupan_area .cpn input {
    border: none;
    width: 85%;
    height: 40px;
    padding: 10px;
}

.cd_sidebar .card-body .coupan_area .cpn .btn.apply {
    border-radius: 0;
    background-color: #868e96;
    border-color: #a1a3a4;
}

.cd_sidebar .card-body .share_course {
    padding: 20px 0 5px;
    text-align: center;
}

.cd_sidebar .card-body .share {
    color: #000;
    font-size: 24px;
}

.cd_sidebar .card-body .share i {
    margin-right: 15px;
}

.course_details_contents .first_bx_sec {
    background: #fff;
    padding: 20px 20px 0px;
    margin-bottom: 30px;
}

.course_details_contents .first_bx_sec .price_box {
    position: relative;
    background: #e9ecef;
    padding: 20px;
    width: 80%;
    float: right;
    margin-top: 30px;
    margin-bottom: 30px;
}

.course_details_contents .first_bx_sec .txt-bx {
    display: flex;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1.5px solid #d1d1d1;
    border-radius: 4px;
    height: auto;
    overflow: hidden;
}

.course_details_contents .first_bx_sec .txt-bx input {
    border: none;
    width: 60%;
    height: 42px;
    padding: 5px;
}

.course_details_contents .first_bx_sec .txt-bx .enroll {
    border-radius: 0;
    padding: 10px;
    width: 40%;
    background-color: #868e96;
    border-color: #a1a3a4;
}

@media (max-width: 349px) {
    .course_details_contents .first_bx_sec .txt-bx input {
        width: 52%;
        height: 35px;
    }

    .course_details_contents .first_bx_sec .txt-bx .enroll {
        padding: 5px;
        width: 48%;
    }
}

.course_details_contents .course_dtl_sidebar {
    margin-bottom: 30px;
}

.course_details_contents .course_dtl_sidebar .content_box {
    padding: 20px;
}

.course_details_contents .course_dtl_sidebar .content_box input {
    width: 100%;
    height: 40px;
    padding: 5px;
    margin-bottom: 20px;
}

.course_details_contents .schedule_box {
    padding: 30px;
    background: #e9ecef;
    margin-bottom: 30px;
}

.course_details_contents .schedule_box .btn-box {
    display: block;
    margin: 0 0 0 auto;
}

.course_details_contents .schedule_box .btn-box a.a {
    margin-bottom: 8px;
}

.course_details_contents .schedule_box.box-hight {
    min-height: 405px;
}

.course_details_contents .schedule_box.box-hight .pt-90 {
    padding-top: 90px;
}

@media (max-width: 767px) {
    .course_details_contents .schedule_box.box-hight {
        min-height: auto;
    }

    .course_details_contents .schedule_box.box-hight .pt-90 {
        padding-top: 0px;
    }
}

.course_details_contents .faculties_box {
    padding: 20px;
}

.course_details_contents .faculties_box .faculties_img {
    width: 70%;
    height: 70%;
    border-radius: 100%;
    overflow: hidden;
    margin: auto;
    margin-bottom: 20px;
}

.course_details_contents .faculties_box .faculties_img img {
    border-radius: 100%;
    object-fit: cover;
}

.course_details_contents .col.btn_bx {
    width: 100%;
    display: contents;
}

.course_details_contents .col.btn_bx .wt-50 {
    width: 45%;
    margin: 5px auto;
    display: block;
    text-transform: capitalize;
    font-size: 15px;
    padding: 7px;
}

@media (max-width: 991px) {
    .course_details_contents .col.btn_bx .wt-50 {
        width: 100%;
    }
}

.faculti_img {
    height: 250px !important;
    border-radius: 100%;
    margin: auto;
    margin-bottom: 15px;
    background-repeat: no-repeat;
}

.fac_txt {
    font-size: 15px !important;
    line-height: 25px !important;
    color: #9c9c9c !important;
}

.day_btn {
    float: right;
    display: grid;
}

.day_btn a {
    margin-bottom: 8px;
}