section.course-header-area {
    background-color:hsl(var(--body-bg)) !important;
    color:hsl(var(--body-color));
    padding: 55px 0 70px;
}
.course-header-wrap .title {
    font-size: 35px;
    line-height: 40px;
    font-weight: 600;
}
.course-header-wrap .subtitle {
    font-size: 15px;
    margin-bottom: 20px;
}
.course-header-wrap .rating-row {
    font-size: 13px;
}
.course-header-wrap .course-badge {
    font-size: 9px !important;
}


.course-badge.best-seller {
    background: #f4c150;
}
.course-badge {
    color: #29303b;
    box-shadow: 0 0 1px 1px rgba(20, 23, 28, .1), 0 3px 1px 0 rgba(20, 23, 28, .1);
    pointer-events: none;
    border-radius: 3px;
    font-size: 9px;
    padding: 1px 8px;
    font-weight: 700;
    position: relative;
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
}
.course-badge:after {
    border-radius: 3px;
    right: -4px;
    background: inherit;
    content: "";
    height: 11px;
    position: absolute;
    top: 2px;
    transform: rotate(45deg);
    width: 11px;
    z-index: 0;
    display: block;
}
.course-header-wrap .rating-row span {
    font-size: 13px;
}
.course-header-wrap>div>span {
    margin-right: 15px;
    margin-bottom: 7px;
    font-size: 13px;
}
.course-header-wrap .comment i {
    margin-right: 7px;
    font-size: 13px;
}


.course-header-wrap>div>span {
    margin-right: 15px;
    margin-bottom: 7px;
    font-size: 13px;
}

.course-sidebar {
    background-color:hsl(var(--body-bg)) !important;
    border-radius: 8px;
    color:hsl(var(--body-color));
    padding: 10px;
    position: relative;
    margin-top: 22px;
    z-index: 10;
    box-shadow: 0px 0px 7px 0px #c6b9b91c !important;
}
.preview-video-box a {
    display: block;
    color: hsl(var(--body-color));
    overflow: hidden;
    position: relative;
    border-radius: 10px 10px 0px 0px;
}
.preview-video-box .preview-text {
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 0;
    text-align: center;
    height: auto;
    font-size: 15px;
    font-weight: 700;
}
.preview-video-box .play-btn {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../img/icons/icon-play.svg) no-repeat;
    background-size: auto 50%;
    background-position: 50%;
    visibility: visible;
    -webkit-transition: -webkit-transform .15s ease-in-out;
    -moz-transition: -moz-transform .15s ease-in-out;
    -o-transition: -o-transform .15s ease-in-out;
    transition: transform .15s ease-in-out;
}
.course-sidebar-text-box {
    padding: 15px 30px;
}

@media screen and (max-width:576px){
    .video-preview{
        height: 280px;
    }
    .preview-video-box .play-btn{
        background-size: auto 25%; 
    }
}
.course-sidebar-text-box .buy-btns .btn-add-wishlist {
    color: var(--text-color);
    background-color: rgba(255, 255, 255, 0.3);
    border-color: var(--color-primary);
    border-radius: 10px;
    border-width: 3px;
}
.course-sidebar-text-box .buy-btns .btn {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    border-radius: 10px;
    margin-top: 13px;
    padding: 12px 10px;
    font-size: 14.5px;
    font-weight: 600;
    margin-bottom: 10px;
}
.course-sidebar-text-box .buy-btns .btn-buy-now {
    color:hsl(var(--body-color));
    background-color: rgba(255, 255, 255, 0.3);
    border-color: #7eb200;
    border-radius: 10px;
    border-width: 3px;
}
.course-sidebar-text-box .buy-btns .btn-buy {
    color:hsl(var(--body-color));
    background-color: rgba(255, 255, 255, 0.3);
    border-color: #0079ca;
    border-radius: 10px;
    border-width: 3px;
}
.badge-sub-warning {
    background-color: #eceb98 !important;
    color:hsl(var(--body-color));
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    font-size: 14px;
}

