ol,
ul {
  list-style: none;
}

textarea {
  resize: none;
}

/* start breadcrumb-section */
#breadcrumb-section {
  margin-top: 120px;
  padding: 40px 0;
  background-color: #ebf4fd;
}
#breadcrumb-section .breadcrumb-item {
  position: relative;
  margin-left: 17px;
  font-size: 14px;
}
#breadcrumb-section .breadcrumb-item::before {
  position: absolute;
  right: -21px;
  top: 0px;
  font-size: 19px;
  font-weight: 500;
}
#breadcrumb-section .breadcrumb-item a {
  color: #4a4a4a;
  font-size: 14px;
}
#breadcrumb-section .breadcrumb-item a.active {
  color: #9e9e9e;
}
#breadcrumb-section .breadcrumb-item a:hover {
  color: #e69B00;
}

/* end breadcrumb-section */
/* start details-page */
#details-page {
  margin-top: 90px;
  padding: 60px 0 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  #details-page {
    margin-top: 110px;
  }
}
#details-page .top-page .category-name div {
  border-radius: 2px;
  margin-bottom: 20px;
  padding: 12px 12px;
  display: inline-block;
  font-size: 15px;
  border-radius: 8px;
}
#details-page .top-page .category-name .category {
    color: #e69b00;
    background-color: #f1e5cd;
}
#details-page .top-page .category-name .percent {
  color: #ffffff;
  background-color: #e69B00;
}
#details-page .top-page .title-course {
  font-size: 18px;
  line-height: 35px;
}
#details-page .top-page .summary {
  font-size: 14px;
  line-height: 33px;
  margin-top: 12px;
  margin-bottom: 0;
}
#details-page .top-page .icons {
  max-width: 420px;
  margin: 45px auto 25px;
}
#details-page .top-page .icons .icon-box {
  text-align: center;
  font-size: 14px;
}
#details-page .top-page .icons .icon-box i {
  display: block;
  margin-bottom: 15px;
  color: #e69B00;
  font-size: 32px;
}
#details-page .content .course-box {
  margin-top: 40px;
}
#details-page .content .course-box h4 {
  font-size: 20px;
  color: #939393;
  margin: 20px 0;
  line-height: 30px;
}
#details-page .content .course-box p {
  font-size: 14px;
  line-height: 28px;
  text-align: justify;
  margin-top: 10px;
  margin-bottom: 0;
}
#details-page .list-box li {
  margin: 12px 0;
  font-size: 14px;
  line-height: 28px;
}
#details-page .list-box li::before {
  content: "\f058";
  font-family: "FontAwesome";
  font-weight: 600;
  font-size: 16px;
  left: 0;
  top: 5px;
  line-height: 1;
  color: #e69B00;
  margin-left: 10px;
}
#details-page .curriculum-wrap {
  margin-top: 50px;
  padding-bottom: 30px;
}
#details-page .curriculum-wrap .title {
  font-size: 20px;
  color: #fff;
}
#details-page .curriculum-wrap .title-info {
  font-size: 14px;
}
#details-page .curriculum-wrap .curriculum-in .list-info {
  max-height: 332px;
  overflow: hidden;
  transition: 0.8s all;
  padding: 10px 10px;
}
@media screen and (max-width: 575px) {
  #details-page .curriculum-wrap .curriculum-in .list-info {
    max-height: 358px;
  }
}
#details-page .curriculum-wrap .curriculum-in .list-info li {
  margin: 15px 0;
  font-size: 14px;
  background-color: #fff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);
  padding: 20px 15px;
  border-radius: 12px;
  line-height: 1.65;
}
#details-page .curriculum-wrap .curriculum-in .list-info li .right-content i {
  margin-left: 8px;
  font-size: 15px;
}
#details-page .curriculum-wrap .curriculum-in .list-info li .left-content {
  width: 117.5px;
}
@media screen and (max-width: 575px) {
  #details-page .curriculum-wrap .curriculum-in .list-info li .left-content {
    width: 100%;
    margin-top: 15px;
  }
}
#details-page .curriculum-wrap .curriculum-in .list-info li .left-content i {
  font-size: 20px;
  margin-right: 20px;
}
#details-page .curriculum-wrap .curriculum-in .list-info li .left-content .fal {
  color: #e69B00;
  font-weight: 400;
}
#details-page .curriculum-wrap .curriculum-in .list-info li .left-content .fa-unlock {
  color: #25ca10;
}
#details-page .curriculum-wrap .curriculum-in .list-info li .left-content .fa-lock {
  color: #e69B00;
}
#details-page .curriculum-wrap .curriculum-in .special-mh {
  max-height: 100% !important;
}
#details-page .curriculum-wrap .curriculum-btn {
  margin: 37px auto;
  padding: 2px;
  display: inline-block;
  color: #e69B00;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s all;
}
#details-page .curriculum-wrap .curriculum-btn i {
  display: block;
  margin-top: 10px;
  color: #e69B00;
  transition: 0.3s all;
}
#details-page .curriculum-wrap .curriculum-btn:hover {
  color: #e69B00;
}
#details-page .curriculum-wrap .curriculum-btn:hover i {
  color: #e69B00;
}
#details-page .send-comment-wrap {
  /* start no-comment */
  /* end no-comment */
  /* start comment-list-user */
  /* end comment-list-user */
}
#details-page .send-comment-wrap .form-wrap {
    background-color: rgb(60 101 119);
    -webkit-backdrop-filter: blur(1.875rem);
    backdrop-filter: blur(1.875rem);
    border: 0.125rem solid rgba(255, 255, 255, 0.3);
    border-radius: 2rem;
    padding: 24px;
    margin-bottom: 30px;
}
#details-page .send-comment-wrap .form-wrap h3 {
  font-size: 20px;
  /*font-weight: 600;*/
  line-height: 26px;
  color: #fff;
  margin-bottom: 20px;
}
#details-page .send-comment-wrap .form-wrap input {
  height: 48px;
}
#details-page .send-comment-wrap .form-wrap .form-control {
  font-size: 13px;
  direction: rtl;
}

