.course-summary-card{
    background: url(/home/new/img/course_bg.png);
    background-size:cover;
    border: none;
    border-radius: 10px;

}/* Rectangle 194 */
.course-summary-card-overlay{
    border: none;
    border-radius: 10px;
    background-image: linear-gradient(180deg, rgba(110, 47, 159, 0.7) 0%, rgba(176, 17, 126, 0.7) 100%);
    padding: 0;
}

.course-summary-item{
    padding: 1.2rem 1.5rem;
    border-bottom: 1px solid #d9d9d9;
}
.course-summary-title{
    font-weight:400;
    font-size:16px;
}

.course-summary-text{
    font-weight:200;
    font-size:16px;
}
.check-list{
    list-style:none;
    padding-left:0;
    margin-bottom: 0px;
}
.check-list-item{
    display: flex;
    justify-content: flex-start;
    grid-gap: 11px;
    padding: 4px 0;
}
.check-list-item> i{
    padding-top: 3px;
    color:#278754;
    font-size: 20px;
}
.check-list-header h6{
    margin-top: 11px;
    font-weight: 500;
    font-size: 17px;
    padding-left: 4px;
    margin-bottom: 11px;
}

.check-list-header span{
    color: #b0117e;
    font-weight: 600;
    font-size: 18px;
}
.check-list-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.check-list-title{
    background: #f9f9f9;
    border-bottom: 2px solid #d2d2d2;
    width: 100%;
    height:100%;
    padding:0 1.5rem;
}
.check-list-price{
    background: #b0117e;
    color: white;
    padding: 10px 20px;
    border-top-right-radius: 10px;
}