.course-sidebar .btn {
    position: relative;
    border: 1px solid transparent;
    font-weight: 400;
    font-family: var(--body-font);
    color: hsl(var(--body-color));
    z-index: 1;
    line-height: 1;
    text-transform: capitalize;
    padding: 14px 16px;
}

.btn-sm {
    padding: 11px 16px !important;
    font-size: 0.875rem;
}

.description-box {
    /*max-height: 260px;*/
    margin-top: 10px;
    margin-bottom: 40px;
    padding-bottom: 55px;
}

.view-more-parent {
    position: relative;
    overflow: hidden;
}
.view-more {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #d3d3d385;
    display: block;
    padding: 10px 3px 10px 3px;
    color: hsl(285.84deg 84.29% 62.55%);
    cursor: pointer;
    z-index: 5;
}
.what-you-get-box {
    background-color: hsl(var(--body-bg)) !important;
    border: 2px solid rgba(255, 255, 255, .05);
    padding: 10px 15px;
    border-radius: 10px;
}

.requirements-box .requirements-title {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 10px;
}

.requirements-box .requirements__list {
    list-style: disc;
    margin-left: 10px;
    padding-left: 10px;
    margin-bottom: 0;
}

.course-curriculum-box .course-curriculum-title {
    padding-right: 31px;
}
.course-curriculum-accordion {
    border: 1px solid #dedfe0;
    border-radius: 10px;
}
.course-curriculum-accordion .lecture-group-title{
    position: relative;
    padding: 10px 30px 10px 45px;
    background: hsl(var(--body-bg)) !important;;
    border-bottom: 1px solid #e1e1e1;
    cursor: pointer;
    height: auto;
    color: hsl(var(--body-color));
}

.compare-box {
    max-height: 580px;
    margin-bottom: 40px;
    padding-bottom: 60px;
}

.compare-box .compare-title {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 15px;
}

.course-comparism-item-container.this-course {
    border-bottom: 2px solid #dedfe0;
}

.course-comparism-item-container {
    border-top: 1px solid #dedfe0;
}
.course-comparism-item {
    color: hsl(var(--body-color));
    padding: 15px;
}
.course-comparism-item .item-image {
    height: auto;
    width: 18%;
    position: relative;
}
.course-comparism-item .item-title {
    padding-left: 15px;
    width: 39%;
}

.course-comparism-item .item-details {
    position: relative;
    width: 43%;
    padding-left: 15px;
}

.student-feedback-box .student-feedback-title {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 15px;
}
.student-feedback-box .average-rating {
    border: 1px solid #dedfe0;
    padding: 5px;
    height: 165px;
    width: 170px;
    line-height: 30px;
    text-align: center;
    border-radius: 10px;
}

.student-feedback-box .individual-rating ul li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.student-feedback-box .individual-rating li>div:not(.progress) {
    padding-left: 15px;
    min-width: 120px !important;
}
.student-feedback-box .individual-rating .rating i {
    font-size: 14px;
    color: rgb(187, 183, 183);
}

.student-feedback-box .individual-rating ul li .progress {
    width: 72%;
    height: 10px;
    border-radius: 5px;
    background-color: #eceb98;
}
.student-feedback-box .individual-rating ul li .progress-bar {
    border-radius: 5px;
    background-color: var(--color-primary);
    font-size: 11px;
}
.text-15px {
    font-size: 15px !important;
}
.fw-500 {
    font-weight: 500 !important;
}
.course-curriculum-box .course-curriculum-title .title {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 10px;
}
.course-curriculum-box .course-curriculum-title .total-time {
    width: 130px;
    display: inline-block;
    text-align: right;
}
.course-curriculum-accordion .lecture-list .lecture {
    padding: 12px 30px 12px 55px;
    position: relative;
    border-bottom: 1px solid #e8e9eb;
    border-left: 1px solid #e8e9eb;
    border-right: 1px solid #e8e9eb;
    color: #686f7a;
}
.course-curriculum-accordion .lecture-list .lecture.has-preview {
    color: #007791;
}
.course-comparism-item .item-details .item-rating i {
    color: #f4c150;
    margin-right: 4px;
    font-size: 14px;
}
.course-comparism-item .item-details .enrolled-student {
    margin-left: 25px;
}
.course-comparism-item .item-details .enrolled-student i {
    margin-right: 2px;
    color: #cacbcc;
    font-size: 14px;
}
.student-feedback-box .individual-rating ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.student-feedback-box .individual-rating ul li{
    /* line-height: 0; */
}
.student-feedback-box .individual-rating .rating i.filled {
    color: #f4c150;
}

