.mb-20 {
  margin-bottom: 20px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.edu-btn {
  display: inline-block;
  height: 55px;
  line-height: 53px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  background-color: #0a4426;
  padding: 0 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border: 1px solid transparent;
}

.edu-btn:hover {
  background-color: #cf8b40;
  color: #ffffff;
}

header.course-details-page
  .bottom-header
  .menu-area
  .main-menu
  .navigation
  > li
  > a {
  color: #222222;
  position: relative;
  display: flex;
  font-weight: 600;
  opacity: 1;
  z-index: 1;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

/* Start Page Title */
.page-title {
  position: relative;
  width: 100%;
  padding: 90px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.page-title::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #0a4426;
  opacity: 0.8;
}

content-box {
  visibility: hidden;
}

.page-title .content-box h1 {
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 70px;
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 4px;
}

.page-title .content-box .bread-crumb li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  text-transform: capitalize;
  padding-right: 12px;
  margin-right: 5px;
}

.page-title .content-box .bread-crumb li:nth-child(1)::before {
  position: absolute;
  content: "|";
  width: 3px;
  height: 1px;
  top: 0px;
  right: 3px;
}

.page-title .content-box .bread-crumb li a {
  color: #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.page-title .content-box .bread-crumb li a:hover {
  color: #ffca8f;
}

.page-title .content-box .bread-crumb li:last-child {
  padding-right: 0px;
  margin-right: 0px;
}

/* ======= * ======== 
    Start Course Details
======= * ======== */

.course-detalis-area {
  margin-top: -60px;
  position: relative;
  z-index: 5;
}

@media (max-width: 575px) {
  .course-detalis-area {
    margin-top: 0;
    padding-top: 110px;
  }
}

.course-detalis-wrapper {
  padding: 40px 30px 0 30px;
  background: #ffffff;
  border-radius: 5px;
}

@media (max-width: 575px) {
  .course-detalis-wrapper {
    padding: 0;
  }
}

.course-heading h2 {
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 700;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .course-heading h2 {
    font-size: 32px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .course-heading h2 {
    font-size: 24px;
  }
}

.course-star {
  display: flex;
}

.course-star span {
  margin-left: 10px;
  color: #575757;
  font-size: 15px;
  font-weight: 600;
}

.course-star ul li {
  margin-right: 5px;
}

.course-star ul i {
  font-size: 13px;
}

.course-star ul i.fas {
  color: #ffb013;
}

.course-star ul i.fal {
  color: #ccc;
}

.course-meta-wrapper {
  display: flex;
  align-items: center;
}

.course-meta-text {
  margin-left: 15px;
}

.course-meta-text span {
  display: block;
  font-size: 14px;
}

.course-meta-text h6 a {
  color: #0a4426;
  font-weight: 700;
}

.course-meta-img img {
  width: 50px;
  height: 50px;
  border: 3px solid #ffffff;
  box-shadow: 0px 3px 10px rgba(32, 32, 34, 0.08);
  border-radius: 50%;
}

.course-detelis-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  padding: 20px 0 20px 0;
  border-top: 1px solid #edeef2;
  border-bottom: 1px solid #edeef2;
  align-items: center;
  text-transform: capitalize;
}

.course-leranm-tittle h3 {
  margin-bottom: 15px;
}

.course-Enroll span {
  display: block;
  font-weight: 700;
  color: #0a4426;
}

.course-Enroll p {
  font-size: 14px;
  margin-bottom: 0px;
}

.course-update span {
  display: block;
  font-weight: 700;
  color: #0a4426;
}

.course-update p {
  font-size: 14px;
  margin-bottom: 0px;
}

.course-category span {
  display: block;
  font-weight: 700;
}

.course-category span a {
  color: #0a4426;
}

.course-category p {
  font-size: 14px;
  margin-bottom: 0px;
}

.course-description h4 {
  margin-bottom: 20px;
}

.border-line-meta {
  position: relative;
}

.border-line-meta:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 40px;
  background: #edeef2;
  right: -22px;
  top: 10px;
}

/* @media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .border-line-meta:before {
    right: -35px;
    top: 6px;
  }
} */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .border-line-meta:before {
    right: -70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .border-line-meta:before {
    right: -25px;
  }
}