#details-page .send-comment-wrap .form-wrap .btn-page {
  padding: 16px 45px;
  background-color: #e69B00;
  border-color: #e69B00;
}
#details-page .send-comment-wrap .form-wrap .btn-page:hover {
  background-color: #fff;
  color: #e69B00;
}
#details-page .send-comment-wrap .no-comment i {
  font-size: 60px;
  color: #e69B00;
}
#details-page .send-comment-wrap .no-comment p {
  font-size: 14px;
  color: #e69B00;
  margin-top: 10px;
}
#details-page .send-comment-wrap .comment-list-user .comment .user-img {
  width: 180px;
  margin-left: 15px;
}
@media screen and (max-width: 575px) {
  #details-page .send-comment-wrap .comment-list-user .comment .user-img {
    width: 65px;
  }
}
#details-page .send-comment-wrap .comment-list-user .comment .user-img img {
  border-radius: 50%;
  width: 100%;
}
@media screen and (max-width: 575px) {
  #details-page .send-comment-wrap .comment-list-user .comment .user-comment-text {
    margin-top: 10px;
  }
}
#details-page .send-comment-wrap .comment-list-user .comment .user-comment-text .heading span {
  font-size: 14px;
  padding: 3px 0 3px 10px;
}
#details-page .send-comment-wrap .comment-list-user .comment .user-comment-text .heading .name {
  border-left: 1px solid #e3e9ed;
  color: #eee !important;
}
#details-page .send-comment-wrap .comment-list-user .comment .user-comment-text p {
  font-size: 12px;
  line-height: 25px;
}
#details-page .send-comment-wrap .comment-list-user .comment.comment-admin {
  margin-right: 40px;
  padding: 17px 15px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