.student-feedback-box .average-rating .num {
    font-size: 72px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 10px;
}
.course-comparism-item .item-title .updated-time {
    color: #686f7a;
    font-size: 13px;
    margin-top: 3px;
}
.student-feedback-box .average-rating .rating i {
    font-size: 20px;
    color: #f4c150;
    margin-bottom: 5px;
}
.course-curriculum-accordion .lecture-list .lecture:before {
    font-family: Font Awesome\ 5 Free;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f144";
    position: absolute;
    left: 18px;
    opacity: .7;
    font-weight: 900;
    font-size: 13px;
    top: 17px;
    color: hsl(var(--body-color));
}


/* page header css theme 3*/
.banner-inner {  
    position: relative; 
    z-index: 1;
    height: 270px;
}

@media screen and (max-width:576px) {
    .banner-inner  {
        height:200px !important;
    }
    .breadcrumb-container{
        padding-top: 68px !important;
        padding-bottom: 109px !important;
   
    }
}
.category-header-area {
    position: relative;
    z-index: 999;
    height: 270px;
}
@media only screen and (max-width: 575px){
    .category-header-area{
        height: 200px;
    }
    .category-header-area .breadcrumb-container{
        padding-top: 55px !important;
        padding-bottom: 97px !important;
    }
}
.breadcrumb{
    padding: 0px;
}
.breadcrumb-container{
    padding-top: 115px;
    z-index: 9999;
    padding-bottom: 107px;
    position: relative;
}
.lg-text-heading.breadcrumb-container {
    padding-top: 50px;
    z-index: 9999;
    padding-bottom: 60px;
    position: relative;
}

.text-gray{
    color: rgb(128, 128, 128);
}


#add_your_comment .form-control{
    background-color: hsl(var(--body-bg)) !important;
}

.theme-style.bg-dark{
    background-color: hsl(var(--body-bg)) !important; 
    box-shadow: 0px -1px 5px rgb(119 117 117 / 27%);
    border-radius: 15px;
  
}
.theme-style .text-color{
    color: hsl(var(--body-color));
}

.flipbook-image{
    width: 100%;
    height: 325px;
    object-fit: contain;
    border-radius: 7px;
}
.border-style{
    border: 1px solid rgb(211, 211, 211);
    border-radius: 7px;
}

.filter-area label{
    font-size: 13px;
    margin-left: 8px;
    font-weight: 500;
    width: 150px;
}

.btn-primary{
    border: 1px solid #a856c3;
    color:  #fff !important;
    background-color: #a856c3;
}