@media (max-width: 575px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .border-line-meta:before {
    display: none;
  }
}

.course-learn-wrapper {
  padding: 30px 30px 10px;
  background: #f5f8ff;
  border: 1px solid #edeef2;
  border-radius: 5px;
}

.course-requirements h4 {
  margin-bottom: 20px;
}

.course-curriculam h4 {
  margin-bottom: 20px;
}

.course-leran-text ul li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 15px;
}

.course-leran-text ul li::before {
  position: absolute;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  left: 0px;
  color: #0c8849;
}

.instructors-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 15px;
  gap: 20px;
}

.instructors-heading .instructors-img {
  width: 100px;
}

.course-instructors {
  padding: 25px 30px 25px 30px;
  background: #fcfdff;
  border: 1px solid #edeef2;
  border-radius: 5px;
}

.instructors-img img {
  margin-bottom: 5px;
}

.course-instructors h3 {
  margin-bottom: 20px;
  text-transform: capitalize;
}

.intructors-content p {
  margin-bottom: 0;
}

@media (max-width: 575px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .instructors-body {
    margin-bottom: 10px;
  }
}

.instructors-body h5 {
  margin-bottom: 0px;
  color: #0a4426;
  font-size: 18px;
}

.instructors-body h5 a {
  color: #0a4426;
  text-transform: capitalize;
  font-weight: 600;
}

.instructors-body span {
  font-size: 16px;
}

.intructors-review {
  padding: 4px 0 10px;
  line-height: 1.6;
}

.intructors-review i {
  color: #ffb013;
  font-size: 13px;
}

.instructors-footer span {
  margin-right: 25px;
}

.instructors-footer i,
.instructors-footer svg {
  margin-right: 5px;
}

.student-feedback h3 {
  margin-bottom: 25px;
  font-size: 20px;
}

.rating-point-wrapper {
  padding: 20px 20px 20px 20px;
  border: 1px solid #edeef2;
  border-radius: 5px;
}

.rating-star i {
  color: #ffb013;
  font-size: 15px;
}

.rating-star i.fal {
  color: #ccc;
}

.rating-point-wrapper h2 {
  color: #ffb013;
  font-size: 65px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
}

.reating-icon i {
  color: #ffb013;
}

.rating-point-wrapper span {
  font-weight: 600;
}

.course-detalis-reviews-tittle h3 {
  margin-bottom: 25px;
}

.course-review-item {
  display: flex;
  align-items: normal;
}

.course-review-list {
  margin-left: 20px;
}

.course-review-list h5 a.name {
  color: inherit;
  text-decoration: none;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 700;
  opacity: 0.69;
}

.course-review-list span {
  color: #0a4426;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 400;
}

.review-comment .comment-title p {
  margin-bottom: 15px;
}

.review-comment .comment-rating {
  position: relative;
  display: flex;
  align-items: center;
}

.review-comment .comment-rating span {
  font-size: 15px;
  color: #454545;
  margin-right: 5px;
}

.review-comment .comment-rating .rate {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.review-comment .comment-rating .rate:not(:checked) > input {
  position: absolute;
  top: -9999px;
}

.review-comment .comment-rating .rate:not(:checked) > label {
  float: right;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 25px;
  color: #ccc;
}

.review-comment .comment-rating .rate:not(:checked) > label:before {
  content: "★ ";
}

.review-comment .comment-rating .rate > input:checked ~ label {
  position: static;
  color: #ffc700;
}

.comment-textarea {
  height: 170px;
  width: 100%;
  background: #f8f8f9;
  border: none;
  padding: 15px 20px;
  border-radius: 4px;
  resize: none;
  outline: 0;
}

.comment-input input {
  height: 60px;
  width: 100%;
  background: #f8f8f9;
  border: none;
  padding: 15px 20px;
  border-radius: 4px;
  outline: 0;
}

.course-start-icon {
  margin-bottom: 10px;
}

.course-start-icon i {
  color: #ffb013;
  font-size: 13px;
}

.course-video-thumb {
  position: relative;
  margin-bottom: 30px;
}

.sidber-video-btn a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  bottom: 0;
  height: 70px;
  width: 70px;
  background: #ffffff;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  color: #df2020;
  animation: pulse 2s infinite;
}