#details-page .left-side {
  padding: 40px 30px;
  border-radius: 1rem;
  background-color: #c5c5c5;
  border: 0.125rem solid rgba(255, 255, 255, 0.3);
  position: sticky;
  top: 120px;
}
@media screen and (max-width: 1399px) {
  #details-page .left-side {
    padding: 30px 20px;
  }
}
#details-page .left-side h3 {
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  height: 23px;
  text-align: center;
  margin: 55px auto 14px;
  position: relative;
  padding: 0 30px;
}
#details-page .left-side h3::before {
  content: "";
  height: 3px;
  width: 30px;
  background-color: #e69B00;
  left: 100%;
  top: 50%;
  position: absolute;
  z-index: 1;
}
#details-page .left-side h3::after {
  content: "";
  height: 3px;
  width: 30px;
  background-color: #e69B00;
  right: 100%;
  top: 50%;
  position: absolute;
  z-index: 1;
}
#details-page .left-side .video-box video {
  max-height: 400px;
}
#details-page .left-side .social {
  margin-top: 30px;
}
#details-page .left-side .social li {
  display: inline-block;
}
#details-page .left-side .social li a {
  border: 1px solid;
  color: #ffffff;
  font-size: 13px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: inline-block;
  line-height: 40px;
}
#details-page .left-side .social li a i {
  font-size: 16px;
}
#details-page .left-side .social li.facebook a {
  border-color: #3b5998;
  background-color: #3b5998;
}
#details-page .left-side .social li.linkedin a {
  border-color: #00acee;
  background-color: #00acee;
}
#details-page .left-side .social li.instagram a {
  border-color: #c13584;
  background-color: #c13584;
}
#details-page .left-side .social li.telegram a {
  border-color: #0088cc;
  background-color: #0088cc;
}
#details-page .left-side .social li.whatsapp a {
  border-color: #25d366;
  background-color: #25d366;
}
#details-page .left-side .instructor-details {
  margin-top: 30px;
}
#details-page .left-side .instructor-details .instructor-img {
  margin-left: 10px;
}
#details-page .left-side .instructor-details .instructor-img img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
#details-page .left-side .instructor-details .name {
  font-size: 16px;
  margin: 15px 0;
}
#details-page .left-side .instructor-details .title {
  font-size: 13px;
  color: #c5c4c4;
  display: block;
}
#details-page .left-side .instructor-details p {
  font-size: 13px;
  line-height: 30px;
  margin-top: 13px;
  color:#333;
}
#details-page .left-side .course-info {
  margin-top: 40px;
}
#details-page .left-side .course-info li {
  margin: 40px 0;
  font-size: 14px;
  color: #636363;
}
#details-page .left-side .course-info li i {
  color: #e69B00;
  margin-left: 6px;
  font-size: 20px;
  vertical-align: middle;
}
#details-page .left-side .course-info li span {
  color: #232323;
  font-weight: 500;
  font-size: 13px;
  display: inline-block;
  margin-left: 10px;
  line-height: 1.65;
}
#details-page .left-side .course-info li a {
  color: #c18303;
}
#details-page .left-side .total-price {
  background-color: #ffffff;
  padding: 40px 15px;
  border-radius: 10px;
  font-size: 14px;
}
#details-page .left-side .total-price i {
  color: #e69B00;
  margin-left: 2px;
  font-size: 20px;
  vertical-align: middle;
}
#details-page .left-side .total-price span {
  color: #161616;
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  margin-left: 10px;
  width: 116px;
}
#details-page .left-side .price {
  width: calc(100% - 126px);
}
@media screen and (max-width: 1199px) {
  #details-page .left-side .price {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  #details-page .left-side .price {
    width: calc(100% - 126px);
  }
}
@media screen and (max-width: 575px) {
  #details-page .left-side .price {
    width: 100%;
  }
}
#details-page .left-side .price span {
  display: inline-block;
}
#details-page .left-side .total-price .desc-price{
    color: #867a7a;
}
#details-page .left-side .price .price-before {
  text-decoration: line-through;
  color: #6b6b6b;
  font-size: 17px;
  font-weight: 500;
}
#details-page .left-side .price .price-after {
  color: #e69B00;
  font-size: 16px;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
}
#details-page .left-side .course-purchase {
  margin-top: 20px;
  display: inline-block;
  background-color: #e69B00;
  color: #fff;
  border: 1px solid #e69B00;
  padding: 16px 15px;
  border-radius: 10px;
  font-size: 16px;
  width: 100%;
  text-align: center;
  transition: all 0.3s;
}
#details-page .left-side .course-purchase.bg-1{
    background: #00465f;
    border-color: #00465f;
}
#details-page .left-side .course-purchase.bg-1:hover{
    color: #00465f;
}
#details-page .left-side .course-purchase:hover {
  color: #e69B00;
  background-color: #fff;
}
#details-page .left-side .course-purchase.bg-2 {
        background: transparent;    
        border: 1px solid #053a7b;
}
#details-page .left-side .course-purchase.bg-2:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-image: inherit;
    background-size: auto;
    background: -o-linear-gradient(-40deg, #d1941c, #004861, #0b2a9b);
    background: linear-gradient(-60deg, #d1941c, #004861, #0b2a9b);
    -webkit-mask: url(data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" ><rect x="1" y="1" width="100%" height="100%" style="height:calc(100% - 2px);width:calc(100% - 2px)" rx="6" ry="6" stroke-width="1" fill="transparent" stroke="white"/></svg>) 0 / 100% 100%;
    mask: url(data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" ><rect x="1" y="1" width="100%" height="100%" style="height:calc(100% - 2px);width:calc(100% - 2px)" rx="6" ry="6" stroke-width="1" fill="transparent" stroke="white"/></svg>) 0 / 100% 100%;
}
#details-page .left-side .course-purchase.bg-2 span{
    width:auto;
    margin-left:0;
}
#details-page .left-side .course-purchase.bg-2:hover{
    background:#3c6577;
    border-color: #3c6577;
}
#details-page .left-side .course-purchase.bg-2:hover span{ 
    background:transparent;
    color:#fff;
    -webkit-text-fill-color:unset;
}
#details-page .left-side .key-words {
  margin-top: 30px;
}
#details-page .left-side .key-words a {
  display: inline-block;
  color: #6b6b6b;
  font-size: 12px;
  margin-top: 12px;
  line-height: 1.4;
  background-color: #ffffff;
  padding: 7px 10px;
}
#details-page .left-side .key-words a:hover {
  color: #e69B00;
}