.btn-primary:hover{
    border: 1px solid #a856c3;
    color: #fff !important;
    background-color: #9258a7;
}
.fw-600 {
    font-weight: 600 !important;
}
.form-control{
    color: #aba2a2;
    background-color: transparent;
}
input.form-control:focus{
    color: #aba2a2;
    outline: none !important;
    background-color: transparent;
    box-shadow: none !important;
    border-color: #ced4da ;
}
/* login & signup */
.custom-login-style.login-box {
    min-height: 100vh;
    background-color: #0a1622;
    overflow: hidden;
    background: #000d1e !important;
  }
  .custom-login-style .form-control:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #111 inset !important;
    -webkit-text-fill-color: white !important;
  }
  .custom-login-style .login-media {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    padding: 5rem;
  }
  
  .custom-login-style .login-media h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-top: 1.5rem;
    max-width: 600px;
    color:#fff !important;
    line-height: 1.2;
  }
  
  .custom-login-style .login-logo {
    max-width: 300px;
    height:60px !important;
    margin-right: auto;
    margin-left: 20px;
  }
  .custom-login-style .login-logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .custom-login-style .platform-description {
    font-size: 2.2rem;
    font-weight: 700;
    margin-top: 1.5rem;
    max-width: 600px;
    line-height: 1.2;
    color: white;
    text-align: left;
  }
  
  .custom-login-style .watch-demo-btn {
    background: linear-gradient(to right, #ff9966, #ff5e62);
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 600;
    margin-top: 3rem;
    display: inline-block;
    text-decoration: none;
    margin-right: auto;
    transition: 0.5s;
    margin-left: 30px;
  }
  
  .custom-login-style .watch-demo-btn:hover {
    background: linear-gradient(to left, #ff5e62, #ff9966);
    color: #fff;
  }
  
  .custom-login-style .login-sign-up {
    background: linear-gradient(to right, #ff9966, #ff5e62);
    color: white;
    border: none;
    padding: 18px 30px !important;
    border-radius: 30px !important;
    font-weight: 600;
    max-width: 100% !important;
  }
  
  .custom-login-style .sign-up-form {
    padding: 2rem;
    border-radius: 10px;
    max-width: 500px;
    margin: 0 auto;
  }
  
  .custom-login-style .sign-up-form-head {
    text-align: center;
    margin-bottom: 2rem;
  }
  
  .custom-login-style .sign-up-form-head h2 {
    font-size: 32px;
    margin-top: 1rem;
    color: #fff !important;
    margin-bottom: 0.5rem;
  }
  
  .custom-login-style .sign-up-form-head h4 {
    color: #666;
    margin-bottom: 1.5rem;
  }
  
  .custom-login-style .form-group {
    margin-bottom: 1.5rem;
  }
  
  .custom-login-style label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    font-size: 14px !important;
  }
  
  .custom-login-style .input-group {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
  }
  
  .custom-login-style .input-group-text {
    background-color: transparent;
    border: none;
    padding: 0.75rem 1rem;
    color: #666;
    border: 1px solid #dddddd !important;
    padding: 6px !important;
    border-radius: 0px !important;
    margin: 0 10px !important;
  }
  
  .custom-login-style .form-control {
    border: none;
    padding: 0.75rem;
    background: #000d1e !important;
    color: #fff;
    /* width: 100%; */
    outline: none;
  }
  
  .custom-login-style .btn-primary {
    background: linear-gradient(to right, #ff9966, #ff5e62);
    border: none;
    padding: 12px;
    font-weight: 600;
    font-size: 1rem;
  }
  
  .custom-login-style .welcome-text {
    position: relative;
    color: #c5c4c4 !important;
    font-size: 0.9rem;
    margin-bottom: 1rem;
    text-align: left;
  }
  
  .custom-login-style .welcome-heading {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 2rem;
    color:#fff !important;
  }
  
  .custom-login-style .terms-checkbox {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
  }
  
  .custom-login-style .terms-checkbox input {
    margin-right: 10px;
    margin-top: 5px;
  }
  
  .custom-login-style .terms-checkbox input[type=checkbox] {
    outline: 1px solid #ff5e62;
    border-radius: 2px !important;
    background-color: #001220 !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 15px;
    height: 15px;
  }
  
  .custom-login-style .terms-checkbox input[type=checkbox]:checked {
    background: linear-gradient(to right, #ff9966, #ff5e62) !important;
  }
  
  .custom-login-style .account-links {
    text-align: center;
    margin-top: 1.5rem;
    color: #fff;
  }
  
  .custom-login-style .account-links p {
    margin: 0;
    margin-bottom: 10px;
  }
  
  .custom-login-style .account-links a {
    color: #ff5e62;
    text-decoration: none;
    margin-top: 10px;
  }
  
  .custom-login-style .dark-bg {
    background-color: #001220 !important; 
    position: relative;
  }
  
  .custom-login-style .dark-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../../../backend/images/login-page_img.jpg");
    background-size: cover;
    background-position: 10%;
    opacity: 0.2;
    z-index: 0;
  }
  
  .custom-login-style .dark-bg > * {
    position: relative;
    z-index: 1;
  }
  
  .custom-login-style.login-box .sign-up-form {
    position: relative;
    max-width: 400px;
  }
  
  .custom-login-style.login-box .sign-up-form::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 4px;
    background: linear-gradient(to right, #ff9966, #ff5e62);
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
  }
  


  /* responsive */
  
@media only screen and (max-width: 1200px) {
    .custom-login-style .login-media h1{
        font-size: 35px;
        line-height: 1.4;
    }
}
@media only screen and (max-width: 991px) {
    .custom-login-style .login-media h1 {
      font-size: 30px;
    }
    .custom-login-style .login-media{
        padding: 2rem;
    }
    .custom-login-style .sign-up-form-head h2 {
        font-size: 28px;
        margin-top: 1rem;
        margin-bottom: 1.5rem;
      }
      .custom-login-style .sign-up-form {
        padding: 1rem;}
  }
  @media only screen and (max-width:810px) {
    .custom-login-style .login-media h1 {
      font-size: 24px;
    }
  }
  @media only screen and (max-width:768px) {
    .custom-login-style .sign-up-form-head h4{
        text-align: center;
    }
    .img-hide{
        display: none !important;
    }
  }
  @media only screen and (max-width:576px) {
    .img-hide{
        display: none;
    }
  }
  @media only screen and (max-width:400px) {
    .custom-login-style .sign-up-form-head h2 {
        font-size: 25px;
    }
  }
  
  .common-search-box .input-group-button .btn {
    padding: 5px 5px;
    color: hsl(var(--body-color));
}

.course-box-style .course-details .title{
    color: hsl(var(--body-color)) !important;
}

.image-preview img{
    height: 360px;
    padding: 11px;
    width: 100%;
    background: #d3d3d326;
    object-fit: contain;
    border-radius: 10px;
}

.modal .modal-content .modal-header {
    position: relative;
    padding: 15px 15px;
}
.modal .modal-content .modal-header .close {
    position: absolute;
    right: 15px;
    background: #d0ddd9;
    width: 25px;
    height: 25px;
    border-radius: 4px;
    line-height: 25px;
}
.banner-box{
  padding-top: 40px;
  padding-bottom: 40px;
}

.banner-box .banner-ads{
  width: 100%;
  height: 310px;
  border:1px solid #853ff1cf;
  padding: 6px;
  border-radius: 10px;
}
.banner-box .ads-image{
    display: contents;
}
.banner-box .ads-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}


.course-sidebar-text-box .includes ul li {
    font-size: 13px;
    padding: 3px;
}  
.course-sidebar-text-box .includes ul li i {
    width: 19px;
    font-size: 12px;
  }

  .course-comparism-item .item-details .item-price .current-price {
    color: var(--text-color);
    font-size: 18px;
    font-weight: 600;
}

  .course-box-2 .course-price-rating .current-price {
    font-size: 18px;
    font-weight: 700;
    color: var(--text-color);
}
.course-sidebar-text-box .price .current-price {
    color: var(--text-color);
    font-size: 36px !important;
    font-weight: 700;
    line-height: 40px;
    margin-right: 10px;
  }
  .course-sidebar-text-box .price .original-price {
    text-decoration: line-through;
  }
.course-comparism-item .item-details .item-price .original-price {
    color: #686f7a;
    font-weight: 400;
    font-size: 13px;
    text-decoration: line-through;
}

.course-box-2 .course-price-rating .original-price {
    color: var(--text-color);
    font-size: 15px;
    font-weight: 400;
    margin-left: 5px;
    text-decoration: line-through;
}


.btn.red{
    color: hsl(var(--heading-color));
    background-color: transparent;
    border-color: var(--color-primary);
    padding: 6px 18px;
    font-size: 15px;
    border-radius: 18px;
    line-height: 1.35135;
    font-weight: 600;
}

.btn.red:hover, .btn.red:focus {
    background-color: #c33333 !important;
    border-color: #c3333300 !important;
  }

  @media (min-width: 992px) {
    .navbar-expand-lg {
        justify-content: space-between !important;
    }
    .main-nav-wrap {
        margin: 0 7px 0 10px;
      }
    .main-nav-wrap > ul > li > a {
        font-size: 14px;
        padding: 20px 5px;
    }
    
}