.course-widget-wrapper {
  padding: 30px 30px 30px 30px;
  box-shadow: 0px 10px 30px rgba(28, 51, 84, 0.08);
  border: 1px solid #edeef2;
  background-color: #ffffff;
  border-radius: 5px;
}

.course-vide-icon {
  display: flex;
  align-items: center;
}

.course-vide-icon i {
  line-height: 1;
  margin-right: 15px;
}

.course-video-body ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}

.course-video-body ul li span {
  text-transform: capitalize;
}

.course-video-price span {
  font-size: 30px;
  color: #0a4426;
  font-weight: 900;
}

.course-video-body {
  padding: 40px 0 45px 0;
}

.course-video-body ul li {
  padding-bottom: 12px;
  border-bottom: 1px solid #edeef2;
  margin-bottom: 12px;
  line-height: 1;
}

.course-video-body ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.coupon-accordion h3 {
  background-color: #f6f6f6;
  border-top: 3px solid #000;
  font-size: 14px;
  font-weight: 700;
  color: #008000;
  text-align: center;
  line-height: 25px;
  margin: 0 0 25px;
  padding: 1em 2em 1em 3.5em;
  position: relative;
  width: auto;
  text-transform: capitalize;
}

.coupon-accordion span {
  cursor: pointer;
  transition: 0.3s;
  text-decoration: underline;
}

.coupon-checkout-content {
  display: none;
}

.coupon-info p {
  margin-bottom: 0;
}

p.checkout-coupon input[type="text"] {
  height: 55px;
  line-height: 55px;
  padding: 0 20px;
  width: 100%;
  border: 1px solid #edeef2;
  margin-bottom: 15px;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

p.checkout-coupon button[type="submit"] {
  width: 100%;
}

.your-order {
  text-transform: capitalize;
}

.your-order h3 {
  font-weight: 600;
  margin-bottom: 10px;
}

.your-order-table table {
  background: none;
  border: 0;
  width: 100%;
}

.your-order-table table td {
  border-bottom: 1px solid #edeef2;
  border-right: medium none;
  color: #575757;
  font-size: 16px;
  padding: 15px 0;
  text-align: left;
}

.payment-method h2 {
  font-size: 18px;
}

.payment-method .payment-methods-img {
  display: inline-block;
  padding-bottom: 20px;
  filter: grayscale(100%);
  transition: filter 0.5s ease-in-out;
  cursor: pointer;
}

.payment-method input[type="radio"] {
  display: none;
}

.payment-method input[type="radio"]:checked + img {
  filter: grayscale(0%);
}

@media (max-width: 575px) {
  .course-curriculam-accodion .accordion-header {
    flex-direction: column;
    align-items: self-start;
    gap: 5px;
  }
}

.course-curriculam-accodion .accordion-header span {
  color: #0a4426;
  font-size: 16px;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  text-align: left;
}

@media (max-width: 575px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .course-curriculam-accodion .accordion-header span {
    font-size: 15px;
  }
}

.course-curriculam-accodion .accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #ffffff;
}

.course-curriculam-accodion .accordion-tittle h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}

.course-curriculam-accodion .accordion-tittle-inner span {
  color: #0a4426;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
}

.course-curriculam-accodion .course-curriculum-info {
  display: flex;
  align-items: center;
}

@media (max-width: 575px) {
  .course-curriculam-accodion .course-curriculum-info {
    margin-bottom: 10px;
  }
}

.course-curriculam-accodion .course-curriculum-info h4 {
  color: #575757;
  font-size: 15px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
}

.course-curriculam-accodion .course-curriculum-meta {
  display: flex;
  align-items: center;
  line-height: 0;
  gap: 10px;
}

.rating-row {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
}

.rating-row .progress {
  flex-grow: 1;
}

.student-reating-bar .progress {
  display: flex;
  height: 6px;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  background-color: #0a4426 !important;
}

#review-box {
  display: none;
}

/* ======= * ======== 
    End Course Details
======= * ======== */

/* ======= * ========
===== RESPONSIVE ====
========= * ========= */