/* end details-page */
.leftSidebar {
  position: sticky;
  top: 90px;
}

/* start slider */
#slider-section {
  background-color: #f5f7fd;
  padding: 85px 0;
  position: relative;
  overflow: hidden;
  /* start course-box */
  /* end course-box */
}
#slider-section .title-page {
  display: inline-block;
  padding: 0 30px;
  position: relative;
  font-size: 23px;
  font-weight: 600;
  z-index: 1;
  margin: 0 auto 60px;
  line-height: 1.75;
}
@media screen and (max-width: 575px) {
  #slider-section .title-page {
    font-size: 19px;
    padding: 0 12px;
  }
}
#slider-section .category-name {
  position: relative;
  padding-right: 10px;
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 13px;
  z-index: 1;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #slider-section .category-name {
    font-size: 12px;
  }
}
#slider-section .category-name:after {
  position: absolute;
  z-index: 1;
  content: "";
  height: 2px;
  width: 5px;
  top: 50%;
  right: 0;
  font-size: 30px;
  line-height: 1.2;
  background: linear-gradient(-200deg, #e8a9ff, #e69B00);
}
#slider-section .percent {
  background-color: #f013a5;
  color: #fff;
  display: inline-block;
  position: absolute;
  top: -100%;
  left: 0;
  padding: 7px;
  border-radius: 10px;
  font-size: 13px;
}
#slider-section .title,
#slider-section .title a,
#slider-section .hover-content .description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#slider-section .title {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.7;
  height: 51px;
}
@media screen and (max-width: 767px) {
  #slider-section .title {
    font-size: 13px;
    height: 48px;
  }
}
#slider-section .course-footer {
  border-top: 1px solid #d0d1d2;
  padding-top: 25px;
  margin-top: 25px;
  text-align: left;
  position: relative;
}
#slider-section .course-footer .course-price-after {
  color: #e69B00;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #slider-section .course-footer .course-price-after {
    font-size: 18px;
  }
}
#slider-section .course-footer .course-price-after span {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #slider-section .course-footer .course-price-after span {
    font-size: 14px;
  }
}
#slider-section .course-footer .course-price-before {
  font-size: 16px;
  text-decoration: line-through;
  margin-left: 15px;
}
#slider-section .course-footer .btn-klean-outline {
  color: #fafafa;
  font-size: 14px;
  padding: 10px;
}
#slider-section .course-footer .btn-klean-outline::before {
  background: linear-gradient(-50deg, #a22bad, #2f5389);
}
#slider-section .course-footer .btn-klean-outline:hover {
  color: #e69B00;
}
#slider-section .course-footer .btn-fill {
  background: #fff;
  border-radius: 5px;
  border: 1px solid #e69B00;
  color: #e69B00;
  font-size: 14px;
  padding: 14px 14px;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  #slider-section .course-footer .btn-fill {
    font-size: 12px;
    padding: 12px;
  }
}
#slider-section .course-footer .btn-fill:hover {
  background: #e69B00;
  border-color: #fff;
  color: #fff;
}
#slider-section .inline-list {
  padding: 0;
  margin: 0;
}
#slider-section .inline-list li {
  margin-left: 14px;
  font-size: 14px;
}
@media screen and (max-width: 1399px) {
  #slider-section .inline-list li {
    margin-left: 18px;
  }
}
@media screen and (max-width: 1199px) {
  #slider-section .inline-list li {
    margin-left: 10px;
    font-size: 11px;
  }
}
#slider-section .inline-list li i {
  font-size: 15px;
  font-weight: 600;
  margin-left: 6px;
}
@media screen and (max-width: 1199px) {
  #slider-section .inline-list li i {
    font-size: 13px;
    font-weight: 600;
    margin-left: 6px;
  }
}
#slider-section .course-box {
  margin-top: 40px;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  padding: 20px;
  border-radius: 16px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  /* start hover-content */
  /* end hover-content */
}
#slider-section .course-box .img-box {
  margin-top: -60px;
  margin-bottom: 25px;
}
#slider-section .course-box .img-box img {
  border-radius: 8px;
}
#slider-section .course-box .content-box .sub-title {
  color: #e69B00;
  font-size: 14px;
  font-weight: 400;
  margin: 12px 0 16px;
  height: 21px;
  overflow: hidden;
  display: inline-block;
}
#slider-section .course-box .hover-content {
  height: calc(100% + 40px);
  position: absolute;
  z-index: 2;
  top: -40px;
  right: 0;
  overflow: hidden;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.6s ease-in-out;
  width: 100%;
}
#slider-section .course-box .hover-content .inner {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  padding: 80px 30px 40px;
  border-radius: 5px;
  transition: all 0.4s ease-in-out;
  transition-delay: 0s;
}
@media screen and (max-width: 1199px) {
  #slider-section .course-box .hover-content .inner {
    padding-top: 55px;
  }
}
@media screen and (max-width: 767px) {
  #slider-section .course-box .hover-content .inner {
    padding: 40px 20px 30px;
  }
}
#slider-section .course-box .hover-content .inner .course-wish-list {
  display: inline-block;
  height: 50px;
  width: 50px;
  background-color: #f4245f;
  border: 1px solid #f4245f;
  font-size: 20px;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 25px;
  top: 30px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1199px) {
  #slider-section .course-box .hover-content .inner .course-wish-list {
    left: 18px;
    top: 16px;
  }
}
@media screen and (max-width: 767px) {
  #slider-section .course-box .hover-content .inner .course-wish-list {
    left: 9px;
    top: 7px;
    width: 40px;
    height: 40px;
    font-size: 17px;
  }
}
#slider-section .course-box .hover-content .inner .category-name {
  color: #f013a5;
  font-weight: 500;
}
#slider-section .course-box .hover-content .inner .category-name::after {
  background-color: #ffffff;
}
#slider-section .course-box .hover-content .inner .title {
  background: linear-gradient(50deg, #f013a5, #1d66d5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  line-height: 1.8;
  transition: all 0.3s;
}
#slider-section .course-box .hover-content .inner .title a {
  color: #ffffff;
  transition: inherit;
}
#slider-section .course-box .hover-content .inner .title a:hover {
  color: #ebecec;
}
#slider-section .course-box .hover-content .inner .course-admin {
  margin-bottom: 10px;
  margin-top: 10px;
}
#slider-section .course-box .hover-content .inner .course-admin .admin {
  color: #ffffff;
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  #slider-section .course-box .hover-content .inner .course-admin .admin {
    font-size: 12px;
  }
}
#slider-section .course-box .hover-content .inner .course-admin .admin img {
  border-radius: 50%;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  margin: 0;
}
#slider-section .course-box .hover-content .inner .course-admin .admin span {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
}
#slider-section .course-box .hover-content .inner .description {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 24px;
  line-height: 28px;
  height: 56px;
}
@media screen and (max-width: 767px) {
  #slider-section .course-box .hover-content .inner .description {
    font-size: 12px;
    display: none;
  }
}
@media screen and (max-width: 575px) {
  #slider-section .course-box .hover-content .inner .description {
    font-size: 14px;
    display: block;
  }
}
@media screen and (max-width: 400px) {
  #slider-section .course-box .hover-content .inner .description {
    display: none;
  }
}
#slider-section .course-box .hover-content .inner .course-feature {
  margin-bottom: 20px;
}
#slider-section .course-box .hover-content .inner .inline-list {
  color: #dfdfdf;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #slider-section .course-box .hover-content .inner .inline-list li {
    margin-top: 10px;
  }
}
#slider-section .course-box .hover-content .inner .course-footer .price {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #slider-section .course-box .hover-content .inner .course-footer .price {
    font-size: 13px;
  }
}
#slider-section .course-box .hover-content:after {
  border-radius: 5px;
  height: 100%;
  width: 100%;
  left: 0;
  top: -100%;
  content: "";
  background: linear-gradient(-200deg, #e8a9ff, #e69B00);
  position: absolute;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}