.check-list-price span{
    color:white;
}
.check-list-footer{
    width: 100%;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #b0127e;
    color: white;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.question-accordian-section {
    margin-top: 3rem;
  }
  .question-accordian-section h2 {
    font-weight: 600;
  }
  
  .question-accordian-section .accordion-item {
    margin-bottom: 1rem;
    border: var(--bs-accordion-border-width) solid
      var(--bs-accordion-border-color);
      box-shadow: 0px 4px 8px 2px #eaeaea;
  }
  
  .question-accordian-section .accordion-button {
    font-weight: 600;
    padding: 22px 20px;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
  }
  
  .question-accordian-section .accordion-button:not(.collapsed) {
    background: #b0117e;
    color: #fff;
    box-shadow: none;
  }
  .question-accordian-section .accordion-button:focus {
    box-shadow: none;
  }
  
  .question-accordian-section .accordion-button:focus {
    border-color: #b0117e;
  }
  
  .accordion-button:not(.collapsed)::after {
    color: #fff;
    background-image: url("../img/icons/up.png");
    transform: none;
  }
  .accordion-button::after {
    background-image: url("../img/icons/down.png");
  }

  .course-summary-card-col{
      padding-left:0rem;
  }


  @media only screen and (min-width: 375px) {
    .course-summary-card-col{
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
  }

  @media only screen and (min-width: 600px) {
    .course-summary-card-col{
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
  }

  @media only screen and (min-width: 768px) {
    .course-summary-card-col{
        padding-left: 2rem;
    }
  }


  @media only screen and (min-width: 992px) {

  }


.tiers-section .tiers-prev-button,
.tiers-section .tiers-next-button {
  width: 30px;
  height: 30px;
  background: #b0117e;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.tiers-section .slick-button {
  justify-content:right;
  margin-top: -1rem;
}
.tiers-section .prev {
  content: url("../img/icons/left.png");
  width: 0.5rem;
}

.tiers-section .next {
  content: url("../img/icons/right.png");
  width: 0.5rem;
}

.tiers-section .tiers-mobile-nav {
  display: none;
  position: absolute; 
  right: 0; 
  top: 14px;
}

@media (max-width: 1199px) {
  .tiers-section .tiers-mobile-nav {
    display: block;
  }
  .tiers-section .owl-buttons {
    display: none !important;
  }
}

@media (max-width: 599px) {
  .one-off-course .owl-item > div { margin: 0 !important; }
  .one-off-course .owl-item > div { margin: 0 !important; }
}

@media (max-width: 899px) {
  .oba-course .owl-item > div { margin: 0 !important; }
  .oba-course .owl-item > div { margin: 0 !important; }
}


.review-section, .blog-section, .gallery-section {
  margin-top: 1.5rem;
}
.review-section h2, .blog-section h2, .gallery-section h2 {
  font-weight: 600;
}

.review-section .prev-button, .blog-section .prev-button,
.review-section .next-button, .blog-section .next-button {
  width: 30px;
  height: 30px;
  background: #6e2f9f;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.gallery-section .prev-button,
.gallery-section .next-button {
  width: 35px;
  height: 35px;
  background: #6e2f9f;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.review-section .slick-button, .blog-section .slick-button, .gallery-section .slick-button {
  justify-content: right;
}
.review-section .prev, .blog-section .prev, .gallery-section .prev {
  content: url("../images/icons/left.png");
  width: 0.55rem;
}

.review-section .prev-button .slick-disabled, .blog-section .prev-button .slick-disabled, .gallery-section .prev-button .slick-disabled {
  background: grey;
}
.career-section-container {
  font-weight: 200;
}

.review-section .next, .blog-section .next, .gallery-section .next {
  content: url("../images/icons/right.png");
  width: 0.55rem;
}

.review-section .hidden, .blog-section .hidden, .gallery-section .hidden{
  display: none !important;
}

.review-section .wrapper, .blog-section .wrapper, .gallery-section .wrapper {
  width: 100%;
  text-align: center;
}

.review-section .review-carousel-slick, .blog-section .review-carousel-slick, .gallery-section .review-carousel-slick {
  width: 100%;
  /* margin: 0px auto; */
}
.review-section .slick-slide, .blog-section .slick-slide, .gallery-section .slick-slide {
  margin: 5px;
}
.review-section .slick-slide img, .blog-section .slick-slide img, .gallery-section .slick-slide img {
  width: 100%;
}
.review-section .wrapper .slick-dots li button:before, .blog-section .wrapper .slick-dots li button:before, .gallery-section .wrapper .slick-dots li button:before {
  font-size: 20px;
  color: white;
}

.review-section .wrapper .slick-dots li button:before, .blog-section .wrapper .slick-dots li button:before, .gallery-section .wrapper .slick-dots li button:before {
  color: #6e2f9f;
}

.review-section .slick-list, .blog-section .slick-list, .gallery-section .slick-list {
  padding: 0 !important;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots li button {
  color: #d8d8d8;
}

.slick-dots li img:nth-child(1) {
  display: block;
}

.slick-dots li img:nth-child(2) {
  display: none;
}

.slick-dots li.slick-active img:nth-child(1) {
  display: none;
}

.slick-dots li.slick-active img:nth-child(2) {
  display: block;
}

.review-section .student-card .card-description {
  text-align: justify;
  font-size: 15px;
}

.review-section .student-card .card-image {
  position: relative;
  width: 100%;
  height: 180px;
}

.review-section .student-card .card-image .data-img {
  width: 100%;
  height: 100%;
  border-radius: 8px 8px 0px 0px;
  object-fit: cover;
}

.review-section .student-card .description {
  height: 75px;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  /* white-space: nowrap; */
}

.review-section .student-card .description.expanded {
  height: auto;
  display: block;
  white-space: normal;
}

.review-section .student-card .see-more {
  text-align: center;
  font-size: 14px;
  /* float:right; */
  width: 65px;
  margin-top: 50px;
}

.review-section .student-card .card-image .card-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #6e2f9f;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 85%;
  left: 2%;
}

.review-section .student-card .card-image .card-icon img {
  width: 1.2rem;
}

.review-section .student-card .see-more {
  color: #6e2f9f;
}

.review-section .student-card .card-name {
  text-align: left;
}

.review-section .student-card .card-name h6 {
  font-weight: 600;
  font-size: 18px;
}

.review-section .student-card .card-name p {
  color: #999999;
  font-size: 15px;
}

.review-section .wrapper .btn-main {
  margin-top: 3.5rem;
}

.see-more {
  cursor: pointer;
}

.instructor-section .prev-instructor-button,
.instructor-section .next-instructor-button {
  width: 25px;
  height: 25px;
  background: #6e2f9f;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.instructor-section .slick-button {
  justify-content: right;
}
.instructor-section .prev {
  content: url("../images/icons/left.png");
  width: 0.45rem;
}

.instructor-section .prev-button .slick-disabled {
  background: grey;
}

.instructor-section .next {
  content: url("../images/icons/right.png");
  width: 0.45rem;
}

.instructor-section .wrapper {
  width: 100%;
  text-align: center;
}

.instructor-section .review-carousel-slick {
  width: 100%;
  margin: 0px auto;
}
.instructor-section .slick-slide {
  margin: 5px;
}
.instructor-section .slick-slide img {
  width: 100%;
}
.instructor-section .wrapper .slick-dots li button:before {
  font-size: 20px;
  color: white;
}

.instructor-section .wrapper .slick-dots li button:before {
  color: #6e2f9f;
}

.instructor-section .slick-list {
  padding: 0 !important;
}
.slick-dots li button {
  color: #d8d8d8;
}

.slick-dots li img:nth-child(1) {
  display: block;
}

.slick-dots li img:nth-child(2) {
  display: none;
}

.slick-dots li.slick-active img:nth-child(1) {
  display: none;
}

.slick-dots li.slick-active img:nth-child(2) {
  display: block;
}

.instructor-section .instructor-card .instructor-image-position {
  display: flex;
  justify-content: center;
}

.instructor-section .instructor-card{
  padding: 2rem 0;
  background: white;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.instructor-section .instructor-card .instructor-image {
  width: 80px;
  height: 80px;
  border-radius: 50px;
}

.instructor-section .instructor-card .instructor-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50px;
}

.instructor-section .instructor-card .instructor-description p {
  text-align: justify;
}
.instructor-section .slick-disabled{
  background: #8b7f95;
}
.instructor-section .hidden{
  display: none !important;
}
.instructor-section .slick-track, .review-section .slick-track, .blog-section .slick-track {
  margin: unset;
}
.instructor-section .instructor-card .description {
  height: 75px;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  /* white-space: nowrap; */
}

.instructor-section .instructor-card .description.expanded {
  height: auto;
  display: block;
  white-space: normal;
}

.instructor-section .instructor-card .see-more {
  text-align: center;
  font-size: 14px;
  /* float:right; */
  width: 65px;
  margin-top: 55px;
  color: #6e2f9f;
}

@media (max-width: 1200px) {
  .slick-prev {
    left: 89%;
    top: 1%;
  }

  .slick-next {
    top: 1%;
    right: 3%;
  }
}

@media (max-width: 996px) {
  .slick-prev {
    left: 86%;
  }
}

@media (max-width: 768px) {
  .slick-prev {
    left: 83%;
  }
  .course-lesson-section .lesson-row {
    margin-top: 1.5rem;
  }
  .course-lesson-section .description-card {
    margin-top: 1rem;
  }
}

@media (max-width: 600px) {
  .slick-prev {
    left: 77%;
  }
}

@media (max-width: 450px) {
  .slick-prev {
    left: 70%;
  }
  .course-lesson-section ol li .progress-detail .count {
    width: 50px;
  }
}
.course-summary-item li {
  color: #fff;
}
.course-summary-item ul {
  padding-left: 16px;
  margin-bottom: 0;
}

  .course-detail .page-title> p{
        font-weight:200;
    }
  .course-detail .courses-wrap__content img{
      max-width: 100%;
      height: auto;
    }

    .btn-primary:hover, .btn-primary:active {
        background-color: #763ea1;
        border-color: #763ea1;
    }

  .course-detail .container-xl {
        margin-right: auto;
        margin-left: auto;
        padding-right: 15px;
        padding-left: 15px;
        width: 100%;
        max-width: 100%;
    }

    .course-detail.page-header .col1 {
      padding: 2rem 1.6rem;
    }

    /* Surface Duo specific styles */
    @media (max-width: 540px) {
      .course-detail .container-xl {
            padding-right: 10px;
            padding-left: 10px;
        }
        .course-detail.page-header .col1 {
          padding: 2rem 1.2rem;
        }
    }


    @media (min-width: 576px) {
    .course-detail .container-xl {
        max-width: 540px;
    }
    .course-detail.page-header .col1 {
          padding: 2rem 1.6rem;
        }
    }

    @media (min-width: 768px) {
      .course-detail .container-xl {
        max-width: 720px;
      }
      .course-detail.page-header .col1 {
          padding: 2rem 3rem;
        }
    }

    @media (min-width: 992px) {
      .course-detail .container-xl {
        max-width: 960px;
      }
      .course-detail.page-header .col1 {
          padding: 2rem 4rem;
        }
    }

    @media (min-width: 1200px) {
      .course-detail .container-xl {
        max-width: 1140px;
      }
      .course-detail.page-header .col1 {
          padding: 2rem 5rem;
        }
    }

    @media (min-width: 1201px) {
        .course-detail.page-header .col1 {
          padding: 2rem 7rem;
        }
    }

    /* Surface Duo specific styles */
    @media (max-width: 540px) {
    .course-detail .owl-theme .owl-controls .owl-buttons .owl-next {
        right: 10px !important;
    }
    }
    .course-detail .owl-buttons {
        display: block;
    }

    .course-detail .owl-carousel:hover .owl-buttons {
        display: block;
    }

    /* .owl-item {
        margin: 10px;
    } */

    .course-detail .owl-theme .owl-controls .owl-buttons div {
        background: transparent;
        color: #869791;
        font-size: 40px;
        line-height: 300px;
        margin: 0;
        padding: 0 60px;
        position: absolute;
        top: 0;
    }

    .course-detail .owl-theme .owl-controls .owl-buttons .owl-prev {
        left: 0;
        padding-left: 20px;
    }

    .course-detail .owl-theme .owl-controls .owl-buttons .owl-next {
        right: 0;
        padding-right: 20px;
    }

    .fa-inverse{
        color: #b0117e;
    }

    .course-detail .owl-theme .owl-controls .owl-buttons .owl-prev {
        left: -73px;
        padding-left: 20px;
        top: 74px;
    }

    .course-detail .owl-theme .owl-controls .owl-buttons .owl-next {
        right: 12px;
        padding-left: 20px;
        top: 74px;
        width: 0;
    }

    .course-detail .recommended-element {
        background-color: #444292;
        color: white;
        font-weight: bold;
        padding: 5px;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }

    .course-detail .recommended-text {
        /* display: inline-block; */
        background-color: #444292;
        color: white;
        /* font-weight: bold; */
        padding: 5px;
        margin-left: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .course-detail .owl-carousel .owl-item:first-child > div { margin-left: 0 !important; }
    .course-detail .owl-carousel .owl-item:last-child > div { margin-right: 0 !important; }
    .course-detail .is-recommended .check-list-price{
        border-top-right-radius: 0px
    }

    .course-detail .owl-carousel .item {
        position: relative;
        overflow: hidden;
    }

    .course-detail .content {
        overflow: hidden;
    }
    .course-detail .read-more-btn {
        display: none;
    }
    .course-detail .owl-carousel .item.has-long-content .read-more-btn {
        display: block;
        margin-bottom: 10px;
        color: #b0117e;
        cursor: pointer;
        font-size: 14px;
        text-align: center;
    }
    .course-detail .subscription-card {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding: 20px;
        width: 100%;
    }

    .course-detail .cpd-title {
        font-size: 20px;
        font-weight: bold;
        color: #333;
        margin-bottom: 10px;
        text-transform: uppercase;
        letter-spacing: 1px;
        justify-content: center;
    }

    .course-detail .cpd-subtitle {
        font-size: 14px;
        color: #888;
        margin-bottom: 10px;
        text-align: center;
    }

    .course-detail .enrol-button{
        display: inline-block;
        border-radius: 100px;
        padding: 10px 20px;
        background-color: #ffffff;
        color: #0c0a0a;
        border: 2px solid purple;
        width: 200px;
        text-align: center;
    }

    .course-detail .enrol-button:hover {
        background-color: #b0127e;
        color: #ffffff;
    }

    .course-detail .static_content{
        font-size: 17px;
        text-align: center;
    }

    .course-detail .neta-blog-card .sub_content{
        padding-right: 13px;
        padding-left: 13px;
    }

    .course-detail .neta-blog-card .text-muted {
        margin-right: 25px;
        color: #6c757d!important;
    }

    .course-detail .neta-blog-card h5 a{
        text-decoration: none;
        color: inherit;
    }
    .course-detail .neta-blog-card h5{
        text-align: left;
        margin-bottom: 0;
    }

    .course-detail .neta-blog-card h5 a:hover{
        color: #b0127e;
    }

    .course-detail .neta-blog-card {
        border-radius: 10px !important;
        transition: transform 0.2s;
        /* Optional: Add a background color for the card */
        background-color: #fff;
        margin-bottom: 5px !important;
    }
    .course-detail .neta-blog-card img {
        transform: scale(1);
        transition: 0.5s all;
    }

    .course-detail .neta-blog-card img {
        width: 100%;
        height: 260px;
        object-fit: cover;
    }

	.course-detail .accordion-item--title {
		width: calc(100% - 2.5rem);
		padding: 0 0 .5rem 0;
		user-select: none;
		cursor: pointer;
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
		font-weight: 700;
		border: none;
		border-bottom: 2px solid #6e2f9f;
		font-size: 1.7rem;
	}
	.course-detail #accordion-course > .accordion-item {
		border: none;
		padding: 1rem 0 0;
	}
	.course-detail .accordion-item--title[aria-expanded="true"] .accordion-item--toggle {
		transform: translateY(50%) rotate(45deg);
	}

	.course-detail .accordion-item--title .accordion-item--toggle {
		position: absolute;
		background-color: #6e2f9f;
		border-radius: 50%;
		bottom: 0;
		transform: translateY(50%);
			right: -2.5rem;
		width: 2rem;
		height: 2rem;
		transition: all ease-in-out .2s;
	}
	.course-detail .accordion-item--title .accordion-item--toggle .fa-plus {
		color: white;
		left: 50%;
		position: absolute;
		top: 50%;
		transform: translate(-50%, -50%);
			font-size: 18px;
	}
	.course-detail .accordion-content--inner {
		padding: 0 8px;
		padding-top: 0.8rem;
	}
	.course-detail .accordion-content--inner h2 {
    font-size: 1.5rem;
  }
	.course-detail .accordion-content--inner table {
    margin-bottom: 0;
    width: 100%;
  }
  .course-detail .accordion-content--inner img, .course-detail .accordion-content--inner iframe {
    margin-bottom: 0;
    width: 100%;
    height: auto;
  }
	.course-detail .breadcrumb .breadcrumb-item{
		font-size: 17px;
	}
	.course-detail .breadcrumb .breadcrumb-item,
  .course-detail .breadcrumb .breadcrumb-item a,
  .course-detail .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #545454 !important;
  }
	.course-detail .breadcrumb .breadcrumb-item a:hover{
		color: #6e2f9f;
		text-decoration: none !important;
	}
	.course-detail .breadcrumb .breadcrumb-item.active {
		font-weight: 600;
	}
  .course-detail.page-header {
    height: 80vh;
    width: 100%;
    position: relative;
    overflow: hidden;
  }

  .course-detail.page-header .slide {
    position: absolute;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
  }

  .course-detail.page-header .slide.active {
    opacity: 1;
  }

  .course-detail.page-header .overlay-content {
    position: absolute;
    top: 0;
  }

	.course-detail.page-header .page-title p {
		font-size: 1.2rem;
		font-weight: 400;
	}
  .course-detail.page-header .col1 {
    height: 100%;
    background-color: #ffffffb3;
    color: black;
  }
  .course-detail.page-header .col1 h1{
    font-size: 3rem;font-weight: 700;
  }
  .course-detail.page-header .col2 {
    padding-bottom: 2rem;
  }
  .course-detail.page-header .col2 .btn {
    border-radius: 4rem;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 0.6rem 2rem;
  }

  /* @media (max-width: 1200px) {
    .course-detail.page-header .col1 {
      padding: 2rem 5rem;
    }
  }
  @media (max-width: 991px) {
    .course-detail.page-header .col1 {
      padding: 2rem 3rem;
    }
  } */

  @media (max-width: 768px) {
    /* .course-detail.page-header .col1 {
      padding: 2rem 1rem;
    } */
    .course-detail.page-header {
      height: 75vh;
    }
    .course-detail.page-header .col2 {
      background-color: #ffffffb3;
    }
    .course-detail.page-header .col1 h1{
      font-size: 2.5rem;
      text-align: center;
    }
    .course-detail.page-header .col1 .page-title{
      text-align: center;
    }
    .course-detail.page-header .col2 .btn{
      padding: 0.6rem 1.5rem;
    }
  }