@media (max-width: 330.98px) {
  header .bottom-header .logo-box {
    padding: 10px 0 !important;
  }

  header .bottom-header .menu-area .mobile-nav-toggler {
    display: block !important;
    margin-top: 7px !important;
    padding: 10px !important;
  }

  header .bottom-header .menu-area .menu-right-content .search-btn button {
    color: #666 !important;
  }

  header .bottom-header .menu-area .menu-right-content {
    margin-top: 5px !important;
  }

  header .bottom-header .menu-area .menu-right-content .search-btn {
    margin: 0 15px !important;
  }

  .page-title .content-box h1 {
    font-size: 30px;
  }

  .course-instructors h3 {
    text-align: center;
  }

  .instructors-heading {
    justify-content: center;
  }

  .instructors-body {
    text-align: center;
  }

  .instructors-footer span {
    margin-right: 0;
  }

  .instructors-footer span:first-of-type {
    margin-right: 4px;
  }

  .course-video-body ul li span {
    font-size: 14px;
  }
}

@media (min-width: 331px) and (max-width: 575.98px) {
  .our-courses.page .row.clearfix > div[class^="col"] {
    width: 100%;
    float: left;
  }

  header .bottom-header .logo-box {
    padding: 5px 0 !important;
  }

  header .bottom-header .menu-area .mobile-nav-toggler {
    display: block;
    margin-top: 7px !important;
    padding: 10px 20px 10px 0px !important;
  }

  header .bottom-header .menu-area .menu-right-content .search-btn button {
    color: #666 !important;
  }

  header .bottom-header .menu-area .menu-right-content {
    margin-top: 5px !important;
  }

  .page-title .content-box h1 {
    font-size: 45px;
  }

  .course-instructors h3 {
    text-align: center;
  }

  .instructors-heading {
    justify-content: center;
  }

  .instructors-body {
    text-align: center;
  }

  .instructors-footer span {
    margin-right: 0;
  }

  .instructors-footer span:first-of-type {
    margin-right: 4px;
  }

  .course-video-body ul li span {
    font-size: 14px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  header .bottom-header .logo-box {
    padding: 5px 0 !important;
  }

  header .bottom-header .menu-area .mobile-nav-toggler {
    display: block;
    margin-top: 7px !important;
    padding: 10px 0px 10px 20px !important;
  }

  header .bottom-header .menu-area .menu-right-content .search-btn button {
    color: #666 !important;
  }

  header .bottom-header .menu-area .menu-right-content {
    margin-top: 5px !important;
  }

  .course-instructors h3 {
    text-align: center;
  }

  .instructors-heading {
    justify-content: center;
  }

  .instructors-body {
    text-align: center;
  }

  .instructors-footer span {
    margin-right: 0;
  }

  .instructors-footer span:first-of-type {
    margin-right: 4px;
  }

  .course-video-body ul li span {
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  header .bottom-header .logo-box {
    padding: 5px 0 !important;
  }

  header .bottom-header .menu-area .mobile-nav-toggler {
    display: block;
    margin-top: 7px !important;
    padding: 10px 0px 10px 20px !important;
  }

  header .bottom-header .menu-area .menu-right-content .search-btn button {
    color: #666 !important;
  }

  header .bottom-header .menu-area .menu-right-content {
    margin-top: 5px !important;
  }

  .course-instructors h3 {
    text-align: center;
  }

  .instructors-heading {
    justify-content: center;
  }

  .instructors-body {
    text-align: center;
  }

  .instructors-footer span {
    margin-right: 0;
  }

  .instructors-footer span:first-of-type {
    margin-right: 4px;
  }

  .course-video-body ul li span {
    font-size: 14px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  header .bottom-header .logo-box {
    padding-top: 5px !important;
  }

  header .bottom-header .menu-area .menu-right-content .search-btn button {
    color: #666 !important;
  }

  .course-instructors h3 {
    text-align: center;
  }

  .instructors-heading {
    justify-content: center;
  }

  .instructors-body {
    text-align: center;
  }

  .instructors-footer span {
    margin-right: 0;
  }

  .instructors-footer span:first-of-type {
    margin-right: 4px;
  }

  .course-video-body ul li span {
    font-size: 14px;
  }
}