#slider-section .course-box:hover .hover-content::after {
  top: 0;
  transition-delay: 0s;
}
#slider-section .course-box:hover .hover-content .inner {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0.1s;
}
#slider-section .course-box:hover .hover-content .inner .category-name {
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #f013a5;
  background: unset;
}
#slider-section .course-box:hover .hover-content .inner .category-name::after {
  background: #f013a5;
}
#slider-section .course-box:hover .hover-content .inner .course-price-after {
  color: #fff;
}
#slider-section .bg-holder {
  z-index: 1;
}
#slider-section .bg-holder.bg-2 {
  background-position: right top;
  background-size: auto;
  margin-top: -38px;
  margin-left: -200px;
}
#slider-section .owl-dots {
  display: none;
}
#slider-section .owl-nav {
  position: absolute;
  top: -115px;
  left: 0;
}
@media screen and (max-width: 575px) {
  #slider-section .owl-nav {
    top: -72px;
  }
}
#slider-section .owl-nav button {
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  transition: all 0.3s;
}
#slider-section .owl-nav button span {
  font-size: 33px;
  color: #e69B00;
  transition: all 0.3s;
}
#slider-section .owl-nav button:hover {
  background: #e69B00;
}
#slider-section .owl-nav button:hover span {
  color: #fff;
}

/* end slider */
.rotate-div {
  transform: rotate(180deg);
}
.send-comment-wrap .btn-klean-outline{
    color: #FFF;
    background: #e69b00;
    border-radius: 50rem;
}
.send-comment-wrap .btn-klean-outline span{
    color: #FFF !important;
    font-weight: 300 !important;
}
.for-image-me{
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 2rem;
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(0.625rem);
    backdrop-filter: blur(0.625rem);
    border: 0.125rem solid rgba(255, 255, 255, 0.3);
    padding: 25px;
}
.for-image-me img{
    width: 100%;
    border-radius: 1.5rem;
}
#details-page.pay_pg .left-side .instructor-details .title{
    color: #000;
    font-size: 18px;
    font-weight: 500;
}
#details-page.pay_pg .left-side .instructor-details p{
    line-height: 26px;
    margin-top: 10px;
}
#details-page.pay_pg .left-side .total-price span {
    width: 114px;
}
#details-page.pay_pg .left-side .price {
    width: calc(100% - 124px);
}
@media screen and (max-width: 575px) {
    #details-page.pay_pg .left-side .price {
        width:100%
    }
}



/*# sourceMappingURL=academy-details.css.map */