@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  html {
    transform: rotate(-90deg);
    transform-origin: left top;
    width: 100vh;
    overflow-x: hidden;
    position: absolute;
    top: 100%;
    left: 0;
  }
}

body {
  background-color: #FFF;
  font-family: "Poppins";
  font-weight: 400;
}

* {
  -webkit-font-smoothing: antialiased !important;
  font-smoothing: antialiased !important;
}

*::-webkit-scrollbar,
*::-webkit-scrollbar-thumb {
  width: 7px;
  height: 6px;
  border: 2px solid transparent;
  background-clip: padding-box;
  -webkit-border-radius: 7px;
}

*::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 0 10px #ECECEE;
}

*::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}

*::-webkit-scrollbar-corner {
  background-color: transparent;
}

*::-webkit-scrollbar-track {
  display: none;
}

.page-content {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.page-content a:hover {
  color: #000000;
  text-decoration: underline;
}

.page-content .scrolled-body {
  flex: 1;
}

.page-content .scrolled-body .container {
  padding-bottom: 130px;
}

@media screen and (max-width: 767px) {
  .page-content .scrolled-body .container {
    padding-right: 25px;
    padding-left: 25px;
  }
}

.arrow-back {
  width: 12px;
  margin-right: 10px;
  height: 12px;
  vertical-align: baseline;
  margin-bottom: -1px;
}

.margin-left-page {
  margin-left: 24px;
}

@media screen and (max-width: 767px) {
  .margin-left-page {
    margin-left: 0;
  }
}

.simple-text {
  font-size: 0.9375rem;
  color: #000000;
  font-family: "Poppins";
  font-weight: 400;
}

.mt-80 {
  margin-top: 80px;
}

.hr_tbf {
  border-top: 1px solid #ECECEE;
  margin-top: 41px;
  margin-bottom: 41px;
}

.btn-tbf {
  background: #E7721C;
  color: #FFF;
  border: 1px solid #E7721C;
  font-family: "Poppins";
  font-weight: 700;
  font-size: 0.8125rem;
  transition: all 0.2s ease;
  line-height: 1;
  padding: 11px 15px;
}

.btn-tbf:focus {
  outline: none;
}

.btn-tbf:hover {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none !important;
}

.alert_errors {
  padding: 13px 15px;
  margin-bottom: 1rem;
  background-color: #f5e4e4;
  border: 1px solid #efa5a5;
  color: #000000;
  font-size: 0.9375rem;
}

.alert_success {
  padding: 13px 15px;
  margin-bottom: 1rem;
  background-color: #e4f5e8;
  border: 1px solid #a5efab;
  color: #000000;
  font-size: 0.9375rem;
}

.error-message {
  color: #ff4545;
  font-size: 0.9375rem;
}

.login-box {
  width: 100%;
  max-width: 350px;
  padding: 30px 0px;
}

@media screen and (max-width: 767px) {
  .login-box {
    padding: 30px 25px;
  }
}

.login-box .title-custom {
  font-family: Delicious Bold;
  text-transform: uppercase;
  font-size: 1.75rem;
}

.login-box .logo {
  align-items: center;
}

.login-box .logo img {
  height: 80px;
  width: 250px;
}

.login-box .logo .text {
  color: #000000;
  width: 210px;
  transition: all 0.3s linear;
}

.login-box .logo .text .part {
  font-family: Delicious Bold;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 28px;
}

.login-box .logo .text .part.part-1 {
  overflow: hidden;
  width: 33px;
  transition: all 0.3s linear;
}

.login-box .logo .text .part.part-2 {
  overflow: hidden;
  width: 50px;
  transition: all 0.3s linear;
}

.login-box .logo .text .part.part-3 {
  overflow: hidden;
  width: 130px;
  transition: all 0.3s linear;
}

.login-box .logo .border-logo {
  border-bottom: 15px solid #000000;
  width: 128px;
  transition: all 0.3s linear;
  margin-left: auto;
}

.login-box .form-login {
  margin-top: 50px;
}

.login-box .form-login .input-text {
  color: #000000;
  border: 0;
  border-radius: 0;
  background: #f0f0f0;
  padding: 13px 15px;
  height: 50px;
  width: 100%;
  display: block;
  border: 1px solid transparent;
}

.login-box .form-login .input-text:focus {
  outline: none;
  border: 1px solid #E7721C;
}

.login-box .form-login .input-text::-webkit-input-placeholder {
  color: #000000;
}

.login-box .form-login .input-text:-moz-placeholder {
  color: #000000;
}

.login-box .form-login .input-text::-moz-placeholder {
  color: #000000;
}

.login-box .form-login .input-text:-ms-input-placeholder {
  color: #000000;
}

.login-box .form-login .input-text.error {
  border: 1px solid #efa5a5;
}

.login-box .form-login .or-login {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}

.login-box .form-login .or-login span {
  background-color: #ffffff;
  padding: 0 10px;
  position: relative;
  z-index: 1;
  color: #000000;
}

.login-box .form-login .or-login:before {
  content: "";
  display: block;
  border-top: 1px solid #ECECEE;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: 0;
}

.login-box .form-login .btn-login {
  color: #FFF;
  padding: 12px 15px;
  height: 40px;
  font-family: "Poppins";
  font-weight: 700;
  background-color: #E7721C;
  width: 100%;
  line-height: 1;
  transition: all 0.2s ease;
  border: 0;
}

.login-box .form-login .btn-login:focus {
  outline: none;
}

.login-box .form-login .btn-login:hover {
  color: rgba(255, 255, 255, 0.85);
}

.login-box .form-login .social-conections {
  display: flex;
}

.login-box .form-login .social-conections div {
  background: transparent;
  border: 1px solid #F0F0F2;
  height: 40px;
  align-items: center;
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.login-box .form-login .social-conections div:focus {
  outline: none;
}

.login-box .form-login .social-conections .facebook {
  margin-right: 5px;
}

.login-box .form-login .social-conections .google {
  margin-left: 5px;
}

.login-box .form-login .link-forgot {
  color: #000000;
}

.login-box .form-login .forgot-dot {
  margin: 0 5px;
}

.box_gradient_top {
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0.75) 53%, rgba(255, 255, 255, 0.5) 79%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=0 );
  padding: 30px 60px;
  z-index: 9;
}

@media screen and (max-width: 767px) {
  .box_gradient_top {
    padding: 15px 60px;
  }
}

.navbar-tbf {
  padding: 0;
  position: fixed;
  top: 0;
  right: 0px;
  left: 0px;
  z-index: 100;
}

.navbar-tbf.yellow .container {
  background: transparent;
}

.navbar-tbf.yellow #menuToggle #menuMobile {
  background: #E7721C;
}

.navbar-tbf .container {
  background: #FFF;
  padding: 60px 70px 40px;
  width: 100%;
  max-width: 100%;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .navbar-tbf .container {
    padding: 20px 25px;
  }
}

.navbar-tbf.small-logo .logo .text {
  width: 30px;
  transition: all 0.3s linear;
}

.navbar-tbf.small-logo .logo .text .part.part-1 {
  overflow: hidden;
  width: 10px;
  transition: all 0.3s linear;
}

.navbar-tbf.small-logo .logo .text .part.part-2 {
  overflow: hidden;
  width: 11px;
  transition: all 0.3s linear;
}

.navbar-tbf.small-logo .logo .text .part.part-3 {
  overflow: hidden;
  width: 10px;
  transition: all 0.3s linear;
}

.navbar-tbf.small-logo .logo .border-logo {
  transition: all 0.3s linear;
  width: 30px;
}

.navbar-tbf .logo {
  z-index: 99;
}

.navbar-tbf .logo a:hover {
  text-decoration: none;
}

.navbar-tbf .logo .text {
  color: #000000;
  transition: all 0.3s linear;
}

.navbar-tbf .logo .text .part {
  font-family: Delicious Bold;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1;
}

.navbar-tbf .logo .text .part img {
  height: 50px;
  width: 170px;
  margin-top: -20px;
}

@media (max-width: 1023px) {
  .navbar-tbf .logo .text .part img {
    height: 30px;
    width: 100px;
    margin-top: -15px;
  }
}

.navbar-tbf .logo .text .part.part-1 {
  overflow: hidden;
  transition: all 0.3s linear;
}

.navbar-tbf .logo .text .part.part-2 {
  overflow: hidden;
  transition: all 0.3s linear;
}

.navbar-tbf .logo .text .part.part-3 {
  overflow: hidden;
  transition: all 0.3s linear;
}

.navbar-tbf .logo .border-logo {
  border-bottom: 11px solid #000000;
  width: 108px;
  transition: all 0.3s linear;
  margin-left: auto;
}

.footer-tbf {
  padding: 0;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9;
}

@media screen and (max-width: 767px) {
  .footer-tbf {
    display: none;
  }
}

.footer-tbf .box-gradient-bottom {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 21%, rgba(255, 255, 255, 0.75) 47%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 );
  padding: 15px 60px;
  z-index: 9;
  margin-left: -15px;
  margin-right: -15px;
}

@media screen and (max-width: 767px) {
  .footer-tbf .box-gradient-bottom {
    padding: 10px 60px;
  }
}

.footer-tbf .icon-bottom {
  background: #FFF;
  padding-top: 30px;
  padding-bottom: 20px;
  text-align: center;
  margin-left: -15px;
  margin-right: -15px;
}

.footer-tbf .icon-bottom img {
  width: 17px;
  cursor: pointer;
  transition: transform 0.7s;
}

.footer-tbf .icon-bottom img.flip {
  transform: rotate(-180deg);
}

@media screen and (max-width: 767px) {
  .footer-tbf .icon-bottom {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.footer-tbf .menu-bottom {
  background: #FFF;
  padding: 0px 15px 20px;
  transition: margin 0.7s;
  margin-bottom: 0px;
  margin-left: -15px;
  margin-right: -15px;
}

.footer-tbf .menu-bottom a {
  color: #000000;
  font-size: 0.875rem;
  cursor: pointer;
}

.footer-tbf .menu-bottom a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .footer-tbf .menu-bottom a {
    padding: 3px 0px;
  }
}

.footer-tbf .menu-bottom.hide_menu {
  margin-bottom: -62px;
}

@media screen and (max-width: 767px) {
  .footer-tbf .menu-bottom.hide_menu {
    margin-bottom: -209px;
  }
}

@media screen and (max-width: 767px) {
  .footer-tbf .menu-bottom {
    padding: 0px 15px 20px;
    flex-direction: column;
    text-align: center;
  }
}

.list-courses {
  margin-top: 150px;
}

@media (min-width: 200px) and (max-width: 767px) {
  .list-courses {
    padding: 0px 20px;
    margin-bottom: 30px;
  }
}

.list-courses.home-courses {
  margin-top: 30px;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .list-courses.home-courses {
    padding: 0px 35px;
  }
}

.list-courses.home-courses .list-courses-carousel {
  padding: 0px 150px;
}

@media (min-width: 1024px) and (max-width: 1440px) {
  .list-courses.home-courses .list-courses-carousel {
    padding: 0px 70px;
  }
}

@media (min-width: 200px) and (max-width: 767px) {
  .list-courses.home-courses .list-courses-carousel {
    padding: 0px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .list-courses.home-courses .list-courses-carousel {
    padding: 0px 30px;
  }
}

.list-courses.home-courses .list-courses-title {
  padding: 0px 185px;
}

@media (min-width: 1024px) and (max-width: 1440px) {
  .list-courses.home-courses .list-courses-title {
    padding: 0px 70px;
  }
}

@media (min-width: 200px) and (max-width: 767px) {
  .list-courses.home-courses .list-courses-title {
    padding: 0px 20px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .list-courses.home-courses .list-courses-title {
    padding: 0px 35px;
  }
}

@media (min-width: 200px) and (max-width: 767px) {
  .list-courses.home-courses .course-item.wrapper,
  .list-courses.home-courses .course-item.my-courses {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 20px;
    box-shadow: none;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .list-courses.home-courses .course-item.wrapper,
  .list-courses.home-courses .course-item.my-courses {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    box-shadow: none;
  }
}

@media (min-width: 1024px) and (max-width: 1440px) {
  .list-courses.home-courses .course-item.wrapper,
  .list-courses.home-courses .course-item.my-courses {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    box-shadow: none;
  }
}

@media (min-width: 200px) and (max-width: 767px) {
  .list-courses.home-courses .course-item.wrapper .frosted-wrapper,
  .list-courses.home-courses .course-item.my-courses .frosted-wrapper {
    width: 90%;
    bottom: 30px;
  }
}

@media (min-width: 1024px) and (max-width: 1440px) {
  .list-courses.home-courses .course-item.wrapper .frosted-wrapper,
  .list-courses.home-courses .course-item.my-courses .frosted-wrapper {
    width: 90%;
  }
}

@media (min-width: 200px) and (max-width: 399px) {
  .list-courses.home-courses .course-item.wrapper .carousel-image,
  .list-courses.home-courses .course-item.my-courses .carousel-image {
    box-shadow: none;
    width: 320px;
    height: 240px;
  }
}

@media (min-width: 400px) and (max-width: 539px) {
  .list-courses.home-courses .course-item.wrapper .carousel-image,
  .list-courses.home-courses .course-item.my-courses .carousel-image {
    box-shadow: none;
    width: 360px;
    height: 300px;
  }
}

@media (min-width: 540px) and (max-width: 767px) {
  .list-courses.home-courses .course-item.wrapper .carousel-image,
  .list-courses.home-courses .course-item.my-courses .carousel-image {
    box-shadow: none;
    width: 500px;
    height: 330px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .list-courses.home-courses .course-item.wrapper .carousel-image,
  .list-courses.home-courses .course-item.my-courses .carousel-image {
    box-shadow: none;
    width: 340px;
    height: 340px;
  }
}

@media (min-width: 1025px) and (max-width: 1440px) {
  .list-courses.home-courses .course-item.wrapper .carousel-image,
  .list-courses.home-courses .course-item.my-courses .carousel-image {
    box-shadow: none;
    width: 400px;
    height: 340px;
  }
}

.list-courses.home-courses .course-item.wrapper:first-child,
.list-courses.home-courses .course-item.my-courses:first-child {
  margin: 35px 0px 35px 20px;
}

@media (min-width: 1024px) {
  .list-courses.home-courses .course-item.wrapper:first-child,
  .list-courses.home-courses .course-item.my-courses:first-child {
    margin: 35px 20px;
  }
}

@media (max-width: 480px) {
  .list-courses.home-courses .course-item.wrapper,
  .list-courses.home-courses .course-item.my-courses {
    margin: 0;
  }

  .list-courses.home-courses .course-item.wrapper:first-child,
  .list-courses.home-courses .course-item.my-courses:first-child {
    margin: 0;
  }
}

.list-courses.home-courses .list-courses.your-courses {
  margin-top: 30px;
}

.list-courses .course-item {
  margin-bottom: 10px;
  padding: 35px 55px;
}

.list-courses .course-item:hover .rating-course .star-rating .fill-star {
  fill: transparent;
}

@media screen and (max-width: 767px) {
  .list-courses .course-item {
    padding: 20px 0px;
  }

  .list-courses .course-item:hover {
    background: initial;
  }
}

.list-courses .course-item:last-child {
  margin-bottom: 0px;
}

.list-courses .course-item .title-course h2 {
  color: #000000;
  font-size: 1.25rem;
  font-family: "Poppins";
  font-weight: 600;
}

.list-courses .course-item .title-course h2:hover {
  cursor: pointer;
}

.list-courses .course-item .title-course .course-block {
  margin-top: -3px;
  margin-left: 5px;
}

.list-courses .course-item .progress-course {
  margin-top: 3px;
}

.list-courses .course-item .progress-course .progress-bar-tbf {
  width: 90px;
  height: 7px;
  background: #D3D2D2;
  overflow: hidden;
  position: relative;
  margin-right: 10px;
  font-weight: 300;
  border-radius: 25px;
}

.list-courses .course-item .progress-course .progress-bar-tbf .completed-progress {
  height: 7px;
  background: #000000;
}

.list-courses .course-item .data-progress {
  margin-left: 10px;
  margin-right: 10px;
  color: #fff;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 0.875rem;
}

@media (max-width: 768px) {
  .list-courses .course-item .data-progress {
    display: none;
  }
}

.list-courses .course-item .rating-course {
  margin-top: -2px;
}

.list-courses .course-item .rating-course a:hover {
  text-decoration: none;
}

.list-courses .course-item .rating-course .star-rating {
  display: inline-flex;
  align-items: center;
}

.list-courses .course-item .rating-course .star-rating .star {
  padding-right: 2px;
  width: 18px;
}

.list-courses .course-item .rating-course .star-rating .star.star-1.average-1 .fill-star {
  fill: #000000;
}

.list-courses .course-item .rating-course .star-rating .star.star-1.average-1 .stroke-star {
  fill: #000000;
}

.list-courses .course-item .rating-course .star-rating .star.star-1.average-2 .fill-star {
  fill: #000000;
}

.list-courses .course-item .rating-course .star-rating .star.star-1.average-2 .stroke-star {
  fill: #000000;
}

.list-courses .course-item .rating-course .star-rating .star.star-1.average-3 .fill-star {
  fill: #000000;
}

.list-courses .course-item .rating-course .star-rating .star.star-1.average-3 .stroke-star {
  fill: #000000;
}

.list-courses .course-item .rating-course .star-rating .star.star-1.average-4 .fill-star {
  fill: #000000;
}

.list-courses .course-item .rating-course .star-rating .star.star-1.average-4 .stroke-star {
  fill: #000000;
}

.list-courses .course-item .rating-course .star-rating .star.star-1.average-5 .fill-star {
  fill: #000000;
}

.list-courses .course-item .rating-course .star-rating .star.star-1.average-5 .stroke-star {
  fill: #000000;
}

.list-courses .course-item .rating-course .star-rating .star.star-2.average-2 .fill-star {
  fill: #000000;
}

.list-courses .course-item .rating-course .star-rating .star.star-2.average-2 .stroke-star {
  fill: #000000;
}

.list-courses .course-item .rating-course .star-rating .star.star-2.average-3 .fill-star {
  fill: #000000;
}

.list-courses .course-item .rating-course .star-rating .star.star-2.average-3 .stroke-star {
  fill: #000000;
}

.list-courses .course-item .rating-course .star-rating .star.star-2.average-4 .fill-star {
  fill: #000000;
}

.list-courses .course-item .rating-course .star-rating .star.star-2.average-4 .stroke-star {
  fill: #000000;
}

.list-courses .course-item .rating-course .star-rating .star.star-2.average-5 .fill-star {
  fill: #000000;
}

.list-courses .course-item .rating-course .star-rating .star.star-2.average-5 .stroke-star {
  fill: #000000;
}

.list-courses .course-item .rating-course .star-rating .star.star-3.average-3 .fill-star {
  fill: #000000;
}

.list-courses .course-item .rating-course .star-rating .star.star-3.average-3 .stroke-star {
  fill: #000000;
}

.list-courses .course-item .rating-course .star-rating .star.star-3.average-4 .fill-star {
  fill: #000000;
}

.list-courses .course-item .rating-course .star-rating .star.star-3.average-4 .stroke-star {
  fill: #000000;
}

.list-courses .course-item .rating-course .star-rating .star.star-3.average-5 .fill-star {
  fill: #000000;
}

.list-courses .course-item .rating-course .star-rating .star.star-3.average-5 .stroke-star {
  fill: #000000;
}

.list-courses .course-item .rating-course .star-rating .star.star-4.average-4 .fill-star {
  fill: #000000;
}

.list-courses .course-item .rating-course .star-rating .star.star-4.average-4 .stroke-star {
  fill: #000000;
}

.list-courses .course-item .rating-course .star-rating .star.star-4.average-5 .fill-star {
  fill: #000000;
}

.list-courses .course-item .rating-course .star-rating .star.star-4.average-5 .stroke-star {
  fill: #000000;
}

.list-courses .course-item .rating-course .star-rating .star.star-5.average-5 .fill-star {
  fill: #000000;
}

.list-courses .course-item .rating-course .star-rating .star.star-5.average-5 .stroke-star {
  fill: #000000;
}

.list-courses .course-item .rating-course .no-reviews {
  color: #999999;
  font-size: 0.875rem;
  display: inline-flex;
  margin-left: 7px;
}

.list-courses .course-item .description-course {
  margin-top: 16px;
  color: #666666;
  font-size: 0.9375rem;
  cursor: pointer;
}

.list-courses .course-item .actions-buttons {
  margin-top: 15px;
}

.list-courses .course-item .actions-buttons a {
  display: inline-flex;
  align-items: center;
  color: #000000;
  font-size: 0.9375rem;
  vertical-align: bottom;
  padding-right: 10px;
  cursor: pointer;
}

.list-courses .course-item .actions-buttons a img {
  width: 15px;
  margin-right: 5px;
}

.list-courses .course-item .actions-buttons a:hover {
  text-decoration: underline;
}

.list-courses .course-item.wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 35px 20px;
}

.list-courses .course-item.wrapper:first-child {
  margin: 35px 20px 35px 0px;
}

@media (max-width: 480px) {
  .list-courses .course-item.wrapper {
    margin: 0;
  }

  .list-courses .course-item.wrapper:first-child {
    margin: 0;
  }
}

.list-courses .course-item.wrapper .carousel-image {
  position: relative;
  z-index: 1;
  border-radius: 30px;
  width: 560px;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  box-shadow: 5px 5px 20px #00000030;
  cursor: pointer;
}

@media (min-width: 200px) and (max-width: 399px) {
  .list-courses .course-item.wrapper .carousel-image {
    box-shadow: none;
    width: 320px;
    height: 240px;
  }
}

@media (min-width: 400px) and (max-width: 539px) {
  .list-courses .course-item.wrapper .carousel-image {
    box-shadow: none;
    width: 360px;
    height: 300px;
  }
}

@media (min-width: 540px) and (max-width: 767px) {
  .list-courses .course-item.wrapper .carousel-image {
    box-shadow: none;
    width: 500px;
    height: 330px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .list-courses .course-item.wrapper .carousel-image {
    box-shadow: none;
    width: 380px;
    height: 300px;
  }
}

@media (min-width: 1025px) and (max-width: 1440px) {
  .list-courses .course-item.wrapper .carousel-image {
    box-shadow: none;
    width: 400px;
    height: 340px;
  }
}

.list-courses .course-item.wrapper .course-price {
  background-color: #E7721C;
  color: #fff;
  position: absolute;
  border-radius: 20px;
  box-shadow: 6px 6px 20px #DB792861;
  font-size: 12px;
  font-family: "Poppins";
  font-weight: 500;
  padding: 5px 10px;
  top: 65px;
  right: 30px;
  z-index: 2;
}

@media (min-width: 1025px) and (max-width: 1280px) {
  .list-courses .course-item.wrapper .course-price {
    right: 50px;
  }
}

@media (min-width: 481px) and (max-width: 849px) {
  .list-courses .course-item.wrapper .course-price {
    right: 20px;
  }
}

@media (max-width: 480px) {
  .list-courses .course-item.wrapper .course-price {
    right: 20px;
    top: 30px;
  }
}

.list-courses .course-item.wrapper .frosted-wrapper {
  position: absolute;
  bottom: 60px;
  width: 90%;
}

@media (min-width: 481px) and (max-width: 849px) {
  .list-courses .course-item.wrapper .frosted-wrapper {
    width: 90%;
  }
}

@media (max-width: 480px) {
  .list-courses .course-item.wrapper .frosted-wrapper {
    width: 90%;
    bottom: 20px;
  }
}

.list-courses .course-item.wrapper .frosted-wrapper .__frosted-glass-wrap-box__ {
  border-radius: 28px;
}

.list-courses .course-item.wrapper .frosted-wrapper .__frosted-glass-wrap-box__ .window-glass {
  background-position: bottom !important;
  z-index: 1;
}

.list-courses .course-item.wrapper .frosted-wrapper .course-item-bottom {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 510px;
  position: relative;
  z-index: 2;
  padding: 12px 30px;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 14px;
}

@media (max-width: 480px) {
  .list-courses .course-item.wrapper .frosted-wrapper .course-item-bottom {
    padding: 20px 10px;
    font-size: 12px;
  }
}

.list-courses .course-item.wrapper .frosted-wrapper .course-item-bottom .top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin-bottom: 5px;
}

.list-courses .course-item.wrapper .frosted-wrapper .course-item-bottom .top-row .action {
  cursor: pointer;
}

.list-courses .course-item.wrapper .frosted-wrapper .course-item-bottom .top-row .action svg {
  fill: #fff;
  margin-right: 5px;
  margin-top: -2px;
}

@media (max-width: 480px) {
  .list-courses .course-item.wrapper .frosted-wrapper .course-item-bottom .top-row {
    flex-direction: column;
  }
}

.list-courses .course-item.wrapper .frosted-wrapper .course-item-bottom .bottom-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}

.list-courses .course-item.wrapper .frosted-wrapper .course-item-bottom .bottom-row .action {
  cursor: pointer;
}

.list-courses .course-item.wrapper .frosted-wrapper .course-item-bottom .bottom-row .action svg {
  fill: #fff;
  margin-right: 5px;
  margin-top: -2px;
}

@media (max-width: 480px) {
  .list-courses .course-item.wrapper .frosted-wrapper .course-item-bottom .bottom-row .rating-course .star-rating .star {
    width: 14px;
  }
}

.list-courses .course-item.wrapper .frosted-wrapper .course-item-bottom .bottom-row .rating-course .star-rating .star.star-1.average-1 .fill-star {
  fill: #fff;
}

.list-courses .course-item.wrapper .frosted-wrapper .course-item-bottom .bottom-row .rating-course .star-rating .star.star-1.average-1 .stroke-star {
  fill: #fff;
}

.list-courses .course-item.wrapper .frosted-wrapper .course-item-bottom .bottom-row .rating-course .star-rating .star.star-1.average-2 .fill-star {
  fill: #fff;
}

.list-courses .course-item.wrapper .frosted-wrapper .course-item-bottom .bottom-row .rating-course .star-rating .star.star-1.average-2 .stroke-star {
  fill: #fff;
}

.list-courses .course-item.wrapper .frosted-wrapper .course-item-bottom .bottom-row .rating-course .star-rating .star.star-1.average-3 .fill-star {
  fill: #fff;
}

.list-courses .course-item.wrapper .frosted-wrapper .course-item-bottom .bottom-row .rating-course .star-rating .star.star-1.average-3 .stroke-star {
  fill: #fff;
}

.list-courses .course-item.wrapper .frosted-wrapper .course-item-bottom .bottom-row .rating-course .star-rating .star.star-1.average-4 .fill-star {
  fill: #fff;
}

.list-courses .course-item.wrapper .frosted-wrapper .course-item-bottom .bottom-row .rating-course .star-rating .star.star-1.average-4 .stroke-star {
  fill: #fff;
}

.list-courses .course-item.wrapper .frosted-wrapper .course-item-bottom .bottom-row .rating-course .star-rating .star.star-1.average-5 .fill-star {
  fill: #fff;
}

.list-courses .course-item.wrapper .frosted-wrapper .course-item-bottom .bottom-row .rating-course .star-rating .star.star-1.average-5 .stroke-star {
  fill: #fff;
}

.list-courses .course-item.wrapper .frosted-wrapper .course-item-bottom .bottom-row .rating-course .star-rating .star.star-2.average-2 .fill-star {
  fill: #fff;
}

.list-courses .course-item.wrapper .frosted-wrapper .course-item-bottom .bottom-row .rating-course .star-rating .star.star-2.average-2 .stroke-star {
  fill: #fff;
}

.list-courses .course-item.wrapper .frosted-wrapper .course-item-bottom .bottom-row .rating-course .star-rating .star.star-2.average-3 .fill-star {
  fill: #fff;
}

.list-courses .course-item.wrapper .frosted-wrapper .course-item-bottom .bottom-row .rating-course .star-rating .star.star-2.average-3 .stroke-star {
  fill: #fff;
}

.list-courses .course-item.wrapper .frosted-wrapper .course-item-bottom .bottom-row .rating-course .star-rating .star.star-2.average-4 .fill-star {
  fill: #fff;
}

.list-courses .course-item.wrapper .frosted-wrapper .course-item-bottom .bottom-row .rating-course .star-rating .star.star-2.average-4 .stroke-star {
  fill: #fff;
}

.list-courses .course-item.wrapper .frosted-wrapper .course-item-bottom .bottom-row .rating-course .star-rating .star.star-2.average-5 .fill-star {
  fill: #fff;
}

.list-courses .course-item.wrapper .frosted-wrapper .course-item-bottom .bottom-row .rating-course .star-rating .star.star-2.average-5 .stroke-star {
  fill: #fff;
}

.list-courses .course-item.wrapper .frosted-wrapper .course-item-bottom .bottom-row .rating-course .star-rating .star.star-3.average-3 .fill-star {
  fill: #fff;
}

.list-courses .course-item.wrapper .frosted-wrapper .course-item-bottom .bottom-row .rating-course .star-rating .star.star-3.average-3 .stroke-star {
  fill: #fff;
}

.list-courses .course-item.wrapper .frosted-wrapper .course-item-bottom .bottom-row .rating-course .star-rating .star.star-3.average-4 .fill-star {
  fill: #fff;
}

.list-courses .course-item.wrapper .frosted-wrapper .course-item-bottom .bottom-row .rating-course .star-rating .star.star-3.average-4 .stroke-star {
  fill: #fff;
}

.list-courses .course-item.wrapper .frosted-wrapper .course-item-bottom .bottom-row .rating-course .star-rating .star.star-3.average-5 .fill-star {
  fill: #fff;
}

.list-courses .course-item.wrapper .frosted-wrapper .course-item-bottom .bottom-row .rating-course .star-rating .star.star-3.average-5 .stroke-star {
  fill: #fff;
}

.list-courses .course-item.wrapper .frosted-wrapper .course-item-bottom .bottom-row .rating-course .star-rating .star.star-4.average-4 .fill-star {
  fill: #fff;
}

.list-courses .course-item.wrapper .frosted-wrapper .course-item-bottom .bottom-row .rating-course .star-rating .star.star-4.average-4 .stroke-star {
  fill: #fff;
}

.list-courses .course-item.wrapper .frosted-wrapper .course-item-bottom .bottom-row .rating-course .star-rating .star.star-4.average-5 .fill-star {
  fill: #fff;
}

.list-courses .course-item.wrapper .frosted-wrapper .course-item-bottom .bottom-row .rating-course .star-rating .star.star-4.average-5 .stroke-star {
  fill: #fff;
}

.list-courses .course-item.wrapper .frosted-wrapper .course-item-bottom .bottom-row .rating-course .star-rating .star.star-5.average-5 .fill-star {
  fill: #fff;
}

.list-courses .course-item.wrapper .frosted-wrapper .course-item-bottom .bottom-row .rating-course .star-rating .star.star-5.average-5 .stroke-star {
  fill: #fff;
}

.list-courses .course-item.wrapper .frosted-wrapper .course-item-bottom .bottom-row .rating-course .no-reviews {
  color: #fff;
}

@media (max-width: 480px) {
  .list-courses .course-item.wrapper .frosted-wrapper .course-item-bottom .bottom-row .rating-course .no-reviews {
    font-size: 12px;
  }
}

.list-courses .course-item.wrapper .frosted-wrapper .course-item-bottom .bottom-row .progress-course {
  flex-direction: column;
}

.list-courses .course-item.wrapper .frosted-wrapper .course-item-bottom .bottom-row .progress-course .progress-bar-course {
  margin-left: auto;
  width: 100%;
  min-width: 100px;
  height: 8px;
  background: #ffffff73;
  overflow: hidden;
  position: relative;
  margin-right: 10px;
  font-weight: 300;
  border-radius: 30px;
}

.list-courses .course-item.wrapper .frosted-wrapper .course-item-bottom .bottom-row .progress-course .progress-bar-course .completed-progress {
  height: 8px;
  background: #ffffff;
}

.list-courses .course-item.wrapper .frosted-wrapper .course-item-bottom .bottom-row .progress-course .data-progress {
  display: flex;
  color: #fff;
  font-size: 12px;
  width: 220px;
  font-family: "Poppins";
  font-weight: 500;
}

.list-courses .course-item.my-courses {
  display: flex;
  flex-direction: column;
  padding: 30px 20px;
  margin: 35px 20px;
  background: #F36A10 0% 0% no-repeat padding-box;
  border-radius: 30px;
  min-height: 220px;
  box-shadow: 5px 5px 20px #00000029;
}

.list-courses .course-item.my-courses:first-child {
  margin: 35px 20px 35px 0px;
}

@media (max-width: 480px) {
  .list-courses .course-item.my-courses {
    margin: 0;
  }

  .list-courses .course-item.my-courses:first-child {
    margin: 0;
  }
}

@media (min-width: 481px) and (max-width: 1024px) {
  .list-courses .course-item.my-courses {
    margin: 0px 12px;
  }
}

@media (max-width: 480px) {
  .list-courses .course-item.my-courses {
    margin: 0;
    box-shadow: none;
  }
}

.list-courses .course-item.my-courses .info-course {
  display: flex;
  align-items: flex-start;
}

.list-courses .course-item.my-courses .info-course .course-logo img {
  height: 100px;
  width: 100px;
}

@media (min-width: 481px) and (max-width: 1024px) {
  .list-courses .course-item.my-courses .info-course .course-logo img {
    height: 80px;
    width: 80px;
  }
}

@media (max-width: 480px) {
  .list-courses .course-item.my-courses .info-course .course-logo img {
    height: 50px;
    width: 50px;
  }
}

.list-courses .course-item.my-courses .info-course .course-details {
  display: flex;
  flex-direction: column;
  margin-left: 5px;
}

.list-courses .course-item.my-courses .info-course .course-details .course-title {
  font-family: "Poppins";
  font-weight: 600;
  letter-spacing: 0px;
  font-size: 24px;
  color: #ffffff;
  margin-top: 5px;
}

.list-courses .course-item.my-courses .info-course .course-details .course-subtitle {
  font-family: "Poppins";
  font-weight: 500;
  letter-spacing: 0px;
  font-size: 14px;
  color: #ffffff;
  margin-top: 5px;
  margin-bottom: 10px;
  height: 65px;
  overflow: auto;
}

.list-courses .course-item.my-courses .progress-course {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
  margin-left: 10px;
  margin-right: 10px;
}

@media (max-width: 480px) {
  .list-courses .course-item.my-courses .progress-course {
    flex-direction: column;
  }
}

.list-courses .course-item.my-courses .progress-course .progress-bar-course {
  margin-left: auto;
  width: 100%;
  min-width: 100px;
  height: 8px;
  background: #ffffff73;
  overflow: hidden;
  position: relative;
  margin-right: 10px;
  font-weight: 300;
  border-radius: 30px;
}

.list-courses .course-item.my-courses .progress-course .progress-bar-course .completed-progress {
  height: 8px;
  background: #ffffff;
}

@media (max-width: 480px) {
  .list-courses .course-item.my-courses .progress-course .progress-bar-course {
    margin-bottom: 20px;
  }
}

.list-courses .course-item.my-courses .progress-course .course-action .btn-white {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #444444;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 13px;
  font-family: "Poppins";
  font-weight: 500;
  border: 1px solid #fff;
  transition: all 0.15s ease-in-out;
  padding: 7px 12px;
  font-size: 14px;
}

.list-courses .course-item.my-courses .progress-course .course-action .btn-white svg {
  height: 12px;
  width: 12px;
  margin-left: 5px;
  transition: all 0.15s ease-in-out;
}

.list-courses .course-item.my-courses .progress-course .course-action .btn-white:hover {
  color: #E7721C;
}

.list-courses .course-item.my-courses .progress-course .course-action .btn-white:hover svg {
  fill: #E7721C;
}

.list-courses .your-courses {
  margin-bottom: 30px;
}

.list-courses .list-courses-title {
  margin-bottom: 10px;
  padding: 35px 70px;
}

@media screen and (max-width: 767px) {
  .list-courses .list-courses-title {
    padding: 20px 0px;
  }

  .list-courses .list-courses-title:hover {
    background: initial;
  }
}

.list-courses .list-courses-title h2 {
  font-family: "Poppins";
  font-weight: 600;
}

.list-courses .list-courses-carousel {
  padding: 0px 70px;
}

.list-courses .list-courses-carousel.no-courses {
  font-family: "Poppins";
  font-size: 0.9375rem;
  color: #000000;
  margin-bottom: 15px;
}

@media (min-width: 200px) and (max-width: 767px) {
  .list-courses .list-courses-carousel {
    padding: 0px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .list-courses .list-courses-carousel {
    padding: 0px 70px;
  }
}

.list-courses .subtitle-related {
  font-size: 1.125rem;
  color: #000000;
  font-family: "Poppins";
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1;
  padding: 0 55px;
  margin-top: 38px;
}

.list-courses .related_courses {
  display: flex;
  flex-wrap: wrap;
  margin-top: 22px;
  padding: 0 55px;
}

@media screen and (max-width: 767px) {
  .list-courses .related_courses {
    flex-direction: column;
  }
}

.list-courses .related_courses .related_item {
  width: 33.33%;
  display: inline-flex;
  margin-bottom: 12px;
  height: 166px;
}

@media screen and (max-width: 767px) {
  .list-courses .related_courses .related_item {
    width: 100%;
  }
}

.list-courses .related_courses .related_item:nth-of-type(3n+1) {
  padding-right: 8px;
  padding-left: 0px;
}

@media screen and (max-width: 767px) {
  .list-courses .related_courses .related_item:nth-of-type(3n+1) {
    padding-right: 0px;
    padding-left: 0px;
  }
}

.list-courses .related_courses .related_item:nth-of-type(3n+2) {
  padding-right: 4px;
  padding-left: 4px;
}

@media screen and (max-width: 767px) {
  .list-courses .related_courses .related_item:nth-of-type(3n+2) {
    padding-right: 0px;
    padding-left: 0px;
  }
}

.list-courses .related_courses .related_item:nth-of-type(3n+3) {
  padding-right: 0px;
  padding-left: 8px;
}

@media screen and (max-width: 767px) {
  .list-courses .related_courses .related_item:nth-of-type(3n+3) {
    padding-right: 0px;
    padding-left: 0px;
  }
}

.list-courses .related_courses .related_item .box {
  padding: 20px;
  border: 2px solid #000000;
  flex-direction: column;
  display: flex;
  transition: all 0.2s ease;
  cursor: pointer;
  width: 100%;
}

.list-courses .related_courses .related_item .box:hover {
  background: #000000;
}

.list-courses .related_courses .related_item .box:hover .title-course {
  color: #FFF;
}

.list-courses .related_courses .related_item .box:hover .short_description {
  color: #FFF;
}

.list-courses .related_courses .related_item .box:hover .star-rating .star .fill-star {
  fill: #FFF;
}

.list-courses .related_courses .related_item .box:hover .star-rating .star .stroke-star {
  fill: #FFF;
}

.list-courses .related_courses .related_item .box:hover .star-rating .star.star-1.average-1 .fill-star {
  fill: #E7721C;
}

.list-courses .related_courses .related_item .box:hover .star-rating .star.star-1.average-1 .stroke-star {
  fill: #E7721C;
}

.list-courses .related_courses .related_item .box:hover .star-rating .star.star-1.average-2 .fill-star {
  fill: #E7721C;
}

.list-courses .related_courses .related_item .box:hover .star-rating .star.star-1.average-2 .stroke-star {
  fill: #E7721C;
}

.list-courses .related_courses .related_item .box:hover .star-rating .star.star-1.average-3 .fill-star {
  fill: #E7721C;
}

.list-courses .related_courses .related_item .box:hover .star-rating .star.star-1.average-3 .stroke-star {
  fill: #E7721C;
}

.list-courses .related_courses .related_item .box:hover .star-rating .star.star-1.average-4 .fill-star {
  fill: #E7721C;
}

.list-courses .related_courses .related_item .box:hover .star-rating .star.star-1.average-4 .stroke-star {
  fill: #E7721C;
}

.list-courses .related_courses .related_item .box:hover .star-rating .star.star-1.average-5 .fill-star {
  fill: #E7721C;
}

.list-courses .related_courses .related_item .box:hover .star-rating .star.star-1.average-5 .stroke-star {
  fill: #E7721C;
}

.list-courses .related_courses .related_item .box:hover .star-rating .star.star-2.average-2 .fill-star {
  fill: #E7721C;
}

.list-courses .related_courses .related_item .box:hover .star-rating .star.star-2.average-2 .stroke-star {
  fill: #E7721C;
}

.list-courses .related_courses .related_item .box:hover .star-rating .star.star-2.average-3 .fill-star {
  fill: #E7721C;
}

.list-courses .related_courses .related_item .box:hover .star-rating .star.star-2.average-3 .stroke-star {
  fill: #E7721C;
}

.list-courses .related_courses .related_item .box:hover .star-rating .star.star-2.average-4 .fill-star {
  fill: #E7721C;
}

.list-courses .related_courses .related_item .box:hover .star-rating .star.star-2.average-4 .stroke-star {
  fill: #E7721C;
}

.list-courses .related_courses .related_item .box:hover .star-rating .star.star-2.average-5 .fill-star {
  fill: #E7721C;
}

.list-courses .related_courses .related_item .box:hover .star-rating .star.star-2.average-5 .stroke-star {
  fill: #E7721C;
}

.list-courses .related_courses .related_item .box:hover .star-rating .star.star-3.average-3 .fill-star {
  fill: #E7721C;
}

.list-courses .related_courses .related_item .box:hover .star-rating .star.star-3.average-3 .stroke-star {
  fill: #E7721C;
}

.list-courses .related_courses .related_item .box:hover .star-rating .star.star-3.average-4 .fill-star {
  fill: #E7721C;
}

.list-courses .related_courses .related_item .box:hover .star-rating .star.star-3.average-4 .stroke-star {
  fill: #E7721C;
}

.list-courses .related_courses .related_item .box:hover .star-rating .star.star-3.average-5 .fill-star {
  fill: #E7721C;
}

.list-courses .related_courses .related_item .box:hover .star-rating .star.star-3.average-5 .stroke-star {
  fill: #E7721C;
}

.list-courses .related_courses .related_item .box:hover .star-rating .star.star-4.average-4 .fill-star {
  fill: #E7721C;
}

.list-courses .related_courses .related_item .box:hover .star-rating .star.star-4.average-4 .stroke-star {
  fill: #E7721C;
}

.list-courses .related_courses .related_item .box:hover .star-rating .star.star-4.average-5 .fill-star {
  fill: #E7721C;
}

.list-courses .related_courses .related_item .box:hover .star-rating .star.star-4.average-5 .stroke-star {
  fill: #E7721C;
}

.list-courses .related_courses .related_item .box:hover .star-rating .star.star-5.average-5 .fill-star {
  fill: #E7721C;
}

.list-courses .related_courses .related_item .box:hover .star-rating .star.star-5.average-5 .stroke-star {
  fill: #E7721C;
}

.list-courses .related_courses .related_item .box .title-course {
  font-family: "Poppins";
  font-weight: 600;
  color: #000000;
  font-size: 0.875rem;
  margin-bottom: 25px;
}

.list-courses .related_courses .related_item .box .short_description {
  color: #666666;
  font-size: 0.875rem;
  margin-bottom: 8px;
  line-height: 1.1875rem;
  height: 59px;
  overflow: hidden;
}

.list-courses .related_courses .related_item .box .star-rating {
  display: inline-flex;
  align-items: center;
}

.list-courses .related_courses .related_item .box .star-rating .star {
  padding-right: 1px;
  width: 16px;
}

.list-courses .related_courses .related_item .box .star-rating .star.star-1.average-1 .fill-star {
  fill: #000000;
}

.list-courses .related_courses .related_item .box .star-rating .star.star-1.average-1 .stroke-star {
  fill: #000000;
}

.list-courses .related_courses .related_item .box .star-rating .star.star-1.average-2 .fill-star {
  fill: #000000;
}

.list-courses .related_courses .related_item .box .star-rating .star.star-1.average-2 .stroke-star {
  fill: #000000;
}

.list-courses .related_courses .related_item .box .star-rating .star.star-1.average-3 .fill-star {
  fill: #000000;
}

.list-courses .related_courses .related_item .box .star-rating .star.star-1.average-3 .stroke-star {
  fill: #000000;
}

.list-courses .related_courses .related_item .box .star-rating .star.star-1.average-4 .fill-star {
  fill: #000000;
}

.list-courses .related_courses .related_item .box .star-rating .star.star-1.average-4 .stroke-star {
  fill: #000000;
}

.list-courses .related_courses .related_item .box .star-rating .star.star-1.average-5 .fill-star {
  fill: #000000;
}

.list-courses .related_courses .related_item .box .star-rating .star.star-1.average-5 .stroke-star {
  fill: #000000;
}

.list-courses .related_courses .related_item .box .star-rating .star.star-2.average-2 .fill-star {
  fill: #000000;
}

.list-courses .related_courses .related_item .box .star-rating .star.star-2.average-2 .stroke-star {
  fill: #000000;
}

.list-courses .related_courses .related_item .box .star-rating .star.star-2.average-3 .fill-star {
  fill: #000000;
}

.list-courses .related_courses .related_item .box .star-rating .star.star-2.average-3 .stroke-star {
  fill: #000000;
}

.list-courses .related_courses .related_item .box .star-rating .star.star-2.average-4 .fill-star {
  fill: #000000;
}

.list-courses .related_courses .related_item .box .star-rating .star.star-2.average-4 .stroke-star {
  fill: #000000;
}

.list-courses .related_courses .related_item .box .star-rating .star.star-2.average-5 .fill-star {
  fill: #000000;
}

.list-courses .related_courses .related_item .box .star-rating .star.star-2.average-5 .stroke-star {
  fill: #000000;
}

.list-courses .related_courses .related_item .box .star-rating .star.star-3.average-3 .fill-star {
  fill: #000000;
}

.list-courses .related_courses .related_item .box .star-rating .star.star-3.average-3 .stroke-star {
  fill: #000000;
}

.list-courses .related_courses .related_item .box .star-rating .star.star-3.average-4 .fill-star {
  fill: #000000;
}

.list-courses .related_courses .related_item .box .star-rating .star.star-3.average-4 .stroke-star {
  fill: #000000;
}

.list-courses .related_courses .related_item .box .star-rating .star.star-3.average-5 .fill-star {
  fill: #000000;
}

.list-courses .related_courses .related_item .box .star-rating .star.star-3.average-5 .stroke-star {
  fill: #000000;
}

.list-courses .related_courses .related_item .box .star-rating .star.star-4.average-4 .fill-star {
  fill: #000000;
}

.list-courses .related_courses .related_item .box .star-rating .star.star-4.average-4 .stroke-star {
  fill: #000000;
}

.list-courses .related_courses .related_item .box .star-rating .star.star-4.average-5 .fill-star {
  fill: #000000;
}

.list-courses .related_courses .related_item .box .star-rating .star.star-4.average-5 .stroke-star {
  fill: #000000;
}

.list-courses .related_courses .related_item .box .star-rating .star.star-5.average-5 .fill-star {
  fill: #000000;
}

.list-courses .related_courses .related_item .box .star-rating .star.star-5.average-5 .stroke-star {
  fill: #000000;
}

.list-courses .related_courses .related_item.view-all .box {
  justify-content: center;
  background: #000;
}

.list-courses .related_courses .related_item.view-all .box .title-course {
  color: #FFF;
  margin-bottom: 0;
  text-align: center;
}

.list-courses .paginate {
  display: flex;
  padding: 0px 55px;
  margin-top: 44px;
}

@media screen and (max-width: 767px) {
  .list-courses .paginate {
    padding: 0;
  }
}

.list-courses .paginate .dots {
  width: 27px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  margin-right: 10px;
}

.list-courses .paginate .page {
  width: 37px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #000000;
  margin-right: 10px;
  font-family: "Poppins";
  font-weight: 600;
  color: #000000;
  font-size: 0.8125rem;
  cursor: pointer;
}

.list-courses .paginate .page.active {
  background: #000000;
  color: #FFF;
}

#menuToggle:has(input:checked) {
  z-index: 9;
}

#menuToggle {
  display: flex;
  flex-direction: column;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}

#menuToggle .button-action {
  cursor: pointer;
}

#menuToggle span {
  display: flex;
  width: 20px;
  height: 3px;
  margin-bottom: 3px;
  position: relative;
  background: #000000;
  border-radius: 3px;
  z-index: 2;
  transform-origin: 2px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

#menuToggle #menuMobile {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100vh;
  padding: 63px 70px 25px;
  background: #FFF;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: scaleY(0);
  z-index: 9;
}

@media screen and (max-width: 767px) {
  #menuToggle #menuMobile {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 22px;
  }
}

#menuToggle #menuMobile.active {
  transform: scaleY(1);
}

#menuToggle #menuMobile.active .box-container {
  opacity: 1;
}

#menuToggle #menuMobile.active .header {
  opacity: 1;
}

#menuToggle #menuMobile .header {
  margin: 0 auto;
  padding-bottom: 70px;
  display: flex;
  opacity: 0;
}

#menuToggle #menuMobile .header .close-menu {
  display: flex;
  cursor: pointer;
}

#menuToggle #menuMobile .box-container {
  margin: 0 auto;
  opacity: 0;
}

#menuToggle #menuMobile .mini-hr {
  height: 3px;
  width: 45px;
  background: #000;
  margin-bottom: 26px;
  margin-top: 13px;
}

#menuToggle #menuMobile p {
  color: rgba(0, 0, 0, 0.3);
  font-family: "Poppins";
  font-weight: 400;
  font-size: 0.9375rem;
  margin-bottom: 20px;
}

#menuToggle #menuMobile a {
  color: #000000;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 13px;
  display: block;
}

#menuToggle #menuMobile a:focus {
  text-decoration: none;
}

#loginToggle a {
  color: #000000;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 1rem;
  display: block;
  margin-left: 15px;
}

#loginToggle a:hover {
  text-decoration: underline;
}

#academiaLogo {
  position: absolute;
  z-index: 99;
  top: -45px;
  left: -50px;
}

@media (min-width: 541px) and (max-width: 1024px) {
  #academiaLogo svg {
    width: 680px;
  }
}

@media (max-width: 540px) {
  #academiaLogo {
    display: none;
  }
}

#searchToggle {
  display: flex;
  flex-direction: column;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  margin-left: 10px;
}

#searchToggle .button-action {
  cursor: pointer;
  display: flex;
}

#searchToggle img {
  margin-top: -1px;
  position: relative;
  z-index: 1;
}

#searchToggle #searchMenu {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100vh;
  padding: 63px 70px 25px;
  background: #FFF;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: scaleY(0);
  z-index: 9;
}

@media screen and (max-width: 767px) {
  #searchToggle #searchMenu {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 22px;
  }
}

#searchToggle #searchMenu.active {
  transform: scaleY(1);
}

#searchToggle #searchMenu.active .box-container {
  opacity: 1;
}

#searchToggle #searchMenu.active .header {
  opacity: 1;
}

#searchToggle #searchMenu .header {
  margin: 0 auto;
  padding-bottom: 70px;
  display: flex;
  opacity: 0;
}

#searchToggle #searchMenu .header .close-menu {
  display: flex;
  cursor: pointer;
}

#searchToggle #searchMenu .box-container {
  margin: 0 auto;
  opacity: 0;
}

#searchToggle #searchMenu .box-container .input-tbf-text {
  width: 100%;
  border: 0;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 0.875rem;
  color: #000000;
  padding: 14px 20px 14px 20px;
  background: #F7F7F7;
  border: 1px solid transparent;
}

#searchToggle #searchMenu .box-container .input-tbf-text:focus {
  outline: none;
}

#searchToggle #searchMenu .box-container .input-tbf-text:focus {
  border: 1px solid #E7721C;
}

#searchToggle #searchMenu .box-container .input-tbf-text::-webkit-input-placeholder {
  color: #626262;
}

#searchToggle #searchMenu .box-container .input-tbf-text:-moz-placeholder {
  color: #626262;
}

#searchToggle #searchMenu .box-container .input-tbf-text::-moz-placeholder {
  color: #626262;
}

#searchToggle #searchMenu .box-container .input-tbf-text:-ms-input-placeholder {
  color: #626262;
}

#searchToggle #searchMenu .box-container .input-tbf-text.error {
  border: 1px solid #efa5a5;
}

#searchToggle #searchMenu .box-container .list-courses-search {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

#searchToggle #searchMenu .box-container .list-courses-search .item-course {
  display: flex;
  padding: 10px 20px;
  align-items: center;
  cursor: pointer;
}

#searchToggle #searchMenu .box-container .list-courses-search .item-course:hover {
  background: #E7721C;
}

#searchToggle #searchMenu .box-container .list-courses-search .item-course:hover span {
  color: #fff !important;
}

#searchToggle #searchMenu .box-container .list-courses-search .item-course:hover .progress-bar-tbf .completed-progress {
  background-color: #fff;
}

#searchToggle #searchMenu .box-container .list-courses-search .item-course span {
  font-family: "Poppins";
  font-weight: 400;
  color: #000000;
  font-size: 0.9375rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#searchToggle #searchMenu .box-container .list-courses-search .item-course span .highlight {
  background-color: #E7721C;
  padding: 0;
}

#searchToggle #searchMenu .box-container .list-courses-search .item-course .progress-bar-tbf {
  margin-left: auto;
  width: 90px;
  min-width: 90px;
  height: 7px;
  background: #D3D2D2;
  overflow: hidden;
  position: relative;
  margin-right: 10px;
  font-weight: 300;
  border-radius: 25px;
}

#searchToggle #searchMenu .box-container .list-courses-search .item-course .progress-bar-tbf .completed-progress {
  height: 7px;
  background: #E7721C;
}

.owl-dot.active span {
  background-color: #E7721C !important;
}

@media (max-width: 850px) {
  .new-courses {
    margin-bottom: 30px;
  }
}

.page-reviews {
  margin-top: 200px;
}

@media screen and (max-width: 767px) {
  .page-reviews {
    margin-top: 150px;
  }
}

.page-reviews .title-course-header {
  font-size: 1.25rem;
  color: #000000;
  font-family: "Poppins";
  font-weight: 600;
  margin-bottom: 0;
}

.page-reviews .list-reviews {
  width: 100%;
}

.page-reviews .list-reviews .review-item {
  margin-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ECECEE;
}

.page-reviews .list-reviews .review-item .review-data .review-rating {
  display: inline-flex;
  align-items: center;
}

.page-reviews .list-reviews .review-item .review-data .review-rating .star {
  padding-right: 2px;
  width: 18px;
}

.page-reviews .list-reviews .review-item .review-data .review-rating .star.star-1.sc-1 .fill-star {
  fill: #E7721C;
}

.page-reviews .list-reviews .review-item .review-data .review-rating .star.star-1.sc-1 .stroke-star {
  fill: #E7721C;
}

.page-reviews .list-reviews .review-item .review-data .review-rating .star.star-1.sc-2 .fill-star {
  fill: #E7721C;
}

.page-reviews .list-reviews .review-item .review-data .review-rating .star.star-1.sc-2 .stroke-star {
  fill: #E7721C;
}

.page-reviews .list-reviews .review-item .review-data .review-rating .star.star-1.sc-3 .fill-star {
  fill: #E7721C;
}

.page-reviews .list-reviews .review-item .review-data .review-rating .star.star-1.sc-3 .stroke-star {
  fill: #E7721C;
}

.page-reviews .list-reviews .review-item .review-data .review-rating .star.star-1.sc-4 .fill-star {
  fill: #E7721C;
}

.page-reviews .list-reviews .review-item .review-data .review-rating .star.star-1.sc-4 .stroke-star {
  fill: #E7721C;
}

.page-reviews .list-reviews .review-item .review-data .review-rating .star.star-1.sc-5 .fill-star {
  fill: #E7721C;
}

.page-reviews .list-reviews .review-item .review-data .review-rating .star.star-1.sc-5 .stroke-star {
  fill: #E7721C;
}

.page-reviews .list-reviews .review-item .review-data .review-rating .star.star-2.sc-2 .fill-star {
  fill: #E7721C;
}

.page-reviews .list-reviews .review-item .review-data .review-rating .star.star-2.sc-2 .stroke-star {
  fill: #E7721C;
}

.page-reviews .list-reviews .review-item .review-data .review-rating .star.star-2.sc-3 .fill-star {
  fill: #E7721C;
}

.page-reviews .list-reviews .review-item .review-data .review-rating .star.star-2.sc-3 .stroke-star {
  fill: #E7721C;
}

.page-reviews .list-reviews .review-item .review-data .review-rating .star.star-2.sc-4 .fill-star {
  fill: #E7721C;
}

.page-reviews .list-reviews .review-item .review-data .review-rating .star.star-2.sc-4 .stroke-star {
  fill: #E7721C;
}

.page-reviews .list-reviews .review-item .review-data .review-rating .star.star-2.sc-5 .fill-star {
  fill: #E7721C;
}

.page-reviews .list-reviews .review-item .review-data .review-rating .star.star-2.sc-5 .stroke-star {
  fill: #E7721C;
}

.page-reviews .list-reviews .review-item .review-data .review-rating .star.star-3.sc-3 .fill-star {
  fill: #E7721C;
}

.page-reviews .list-reviews .review-item .review-data .review-rating .star.star-3.sc-3 .stroke-star {
  fill: #E7721C;
}

.page-reviews .list-reviews .review-item .review-data .review-rating .star.star-3.sc-4 .fill-star {
  fill: #E7721C;
}

.page-reviews .list-reviews .review-item .review-data .review-rating .star.star-3.sc-4 .stroke-star {
  fill: #E7721C;
}

.page-reviews .list-reviews .review-item .review-data .review-rating .star.star-3.sc-5 .fill-star {
  fill: #E7721C;
}

.page-reviews .list-reviews .review-item .review-data .review-rating .star.star-3.sc-5 .stroke-star {
  fill: #E7721C;
}

.page-reviews .list-reviews .review-item .review-data .review-rating .star.star-4.sc-4 .fill-star {
  fill: #E7721C;
}

.page-reviews .list-reviews .review-item .review-data .review-rating .star.star-4.sc-4 .stroke-star {
  fill: #E7721C;
}

.page-reviews .list-reviews .review-item .review-data .review-rating .star.star-4.sc-5 .fill-star {
  fill: #E7721C;
}

.page-reviews .list-reviews .review-item .review-data .review-rating .star.star-4.sc-5 .stroke-star {
  fill: #E7721C;
}

.page-reviews .list-reviews .review-item .review-data .review-rating .star.star-5.sc-5 .fill-star {
  fill: #E7721C;
}

.page-reviews .list-reviews .review-item .review-data .review-rating .star.star-5.sc-5 .stroke-star {
  fill: #E7721C;
}

.page-reviews .list-reviews .review-item .review-data .review-author {
  color: #999999;
  font-size: 0.875rem;
  margin-left: 7px;
}

.page-reviews .list-reviews .review-item .review-description {
  margin-top: 10px;
  color: #666666;
  font-size: 0.9375rem;
}

.content-page-course .header-video {
  height: 500px;
  background: #F8F508;
  position: fixed;
  width: 100%;
  text-align: center;
  z-index: 5;
}

@media screen and (max-width: 369px) {
  .content-page-course .header-video {
    height: 290px;
  }
}

@media (min-width: 370px) and (max-width: 380px) {
  .content-page-course .header-video {
    height: 320px;
  }
}

@media (min-width: 381px) and (max-width: 764px) {
  .content-page-course .header-video {
    height: 350px;
  }
}

.content-page-course .header-video .play_video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 16px 30px;
  background: #000;
  cursor: pointer;
}

.content-page-course .header-video .video-player {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 700px;
  width: 100%;
  display: none;
}

.content-page-course .header-video .image-course {
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.content-page-course .header-content .title-course-header {
  font-size: 1.3125rem;
  color: #000000;
  font-family: "Poppins";
  font-weight: 600;
  margin-bottom: 0;
}

.content-page-course .header-content .title-course-header img {
  margin-top: -3px;
  margin-left: 5px;
}

.content-page-course .header-content .price-course {
  font-size: 1.0625rem;
  font-family: "Poppins";
  font-weight: 700;
}

.content-page-course .rating-course {
  margin-top: 5px;
}

.content-page-course .rating-course a:hover {
  text-decoration: none;
}

.content-page-course .rating-course .star-rating {
  display: inline-flex;
  align-items: center;
}

.content-page-course .rating-course .star-rating .star {
  padding-right: 2px;
  width: 18px;
}

.content-page-course .rating-course .star-rating .star.star-1.average-1 .fill-star {
  fill: #000000;
}

.content-page-course .rating-course .star-rating .star.star-1.average-1 .stroke-star {
  fill: #000000;
}

.content-page-course .rating-course .star-rating .star.star-1.average-2 .fill-star {
  fill: #000000;
}

.content-page-course .rating-course .star-rating .star.star-1.average-2 .stroke-star {
  fill: #000000;
}

.content-page-course .rating-course .star-rating .star.star-1.average-3 .fill-star {
  fill: #000000;
}

.content-page-course .rating-course .star-rating .star.star-1.average-3 .stroke-star {
  fill: #000000;
}

.content-page-course .rating-course .star-rating .star.star-1.average-4 .fill-star {
  fill: #000000;
}

.content-page-course .rating-course .star-rating .star.star-1.average-4 .stroke-star {
  fill: #000000;
}

.content-page-course .rating-course .star-rating .star.star-1.average-5 .fill-star {
  fill: #000000;
}

.content-page-course .rating-course .star-rating .star.star-1.average-5 .stroke-star {
  fill: #000000;
}

.content-page-course .rating-course .star-rating .star.star-2.average-2 .fill-star {
  fill: #000000;
}

.content-page-course .rating-course .star-rating .star.star-2.average-2 .stroke-star {
  fill: #000000;
}

.content-page-course .rating-course .star-rating .star.star-2.average-3 .fill-star {
  fill: #000000;
}

.content-page-course .rating-course .star-rating .star.star-2.average-3 .stroke-star {
  fill: #000000;
}

.content-page-course .rating-course .star-rating .star.star-2.average-4 .fill-star {
  fill: #000000;
}

.content-page-course .rating-course .star-rating .star.star-2.average-4 .stroke-star {
  fill: #000000;
}

.content-page-course .rating-course .star-rating .star.star-2.average-5 .fill-star {
  fill: #000000;
}

.content-page-course .rating-course .star-rating .star.star-2.average-5 .stroke-star {
  fill: #000000;
}

.content-page-course .rating-course .star-rating .star.star-3.average-3 .fill-star {
  fill: #000000;
}

.content-page-course .rating-course .star-rating .star.star-3.average-3 .stroke-star {
  fill: #000000;
}

.content-page-course .rating-course .star-rating .star.star-3.average-4 .fill-star {
  fill: #000000;
}

.content-page-course .rating-course .star-rating .star.star-3.average-4 .stroke-star {
  fill: #000000;
}

.content-page-course .rating-course .star-rating .star.star-3.average-5 .fill-star {
  fill: #000000;
}

.content-page-course .rating-course .star-rating .star.star-3.average-5 .stroke-star {
  fill: #000000;
}

.content-page-course .rating-course .star-rating .star.star-4.average-4 .fill-star {
  fill: #000000;
}

.content-page-course .rating-course .star-rating .star.star-4.average-4 .stroke-star {
  fill: #000000;
}

.content-page-course .rating-course .star-rating .star.star-4.average-5 .fill-star {
  fill: #000000;
}

.content-page-course .rating-course .star-rating .star.star-4.average-5 .stroke-star {
  fill: #000000;
}

.content-page-course .rating-course .star-rating .star.star-5.average-5 .fill-star {
  fill: #000000;
}

.content-page-course .rating-course .star-rating .star.star-5.average-5 .stroke-star {
  fill: #000000;
}

.content-page-course .rating-course .no-reviews {
  color: #999999;
  font-size: 0.875rem;
  display: inline-flex;
  margin-left: 7px;
}

.content-page-course .description-course {
  margin-top: 20px;
  color: #666666;
  font-size: 0.9375rem;
}

.content-page-course .list-targets {
  margin-top: 20px;
}

.content-page-course .list-targets .target {
  color: #666666;
  font-size: 0.9375rem;
  line-height: 1;
  margin-bottom: 14px;
}

.content-page-course .list-targets .target svg {
  margin-right: 7px;
  min-width: 13px;
}

.content-page-course .list-targets .target:last-child {
  margin-bottom: 0;
}

.content-page-course .actions-buttons {
  margin-top: 15px;
}

.content-page-course .actions-buttons .buy-btn {
  background-color: #E7721C;
  border: 0;
  color: #FFF;
  text-transform: uppercase;
  font-size: 0.8125rem;
  text-align: center;
  padding: 5px 10px;
  margin-right: 10px;
  font-family: "Poppins";
  font-weight: 700;
  transition: all 0.2s ease;
}

.content-page-course .actions-buttons .buy-btn:hover {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
}

.content-page-course .actions-buttons .normal-link {
  display: inline-flex;
  align-items: center;
  color: #000000;
  font-size: 0.9375rem;
  vertical-align: bottom;
  padding-right: 10px;
  cursor: pointer;
}

.content-page-course .actions-buttons .normal-link img {
  width: 15px;
  margin-right: 5px;
}

.content-page-course .actions-buttons .normal-link:hover {
  text-decoration: underline;
}

.content-page-course .subtitle {
  font-size: 1.125rem;
  color: #000000;
  font-family: "Poppins";
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1;
}

.content-page-course .grouped-lessons {
  margin-top: 0px;
}

.content-page-course .grouped-lessons h3 {
  color: #666666;
  font-size: 0.9375rem;
  margin-bottom: 13px;
  font-family: "Poppins";
  font-weight: 400;
}

.content-page-course .grouped-lessons .list-lessons .main-item .lesson-item {
  margin-bottom: 4px;
  padding: 0px 10px;
  margin-left: -10px;
  margin-right: -10px;
  transition: all 0.3s ease;
  position: relative;
  height: 31px;
  cursor: pointer;
}

.content-page-course .grouped-lessons .list-lessons .main-item .lesson-item:last-child {
  margin-bottom: 0;
}

.content-page-course .grouped-lessons .list-lessons .main-item .lesson-item:hover {
  background: #f0f0f0;
}

.content-page-course .grouped-lessons .list-lessons .main-item .lesson-item .complete_lesson {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #ebebe9;
  z-index: 1;
}

.content-page-course .grouped-lessons .list-lessons .main-item .lesson-item.complete .title-lesson {
  color: #cccccc;
  text-decoration: line-through;
}

.content-page-course .grouped-lessons .list-lessons .main-item .lesson-item.complete .column-right .time {
  color: #CCC;
  text-decoration: line-through;
}

.content-page-course .grouped-lessons .list-lessons .main-item .lesson-item.last_seen {
  background: #000;
}

.content-page-course .grouped-lessons .list-lessons .main-item .lesson-item.last_seen .complete_lesson {
  background: #000;
}

.content-page-course .grouped-lessons .list-lessons .main-item .lesson-item.last_seen .title-lesson {
  color: #FFF;
  text-decoration: none;
}

.content-page-course .grouped-lessons .list-lessons .main-item .lesson-item.last_seen .column-right .time {
  color: #FFF;
  text-decoration: none;
}

.content-page-course .grouped-lessons .list-lessons .main-item .lesson-item.last_seen .column-right .percentage {
  display: none;
}

.content-page-course .grouped-lessons .list-lessons .main-item .lesson-item.last_seen .column-right .icons-right {
  background: #000;
}

.content-page-course .grouped-lessons .list-lessons .main-item .lesson-item.last_seen .column-right .icons-right .play-icon {
  fill: #FFF;
}

.content-page-course .grouped-lessons .list-lessons .main-item .lesson-item .title-lesson {
  font-size: 0.9375rem;
  cursor: pointer;
  color: #000000;
  z-index: 3;
}

.content-page-course .grouped-lessons .list-lessons .main-item .lesson-item .column-right {
  display: flex;
  align-items: center;
  z-index: 3;
}

.content-page-course .grouped-lessons .list-lessons .main-item .lesson-item .column-right .time {
  color: #999999;
  font-size: 0.875rem;
}

.content-page-course .grouped-lessons .list-lessons .main-item .lesson-item .column-right .percentage {
  margin-left: 10px;
  width: 80px;
  height: 7px;
  background: #CCC;
  overflow: hidden;
}

.content-page-course .grouped-lessons .list-lessons .main-item .lesson-item .column-right .percentage .percentage-complete {
  height: 7px;
  background: #000000;
}

.content-page-course .grouped-lessons .list-lessons .main-item .lesson-item .column-right .type-file {
  color: #999999;
  font-size: 0.875rem;
}

.content-page-course .grouped-lessons .list-lessons .main-item .lesson-item .column-right .icons-right {
  height: 31px;
  margin-left: 10px;
  cursor: pointer;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-page-course .grouped-lessons .list-lessons .main-item .lesson-item .column-right .icons-right .play-icon {
  fill: #000;
  height: 11px;
}

.content-page-course .grouped-lessons .list-lessons .main-item .lesson-item .column-right .icons-right .file-icon {
  height: 13px;
}

.content-page-course .grouped-lessons .list-lessons .main-item .lesson-item .column-right .icons-right .file-icon path {
  stroke: #000000;
}

.content-page-course .grouped-lessons .list-lessons .main-item .lesson-item .column-right .icons-right .file-icon polygon {
  fill: #000000;
}

.content-page-course .grouped-lessons .list-lessons .main-item .lesson-item.block .title-lesson {
  color: #000000;
  cursor: initial;
}

.content-page-course .grouped-lessons .list-lessons .main-item .lesson-item.block .column-right .block-lesson {
  width: 24px;
  margin-left: 15px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-page-course .grouped-lessons .list-lessons .main-item .lesson-item.block .file-item {
  color: #999999;
  cursor: initial;
}

.content-page-course .grouped-lessons .list-lessons .main-item .lesson-item.block .file-item .file-icon {
  margin-right: 7px;
  height: 13px;
}

.content-page-course .grouped-lessons .list-lessons .main-item .lesson-item.block .file-item .file-icon path {
  stroke: #999999;
}

.content-page-course .grouped-lessons .list-lessons .main-item .lesson-item.block .file-item .file-icon polygon {
  fill: #999999;
}

.content-page-course .grouped-lessons .list-lessons .main-item .video-course {
  margin: 30px 0px;
}

.content-page-course .grouped-lessons .list-lessons .main-item .video-course .loading_video {
  width: 100%;
}

.content-page-course .grouped-lessons .list-lessons .main-item .video-course .opacity-video {
  visibility: hidden !important;
}

.content-page-course .summary_book .content-course {
  width: 50%;
}

.content-page-course .summary_book .content-course .item-include {
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 0.9375rem;
  margin-bottom: 7px;
}

.content-page-course .summary_book .content-course .item-include svg {
  margin-right: 7px;
}

@media screen and (max-width: 767px) {
  .content-page-course .summary_book .content-course {
    width: 100%;
  }
}

.content-page-course .summary_book .price-book {
  width: 50%;
  text-align: right;
}

.content-page-course .summary_book .price-book .name {
  color: #666666;
  font-size: 0.9375rem;
  margin-bottom: 0;
  line-height: 20px;
}

.content-page-course .summary_book .price-book .initial_price {
  color: #666666;
  font-size: 0.9375rem;
  margin-bottom: 13px;
  line-height: 20px;
}

.content-page-course .summary_book .price-book .total_price {
  color: #000000;
  font-size: 1.25rem;
  margin-bottom: 0;
}

.content-page-course .summary_book .price-book .total_price strong {
  font-family: "Poppins";
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .content-page-course .summary_book .price-book {
    width: 100%;
    margin-top: 15px;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .content-page-course .summary_book .content-summary {
    flex-direction: column;
  }
}

.content-page-course .book-course {
  text-align: right;
}

.content-page-course .book-course a {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .content-page-course .book-course a {
    width: 100%;
    text-align: center;
  }
}

.content-page-course .related_courses {
  display: flex;
  flex-wrap: wrap;
  margin-top: 22px;
}

@media screen and (max-width: 767px) {
  .content-page-course .related_courses {
    flex-direction: column;
  }
}

.content-page-course .related_courses .related_item {
  width: 33.33%;
  display: inline-flex;
  margin-bottom: 12px;
  height: 166px;
}

@media screen and (max-width: 767px) {
  .content-page-course .related_courses .related_item {
    width: 100%;
  }
}

.content-page-course .related_courses .related_item:nth-of-type(3n+1) {
  padding-right: 8px;
  padding-left: 0px;
}

@media screen and (max-width: 767px) {
  .content-page-course .related_courses .related_item:nth-of-type(3n+1) {
    padding-right: 0px;
    padding-left: 0px;
  }
}

.content-page-course .related_courses .related_item:nth-of-type(3n+2) {
  padding-right: 4px;
  padding-left: 4px;
}

@media screen and (max-width: 767px) {
  .content-page-course .related_courses .related_item:nth-of-type(3n+2) {
    padding-right: 0px;
    padding-left: 0px;
  }
}

.content-page-course .related_courses .related_item:nth-of-type(3n+3) {
  padding-right: 0px;
  padding-left: 8px;
}

@media screen and (max-width: 767px) {
  .content-page-course .related_courses .related_item:nth-of-type(3n+3) {
    padding-right: 0px;
    padding-left: 0px;
  }
}

.content-page-course .related_courses .related_item .box {
  padding: 20px;
  border: 2px solid #000000;
  flex-direction: column;
  display: flex;
  transition: all 0.2s ease;
  cursor: pointer;
  width: 100%;
}

.content-page-course .related_courses .related_item .box:hover {
  background: #000000;
}

.content-page-course .related_courses .related_item .box:hover .title-course {
  color: #FFF;
}

.content-page-course .related_courses .related_item .box:hover .short_description {
  color: #FFF;
}

.content-page-course .related_courses .related_item .box:hover .star-rating .star .fill-star {
  fill: #FFF;
}

.content-page-course .related_courses .related_item .box:hover .star-rating .star .stroke-star {
  fill: #FFF;
}

.content-page-course .related_courses .related_item .box:hover .star-rating .star.star-1.average-1 .fill-star {
  fill: #F8F508;
}

.content-page-course .related_courses .related_item .box:hover .star-rating .star.star-1.average-1 .stroke-star {
  fill: #F8F508;
}

.content-page-course .related_courses .related_item .box:hover .star-rating .star.star-1.average-2 .fill-star {
  fill: #F8F508;
}

.content-page-course .related_courses .related_item .box:hover .star-rating .star.star-1.average-2 .stroke-star {
  fill: #F8F508;
}

.content-page-course .related_courses .related_item .box:hover .star-rating .star.star-1.average-3 .fill-star {
  fill: #F8F508;
}

.content-page-course .related_courses .related_item .box:hover .star-rating .star.star-1.average-3 .stroke-star {
  fill: #F8F508;
}

.content-page-course .related_courses .related_item .box:hover .star-rating .star.star-1.average-4 .fill-star {
  fill: #F8F508;
}

.content-page-course .related_courses .related_item .box:hover .star-rating .star.star-1.average-4 .stroke-star {
  fill: #F8F508;
}

.content-page-course .related_courses .related_item .box:hover .star-rating .star.star-1.average-5 .fill-star {
  fill: #F8F508;
}

.content-page-course .related_courses .related_item .box:hover .star-rating .star.star-1.average-5 .stroke-star {
  fill: #F8F508;
}

.content-page-course .related_courses .related_item .box:hover .star-rating .star.star-2.average-2 .fill-star {
  fill: #F8F508;
}

.content-page-course .related_courses .related_item .box:hover .star-rating .star.star-2.average-2 .stroke-star {
  fill: #F8F508;
}

.content-page-course .related_courses .related_item .box:hover .star-rating .star.star-2.average-3 .fill-star {
  fill: #F8F508;
}

.content-page-course .related_courses .related_item .box:hover .star-rating .star.star-2.average-3 .stroke-star {
  fill: #F8F508;
}

.content-page-course .related_courses .related_item .box:hover .star-rating .star.star-2.average-4 .fill-star {
  fill: #F8F508;
}

.content-page-course .related_courses .related_item .box:hover .star-rating .star.star-2.average-4 .stroke-star {
  fill: #F8F508;
}

.content-page-course .related_courses .related_item .box:hover .star-rating .star.star-2.average-5 .fill-star {
  fill: #F8F508;
}

.content-page-course .related_courses .related_item .box:hover .star-rating .star.star-2.average-5 .stroke-star {
  fill: #F8F508;
}

.content-page-course .related_courses .related_item .box:hover .star-rating .star.star-3.average-3 .fill-star {
  fill: #F8F508;
}

.content-page-course .related_courses .related_item .box:hover .star-rating .star.star-3.average-3 .stroke-star {
  fill: #F8F508;
}

.content-page-course .related_courses .related_item .box:hover .star-rating .star.star-3.average-4 .fill-star {
  fill: #F8F508;
}

.content-page-course .related_courses .related_item .box:hover .star-rating .star.star-3.average-4 .stroke-star {
  fill: #F8F508;
}

.content-page-course .related_courses .related_item .box:hover .star-rating .star.star-3.average-5 .fill-star {
  fill: #F8F508;
}

.content-page-course .related_courses .related_item .box:hover .star-rating .star.star-3.average-5 .stroke-star {
  fill: #F8F508;
}

.content-page-course .related_courses .related_item .box:hover .star-rating .star.star-4.average-4 .fill-star {
  fill: #F8F508;
}

.content-page-course .related_courses .related_item .box:hover .star-rating .star.star-4.average-4 .stroke-star {
  fill: #F8F508;
}

.content-page-course .related_courses .related_item .box:hover .star-rating .star.star-4.average-5 .fill-star {
  fill: #F8F508;
}

.content-page-course .related_courses .related_item .box:hover .star-rating .star.star-4.average-5 .stroke-star {
  fill: #F8F508;
}

.content-page-course .related_courses .related_item .box:hover .star-rating .star.star-5.average-5 .fill-star {
  fill: #F8F508;
}

.content-page-course .related_courses .related_item .box:hover .star-rating .star.star-5.average-5 .stroke-star {
  fill: #F8F508;
}

.content-page-course .related_courses .related_item .box .title-course {
  font-family: "Poppins";
  font-weight: 600;
  color: #000000;
  font-size: 0.875rem;
  margin-bottom: 25px;
}

.content-page-course .related_courses .related_item .box .short_description {
  color: #666666;
  font-size: 0.875rem;
  margin-bottom: 8px;
  line-height: 1.1875rem;
  height: 59px;
  overflow: hidden;
}

.content-page-course .related_courses .related_item .box .star-rating {
  display: inline-flex;
  align-items: center;
}

.content-page-course .related_courses .related_item .box .star-rating .star {
  padding-right: 1px;
  width: 16px;
}

.content-page-course .related_courses .related_item .box .star-rating .star.star-1.average-1 .fill-star {
  fill: #000000;
}

.content-page-course .related_courses .related_item .box .star-rating .star.star-1.average-1 .stroke-star {
  fill: #000000;
}

.content-page-course .related_courses .related_item .box .star-rating .star.star-1.average-2 .fill-star {
  fill: #000000;
}

.content-page-course .related_courses .related_item .box .star-rating .star.star-1.average-2 .stroke-star {
  fill: #000000;
}

.content-page-course .related_courses .related_item .box .star-rating .star.star-1.average-3 .fill-star {
  fill: #000000;
}

.content-page-course .related_courses .related_item .box .star-rating .star.star-1.average-3 .stroke-star {
  fill: #000000;
}

.content-page-course .related_courses .related_item .box .star-rating .star.star-1.average-4 .fill-star {
  fill: #000000;
}

.content-page-course .related_courses .related_item .box .star-rating .star.star-1.average-4 .stroke-star {
  fill: #000000;
}

.content-page-course .related_courses .related_item .box .star-rating .star.star-1.average-5 .fill-star {
  fill: #000000;
}

.content-page-course .related_courses .related_item .box .star-rating .star.star-1.average-5 .stroke-star {
  fill: #000000;
}

.content-page-course .related_courses .related_item .box .star-rating .star.star-2.average-2 .fill-star {
  fill: #000000;
}

.content-page-course .related_courses .related_item .box .star-rating .star.star-2.average-2 .stroke-star {
  fill: #000000;
}

.content-page-course .related_courses .related_item .box .star-rating .star.star-2.average-3 .fill-star {
  fill: #000000;
}

.content-page-course .related_courses .related_item .box .star-rating .star.star-2.average-3 .stroke-star {
  fill: #000000;
}

.content-page-course .related_courses .related_item .box .star-rating .star.star-2.average-4 .fill-star {
  fill: #000000;
}

.content-page-course .related_courses .related_item .box .star-rating .star.star-2.average-4 .stroke-star {
  fill: #000000;
}

.content-page-course .related_courses .related_item .box .star-rating .star.star-2.average-5 .fill-star {
  fill: #000000;
}

.content-page-course .related_courses .related_item .box .star-rating .star.star-2.average-5 .stroke-star {
  fill: #000000;
}

.content-page-course .related_courses .related_item .box .star-rating .star.star-3.average-3 .fill-star {
  fill: #000000;
}

.content-page-course .related_courses .related_item .box .star-rating .star.star-3.average-3 .stroke-star {
  fill: #000000;
}

.content-page-course .related_courses .related_item .box .star-rating .star.star-3.average-4 .fill-star {
  fill: #000000;
}

.content-page-course .related_courses .related_item .box .star-rating .star.star-3.average-4 .stroke-star {
  fill: #000000;
}

.content-page-course .related_courses .related_item .box .star-rating .star.star-3.average-5 .fill-star {
  fill: #000000;
}

.content-page-course .related_courses .related_item .box .star-rating .star.star-3.average-5 .stroke-star {
  fill: #000000;
}

.content-page-course .related_courses .related_item .box .star-rating .star.star-4.average-4 .fill-star {
  fill: #000000;
}

.content-page-course .related_courses .related_item .box .star-rating .star.star-4.average-4 .stroke-star {
  fill: #000000;
}

.content-page-course .related_courses .related_item .box .star-rating .star.star-4.average-5 .fill-star {
  fill: #000000;
}

.content-page-course .related_courses .related_item .box .star-rating .star.star-4.average-5 .stroke-star {
  fill: #000000;
}

.content-page-course .related_courses .related_item .box .star-rating .star.star-5.average-5 .fill-star {
  fill: #000000;
}

.content-page-course .related_courses .related_item .box .star-rating .star.star-5.average-5 .stroke-star {
  fill: #000000;
}

.content-page-course .questions-actions {
  display: flex;
}

@media screen and (max-width: 767px) {
  .content-page-course .questions-actions {
    flex-direction: column;
  }
}

.content-page-course .questions-actions .box-grey {
  padding: 30px 0px;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .content-page-course .questions-actions .box-grey {
    margin-bottom: 20px;
    width: 100%;
  }
}

.content-page-course .questions-actions .box-grey.left {
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .content-page-course .questions-actions .box-grey.left {
    margin-right: 0px;
  }
}

.content-page-course .questions-actions .box-grey.right {
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .content-page-course .questions-actions .box-grey.right {
    margin-left: 0px;
  }
}

.content-page-course .questions-actions .box-grey p {
  font-size: 0.8125rem;
  max-width: 205px;
  color: #666666;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .content-page-course .questions-actions .box-grey p {
    max-width: 305px;
  }
}

.content-page-course .questions-actions .box-grey button {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 205px;
  width: 100%;
}

.content-page-course .questions-actions .box-grey button .icon-lock {
  margin-right: 10px;
}

.content-page-course .questions-actions .box-grey button .icon-lock .color-icon {
  fill: #FFF;
}

.content-page-course .questions-actions .box-grey button:hover .icon-lock .color-icon {
  fill: #000;
}

.content-page-course .popup_questions {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}

.content-page-course .popup_questions .box_white {
  max-width: 700px;
  background: #FFF;
  padding: 50px;
  width: 100%;
  margin: 15px;
}

@media screen and (max-width: 767px) {
  .content-page-course .popup_questions .box_white {
    padding: 30px 20px;
  }
}

.content-page-course .popup_questions .box_white h3 {
  font-size: 1.3125rem;
  font-weight: bold;
  color: #000000;
  margin-bottom: 10px;
}

.content-page-course .popup_questions .box_white p {
  color: #000000;
  font-size: 0.9375rem;
  margin-bottom: 30px;
}

.content-page-course .popup_questions .box_white p a {
  color: #000000;
  text-decoration: underline;
}

.content-page-course .add-review-component,
.content-page-course .add-question-component {
  margin: 30px 0px;
  max-width: 960px;
  width: 100%;
}

.content-page-course .add-review-component h4,
.content-page-course .add-question-component h4 {
  color: #333;
  font-size: 16px;
  margin-bottom: 0;
  font-family: "Poppins";
  font-weight: 600;
}

.content-page-course .add-review-component .success-message,
.content-page-course .add-question-component .success-message {
  padding: 13px 15px;
  margin-top: 15px;
  background-color: #e4f5e8;
  border: 1px solid #a5efab;
  color: #000000;
  font-size: 0.9375rem;
}

.content-page-course .add-review-component .create-review,
.content-page-course .add-question-component .create-review {
  margin-top: 5px;
}

.content-page-course .add-review-component .create-review .star-rating,
.content-page-course .add-question-component .create-review .star-rating {
  display: inline-flex;
  align-items: center;
}

.content-page-course .add-review-component .create-review .star-rating .star,
.content-page-course .add-question-component .create-review .star-rating .star {
  padding-right: 2px;
  width: 18px;
  cursor: pointer;
}

.content-page-course .add-review-component .create-review .star-rating .star.star-1.sc-1 .fill-star,
.content-page-course .add-question-component .create-review .star-rating .star.star-1.sc-1 .fill-star {
  fill: #E7721C;
}

.content-page-course .add-review-component .create-review .star-rating .star.star-1.sc-1 .stroke-star,
.content-page-course .add-question-component .create-review .star-rating .star.star-1.sc-1 .stroke-star {
  fill: #E7721C;
}

.content-page-course .add-review-component .create-review .star-rating .star.star-1.sc-2 .fill-star,
.content-page-course .add-question-component .create-review .star-rating .star.star-1.sc-2 .fill-star {
  fill: #E7721C;
}

.content-page-course .add-review-component .create-review .star-rating .star.star-1.sc-2 .stroke-star,
.content-page-course .add-question-component .create-review .star-rating .star.star-1.sc-2 .stroke-star {
  fill: #E7721C;
}

.content-page-course .add-review-component .create-review .star-rating .star.star-1.sc-3 .fill-star,
.content-page-course .add-question-component .create-review .star-rating .star.star-1.sc-3 .fill-star {
  fill: #E7721C;
}

.content-page-course .add-review-component .create-review .star-rating .star.star-1.sc-3 .stroke-star,
.content-page-course .add-question-component .create-review .star-rating .star.star-1.sc-3 .stroke-star {
  fill: #E7721C;
}

.content-page-course .add-review-component .create-review .star-rating .star.star-1.sc-4 .fill-star,
.content-page-course .add-question-component .create-review .star-rating .star.star-1.sc-4 .fill-star {
  fill: #E7721C;
}

.content-page-course .add-review-component .create-review .star-rating .star.star-1.sc-4 .stroke-star,
.content-page-course .add-question-component .create-review .star-rating .star.star-1.sc-4 .stroke-star {
  fill: #E7721C;
}

.content-page-course .add-review-component .create-review .star-rating .star.star-1.sc-5 .fill-star,
.content-page-course .add-question-component .create-review .star-rating .star.star-1.sc-5 .fill-star {
  fill: #E7721C;
}

.content-page-course .add-review-component .create-review .star-rating .star.star-1.sc-5 .stroke-star,
.content-page-course .add-question-component .create-review .star-rating .star.star-1.sc-5 .stroke-star {
  fill: #E7721C;
}

.content-page-course .add-review-component .create-review .star-rating .star.star-1.hv-1 .fill-star,
.content-page-course .add-question-component .create-review .star-rating .star.star-1.hv-1 .fill-star {
  fill: #E7721Cba;
}

.content-page-course .add-review-component .create-review .star-rating .star.star-1.hv-1 .stroke-star,
.content-page-course .add-question-component .create-review .star-rating .star.star-1.hv-1 .stroke-star {
  fill: #E7721Cba;
}

.content-page-course .add-review-component .create-review .star-rating .star.star-1.hv-2 .fill-star,
.content-page-course .add-question-component .create-review .star-rating .star.star-1.hv-2 .fill-star {
  fill: #E7721Cba;
}

.content-page-course .add-review-component .create-review .star-rating .star.star-1.hv-2 .stroke-star,
.content-page-course .add-question-component .create-review .star-rating .star.star-1.hv-2 .stroke-star {
  fill: #E7721Cba;
}

.content-page-course .add-review-component .create-review .star-rating .star.star-1.hv-3 .fill-star,
.content-page-course .add-question-component .create-review .star-rating .star.star-1.hv-3 .fill-star {
  fill: #E7721Cba;
}

.content-page-course .add-review-component .create-review .star-rating .star.star-1.hv-3 .stroke-star,
.content-page-course .add-question-component .create-review .star-rating .star.star-1.hv-3 .stroke-star {
  fill: #E7721Cba;
}

.content-page-course .add-review-component .create-review .star-rating .star.star-1.hv-4 .fill-star,
.content-page-course .add-question-component .create-review .star-rating .star.star-1.hv-4 .fill-star {
  fill: #E7721Cba;
}

.content-page-course .add-review-component .create-review .star-rating .star.star-1.hv-4 .stroke-star,
.content-page-course .add-question-component .create-review .star-rating .star.star-1.hv-4 .stroke-star {
  fill: #E7721Cba;
}

.content-page-course .add-review-component .create-review .star-rating .star.star-1.hv-5 .fill-star,
.content-page-course .add-question-component .create-review .star-rating .star.star-1.hv-5 .fill-star {
  fill: #E7721Cba;
}

.content-page-course .add-review-component .create-review .star-rating .star.star-1.hv-5 .stroke-star,
.content-page-course .add-question-component .create-review .star-rating .star.star-1.hv-5 .stroke-star {
  fill: #E7721Cba;
}

.content-page-course .add-review-component .create-review .star-rating .star.star-2.sc-2 .fill-star,
.content-page-course .add-question-component .create-review .star-rating .star.star-2.sc-2 .fill-star {
  fill: #E7721C;
}

.content-page-course .add-review-component .create-review .star-rating .star.star-2.sc-2 .stroke-star,
.content-page-course .add-question-component .create-review .star-rating .star.star-2.sc-2 .stroke-star {
  fill: #E7721C;
}

.content-page-course .add-review-component .create-review .star-rating .star.star-2.sc-3 .fill-star,
.content-page-course .add-question-component .create-review .star-rating .star.star-2.sc-3 .fill-star {
  fill: #E7721C;
}

.content-page-course .add-review-component .create-review .star-rating .star.star-2.sc-3 .stroke-star,
.content-page-course .add-question-component .create-review .star-rating .star.star-2.sc-3 .stroke-star {
  fill: #E7721C;
}

.content-page-course .add-review-component .create-review .star-rating .star.star-2.sc-4 .fill-star,
.content-page-course .add-question-component .create-review .star-rating .star.star-2.sc-4 .fill-star {
  fill: #E7721C;
}

.content-page-course .add-review-component .create-review .star-rating .star.star-2.sc-4 .stroke-star,
.content-page-course .add-question-component .create-review .star-rating .star.star-2.sc-4 .stroke-star {
  fill: #E7721C;
}

.content-page-course .add-review-component .create-review .star-rating .star.star-2.sc-5 .fill-star,
.content-page-course .add-question-component .create-review .star-rating .star.star-2.sc-5 .fill-star {
  fill: #E7721C;
}

.content-page-course .add-review-component .create-review .star-rating .star.star-2.sc-5 .stroke-star,
.content-page-course .add-question-component .create-review .star-rating .star.star-2.sc-5 .stroke-star {
  fill: #E7721C;
}

.content-page-course .add-review-component .create-review .star-rating .star.star-2.hv-2 .fill-star,
.content-page-course .add-question-component .create-review .star-rating .star.star-2.hv-2 .fill-star {
  fill: #E7721Cba;
}

.content-page-course .add-review-component .create-review .star-rating .star.star-2.hv-2 .stroke-star,
.content-page-course .add-question-component .create-review .star-rating .star.star-2.hv-2 .stroke-star {
  fill: #E7721Cba;
}

.content-page-course .add-review-component .create-review .star-rating .star.star-2.hv-3 .fill-star,
.content-page-course .add-question-component .create-review .star-rating .star.star-2.hv-3 .fill-star {
  fill: #E7721Cba;
}

.content-page-course .add-review-component .create-review .star-rating .star.star-2.hv-3 .stroke-star,
.content-page-course .add-question-component .create-review .star-rating .star.star-2.hv-3 .stroke-star {
  fill: #E7721Cba;
}

.content-page-course .add-review-component .create-review .star-rating .star.star-2.hv-4 .fill-star,
.content-page-course .add-question-component .create-review .star-rating .star.star-2.hv-4 .fill-star {
  fill: #E7721Cba;
}

.content-page-course .add-review-component .create-review .star-rating .star.star-2.hv-4 .stroke-star,
.content-page-course .add-question-component .create-review .star-rating .star.star-2.hv-4 .stroke-star {
  fill: #E7721Cba;
}

.content-page-course .add-review-component .create-review .star-rating .star.star-2.hv-5 .fill-star,
.content-page-course .add-question-component .create-review .star-rating .star.star-2.hv-5 .fill-star {
  fill: #E7721Cba;
}

.content-page-course .add-review-component .create-review .star-rating .star.star-2.hv-5 .stroke-star,
.content-page-course .add-question-component .create-review .star-rating .star.star-2.hv-5 .stroke-star {
  fill: #E7721Cba;
}

.content-page-course .add-review-component .create-review .star-rating .star.star-3.sc-3 .fill-star,
.content-page-course .add-question-component .create-review .star-rating .star.star-3.sc-3 .fill-star {
  fill: #E7721C;
}

.content-page-course .add-review-component .create-review .star-rating .star.star-3.sc-3 .stroke-star,
.content-page-course .add-question-component .create-review .star-rating .star.star-3.sc-3 .stroke-star {
  fill: #E7721C;
}

.content-page-course .add-review-component .create-review .star-rating .star.star-3.sc-4 .fill-star,
.content-page-course .add-question-component .create-review .star-rating .star.star-3.sc-4 .fill-star {
  fill: #E7721C;
}

.content-page-course .add-review-component .create-review .star-rating .star.star-3.sc-4 .stroke-star,
.content-page-course .add-question-component .create-review .star-rating .star.star-3.sc-4 .stroke-star {
  fill: #E7721C;
}

.content-page-course .add-review-component .create-review .star-rating .star.star-3.sc-5 .fill-star,
.content-page-course .add-question-component .create-review .star-rating .star.star-3.sc-5 .fill-star {
  fill: #E7721C;
}

.content-page-course .add-review-component .create-review .star-rating .star.star-3.sc-5 .stroke-star,
.content-page-course .add-question-component .create-review .star-rating .star.star-3.sc-5 .stroke-star {
  fill: #E7721C;
}

.content-page-course .add-review-component .create-review .star-rating .star.star-3.hv-3 .fill-star,
.content-page-course .add-question-component .create-review .star-rating .star.star-3.hv-3 .fill-star {
  fill: #E7721Cba;
}

.content-page-course .add-review-component .create-review .star-rating .star.star-3.hv-3 .stroke-star,
.content-page-course .add-question-component .create-review .star-rating .star.star-3.hv-3 .stroke-star {
  fill: #E7721Cba;
}

.content-page-course .add-review-component .create-review .star-rating .star.star-3.hv-4 .fill-star,
.content-page-course .add-question-component .create-review .star-rating .star.star-3.hv-4 .fill-star {
  fill: #E7721Cba;
}

.content-page-course .add-review-component .create-review .star-rating .star.star-3.hv-4 .stroke-star,
.content-page-course .add-question-component .create-review .star-rating .star.star-3.hv-4 .stroke-star {
  fill: #E7721Cba;
}

.content-page-course .add-review-component .create-review .star-rating .star.star-3.hv-5 .fill-star,
.content-page-course .add-question-component .create-review .star-rating .star.star-3.hv-5 .fill-star {
  fill: #E7721Cba;
}

.content-page-course .add-review-component .create-review .star-rating .star.star-3.hv-5 .stroke-star,
.content-page-course .add-question-component .create-review .star-rating .star.star-3.hv-5 .stroke-star {
  fill: #E7721Cba;
}

.content-page-course .add-review-component .create-review .star-rating .star.star-4.sc-4 .fill-star,
.content-page-course .add-question-component .create-review .star-rating .star.star-4.sc-4 .fill-star {
  fill: #E7721C;
}

.content-page-course .add-review-component .create-review .star-rating .star.star-4.sc-4 .stroke-star,
.content-page-course .add-question-component .create-review .star-rating .star.star-4.sc-4 .stroke-star {
  fill: #E7721C;
}

.content-page-course .add-review-component .create-review .star-rating .star.star-4.sc-5 .fill-star,
.content-page-course .add-question-component .create-review .star-rating .star.star-4.sc-5 .fill-star {
  fill: #E7721C;
}

.content-page-course .add-review-component .create-review .star-rating .star.star-4.sc-5 .stroke-star,
.content-page-course .add-question-component .create-review .star-rating .star.star-4.sc-5 .stroke-star {
  fill: #E7721C;
}

.content-page-course .add-review-component .create-review .star-rating .star.star-4.hv-4 .fill-star,
.content-page-course .add-question-component .create-review .star-rating .star.star-4.hv-4 .fill-star {
  fill: #E7721Cba;
}

.content-page-course .add-review-component .create-review .star-rating .star.star-4.hv-4 .stroke-star,
.content-page-course .add-question-component .create-review .star-rating .star.star-4.hv-4 .stroke-star {
  fill: #E7721Cba;
}

.content-page-course .add-review-component .create-review .star-rating .star.star-4.hv-5 .fill-star,
.content-page-course .add-question-component .create-review .star-rating .star.star-4.hv-5 .fill-star {
  fill: #E7721Cba;
}

.content-page-course .add-review-component .create-review .star-rating .star.star-4.hv-5 .stroke-star,
.content-page-course .add-question-component .create-review .star-rating .star.star-4.hv-5 .stroke-star {
  fill: #E7721Cba;
}

.content-page-course .add-review-component .create-review .star-rating .star.star-5.sc-5 .fill-star,
.content-page-course .add-question-component .create-review .star-rating .star.star-5.sc-5 .fill-star {
  fill: #E7721C;
}

.content-page-course .add-review-component .create-review .star-rating .star.star-5.sc-5 .stroke-star,
.content-page-course .add-question-component .create-review .star-rating .star.star-5.sc-5 .stroke-star {
  fill: #E7721C;
}

.content-page-course .add-review-component .create-review .star-rating .star.star-5.hv-5 .fill-star,
.content-page-course .add-question-component .create-review .star-rating .star.star-5.hv-5 .fill-star {
  fill: #E7721Cba;
}

.content-page-course .add-review-component .create-review .star-rating .star.star-5.hv-5 .stroke-star,
.content-page-course .add-question-component .create-review .star-rating .star.star-5.hv-5 .stroke-star {
  fill: #E7721Cba;
}

.content-page-course .add-review-component .create-review span,
.content-page-course .add-question-component .create-review span {
  color: #999999;
  font-size: 0.875rem;
  font-family: "Poppins";
  font-weight: 600;
  display: inline-flex;
  margin-left: 7px;
  margin-top: 2px;
}

.content-page-course .add-review-component .title-question,
.content-page-course .add-question-component .title-question {
  margin-top: 15px;
}

.content-page-course .add-review-component .title-question .input-tbf-text,
.content-page-course .add-question-component .title-question .input-tbf-text {
  width: 100%;
  border: 0;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 0.875rem;
  color: #000000;
  padding: 14px 20px 14px 20px;
  background: #F7F7F7;
  border: 1px solid transparent;
}

.content-page-course .add-review-component .title-question .input-tbf-text:focus,
.content-page-course .add-question-component .title-question .input-tbf-text:focus {
  outline: none;
}

.content-page-course .add-review-component .title-question .input-tbf-text:focus,
.content-page-course .add-question-component .title-question .input-tbf-text:focus {
  border: 1px solid #E7721C;
}

.content-page-course .add-review-component .title-question .input-tbf-text::-webkit-input-placeholder,
.content-page-course .add-question-component .title-question .input-tbf-text::-webkit-input-placeholder {
  color: #626262;
}

.content-page-course .add-review-component .title-question .input-tbf-text:-moz-placeholder,
.content-page-course .add-question-component .title-question .input-tbf-text:-moz-placeholder {
  color: #626262;
}

.content-page-course .add-review-component .title-question .input-tbf-text::-moz-placeholder,
.content-page-course .add-question-component .title-question .input-tbf-text::-moz-placeholder {
  color: #626262;
}

.content-page-course .add-review-component .title-question .input-tbf-text:-ms-input-placeholder,
.content-page-course .add-question-component .title-question .input-tbf-text:-ms-input-placeholder {
  color: #626262;
}

.content-page-course .add-review-component .title-question .input-tbf-text.error,
.content-page-course .add-question-component .title-question .input-tbf-text.error {
  border: 1px solid #efa5a5;
}

.content-page-course .add-review-component .textarea-review,
.content-page-course .add-question-component .textarea-review {
  margin-top: 15px;
}

.content-page-course .add-review-component .textarea-review textarea,
.content-page-course .add-question-component .textarea-review textarea {
  width: 100%;
  border: 0;
  font-size: 0.9375rem;
  padding: 15px;
  line-height: 1.3rem;
  background-color: #fff;
  border: 1px solid #ECECEE;
  resize: none;
}

.content-page-course .add-review-component .textarea-review textarea:focus,
.content-page-course .add-question-component .textarea-review textarea:focus {
  outline: none;
  border: 1px solid #E7721C;
}

.content-page-course .add-review-component .send-review,
.content-page-course .add-question-component .send-review {
  margin-top: 15px;
}

.content-page-course .add-review-component .send-review .btn-action,
.content-page-course .add-question-component .send-review .btn-action {
  font-weight: 600;
  border-radius: 15px;
  box-shadow: 0px 3px 6px #00000030;
  padding: 10px 40px;
  height: 50px;
  border: 0;
  float: right;
}

.content-page-course .add-review-component .send-review .btn-action:hover,
.content-page-course .add-question-component .send-review .btn-action:hover {
  box-shadow: none;
  text-decoration: none;
  box-shadow: 0px 3px 6px #00000030;
}

.content-page-course .add-review-component .send-review .btn-action:focus,
.content-page-course .add-question-component .send-review .btn-action:focus {
  outline: none;
}

.content-page-course .add-review-component .send-review .btn-action.orange,
.content-page-course .add-question-component .send-review .btn-action.orange {
  background: #E7721C;
  color: #FFF;
  transition: all 0.15s ease-in-out;
}

.content-page-course .add-review-component .send-review .btn-action.orange:hover,
.content-page-course .add-question-component .send-review .btn-action.orange:hover {
  background: #d2681a;
}

.content-page-course .add-review-component .send-review .btn-action.grey,
.content-page-course .add-question-component .send-review .btn-action.grey {
  background: #b5b5b5;
  color: #FFF;
}

.content-page-course .data-course {
  padding: 200px 70px 100px;
  display: flex;
  font-family: "Poppins";
  font-weight: 500;
}

@media (max-width: 1024px) {
  .content-page-course .data-course {
    flex-direction: column;
  }
}

@media screen and (max-width: 369px) {
  .content-page-course .data-course {
    padding-top: 150px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 370px) and (max-width: 380px) {
  .content-page-course .data-course {
    padding-top: 170px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 381px) and (max-width: 764px) {
  .content-page-course .data-course {
    padding-top: 150px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 1090px) {
  .content-page-course .data-course {
    flex-direction: column;
  }
}

.content-page-course .data-course .details-course {
  flex: 1;
  width: calc(100% - 400px);
  padding-right: 30px;
}

@media (max-width: 1090px) {
  .content-page-course .data-course .details-course {
    padding-right: 0;
    width: 100%;
  }
}

.content-page-course .data-course .details-course .title-course-header {
  font-weight: 600;
  font-size: 34px;
  color: #333;
  margin-bottom: 30px;
  max-width: 960px;
}

.content-page-course .data-course .details-course .video-player .wistia_embed {
  box-shadow: 5px 5px 20px #00000030;
  border-radius: 30px;
  overflow: hidden;
}

.content-page-course .data-course .details-course .footer-video {
  max-width: 960px;
  margin-top: 50px;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #ECECEE;
}

@media (max-width: 767px) {
  .content-page-course .data-course .details-course .footer-video {
    flex-direction: column;
  }
}

.content-page-course .data-course .details-course .footer-video .author-course {
  display: flex;
  align-items: center;
  flex: 1;
}

.content-page-course .data-course .details-course .footer-video .author-course .avatar {
  border: 2px solid #E7721C;
  box-shadow: 0px 3px 10px #00000066;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  overflow: hidden;
}

.content-page-course .data-course .details-course .footer-video .author-course .avatar img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.content-page-course .data-course .details-course .footer-video .author-course .data-user {
  margin-left: 30px;
}

.content-page-course .data-course .details-course .footer-video .author-course .data-user span {
  font-size: 12px;
  color: #333333;
  opacity: 0.5;
}

.content-page-course .data-course .details-course .footer-video .author-course .data-user .name {
  font-size: 16px;
  color: #333;
}

.content-page-course .data-course .details-course .footer-video .author-course .data-user .social-tag {
  font-size: 12px;
  color: #333;
}

.content-page-course .data-course .details-course .footer-video .price-course {
  flex: 0 0 auto;
  margin-left: 30px;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .content-page-course .data-course .details-course .footer-video .price-course {
    flex-direction: column;
    align-items: center;
    margin-left: 0px;
  }
}

.content-page-course .data-course .details-course .footer-video .price-course .value {
  color: #333333;
  font-size: 16px;
  margin-top: 15px;
}

.content-page-course .data-course .details-course .footer-video .price-course .actions-course {
  margin-left: 30px;
}

@media (max-width: 767px) {
  .content-page-course .data-course .details-course .footer-video .price-course .actions-course {
    margin-left: 0px;
  }
}

.content-page-course .data-course .details-course .footer-video .price-course .actions-course .btn-action {
  font-weight: 600;
  border-radius: 15px;
  box-shadow: 0px 3px 6px #00000030;
  padding: 10px 40px;
  height: 50px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-page-course .data-course .details-course .footer-video .price-course .actions-course .btn-action:hover {
  box-shadow: none;
  text-decoration: none;
  box-shadow: 0px 3px 6px #00000030;
}

.content-page-course .data-course .details-course .footer-video .price-course .actions-course .btn-action:focus {
  outline: none;
}

.content-page-course .data-course .details-course .footer-video .price-course .actions-course .btn-action.orange {
  background: #E7721C;
  color: #FFF;
  transition: all 0.15s ease-in-out;
}

.content-page-course .data-course .details-course .footer-video .price-course .actions-course .btn-action.orange:hover {
  background: #d2681a;
}

.content-page-course .data-course .details-course .footer-video .price-course .actions-course .btn-action.grey {
  background: #b5b5b5;
  color: #FFF;
}

.content-page-course .data-course .details-course .footer-video .price-course .rating-course {
  margin-top: 10px;
}

.content-page-course .data-course .details-course .footer-video .price-course .rating-course a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-page-course .data-course .details-course .footer-video .price-course .rating-course a:hover {
  text-decoration: none;
}

.content-page-course .data-course .details-course .footer-video .price-course .rating-course .star-rating {
  display: inline-flex;
  align-items: center;
}

.content-page-course .data-course .details-course .footer-video .price-course .rating-course .star-rating .star {
  padding-right: 2px;
  width: 18px;
}

.content-page-course .data-course .details-course .footer-video .price-course .rating-course .star-rating .star .stroke-star {
  fill: #E7721C;
}

.content-page-course .data-course .details-course .footer-video .price-course .rating-course .star-rating .star.star-1.average-1 .fill-star {
  fill: #E7721C;
}

.content-page-course .data-course .details-course .footer-video .price-course .rating-course .star-rating .star.star-1.average-1 .stroke-star {
  fill: #E7721C;
}

.content-page-course .data-course .details-course .footer-video .price-course .rating-course .star-rating .star.star-1.average-2 .fill-star {
  fill: #E7721C;
}

.content-page-course .data-course .details-course .footer-video .price-course .rating-course .star-rating .star.star-1.average-2 .stroke-star {
  fill: #E7721C;
}

.content-page-course .data-course .details-course .footer-video .price-course .rating-course .star-rating .star.star-1.average-3 .fill-star {
  fill: #E7721C;
}

.content-page-course .data-course .details-course .footer-video .price-course .rating-course .star-rating .star.star-1.average-3 .stroke-star {
  fill: #E7721C;
}

.content-page-course .data-course .details-course .footer-video .price-course .rating-course .star-rating .star.star-1.average-4 .fill-star {
  fill: #E7721C;
}

.content-page-course .data-course .details-course .footer-video .price-course .rating-course .star-rating .star.star-1.average-4 .stroke-star {
  fill: #E7721C;
}

.content-page-course .data-course .details-course .footer-video .price-course .rating-course .star-rating .star.star-1.average-5 .fill-star {
  fill: #E7721C;
}

.content-page-course .data-course .details-course .footer-video .price-course .rating-course .star-rating .star.star-1.average-5 .stroke-star {
  fill: #E7721C;
}

.content-page-course .data-course .details-course .footer-video .price-course .rating-course .star-rating .star.star-2.average-2 .fill-star {
  fill: #E7721C;
}

.content-page-course .data-course .details-course .footer-video .price-course .rating-course .star-rating .star.star-2.average-2 .stroke-star {
  fill: #E7721C;
}

.content-page-course .data-course .details-course .footer-video .price-course .rating-course .star-rating .star.star-2.average-3 .fill-star {
  fill: #E7721C;
}

.content-page-course .data-course .details-course .footer-video .price-course .rating-course .star-rating .star.star-2.average-3 .stroke-star {
  fill: #E7721C;
}

.content-page-course .data-course .details-course .footer-video .price-course .rating-course .star-rating .star.star-2.average-4 .fill-star {
  fill: #E7721C;
}

.content-page-course .data-course .details-course .footer-video .price-course .rating-course .star-rating .star.star-2.average-4 .stroke-star {
  fill: #E7721C;
}

.content-page-course .data-course .details-course .footer-video .price-course .rating-course .star-rating .star.star-2.average-5 .fill-star {
  fill: #E7721C;
}

.content-page-course .data-course .details-course .footer-video .price-course .rating-course .star-rating .star.star-2.average-5 .stroke-star {
  fill: #E7721C;
}

.content-page-course .data-course .details-course .footer-video .price-course .rating-course .star-rating .star.star-3.average-3 .fill-star {
  fill: #E7721C;
}

.content-page-course .data-course .details-course .footer-video .price-course .rating-course .star-rating .star.star-3.average-3 .stroke-star {
  fill: #E7721C;
}

.content-page-course .data-course .details-course .footer-video .price-course .rating-course .star-rating .star.star-3.average-4 .fill-star {
  fill: #E7721C;
}

.content-page-course .data-course .details-course .footer-video .price-course .rating-course .star-rating .star.star-3.average-4 .stroke-star {
  fill: #E7721C;
}

.content-page-course .data-course .details-course .footer-video .price-course .rating-course .star-rating .star.star-3.average-5 .fill-star {
  fill: #E7721C;
}

.content-page-course .data-course .details-course .footer-video .price-course .rating-course .star-rating .star.star-3.average-5 .stroke-star {
  fill: #E7721C;
}

.content-page-course .data-course .details-course .footer-video .price-course .rating-course .star-rating .star.star-4.average-4 .fill-star {
  fill: #E7721C;
}

.content-page-course .data-course .details-course .footer-video .price-course .rating-course .star-rating .star.star-4.average-4 .stroke-star {
  fill: #E7721C;
}

.content-page-course .data-course .details-course .footer-video .price-course .rating-course .star-rating .star.star-4.average-5 .fill-star {
  fill: #E7721C;
}

.content-page-course .data-course .details-course .footer-video .price-course .rating-course .star-rating .star.star-4.average-5 .stroke-star {
  fill: #E7721C;
}

.content-page-course .data-course .details-course .footer-video .price-course .rating-course .star-rating .star.star-5.average-5 .fill-star {
  fill: #E7721C;
}

.content-page-course .data-course .details-course .footer-video .price-course .rating-course .star-rating .star.star-5.average-5 .stroke-star {
  fill: #E7721C;
}

.content-page-course .data-course .details-course .footer-video .price-course .rating-course .no-reviews {
  color: #333;
  font-size: 14px;
  display: inline-flex;
  margin-left: 7px;
}

.content-page-course .data-course .details-course .description-course {
  max-width: 960px;
  margin-top: 30px;
  color: #333;
  font-size: 16px;
  border-bottom: 1px solid #ECECEE;
  padding-bottom: 30px;
}

.content-page-course .data-course .details-lessons {
  min-width: 400px;
  width: 400px;
  padding-left: 30px;
}

@media (max-width: 1090px) {
  .content-page-course .data-course .details-lessons {
    padding-left: 0;
    width: 100%;
    min-width: 100%;
    margin-top: 50px;
  }
}

.content-page-course .data-course .details-lessons .title-sidebar {
  color: #333;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 33px;
}

.content-page-course .data-course .details-lessons .modules-list {
  margin-bottom: 20px;
}

.content-page-course .data-course .details-lessons .modules-list .title-module {
  height: 50px;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
  border: 2px solid #E7721C;
  background: #E7721C;
  color: #FFF;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}

.content-page-course .data-course .details-lessons .modules-list .title-module.collapsed {
  background: #FFF;
  color: #E7721C;
}

.content-page-course .data-course .details-lessons .modules-list .title-module.collapsed:hover {
  background: #E7721C;
  color: #FFF;
}

.content-page-course .data-course .details-lessons .modules-list .list-lessons {
  margin-top: 15px;
}

.content-page-course .data-course .details-lessons .modules-list .list-lessons .lesson-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.content-page-course .data-course .details-lessons .modules-list .list-lessons .lesson-item:last-child {
  margin-bottom: 0;
}

.content-page-course .data-course .details-lessons .modules-list .list-lessons .lesson-item.complete .data-lesson .title-lesson {
  color: #cccccc;
  text-decoration: line-through;
}

.content-page-course .data-course .details-lessons .modules-list .list-lessons .lesson-item.block .data-lesson .title-lesson {
  color: #000000;
  cursor: initial;
}

.content-page-course .data-course .details-lessons .modules-list .list-lessons .lesson-item .icon-type-lesson {
  flex: 0 0 auto;
  height: 80px;
  width: 80px;
  border-radius: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E7721C;
  box-shadow: 0px 3px 6px #00000029;
  margin-right: 30px;
}

.content-page-course .data-course .details-lessons .modules-list .list-lessons .lesson-item .icon-type-lesson img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}

.content-page-course .data-course .details-lessons .modules-list .list-lessons .lesson-item .data-lesson .title-lesson {
  color: #333333;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 5px;
  cursor: pointer;
}

.content-page-course .data-course .details-lessons .modules-list .list-lessons .lesson-item .data-lesson .details-lesson {
  color: #333;
  opacity: 0.5;
}

.content-page-course .data-course .details-lessons .modules-list .list-lessons .lesson-item .data-lesson .details-lesson .descr-files {
  display: flex;
}

.content-page-course .data-course .details-lessons .modules-list .list-lessons .lesson-item .data-lesson .details-lesson .descr-files .type-file {
  margin-right: 15px;
}

.reviews-actions .review-container {
  max-width: 960px;
  width: 100%;
  max-height: 400px;
  overflow-y: auto;
}

.reviews-actions .list-reviews .review-item {
  margin-top: 30px;
  margin-right: 10px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ECECEE;
}

.reviews-actions .list-reviews .review-item .review-data .review-rating {
  display: inline-flex;
  align-items: center;
}

.reviews-actions .list-reviews .review-item .review-data .review-rating .star {
  padding-right: 2px;
  width: 18px;
}

.reviews-actions .list-reviews .review-item .review-data .review-rating .star.star-1.sc-1 .fill-star {
  fill: #E7721C;
}

.reviews-actions .list-reviews .review-item .review-data .review-rating .star.star-1.sc-1 .stroke-star {
  fill: #E7721C;
}

.reviews-actions .list-reviews .review-item .review-data .review-rating .star.star-1.sc-2 .fill-star {
  fill: #E7721C;
}

.reviews-actions .list-reviews .review-item .review-data .review-rating .star.star-1.sc-2 .stroke-star {
  fill: #E7721C;
}

.reviews-actions .list-reviews .review-item .review-data .review-rating .star.star-1.sc-3 .fill-star {
  fill: #E7721C;
}

.reviews-actions .list-reviews .review-item .review-data .review-rating .star.star-1.sc-3 .stroke-star {
  fill: #E7721C;
}

.reviews-actions .list-reviews .review-item .review-data .review-rating .star.star-1.sc-4 .fill-star {
  fill: #E7721C;
}

.reviews-actions .list-reviews .review-item .review-data .review-rating .star.star-1.sc-4 .stroke-star {
  fill: #E7721C;
}

.reviews-actions .list-reviews .review-item .review-data .review-rating .star.star-1.sc-5 .fill-star {
  fill: #E7721C;
}

.reviews-actions .list-reviews .review-item .review-data .review-rating .star.star-1.sc-5 .stroke-star {
  fill: #E7721C;
}

.reviews-actions .list-reviews .review-item .review-data .review-rating .star.star-2.sc-2 .fill-star {
  fill: #E7721C;
}

.reviews-actions .list-reviews .review-item .review-data .review-rating .star.star-2.sc-2 .stroke-star {
  fill: #E7721C;
}

.reviews-actions .list-reviews .review-item .review-data .review-rating .star.star-2.sc-3 .fill-star {
  fill: #E7721C;
}

.reviews-actions .list-reviews .review-item .review-data .review-rating .star.star-2.sc-3 .stroke-star {
  fill: #E7721C;
}

.reviews-actions .list-reviews .review-item .review-data .review-rating .star.star-2.sc-4 .fill-star {
  fill: #E7721C;
}

.reviews-actions .list-reviews .review-item .review-data .review-rating .star.star-2.sc-4 .stroke-star {
  fill: #E7721C;
}

.reviews-actions .list-reviews .review-item .review-data .review-rating .star.star-2.sc-5 .fill-star {
  fill: #E7721C;
}

.reviews-actions .list-reviews .review-item .review-data .review-rating .star.star-2.sc-5 .stroke-star {
  fill: #E7721C;
}

.reviews-actions .list-reviews .review-item .review-data .review-rating .star.star-3.sc-3 .fill-star {
  fill: #E7721C;
}

.reviews-actions .list-reviews .review-item .review-data .review-rating .star.star-3.sc-3 .stroke-star {
  fill: #E7721C;
}

.reviews-actions .list-reviews .review-item .review-data .review-rating .star.star-3.sc-4 .fill-star {
  fill: #E7721C;
}

.reviews-actions .list-reviews .review-item .review-data .review-rating .star.star-3.sc-4 .stroke-star {
  fill: #E7721C;
}

.reviews-actions .list-reviews .review-item .review-data .review-rating .star.star-3.sc-5 .fill-star {
  fill: #E7721C;
}

.reviews-actions .list-reviews .review-item .review-data .review-rating .star.star-3.sc-5 .stroke-star {
  fill: #E7721C;
}

.reviews-actions .list-reviews .review-item .review-data .review-rating .star.star-4.sc-4 .fill-star {
  fill: #E7721C;
}

.reviews-actions .list-reviews .review-item .review-data .review-rating .star.star-4.sc-4 .stroke-star {
  fill: #E7721C;
}

.reviews-actions .list-reviews .review-item .review-data .review-rating .star.star-4.sc-5 .fill-star {
  fill: #E7721C;
}

.reviews-actions .list-reviews .review-item .review-data .review-rating .star.star-4.sc-5 .stroke-star {
  fill: #E7721C;
}

.reviews-actions .list-reviews .review-item .review-data .review-rating .star.star-5.sc-5 .fill-star {
  fill: #E7721C;
}

.reviews-actions .list-reviews .review-item .review-data .review-rating .star.star-5.sc-5 .stroke-star {
  fill: #E7721C;
}

.reviews-actions .list-reviews .review-item .review-data .review-author {
  color: #999999;
  font-size: 0.875rem;
  margin-left: 7px;
}

.reviews-actions .list-reviews .review-item .review-description {
  margin-top: 10px;
  color: #333;
  font-size: 0.9375rem;
}

.content-booking-page {
  margin-top: 200px;
}

@media screen and (max-width: 767px) {
  .content-booking-page {
    margin-top: 150px;
  }
}

.content-booking-page .title-course {
  color: #000000;
  font-size: 1.25rem;
  font-family: "Poppins";
  font-weight: 600;
  margin-bottom: 0;
}

.content-booking-page .rating-course {
  margin-top: 3px;
}

.content-booking-page .rating-course .star-rating {
  display: inline-flex;
  align-items: center;
}

.content-booking-page .rating-course .star-rating .star {
  padding-right: 2px;
  width: 18px;
}

.content-booking-page .rating-course .star-rating .star.star-1.average-1 .fill-star {
  fill: #000000;
}

.content-booking-page .rating-course .star-rating .star.star-1.average-1 .stroke-star {
  fill: #000000;
}

.content-booking-page .rating-course .star-rating .star.star-1.average-2 .fill-star {
  fill: #000000;
}

.content-booking-page .rating-course .star-rating .star.star-1.average-2 .stroke-star {
  fill: #000000;
}

.content-booking-page .rating-course .star-rating .star.star-1.average-3 .fill-star {
  fill: #000000;
}

.content-booking-page .rating-course .star-rating .star.star-1.average-3 .stroke-star {
  fill: #000000;
}

.content-booking-page .rating-course .star-rating .star.star-1.average-4 .fill-star {
  fill: #000000;
}

.content-booking-page .rating-course .star-rating .star.star-1.average-4 .stroke-star {
  fill: #000000;
}

.content-booking-page .rating-course .star-rating .star.star-1.average-5 .fill-star {
  fill: #000000;
}

.content-booking-page .rating-course .star-rating .star.star-1.average-5 .stroke-star {
  fill: #000000;
}

.content-booking-page .rating-course .star-rating .star.star-2.average-2 .fill-star {
  fill: #000000;
}

.content-booking-page .rating-course .star-rating .star.star-2.average-2 .stroke-star {
  fill: #000000;
}

.content-booking-page .rating-course .star-rating .star.star-2.average-3 .fill-star {
  fill: #000000;
}

.content-booking-page .rating-course .star-rating .star.star-2.average-3 .stroke-star {
  fill: #000000;
}

.content-booking-page .rating-course .star-rating .star.star-2.average-4 .fill-star {
  fill: #000000;
}

.content-booking-page .rating-course .star-rating .star.star-2.average-4 .stroke-star {
  fill: #000000;
}

.content-booking-page .rating-course .star-rating .star.star-2.average-5 .fill-star {
  fill: #000000;
}

.content-booking-page .rating-course .star-rating .star.star-2.average-5 .stroke-star {
  fill: #000000;
}

.content-booking-page .rating-course .star-rating .star.star-3.average-3 .fill-star {
  fill: #000000;
}

.content-booking-page .rating-course .star-rating .star.star-3.average-3 .stroke-star {
  fill: #000000;
}

.content-booking-page .rating-course .star-rating .star.star-3.average-4 .fill-star {
  fill: #000000;
}

.content-booking-page .rating-course .star-rating .star.star-3.average-4 .stroke-star {
  fill: #000000;
}

.content-booking-page .rating-course .star-rating .star.star-3.average-5 .fill-star {
  fill: #000000;
}

.content-booking-page .rating-course .star-rating .star.star-3.average-5 .stroke-star {
  fill: #000000;
}

.content-booking-page .rating-course .star-rating .star.star-4.average-4 .fill-star {
  fill: #000000;
}

.content-booking-page .rating-course .star-rating .star.star-4.average-4 .stroke-star {
  fill: #000000;
}

.content-booking-page .rating-course .star-rating .star.star-4.average-5 .fill-star {
  fill: #000000;
}

.content-booking-page .rating-course .star-rating .star.star-4.average-5 .stroke-star {
  fill: #000000;
}

.content-booking-page .rating-course .star-rating .star.star-5.average-5 .fill-star {
  fill: #000000;
}

.content-booking-page .rating-course .star-rating .star.star-5.average-5 .stroke-star {
  fill: #000000;
}

.content-booking-page .rating-course .no-reviews {
  color: #999999;
  font-size: 0.875rem;
  display: inline-flex;
  margin-left: 7px;
}

.content-booking-page .description-course {
  margin-top: 20px;
  color: #666666;
  font-size: 0.9375rem;
}

.content-booking-page .form-content .pr-10 {
  padding-right: 10px;
}

@media screen and (max-width: 767px) {
  .content-booking-page .form-content .pr-10 {
    padding-right: 15px;
  }
}

.content-booking-page .form-content .pl-10 {
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  .content-booking-page .form-content .pl-10 {
    padding-left: 15px;
  }
}

.content-booking-page .form-content .mt-30 {
  margin-top: 30px;
}

.content-booking-page .form-content .mt-20 {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .content-booking-page .form-content .mt-20 {
    margin-top: 0;
  }
}

.content-booking-page .form-content .input-tbf-text {
  width: 100%;
  background-color: #F7F7F7;
  border: 0;
  font-size: 0.9375rem;
  color: #000000;
  padding: 14px 20px;
  border: 1px solid transparent;
}

.content-booking-page .form-content .input-tbf-text:focus {
  outline: none;
  border: 1px solid #E7721C;
}

.content-booking-page .form-content .input-tbf-text::-webkit-input-placeholder {
  color: #000000;
}

.content-booking-page .form-content .input-tbf-text:-moz-placeholder {
  color: #000000;
}

.content-booking-page .form-content .input-tbf-text::-moz-placeholder {
  color: #000000;
}

.content-booking-page .form-content .input-tbf-text:-ms-input-placeholder {
  color: #000000;
}

.content-booking-page .form-content .input-tbf-text.error {
  border: 1px solid #efa5a5;
}

@media screen and (max-width: 767px) {
  .content-booking-page .form-content .input-tbf-text {
    margin-top: 15px;
  }
}

.content-booking-page .form-content .select-tbf {
  width: 100%;
  background-color: #F7F7F7;
  border: 0;
  font-size: 0.9375rem;
  color: #000000;
  padding: 14px 20px;
  height: 50px;
  -webkit-appearance: none;
  border-radius: 0;
  border: 1px solid transparent;
}

.content-booking-page .form-content .select-tbf:focus {
  outline: none;
  border: 1px solid #E7721C;
}

.content-booking-page .form-content .select-tbf::-webkit-input-placeholder {
  color: #000000;
}

.content-booking-page .form-content .select-tbf:-moz-placeholder {
  color: #000000;
}

.content-booking-page .form-content .select-tbf::-moz-placeholder {
  color: #000000;
}

.content-booking-page .form-content .select-tbf:-ms-input-placeholder {
  color: #000000;
}

.content-booking-page .form-content .select-tbf.error {
  border: 1px solid #efa5a5;
}

@media screen and (max-width: 767px) {
  .content-booking-page .form-content .select-tbf {
    margin-top: 15px;
  }
}

.content-booking-page .form-content .select-wrapper:after {
  content: "";
  pointer-events: none;
  background: url("/build/images/arrow-select.svg");
  width: 10px;
  height: 10px;
  position: absolute;
  top: 20px;
  right: 30px;
  background-size: cover;
}

.content-booking-page .form-content .check_type_person {
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
}

.content-booking-page .form-content .check_type_person [type=radio]:checked,
.content-booking-page .form-content .check_type_person [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.content-booking-page .form-content .check_type_person [type=radio]:checked + label,
.content-booking-page .form-content .check_type_person [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  line-height: 18px;
  margin-bottom: 0;
  display: inline-block;
}

.content-booking-page .form-content .check_type_person [type=radio]:checked + label:before,
.content-booking-page .form-content .check_type_person [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 15px;
  height: 15px;
  border: 1px solid #7E7E7E;
  border-radius: 100%;
  background: #fff;
}

.content-booking-page .form-content .check_type_person [type=radio]:checked + label:after,
.content-booking-page .form-content .check_type_person [type=radio]:not(:checked) + label:after {
  content: "";
  width: 7px;
  height: 7px;
  background: #E7721C;
  position: absolute;
  top: 5px;
  left: 4px;
  border-radius: 100%;
  transition: all 0.2s ease;
}

.content-booking-page .form-content .check_type_person [type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

.content-booking-page .form-content .check_type_person [type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.content-booking-page .form-content .check_type_pay [type=radio]:checked,
.content-booking-page .form-content .check_type_pay [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.content-booking-page .form-content .check_type_pay [type=radio]:not(:checked) + label .box_checkbox {
  border: 2px solid #F7F7F7;
}

.content-booking-page .form-content .check_type_pay [type=radio]:not(:checked) + label .box_checkbox .icon_svg path {
  fill: #999999;
}

.content-booking-page .form-content .check_type_pay [type=radio]:not(:checked) + label .box_checkbox .icon_svg.transfer-icon {
  width: 58px;
}

.content-booking-page .form-content .check_type_pay [type=radio]:checked + label .box_checkbox {
  border: 2px solid #E7721C;
}

.content-booking-page .form-content .check_type_pay [type=radio]:checked + label .box_checkbox:before {
  content: "";
  width: 21px;
  height: 21px;
  background: #E7721C;
  position: absolute;
  top: 0;
  right: 0;
}

.content-booking-page .form-content .check_type_pay [type=radio]:checked + label .box_checkbox:after {
  content: "";
  display: block;
  width: 7px;
  height: 12px;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  top: 2px;
  right: 6px;
}

.content-booking-page .form-content .check_type_pay [type=radio]:checked + label .box_checkbox .icon_svg path {
  fill: #E7721C;
}

.content-booking-page .form-content .check_type_pay .label_pay {
  width: 100%;
  margin-bottom: 0;
  height: 100%;
  cursor: pointer;
}

.content-booking-page .form-content .check_type_pay .label_pay .box_checkbox {
  padding: 20px 30px;
  width: 100%;
  height: 100%;
  background: #F7F7F7;
  position: relative;
}

.content-booking-page .form-content .check_type_pay .label_pay .box_checkbox.error {
  border: 2px solid #efa5a5 !important;
}

.content-booking-page .form-content .check_type_pay .label_pay .box_checkbox .icon_svg {
  margin-right: 30px;
}

.content-booking-page .form-content .check_type_pay .label_pay .box_checkbox .icon_svg.transfer-icon {
  width: 58px;
}

.content-booking-page .form-content .check_type_pay .label_pay .box_checkbox .description h4 {
  margin: 0;
  font-size: 0.9375rem;
  color: #000000;
}

.content-booking-page .form-content .check_type_pay .label_pay .box_checkbox .description p {
  margin: 0;
  font-size: 0.875rem;
  color: #666666;
}

@media screen and (max-width: 767px) {
  .content-booking-page .form-content .check_type_pay {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .content-booking-page .form-content .check_type_pay:first-child {
    margin-top: 0;
  }
}

.content-booking-page .summary_book .content-course {
  width: 50%;
}

.content-booking-page .summary_book .content-course .item-include {
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 0.9375rem;
}

.content-booking-page .summary_book .content-course .item-include .checkmark {
  margin-right: 10px;
  height: 15px;
  margin-left: 4px;
}

.content-booking-page .summary_book .content-course .item-include .checkmark:after {
  content: "";
  display: block;
  width: 6px;
  height: 11px;
  border: solid #000000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .content-booking-page .summary_book .content-course {
    width: 100%;
  }
}

.content-booking-page .summary_book .price-book {
  width: 50%;
  text-align: right;
}

.content-booking-page .summary_book .price-book .name {
  color: #666666;
  font-size: 0.9375rem;
  margin-bottom: 0;
}

.content-booking-page .summary_book .price-book .initial_price {
  color: #666666;
  font-size: 0.9375rem;
  margin-bottom: 15px;
}

.content-booking-page .summary_book .price-book .total_price {
  color: #000000;
  font-size: 1.25rem;
  margin-bottom: 0;
}

.content-booking-page .summary_book .price-book .total_price strong {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .content-booking-page .summary_book .price-book {
    width: 100%;
    margin-top: 15px;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .content-booking-page .summary_book .content-summary {
    flex-direction: column;
  }
}

.content-booking-page .send_book {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .content-booking-page .send_book {
    text-align: left;
  }
}

.content-booking-page .send_book .error-message-bottom {
  font-size: 0.9375rem;
  color: #f94646;
  margin-bottom: 5px;
}

.content-booking-page .send_book .tbf_big_btn {
  background: #E7721C;
  color: #FFF;
  text-transform: uppercase;
  border: 0;
  font-family: "Poppins";
  font-weight: 700;
  font-size: 0.8125rem;
  padding: 10px 15px;
  transition: all 0.2s ease;
}

.content-booking-page .send_book .tbf_big_btn:focus {
  outline: none;
}

.content-booking-page .send_book .tbf_big_btn:hover {
  color: rgba(255, 255, 255, 0.85);
}

@media screen and (max-width: 767px) {
  .content-booking-page .send_book .tbf_big_btn {
    width: 100%;
  }
}

.content-booking-page .popup_terms_conditions {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}

.content-booking-page .popup_terms_conditions .box_white {
  max-width: 700px;
  background: #FFF;
  padding: 50px;
}

.content-booking-page .popup_terms_conditions .box_white h3 {
  font-size: 1.3125rem;
  font-weight: bold;
  color: #000000;
  margin-bottom: 10px;
}

.content-booking-page .popup_terms_conditions .box_white p {
  color: #000000;
  font-size: 0.9375rem;
  margin-bottom: 30px;
}

.content-booking-page .popup_terms_conditions .box_white p a {
  color: #000000;
  text-decoration: underline;
}

.content-booking-page .popup_terms_conditions .box_white .tbf_big_btn {
  background: #E7721C;
  color: #FFF;
  text-transform: uppercase;
  border: 0;
  font-family: "Poppins";
  font-weight: 700;
  font-size: 0.8125rem;
  padding: 10px 15px;
  transition: all 0.2s ease;
}

.content-booking-page .popup_terms_conditions .box_white .tbf_big_btn:focus {
  outline: none;
}

.content-booking-page .popup_terms_conditions .box_white .tbf_big_btn:hover {
  color: rgba(255, 255, 255, 0.85);
}

@media screen and (max-width: 767px) {
  .content-booking-page .popup_terms_conditions .box_white .tbf_big_btn {
    width: 100%;
  }
}

.full-screen-video {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 30px;
  z-index: 99;
  font-family: "Poppins";
}

@media (min-width: 768px) and (max-width: 1024px) {
  .full-screen-video {
    top: 0px;
  }
}

.full-screen-video .close-video {
  position: absolute;
  top: 15px;
  right: 15px;
}

.full-screen-video .close-video a {
  color: #000000;
  cursor: pointer;
}

.full-screen-video .close-video a:hover {
  text-decoration: none;
  color: #000000;
}

.full-screen-video .content-video {
  max-width: 900px;
  width: 100%;
}

.full-screen-video .content-video .unauthorized-access {
  color: #000000;
  font-size: 1rem;
  text-align: center;
  border: 1px solid #000000;
  padding: 50px 15px;
}

.full-screen-video .content-video .next-video {
  align-self: flex-end;
}

@media screen and (max-width: 767px) {
  .full-screen-video .content-video .next-video.desktop {
    display: none;
  }
}

.full-screen-video .content-video .next-video.mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .full-screen-video .content-video .next-video.mobile {
    display: block;
    margin-top: 15px;
    text-align: right;
  }
}

.full-screen-video .content-video .next-video a {
  color: #000000;
  font-size: 0.9375rem;
  cursor: pointer;
}

.full-screen-video .content-video .next-video a:hover {
  color: rgba(0, 0, 0, 0.85);
  text-decoration: none;
}

.full-screen-video .content-video .next-video a img {
  width: 6px;
  margin-left: 2px;
}

.full-screen-video .content-video .header-video {
  margin-bottom: 30px;
  align-items: flex-end;
}

@media screen and (max-width: 767px) {
  .full-screen-video .content-video .header-video {
    flex-direction: column;
    align-items: flex-start;
  }
}

.full-screen-video .content-video .header-video .title-video {
  font-weight: 600;
}

.full-screen-video .content-video .header-video .title-section {
  display: flex;
  align-items: center;
}

.full-screen-video .content-video .header-video .title-section .icon-back {
  margin-right: 30px;
  font-weight: 600;
  border-radius: 5px;
  box-shadow: 0px 3px 6px #00000030;
  height: 30px;
  width: 30px;
  border: 0;
  background: #E7721C;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.full-screen-video .content-video .header-video .title-section .icon-back:hover {
  background: #d2681a;
  box-shadow: none;
  text-decoration: none;
  box-shadow: 0px 3px 6px #00000030;
}

.full-screen-video .content-video .header-video .title-section .icon-back:focus {
  outline: none;
}

.full-screen-video .content-video .header-video .title-section .icon-back img {
  width: 13px;
  height: auto;
}

.full-screen-video .content-video .header-video .title-section h1 {
  font-size: 1.25rem;
  color: #000000;
  margin-bottom: 5px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .full-screen-video .content-video .header-video .title-section h1 {
    width: 100%;
  }
}

.full-screen-video .content-video .header-video .title-section h1 span {
  font-size: 0.9375rem;
  color: #000000;
  font-weight: normal;
  display: block;
  opacity: 0.7;
  margin-bottom: 5px;
}

.full-screen-video .content-video .header-video .title-section h2 {
  color: #666666;
  font-size: 0.875rem;
  cursor: pointer;
  margin-bottom: 0;
}

.full-screen-video .content-video .header-video .title-section h2:hover {
  color: #000000;
}

.full-screen-video .content-video .header-video .price-video {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .full-screen-video .content-video .header-video .price-video {
    width: 100%;
    margin-top: 10px;
  }
}

.full-screen-video .content-video .header-video .price-video span {
  color: #000000;
  font-size: 1.0625rem;
}

.full-screen-video .content-video .header-video .price-video a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  border-radius: 15px;
  box-shadow: 0px 3px 6px #00000030;
  padding: 10px 40px;
  height: 50px;
  border: 0;
  margin-left: 20px;
}

.full-screen-video .content-video .header-video .price-video a:hover {
  box-shadow: none;
  text-decoration: none;
  box-shadow: 0px 3px 6px #00000030;
}

.full-screen-video .content-video .header-video .price-video a:focus {
  outline: none;
}

.full-screen-video .content-video .header-video .price-video a.orange {
  background: #E7721C;
  color: #FFF;
  transition: all 0.15s ease-in-out;
}

.full-screen-video .content-video .header-video .price-video a.orange:hover {
  background: #d2681a;
}

.full-screen-video .content-video .header-video .price-video a.grey {
  background: #b5b5b5;
  color: #FFF;
}

@media screen and (max-width: 767px) {
  .full-screen-video .content-video .header-video .price-video a {
    margin-left: auto;
    display: inline-block;
  }
}

.full-screen-video .content-video .description-lesson {
  margin-bottom: 40px;
  color: #333;
  font-size: 16px;
}

.full-screen-video .content-video .video-player .wistia_embed {
  box-shadow: 5px 5px 20px #00000030;
  border-radius: 30px;
  overflow: hidden;
}

.full-screen-video .next_lessons_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 22px;
}

@media screen and (max-width: 767px) {
  .full-screen-video .next_lessons_list {
    flex-direction: column;
  }
}

.full-screen-video .next_lessons_list .next_lesson_item {
  width: 33.33%;
  display: inline-flex;
  margin-bottom: 12px;
  height: 166px;
}

@media screen and (max-width: 767px) {
  .full-screen-video .next_lessons_list .next_lesson_item {
    width: 100%;
  }
}

.full-screen-video .next_lessons_list .next_lesson_item:nth-of-type(3n+1) {
  padding-right: 8px;
  padding-left: 0px;
}

@media screen and (max-width: 767px) {
  .full-screen-video .next_lessons_list .next_lesson_item:nth-of-type(3n+1) {
    padding-right: 0px;
    padding-left: 0px;
  }
}

.full-screen-video .next_lessons_list .next_lesson_item:nth-of-type(3n+2) {
  padding-right: 4px;
  padding-left: 4px;
}

@media screen and (max-width: 767px) {
  .full-screen-video .next_lessons_list .next_lesson_item:nth-of-type(3n+2) {
    padding-right: 0px;
    padding-left: 0px;
  }
}

.full-screen-video .next_lessons_list .next_lesson_item:nth-of-type(3n+3) {
  padding-right: 0px;
  padding-left: 8px;
}

@media screen and (max-width: 767px) {
  .full-screen-video .next_lessons_list .next_lesson_item:nth-of-type(3n+3) {
    padding-right: 0px;
    padding-left: 0px;
  }
}

.full-screen-video .next_lessons_list .next_lesson_item .box {
  padding: 20px;
  border: 3px solid #E7721C;
  flex-direction: column;
  display: flex;
  transition: all 0.2s ease;
  cursor: pointer;
  width: 100%;
  border-radius: 21px;
}

.full-screen-video .next_lessons_list .next_lesson_item .box:hover {
  background: #E7721C;
}

.full-screen-video .next_lessons_list .next_lesson_item .box:hover .title-course {
  color: #FFF;
}

.full-screen-video .next_lessons_list .next_lesson_item .box:hover .short_description {
  color: #FFF;
  margin-bottom: 0;
}

.full-screen-video .next_lessons_list .next_lesson_item .box:hover .star-rating .star .fill-star {
  fill: #FFF;
}

.full-screen-video .next_lessons_list .next_lesson_item .box:hover .star-rating .star .stroke-star {
  fill: #FFF;
}

.full-screen-video .next_lessons_list .next_lesson_item .box:hover .star-rating .star.star-1.average-1 .fill-star {
  fill: #E7721C;
}

.full-screen-video .next_lessons_list .next_lesson_item .box:hover .star-rating .star.star-1.average-1 .stroke-star {
  fill: #E7721C;
}

.full-screen-video .next_lessons_list .next_lesson_item .box:hover .star-rating .star.star-1.average-2 .fill-star {
  fill: #E7721C;
}

.full-screen-video .next_lessons_list .next_lesson_item .box:hover .star-rating .star.star-1.average-2 .stroke-star {
  fill: #E7721C;
}

.full-screen-video .next_lessons_list .next_lesson_item .box:hover .star-rating .star.star-1.average-3 .fill-star {
  fill: #E7721C;
}

.full-screen-video .next_lessons_list .next_lesson_item .box:hover .star-rating .star.star-1.average-3 .stroke-star {
  fill: #E7721C;
}

.full-screen-video .next_lessons_list .next_lesson_item .box:hover .star-rating .star.star-1.average-4 .fill-star {
  fill: #E7721C;
}

.full-screen-video .next_lessons_list .next_lesson_item .box:hover .star-rating .star.star-1.average-4 .stroke-star {
  fill: #E7721C;
}

.full-screen-video .next_lessons_list .next_lesson_item .box:hover .star-rating .star.star-1.average-5 .fill-star {
  fill: #E7721C;
}

.full-screen-video .next_lessons_list .next_lesson_item .box:hover .star-rating .star.star-1.average-5 .stroke-star {
  fill: #E7721C;
}

.full-screen-video .next_lessons_list .next_lesson_item .box:hover .star-rating .star.star-2.average-2 .fill-star {
  fill: #E7721C;
}

.full-screen-video .next_lessons_list .next_lesson_item .box:hover .star-rating .star.star-2.average-2 .stroke-star {
  fill: #E7721C;
}

.full-screen-video .next_lessons_list .next_lesson_item .box:hover .star-rating .star.star-2.average-3 .fill-star {
  fill: #E7721C;
}

.full-screen-video .next_lessons_list .next_lesson_item .box:hover .star-rating .star.star-2.average-3 .stroke-star {
  fill: #E7721C;
}

.full-screen-video .next_lessons_list .next_lesson_item .box:hover .star-rating .star.star-2.average-4 .fill-star {
  fill: #E7721C;
}

.full-screen-video .next_lessons_list .next_lesson_item .box:hover .star-rating .star.star-2.average-4 .stroke-star {
  fill: #E7721C;
}

.full-screen-video .next_lessons_list .next_lesson_item .box:hover .star-rating .star.star-2.average-5 .fill-star {
  fill: #E7721C;
}

.full-screen-video .next_lessons_list .next_lesson_item .box:hover .star-rating .star.star-2.average-5 .stroke-star {
  fill: #E7721C;
}

.full-screen-video .next_lessons_list .next_lesson_item .box:hover .star-rating .star.star-3.average-3 .fill-star {
  fill: #E7721C;
}

.full-screen-video .next_lessons_list .next_lesson_item .box:hover .star-rating .star.star-3.average-3 .stroke-star {
  fill: #E7721C;
}

.full-screen-video .next_lessons_list .next_lesson_item .box:hover .star-rating .star.star-3.average-4 .fill-star {
  fill: #E7721C;
}

.full-screen-video .next_lessons_list .next_lesson_item .box:hover .star-rating .star.star-3.average-4 .stroke-star {
  fill: #E7721C;
}

.full-screen-video .next_lessons_list .next_lesson_item .box:hover .star-rating .star.star-3.average-5 .fill-star {
  fill: #E7721C;
}

.full-screen-video .next_lessons_list .next_lesson_item .box:hover .star-rating .star.star-3.average-5 .stroke-star {
  fill: #E7721C;
}

.full-screen-video .next_lessons_list .next_lesson_item .box:hover .star-rating .star.star-4.average-4 .fill-star {
  fill: #E7721C;
}

.full-screen-video .next_lessons_list .next_lesson_item .box:hover .star-rating .star.star-4.average-4 .stroke-star {
  fill: #E7721C;
}

.full-screen-video .next_lessons_list .next_lesson_item .box:hover .star-rating .star.star-4.average-5 .fill-star {
  fill: #E7721C;
}

.full-screen-video .next_lessons_list .next_lesson_item .box:hover .star-rating .star.star-4.average-5 .stroke-star {
  fill: #E7721C;
}

.full-screen-video .next_lessons_list .next_lesson_item .box:hover .star-rating .star.star-5.average-5 .fill-star {
  fill: #E7721C;
}

.full-screen-video .next_lessons_list .next_lesson_item .box:hover .star-rating .star.star-5.average-5 .stroke-star {
  fill: #E7721C;
}

.full-screen-video .next_lessons_list .next_lesson_item .box .title-course {
  font-family: "Poppins";
  font-weight: 600;
  color: #000000;
  font-size: 0.875rem;
  margin-bottom: 25px;
}

.full-screen-video .next_lessons_list .next_lesson_item .box .short_description {
  color: #666666;
  font-size: 0.875rem;
  margin-bottom: 8px;
  line-height: 1.1875rem;
  height: 59px;
  overflow: hidden;
}

.full-screen-video .next_lessons_list .next_lesson_item .box .star-rating {
  display: inline-flex;
  align-items: center;
}

.full-screen-video .next_lessons_list .next_lesson_item .box .star-rating .star {
  padding-right: 1px;
  width: 16px;
}

.full-screen-video .next_lessons_list .next_lesson_item .box .star-rating .star.star-1.average-1 .fill-star {
  fill: #E7721C;
}

.full-screen-video .next_lessons_list .next_lesson_item .box .star-rating .star.star-1.average-1 .stroke-star {
  fill: #E7721C;
}

.full-screen-video .next_lessons_list .next_lesson_item .box .star-rating .star.star-1.average-2 .fill-star {
  fill: #E7721C;
}

.full-screen-video .next_lessons_list .next_lesson_item .box .star-rating .star.star-1.average-2 .stroke-star {
  fill: #E7721C;
}

.full-screen-video .next_lessons_list .next_lesson_item .box .star-rating .star.star-1.average-3 .fill-star {
  fill: #E7721C;
}

.full-screen-video .next_lessons_list .next_lesson_item .box .star-rating .star.star-1.average-3 .stroke-star {
  fill: #E7721C;
}

.full-screen-video .next_lessons_list .next_lesson_item .box .star-rating .star.star-1.average-4 .fill-star {
  fill: #E7721C;
}

.full-screen-video .next_lessons_list .next_lesson_item .box .star-rating .star.star-1.average-4 .stroke-star {
  fill: #E7721C;
}

.full-screen-video .next_lessons_list .next_lesson_item .box .star-rating .star.star-1.average-5 .fill-star {
  fill: #E7721C;
}

.full-screen-video .next_lessons_list .next_lesson_item .box .star-rating .star.star-1.average-5 .stroke-star {
  fill: #E7721C;
}

.full-screen-video .next_lessons_list .next_lesson_item .box .star-rating .star.star-2.average-2 .fill-star {
  fill: #E7721C;
}

.full-screen-video .next_lessons_list .next_lesson_item .box .star-rating .star.star-2.average-2 .stroke-star {
  fill: #E7721C;
}

.full-screen-video .next_lessons_list .next_lesson_item .box .star-rating .star.star-2.average-3 .fill-star {
  fill: #E7721C;
}

.full-screen-video .next_lessons_list .next_lesson_item .box .star-rating .star.star-2.average-3 .stroke-star {
  fill: #E7721C;
}

.full-screen-video .next_lessons_list .next_lesson_item .box .star-rating .star.star-2.average-4 .fill-star {
  fill: #E7721C;
}

.full-screen-video .next_lessons_list .next_lesson_item .box .star-rating .star.star-2.average-4 .stroke-star {
  fill: #E7721C;
}

.full-screen-video .next_lessons_list .next_lesson_item .box .star-rating .star.star-2.average-5 .fill-star {
  fill: #E7721C;
}

.full-screen-video .next_lessons_list .next_lesson_item .box .star-rating .star.star-2.average-5 .stroke-star {
  fill: #E7721C;
}

.full-screen-video .next_lessons_list .next_lesson_item .box .star-rating .star.star-3.average-3 .fill-star {
  fill: #E7721C;
}

.full-screen-video .next_lessons_list .next_lesson_item .box .star-rating .star.star-3.average-3 .stroke-star {
  fill: #E7721C;
}

.full-screen-video .next_lessons_list .next_lesson_item .box .star-rating .star.star-3.average-4 .fill-star {
  fill: #E7721C;
}

.full-screen-video .next_lessons_list .next_lesson_item .box .star-rating .star.star-3.average-4 .stroke-star {
  fill: #E7721C;
}

.full-screen-video .next_lessons_list .next_lesson_item .box .star-rating .star.star-3.average-5 .fill-star {
  fill: #E7721C;
}

.full-screen-video .next_lessons_list .next_lesson_item .box .star-rating .star.star-3.average-5 .stroke-star {
  fill: #E7721C;
}

.full-screen-video .next_lessons_list .next_lesson_item .box .star-rating .star.star-4.average-4 .fill-star {
  fill: #E7721C;
}

.full-screen-video .next_lessons_list .next_lesson_item .box .star-rating .star.star-4.average-4 .stroke-star {
  fill: #E7721C;
}

.full-screen-video .next_lessons_list .next_lesson_item .box .star-rating .star.star-4.average-5 .fill-star {
  fill: #E7721C;
}

.full-screen-video .next_lessons_list .next_lesson_item .box .star-rating .star.star-4.average-5 .stroke-star {
  fill: #E7721C;
}

.full-screen-video .next_lessons_list .next_lesson_item .box .star-rating .star.star-5.average-5 .fill-star {
  fill: #E7721C;
}

.full-screen-video .next_lessons_list .next_lesson_item .box .star-rating .star.star-5.average-5 .stroke-star {
  fill: #E7721C;
}

.page-content-custom {
  margin-top: 180px;
  padding: 0 70px;
}

@media screen and (max-width: 767px) {
  .page-content-custom {
    margin-top: 150px;
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .page-content-custom .header-gdpr {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .page-content-custom .header-gdpr .title-header {
    width: calc(100% - 25px);
  }
}

@media screen and (max-width: 767px) {
  .page-content-custom .header-gdpr .download-file {
    margin-left: initial !important;
    margin-top: 5px;
  }
}

.page-content-custom .title-header {
  font-size: 1.3125rem;
  color: #000000;
  font-family: "Poppins";
  font-weight: 600;
  margin-bottom: 0;
}

.page-content-custom .subtitle {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 1rem;
  color: #999999;
}

.page-content-custom .download-file a {
  color: #000000;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 0.9375rem;
}

.page-content-custom .data-contact-company .name-company {
  width: 50%;
}

.page-content-custom .data-contact-company .name-company p {
  margin-bottom: 3px;
}

.page-content-custom .data-contact-company .name-company .name {
  font-family: "Poppins";
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 1.0625rem;
}

@media screen and (max-width: 767px) {
  .page-content-custom .data-contact-company .name-company {
    width: 100%;
  }
}

.page-content-custom .data-contact-company .address-company {
  width: 50%;
}

.page-content-custom .data-contact-company .address-company p {
  margin-bottom: 3px;
}

.page-content-custom .data-contact-company .address-company p a {
  color: #000000;
}

@media screen and (max-width: 767px) {
  .page-content-custom .data-contact-company .address-company {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .page-content-custom .data-contact-company {
    flex-direction: column;
  }
}

.page-content-custom .title-section h2 {
  color: #000000;
  margin-bottom: 0;
  font-family: "Poppins";
  font-weight: 600;
}

.page-content-custom .title-section .edit-btn {
  background: #ECECEE;
  border: 0;
  padding: 3px 10px;
  display: block;
  font-size: 14px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #000000;
  font-size: 0.8125rem;
}

.page-content-custom .title-section .edit-btn:focus {
  outline: none;
}

.page-content-custom .title-section .save-btn {
  background: #000000;
  border: 0;
  padding: 3px 10px;
  display: block;
  font-size: 14px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #FFF;
  font-size: 0.8125rem;
}

.page-content-custom .title-section .save-btn:focus {
  outline: none;
}

.page-content-custom .content-text {
  margin-top: 30px;
}

.page-content-custom .content-text p {
  font-size: 0.9375rem;
  color: #000000;
  margin-bottom: 15px;
}

.page-content-custom .content-text li {
  font-size: 0.9375rem;
  color: #000000;
}

.page-content-custom .content-text .step-title {
  font-family: "Poppins";
  font-weight: 700;
}

.page-content-custom .content-text .list-gdpr {
  margin-left: 15px;
}

.page-content-custom .content-text .list-gdpr .checkmark {
  margin-right: 15px;
  height: 15px;
  margin-top: 4px;
}

.page-content-custom .content-text .list-gdpr .checkmark:after {
  content: "";
  display: block;
  width: 6px;
  height: 11px;
  border: solid #000000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.page-content-custom .content-text .info-content {
  margin-top: 13px;
}

.page-content-custom .content-text .info-content.mt-26px {
  margin-top: 26px;
}

@media screen and (max-width: 767px) {
  .page-content-custom .content-text .info-content .direction-box {
    flex-direction: column;
  }
}

.page-content-custom .content-text .info-content .info-text {
  font-size: 0.9375rem;
  color: #000000;
}

.page-content-custom .content-text .info-content .change-password-main p {
  padding-left: 5px;
  color: #000000;
}

.page-content-custom .content-text .info-content .info-box {
  display: flex;
  align-items: center;
  border: 1px solid transparent;
  background-color: #F7F7F7;
  margin-bottom: 20px;
}

.page-content-custom .content-text .info-content .info-box:focus-within {
  border: 1px solid #E7721C;
}

@media screen and (max-width: 767px) {
  .page-content-custom .content-text .info-content .info-box {
    width: 100% !important;
  }
}

.page-content-custom .content-text .info-content .info-box.box-left {
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .page-content-custom .content-text .info-content .info-box.box-left {
    margin-right: 0;
  }
}

.page-content-custom .content-text .info-content .info-box.box-right {
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .page-content-custom .content-text .info-content .info-box.box-right {
    margin-left: 0;
  }
}

.page-content-custom .content-text .info-content .info-box label {
  color: #626262;
  font-size: 0.875rem;
  font-family: "Poppins";
  font-weight: 400;
  margin-bottom: 0;
  padding-left: 20px;
  padding-top: 14px;
  padding-bottom: 14px;
  white-space: nowrap;
}

.page-content-custom .content-text .info-content .info-box .input-tbf-text {
  width: 100%;
  border: 0;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 0.875rem;
  color: #000000;
  padding: 14px 20px 14px 5px;
  background: transparent;
}

.page-content-custom .content-text .info-content .info-box .input-tbf-text:focus {
  outline: none;
}

.page-content-custom .content-text .info-content .info-box .input-tbf-text:focus .page-content-custom .content-text .info-content .info-box .input-tbf-text {
  border: 1px solid #E7721C;
}

.page-content-custom .content-text .info-content .info-box .input-tbf-text::-webkit-input-placeholder {
  color: #000000;
}

.page-content-custom .content-text .info-content .info-box .input-tbf-text:-moz-placeholder {
  color: #000000;
}

.page-content-custom .content-text .info-content .info-box .input-tbf-text::-moz-placeholder {
  color: #000000;
}

.page-content-custom .content-text .info-content .info-box .input-tbf-text:-ms-input-placeholder {
  color: #000000;
}

.page-content-custom .content-text .info-content .info-box .input-tbf-text.error {
  border: 1px solid #efa5a5;
}

.page-content-custom .content-text .info-content .info-box p {
  color: #000000;
  font-size: 0.875rem;
  margin-bottom: 0;
}

.page-content-custom .content-text .info-content .info-box .link-text {
  color: #000000;
  font-size: 0.875rem;
  cursor: pointer;
  padding-right: 10px;
  transition: all 0.2s ease;
}

.page-content-custom .content-text .info-content .info-box .link-text.cancel-text {
  color: #000000;
}

.page-content-custom .content-text .info-content .info-box .link-text:hover {
  text-decoration: underline;
  color: #000000;
}

.page-content-custom .content-text .info-content .course-item {
  padding: 10px 0;
}

@media screen and (max-width: 767px) {
  .page-content-custom .content-text .info-content .course-item {
    flex-direction: column;
    align-items: start !important;
  }
}

.page-content-custom .content-text .info-content .course-item p {
  margin-bottom: 0;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .page-content-custom .content-text .info-content .course-item p {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  .page-content-custom .content-text .info-content .course-item .column-right {
    margin-left: 0px !important;
    width: 100%;
  }
}

.page-content-custom .content-text .info-content .course-item .column-right span {
  font-size: 0.875rem;
  color: #999999;
  line-height: 1;
}

.page-content-custom .content-text .info-content .course-item .column-right .status-payment {
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  .page-content-custom .content-text .info-content .course-item .column-right .status-payment {
    margin-right: 0px;
  }
}

.page-content-custom .content-text .info-content .course-item .column-right .percentage {
  width: 90px;
  height: 7px;
  background: #f6f6f6;
  overflow: hidden;
}

.page-content-custom .content-text .info-content .course-item .column-right .percentage .percentage-complete {
  height: 7px;
  background: #000000;
}

@media screen and (max-width: 767px) {
  .page-content-custom .content-text .info-content .course-item .column-right .percentage {
    margin-left: auto;
  }
}

.page-content-custom .content-text .info-content .course-item .column-right .percentage-value {
  width: 40px;
  text-align: right;
}

.page-content-custom .form-content {
  display: flex;
  flex-direction: column;
}

.page-content-custom .form-content .pr-10 {
  padding-right: 10px;
}

@media screen and (max-width: 767px) {
  .page-content-custom .form-content .pr-10 {
    padding-right: 15px;
  }
}

.page-content-custom .form-content .pl-10 {
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  .page-content-custom .form-content .pl-10 {
    padding-left: 15px;
    margin-top: 20px;
  }
}

.page-content-custom .form-content .mt-30 {
  margin-top: 30px;
}

.page-content-custom .form-content .mt-20 {
  margin-top: 20px;
}

.page-content-custom .form-content .input-tbf-text {
  width: 100%;
  background-color: #F7F7F7;
  border: 0;
  font-size: 0.9375rem;
  color: #000000;
  padding: 14px 20px;
  border: 1px solid transparent;
}

.page-content-custom .form-content .input-tbf-text:focus {
  outline: none;
  border: 1px solid #E7721C;
}

.page-content-custom .form-content .input-tbf-text::-webkit-input-placeholder {
  color: #000000;
}

.page-content-custom .form-content .input-tbf-text:-moz-placeholder {
  color: #000000;
}

.page-content-custom .form-content .input-tbf-text::-moz-placeholder {
  color: #000000;
}

.page-content-custom .form-content .input-tbf-text:-ms-input-placeholder {
  color: #000000;
}

.page-content-custom .form-content .input-tbf-text.error {
  border: 1px solid #efa5a5;
}

.page-content-custom .form-content .send_book {
  text-align: right;
}

.page-content-custom .form-content .send_book .tbf_big_btn {
  background: #E7721C;
  color: #FFF;
  text-transform: uppercase;
  border: 0;
  font-family: "Poppins";
  font-weight: 700;
  font-size: 0.8125rem;
  padding: 10px 15px;
  transition: all 0.2s ease;
}

@media screen and (max-width: 767px) {
  .page-content-custom .form-content .send_book .tbf_big_btn {
    width: 100%;
  }
}

.page-content-custom .form-content .send_book .tbf_big_btn:focus {
  outline: none;
}

.page-content-custom .form-content .send_book .tbf_big_btn:hover {
  color: rgba(255, 255, 255, 0.85);
}

.page-404 {
  height: calc(100vh - 200px);
  display: flex;
  width: 100%;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  .page-404 {
    height: calc(100vh - 150px);
  }
}

.page-404 .big-error {
  font-size: 16rem;
  font-family: "Poppins";
  font-weight: 700;
  color: #7f7f7f61;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .page-404 .big-error {
    font-size: 8rem;
  }
}

.page-404 p {
  color: #7f7f7f;
  font-size: 1.2rem;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .page-404 p {
    font-size: 0.9375rem;
    text-align: center;
  }
}

.page-404 .tbf-btn {
  background-color: #E7721C;
  border: 0;
  color: #FFF;
  text-transform: uppercase;
  font-size: 1rem;
  text-align: center;
  padding: 7px 15px;
  margin-top: 15px;
  font-family: "Poppins";
  font-weight: 700;
  transition: all 0.2s ease;
}

.page-404 .tbf-btn:hover {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
}

.checkbox_tbf {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-left: auto;
}

.checkbox_tbf.mt-10 {
  margin-top: 10px;
}

.checkbox_tbf label {
  margin: 0;
  font-size: 0.875rem;
  color: #000000;
  font-family: "Poppins";
  font-weight: 400;
  padding-left: 30px;
}

.checkbox_tbf label a {
  font-family: "Poppins";
  font-weight: 400;
  color: #000000;
}

.checkbox_tbf label strong {
  font-family: "Poppins";
  font-weight: 600;
  font-weight: initial;
}

.checkbox_tbf [type=checkbox]:checked,
.checkbox_tbf [type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.checkbox_tbf [type=checkbox]:not(:checked) + label:before {
  content: "";
  width: 18px;
  height: 18px;
  background: #FFF;
  border: 1px solid #E7721C;
  position: absolute;
  top: 2px;
  left: 0;
}

.checkbox_tbf [type=checkbox]:checked + label:before {
  content: "";
  width: 18px;
  height: 18px;
  background: #E7721C;
  border: 1px solid #E7721C;
  position: absolute;
  top: 2px;
  left: 0;
}

.checkbox_tbf [type=checkbox]:checked + label:after {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  top: 4px;
  left: 6px;
}

#course-overview {
  background-color: #fff;
  padding: 100px 70px 0px 110px;
  display: flex;
  align-items: center;
  font-family: "Poppins";
  font-weight: 500;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #course-overview {
    padding: 150px 70px 100px 70px;
  }
}

@media screen and (max-width: 369px) {
  #course-overview {
    padding-top: 150px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 100px;
  }
}

@media (min-width: 370px) and (max-width: 380px) {
  #course-overview {
    padding-top: 170px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 100px;
  }
}

@media (min-width: 381px) and (max-width: 764px) {
  #course-overview {
    padding-top: 150px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 100px;
  }
}

#course-overview .details-header {
  flex: 0 0 auto;
  max-width: 100%;
  width: 60%;
  padding-right: 250px;
  padding-left: 90px;
}

@media (max-width: 768px) {
  #course-overview .details-header {
    width: 100%;
    padding: 0;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  #course-overview .details-header {
    width: 100%;
    padding-left: 0;
    padding-right: 160px;
  }
}

@media (min-width: 1025px) and (max-width: 1440px) {
  #course-overview .details-header {
    padding-right: 90px;
    padding-left: 10px;
  }
}

#course-overview .details-header .title-header {
  font-weight: 600;
  font-size: 75px;
  color: #333;
  margin-bottom: 40px;
  max-width: 960px;
  display: flex;
  align-items: center;
  flex-direction: column;
  line-height: 1.3;
}

@media (min-width: 1025px) and (max-width: 1439px) {
  #course-overview .details-header .title-header {
    font-size: 60px;
  }
}

@media (max-width: 1023px) {
  #course-overview .details-header .title-header {
    font-size: 55px;
  }
}

@media (min-width: 200px) and (max-width: 767px) {
  #course-overview .details-header .title-header {
    font-size: 35px;
  }
}

#course-overview .details-header .title-header .title-underline {
  width: 350px;
  height: 16px;
  background: #E7721C;
  margin-left: 295px;
  margin-top: -10px;
}

@media (min-width: 1281px) and (max-width: 1439px) {
  #course-overview .details-header .title-header .title-underline {
    margin-left: 0px;
  }
}

@media (min-width: 1024px) and (max-width: 1280px) {
  #course-overview .details-header .title-header .title-underline {
    margin-left: 24px;
    width: 270px;
  }
}

@media (max-width: 1023px) {
  #course-overview .details-header .title-header .title-underline {
    width: 260px;
    margin-left: -90px;
  }
}

@media (min-width: 200px) and (max-width: 767px) {
  #course-overview .details-header .title-header .title-underline {
    display: none;
  }
}

#course-overview .details-header .btn-action {
  font-weight: 600;
  border-radius: 15px;
  box-shadow: 0px 3px 6px #00000030;
  padding: 10px 40px;
  height: 50px;
  border: 0;
  transition: all 0.15s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 180px;
}

#course-overview .details-header .btn-action:hover {
  box-shadow: none;
  text-decoration: none;
  box-shadow: 0px 3px 6px #00000030;
  transform: scale(1.1);
}

#course-overview .details-header .btn-action:focus {
  outline: none;
}

#course-overview .details-header .btn-action.orange {
  background: #E7721C;
  color: #FFF;
}

#course-overview .details-header .btn-action.orange:hover {
  background: #d2681a;
}

#course-overview .image-header {
  flex: 0 0 auto;
  max-width: 100%;
  width: 40%;
  padding-left: 30px;
}

@media (max-width: 1024px) {
  #course-overview .image-header {
    display: none;
  }
}

#course-overview .image-header img {
  height: 100%;
  width: 100%;
}

.banner-main {
  background: #E7721C;
  padding: 30px;
}

.banner-main .banner-content {
  padding: 40px;
}

@media (max-width: 992px) and (min-width: 768px) {
  .banner-main .banner-content {
    padding: 30px 0px 30px 0px;
  }
}

@media (max-width: 767px) and (min-width: 576px) {
  .banner-main .banner-content {
    padding: 30px 0px 30px 0px;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}

@media (max-width: 576px) and (min-width: 300px) {
  .banner-main .banner-content {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}

.banner-main .banner-content-last {
  padding: 40px;
}

@media (max-width: 992px) and (min-width: 576px) {
  .banner-main .banner-content-last {
    padding: 30px 0px 30px 0px;
  }
}

.banner-main .content {
  display: inline-flex;
  align-items: center;
}

.banner-main .content .course-icon,
.banner-main .content .clock-icon,
.banner-main .content .video-course {
  fill: #fff;
}

.banner-main .content .course-icon path,
.banner-main .content .clock-icon path,
.banner-main .content .video-course path {
  fill: #fff;
}

@media (max-width: 1024px) {
  .banner-main .content .course-icon,
  .banner-main .content .clock-icon,
  .banner-main .content .video-course {
    width: 40px;
    height: 40px;
  }
}

.banner-main .content .banner-info {
  color: #fff;
  margin-left: 20px;
  line-height: 2rem;
}

.banner-main .content .banner-info .main-info {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 35px;
  text-align: left;
}

@media (max-width: 1200px) and (min-width: 992px) {
  .banner-main .content .banner-info .main-info {
    font-size: 26px;
  }
}

@media (max-width: 992px) and (min-width: 576px) {
  .banner-main .content .banner-info .main-info {
    font-size: 22px;
  }
}

@media (max-width: 576px) and (min-width: 300px) {
  .banner-main .content .banner-info .main-info {
    font-size: 27px;
    text-align: center !important;
  }
}

.banner-main .content .banner-info .sec-info {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 20px;
  text-align: left;
  text-indent: 3px;
}

@media (max-width: 1200px) and (min-width: 576px) {
  .banner-main .content .banner-info .sec-info {
    font-size: 16px;
  }
}

@media (max-width: 576px) and (min-width: 300px) {
  .banner-main .content .banner-info .sec-info {
    font-size: 16px;
    text-align: center !important;
  }
}

@media (max-width: 576px) and (min-width: 300px) {
  .banner-main .content .banner-info {
    margin-left: 0;
    margin-top: 15px;
  }
}

@media (max-width: 576px) and (min-width: 300px) {
  .banner-main .content {
    display: block;
    width: 100%;
  }
}

@media (max-width: 1200px) and (min-width: 992px) {
  .banner-main {
    padding: 30px;
  }
}

@media (max-width: 992px) and (min-width: 576px) {
  .banner-main {
    padding: 20px;
  }
}

@media (max-width: 576px) and (min-width: 300px) {
  .banner-main {
    padding: 0px 40px 0px 40px;
  }
}

.feedback-main {
  padding: 20px;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .feedback-main {
    padding: 20px 70px;
  }
}

@media (max-width: 768px) {
  .feedback-main {
    padding: 20px 25px;
  }
}

.feedback-main .feedback-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 0px;
  padding: 0px 400px;
}

@media (min-width: 1024px) and (max-width: 1440px) {
  .feedback-main .feedback-title {
    padding: 0px 70px;
  }
}

@media (max-width: 1024px) {
  .feedback-main .feedback-title {
    text-align: center;
    padding: 0px;
    margin: 30px 0px;
  }
}

.feedback-main .feedback-title h1 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 40px;
  color: #303D3D;
  text-align: center;
}

@media (max-width: 992px) and (min-width: 576px) {
  .feedback-main .feedback-title h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) and (min-width: 300px) {
  .feedback-main .feedback-title h1 {
    font-size: 25px;
    margin-bottom: 20px;
  }
}

.feedback-main .feedback-subtitle {
  padding: 0px 150px;
  display: flex;
  margin: 50px 0px;
}

@media (min-width: 1024px) and (max-width: 1440px) {
  .feedback-main .feedback-subtitle {
    padding: 0px 70px;
  }
}

@media (max-width: 1024px) {
  .feedback-main .feedback-subtitle {
    padding: 0px 20px;
  }
}

.feedback-main .feedback-subtitle .text {
  font-family: "Poppins";
  font-size: 16px;
  color: #303D3D;
  margin-right: 15px;
  line-height: 1.8;
  padding-right: 60px;
}

.feedback-main .feedback-subtitle .text:last-child {
  margin-right: 0px;
}

@media (max-width: 992px) and (min-width: 576px) {
  .feedback-main .feedback-subtitle .text {
    margin-top: 20px;
    font-size: 14px;
  }
}

@media (max-width: 576px) and (min-width: 300px) {
  .feedback-main .feedback-subtitle .text {
    margin-top: 20px;
    font-size: 14px;
    padding: 0;
  }
}

.feedback-carousel {
  margin-top: 70px;
}

.feedback-carousel .list-author-carousel .carousel {
  padding: 0px 150px;
}

@media (min-width: 1024px) and (max-width: 1440px) {
  .feedback-carousel .list-author-carousel .carousel {
    padding: 0px 70px;
  }
}

@media (min-width: 200px) and (max-width: 767px) {
  .feedback-carousel .list-author-carousel .carousel {
    padding: 0px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .feedback-carousel .list-author-carousel .carousel {
    padding: 0px 30px;
  }
}

.feedback-carousel .list-author-carousel .feedback-item {
  margin: 20px;
  padding: 20px 60px;
  border-radius: 30px;
  transition: all 0.15s ease-in-out;
}

.feedback-carousel .list-author-carousel .feedback-item:hover,
.feedback-carousel .list-author-carousel .feedback-item:focus {
  box-shadow: 0px 3px 10px #00000030;
}

@media (min-width: 200px) and (max-width: 767px) {
  .feedback-carousel .list-author-carousel .feedback-item {
    padding: 10px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .feedback-carousel .list-author-carousel .feedback-item {
    padding: 20px;
  }
}

.feedback-carousel .list-author-carousel .info-feedback {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.feedback-carousel .list-author-carousel .info-feedback .author-logo {
  border: 2px solid #E7721C;
  box-shadow: 0px 3px 10px #00000030;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  overflow: hidden;
}

.feedback-carousel .list-author-carousel .info-feedback .author-logo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.feedback-carousel .list-author-carousel .info-feedback .feedback-details {
  margin-top: 30px;
}

.feedback-carousel .list-author-carousel .info-feedback .feedback-details .title {
  font-family: "Poppins";
  font-weight: 500;
  color: #303D3D;
  font-size: 24px;
  text-align: center;
}

.feedback-carousel .list-author-carousel .info-feedback .feedback-details .title .at {
  font-family: "Poppins";
  font-weight: 500;
  color: #303D3D;
  font-size: 16px;
  text-align: center;
}

.feedback-carousel .list-author-carousel .info-feedback .feedback-details .subtitle {
  font-family: "Poppins";
  font-weight: 500;
  color: #303D3D;
  font-size: 16px;
  text-align: center;
  margin-top: 40px;
}

.feedback-card {
  background: #EDEDED;
  height: auto;
  opacity: 0.7;
  color: #666666;
}

.feedback-card:hover {
  background: #E7721C;
  opacity: 1;
  color: #fff;
  box-shadow: 0px 0px 10px 3px rgba(157, 157, 157, 0.79);
  transition: all 0.15s ease-in-out;
}

.feedback-card .feedback-header {
  border: 0px;
  background-color: inherit;
}

.feedback-card .feedback-header .profile {
  width: 80px;
  height: 80px;
  box-shadow: none;
  border-radius: 100%;
  background-size: cover;
}

@media (max-width: 576px) and (min-width: 300px) {
  .feedback-card .feedback-header .profile {
    width: 50px;
    height: 50px;
  }
}

.feedback-card .feedback-header .feedback-name {
  font-family: "Poppins";
  font-weight: 700;
  font-size: 18px;
  margin-top: 15px;
}

@media (max-width: 576px) and (min-width: 300px) {
  .feedback-card .feedback-header .feedback-name {
    text-align: center;
  }
}

.feedback-card .feedback-body {
  height: 125px;
  overflow-y: scroll;
  margin-right: 2px;
}

.feedback-card .feedback-body::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(242, 242, 242, 0);
}

.feedback-card .feedback-body::-webkit-scrollbar {
  width: 6px;
  background-color: rgba(242, 242, 242, 0);
  margin-right: 2px;
  border-radius: 10px;
}

.feedback-card .feedback-body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(242, 242, 242, 0);
}

.feedback-card .feedback-body div {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 16px;
  font-style: italic;
}

@media (max-width: 576px) and (min-width: 300px) {
  .feedback-card .feedback-body div {
    font-size: 14px;
    text-align: center;
  }
}

@media (max-width: 576px) and (min-width: 300px) {
  .feedback-card .feedback-body {
    padding: 5px 10px 5px 10px;
  }
}

@media (max-width: 576px) and (min-width: 300px) {
  .feedback-card {
    box-shadow: 0px 1px 10px 0px #5b5b5ba3;
    height: 220px;
  }
}

#course-overview1 {
  padding: 100px 0px 0px 110px;
  display: flex;
}

#course-overview1 .details-header1 {
  margin-top: 1rem;
  width: 100%;
  padding-bottom: 3rem;
}

#course-overview1 .details-header1 .title-header1 {
  margin-top: 3rem;
  font-size: 76px;
  font-weight: 600;
  line-height: 100px;
  color: #333333;
  display: inline;
}

#course-overview1 .details-header1 .title-header1 div {
  width: 360px;
}

#course-overview1 .details-header1 .title-header1 div .title-underline1 {
  background-color: #F36A10;
  width: 360px;
  height: 19px;
  margin-top: -10px;
}

#course-overview1 .details-header1 .title-subheader {
  font-size: 38px;
  line-height: 55px;
  font-weight: 600;
  margin-top: 2rem;
  width: 80%;
  color: #333333;
}

#course-overview1 .details-header1 .title-subheader2 {
  font-size: 24px;
  line-height: 35px;
  font-weight: 600;
  margin-top: 2rem;
  width: 80%;
  color: #333333;
}

#course-overview1 .details-header1 .form-dura {
  display: flex;
  margin-top: 2rem;
  margin-bottom: 3rem;
  color: #333333;
}

#course-overview1 .details-header1 .form-dura .format1,
#course-overview1 .details-header1 .form-dura .durata1 {
  display: flex;
}

#course-overview1 .details-header1 .form-dura .format1 div,
#course-overview1 .details-header1 .form-dura .durata1 div {
  margin-left: 1.4rem;
}

#course-overview1 .details-header1 .form-dura .format1 h4,
#course-overview1 .details-header1 .form-dura .durata1 h4 {
  font-size: 24px;
  font-weight: 600;
}

#course-overview1 .details-header1 .form-dura .format1 p,
#course-overview1 .details-header1 .form-dura .durata1 p {
  font-size: 24px;
  font-weight: 500;
  margin-top: -5px;
}

#course-overview1 .details-header1 .form-dura .format1 div {
  margin-right: 6rem;
}

#course-overview1 .details-header1 .btn-action1 {
  background: #F36A10;
  box-shadow: 0px 3px 10px #00000040;
  border-radius: 10px;
  opacity: 1;
  padding: 1rem 3rem 1rem 3rem;
  color: white;
  font-size: 24px;
  font-weight: 600;
  transition: all 0.15s ease-in-out;
  text-decoration: none;
}

#course-overview1 .details-header1 .btn-action1:hover {
  text-decoration: none;
  color: white;
}

#course-overview1 .details-header1 .button-hero {
  transition: all 0.15s ease-in-out;
}

#course-overview1 .details-header1 .button-hero:hover {
  box-shadow: none;
  text-decoration: none;
  transform: scale(1.1) translateX(30px);
}

#course-overview1 .details-header1 .button-hero:focus {
  outline: none;
  text-decoration: none;
}

@media (min-width: 280px) and (max-width: 849px) {
  #course-overview1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 3rem 2.5rem 0rem 2.5rem;
  }

  #course-overview1 .details-header1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  #course-overview1 .details-header1 .title-header1 {
    font-size: 32px;
    line-height: 40px;
    margin: auto;
  }

  #course-overview1 .details-header1 .title-header1 div {
    margin: auto;
  }

  #course-overview1 .details-header1 .title-header1 div .title-underline1 {
    height: 7px;
    width: 170px;
    margin: auto;
  }

  #course-overview1 .details-header1 .title-subheader {
    font-size: 24px;
    line-height: 30px;
    width: 100%;
  }

  #course-overview1 .details-header1 .title-subheader2 {
    font-size: 16px;
    line-height: 25px;
  }

  #course-overview1 .details-header1 .form-dura {
    display: flex;
    flex-direction: column;
  }

  #course-overview1 .details-header1 .form-dura .format1 {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    justify-content: center;
    align-items: center;
  }

  #course-overview1 .details-header1 .form-dura .format1 div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem 0rem 1rem 0rem;
  }

  #course-overview1 .details-header1 .form-dura .format1 div h4 {
    margin: 0;
    font-size: 16px;
  }

  #course-overview1 .details-header1 .form-dura .format1 div p {
    margin: 0;
    font-size: 16px;
    width: 100px;
  }

  #course-overview1 .details-header1 .form-dura .durata1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  #course-overview1 .details-header1 .form-dura .durata1 div {
    margin: 1rem 0rem 1rem 0rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #course-overview1 .details-header1 .form-dura .durata1 div h4 {
    margin: 0;
    font-size: 16px;
  }

  #course-overview1 .details-header1 .form-dura .durata1 div p {
    margin: 0;
    font-size: 16px;
    width: 70px;
  }

  #course-overview1 .details-header1 .button-hero {
    width: 100%;
  }

  #course-overview1 .details-header1 .button-hero .btn-action1 {
    width: 100%;
    padding: 10px 30px 10px 30px;
    font-size: 16px;
  }

  #course-overview1 .image-header1 img {
    height: 340px;
    width: 340px;
  }
}

@media (min-width: 850px) and (max-width: 1024px) {
  #course-overview1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 8rem 2.5rem 0rem 2.5rem;
  }

  #course-overview1 .details-header1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  #course-overview1 .details-header1 .title-header1 {
    font-size: 32px;
    line-height: 40px;
    margin: auto;
  }

  #course-overview1 .details-header1 .title-header1 div {
    margin: auto;
  }

  #course-overview1 .details-header1 .title-header1 div .title-underline1 {
    height: 7px;
    width: 170px;
    margin: auto;
  }

  #course-overview1 .details-header1 .title-subheader {
    font-size: 24px;
    line-height: 30px;
    width: 80%;
  }

  #course-overview1 .details-header1 .title-subheader2 {
    font-size: 16px;
    line-height: 25px;
  }

  #course-overview1 .details-header1 .form-dura {
    display: flex;
    flex-direction: row;
  }

  #course-overview1 .details-header1 .form-dura .format1 {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    justify-content: center;
    align-items: center;
    margin: 0rem 2rem;
  }

  #course-overview1 .details-header1 .form-dura .format1 div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem 0rem 1rem 0rem;
  }

  #course-overview1 .details-header1 .form-dura .format1 div h4 {
    margin: 0;
    font-size: 16px;
  }

  #course-overview1 .details-header1 .form-dura .format1 div p {
    margin: 0;
    font-size: 16px;
    width: 100px;
  }

  #course-overview1 .details-header1 .form-dura .durata1 {
    margin: 0rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  #course-overview1 .details-header1 .form-dura .durata1 div {
    margin: 1rem 0rem 1rem 0rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #course-overview1 .details-header1 .form-dura .durata1 div h4 {
    margin: 0;
    font-size: 16px;
  }

  #course-overview1 .details-header1 .form-dura .durata1 div p {
    margin: 0;
    font-size: 16px;
    width: 70px;
  }

  #course-overview1 .details-header1 .button-hero {
    width: 100%;
  }

  #course-overview1 .details-header1 .button-hero .btn-action1 {
    width: 100%;
    padding: 15px 40px 15px 40px;
    font-size: 24px;
  }

  #course-overview1 .image-header1 img {
    height: 540px;
    width: 540px;
  }
}

@media (min-width: 1025px) and (max-width: 1400px) {
  #course-overview1 {
    padding: 100px 0px 0px 110px;
    margin-top: 3rem;
    display: flex;
  }

  #course-overview1 .details-header1 {
    flex: 1;
  }

  #course-overview1 .details-header1 .title-header1 {
    font-size: 60px;
    line-height: 65px;
  }

  #course-overview1 .details-header1 .title-header1 div .title-underline1 {
    width: 300px;
    height: 14px;
  }

  #course-overview1 .details-header1 .title-subheader {
    font-size: 32px;
    line-height: 45px;
  }

  #course-overview1 .image-header1 {
    display: flex;
    align-items: flex-end;
  }

  #course-overview1 .image-header1 img {
    width: 600px;
    height: 600px;
  }
}

@media (min-width: 280px) and (max-width: 849px) {
  .navbar-tbf {
    width: 100%;
  }
}

@media (min-width: 850px) and (max-width: 1024px) {
  .navbar-tbf {
    width: 100%;
  }
}

@media (min-width: 1025px) and (max-width: 1400px) {
  .navbar-tbf {
    width: 100%;
  }
}

.image-header1 img {
  width: 770px;
  height: 770px;
}

.image-header1 {
  display: flex;
  align-items: flex-end;
}

.banner-main1 {
  padding: 50px;
  background-color: #F36A10;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
}

.banner-main1 .banner-header1 {
  font-size: 32px;
  font-weight: 600;
}

.banner-main1 .first4 {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}

.banner-main1 .first4 div {
  width: 400px;
  align-items: center;
  justify-content: center;
}

.banner-main1 .first4 div h3 {
  font-size: 24px;
  font-weight: 500;
  padding: 2rem 1rem 1rem 1rem;
}

.banner-main1 .last5 {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

.banner-main1 .last5 div {
  width: 400px;
  align-items: center;
  justify-content: center;
}

.banner-main1 .last5 div h3 {
  font-size: 24px;
  font-weight: 500;
  padding: 2rem 1rem 1rem 1rem;
}

@media (min-width: 280px) and (max-width: 849px) {
  .banner-main1 {
    padding: 40px;
  }

  .banner-main1 .container1 {
    display: flex;
    flex-direction: column;
  }

  .banner-main1 .container1 .banner-header1 {
    margin-top: 1rem;
  }

  .banner-main1 .container1 .first4 {
    display: flex;
    flex-direction: column;
  }

  .banner-main1 .container1 .first4 div h3 {
    font-size: 16px;
  }

  .banner-main1 .container1 .last5 div h3 {
    font-size: 16px;
    padding: 2rem 5rem;
  }
}

@media (min-width: 850px) and (max-width: 1024px) {
  .banner-main1 {
    padding: 40px;
  }

  .banner-main1 .container1 {
    display: flex;
    flex-direction: column;
  }

  .banner-main1 .container1 .banner-header1 {
    margin-top: 1rem;
  }

  .banner-main1 .container1 .first4 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .banner-main1 .container1 .first4 div h3 {
    font-size: 24px;
  }

  .banner-main1 .container1 .last5 div h3 {
    font-size: 24px;
    padding: 2rem 5rem;
  }
}

@media (min-width: 1025px) and (max-width: 1400px) {
  .banner-main1 .container1 .first4 div {
    padding: 0rem 1rem;
    width: 300px;
  }

  .banner-main1 .container1 .first4 div h3 {
    font-size: 20px;
  }

  .banner-main1 .container1 .last5 div {
    padding: 0rem 1rem;
    width: 300px;
  }

  .banner-main1 .container1 .last5 div h3 {
    font-size: 20px;
  }
}

.laptop-webinar {
  text-align: center;
}

.laptop-webinar .webinar-header {
  font-size: 34px;
  font-weight: 600;
  padding: 4rem 27rem 5rem 27rem;
  color: #333333;
}

.laptop-webinar .webinar-header .underline2,
.laptop-webinar .webinar-header .underline3 {
  height: 7px;
  background-color: #F36A10;
}

.laptop-webinar .webinar-header .underline2 {
  width: 270px;
  margin-left: 47rem;
  margin-top: -8px;
}

.laptop-webinar .webinar-header .underline3 {
  width: 314px;
  margin-left: 23rem;
  margin-top: -8px;
}

.laptop-webinar .laptop-image {
  width: 1424px;
  height: 896px;
  z-index: 1;
}

.laptop-webinar .clipath {
  background-color: #333333;
  color: #333333;
  -webkit-clip-path: polygon(0 36%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 36%, 100% 0, 100% 100%, 0% 100%);
  width: 100%;
  height: 714px;
  margin-top: -40rem;
  z-index: -1;
  position: relative;
}

@media (min-width: 280px) and (max-width: 849px) {
  .laptop-webinar .webinar-header {
    padding: 2rem 3rem 2rem 3rem;
    font-size: 24px;
  }

  .laptop-webinar .webinar-header .underline2 {
    margin: auto;
    width: 200px;
  }

  .laptop-webinar .webinar-header .underline3 {
    margin: auto;
    width: 200px;
  }

  .laptop-webinar .laptop-image {
    width: 356px;
    height: 224px;
  }

  .laptop-webinar .clipath {
    margin-top: -13rem;
    height: 230px;
  }
}

@media (min-width: 850px) and (max-width: 1024px) {
  .laptop-webinar .webinar-header {
    padding: 2rem 6rem 2rem 6rem;
    font-size: 24px;
  }

  .laptop-webinar .webinar-header .underline2 {
    margin-left: 67%;
    width: 200px;
  }

  .laptop-webinar .webinar-header .underline3 {
    margin: auto;
    width: 200px;
  }

  .laptop-webinar .laptop-image {
    width: 534px;
    height: 336px;
  }

  .laptop-webinar .clipath {
    margin-top: -13rem;
    height: 230px;
  }
}

@media (min-width: 1025px) and (max-width: 1400px) {
  .laptop-webinar .webinar-header {
    padding: 4rem 14rem 2rem 14rem;
    font-size: 32px;
  }

  .laptop-webinar .webinar-header .underline2 {
    margin: -10px 277.5px 0px 277.5px;
  }

  .laptop-webinar .webinar-header .underline3 {
    margin-left: 52%;
    width: 290px;
  }

  .laptop-webinar .laptop .laptop-image {
    width: 1068px;
    height: 672px;
  }
}

.avantaje1 .header-avantaje {
  text-align: center;
  font-size: 34px;
  font-weight: 600;
  color: #333333;
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
}

.avantaje1 .header-avantaje .underline4 {
  background-color: #F36A10;
  height: 7px;
  width: 301px;
  margin-left: 40.2rem;
  margin-top: -10px;
}

.avantaje1 .ava2 {
  color: #333333;
  display: flex;
  flex-direction: row;
  padding: 4rem 19rem 4rem 19rem;
}

.avantaje1 .ava2 .text-2ava {
  display: flex;
  flex-direction: column;
  padding: 4rem 7rem 4rem 0rem;
}

.avantaje1 .ava2 .text-2ava .primul-ava {
  display: flex;
  margin-bottom: 4rem;
}

.avantaje1 .ava2 .text-2ava .primul-ava .number-ava {
  line-height: 63px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 12px #00000033;
  width: 63px;
  height: 63px;
  border-radius: 50%;
  text-align: center;
  align-items: center;
  font-size: 34px;
  font-weight: 600;
}

.avantaje1 .ava2 .text-2ava .primul-ava .text-ava {
  font-size: 24px;
  font-weight: 500;
  margin-left: 2rem;
}

.avantaje1 .ava2 .img-ava1 .image-ava1 {
  width: 581px;
  height: 396px;
}

.avantaje1 .ava4 {
  color: #333333;
  display: flex;
  flex-direction: row;
  padding: 4rem 19rem 4rem 19rem;
}

.avantaje1 .ava4 .img-ava2 .image-ava2 {
  box-shadow: 5px 5px 15px #00000040;
  border-radius: 20px;
  width: 530px;
  height: 530px;
}

.avantaje1 .ava4 .text-4ava {
  display: flex;
  flex-direction: column;
  padding: 5rem 0rem 4rem 14rem;
}

.avantaje1 .ava4 .text-4ava .doilea-ava {
  display: flex;
  margin-bottom: 4rem;
}

.avantaje1 .ava4 .text-4ava .doilea-ava .number-ava {
  line-height: 63px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 12px #00000033;
  width: 63px;
  height: 63px;
  border-radius: 50%;
  text-align: center;
  align-items: center;
  font-size: 34px;
  font-weight: 600;
}

.avantaje1 .ava4 .text-4ava .doilea-ava .text-ava {
  font-size: 24px;
  font-weight: 500;
  margin-left: 2rem;
}

.avantaje1 .ava7 {
  color: #333333;
  display: flex;
  flex-direction: row;
  padding: 4rem 0rem 4rem 19rem;
}

.avantaje1 .ava7 .text-7ava {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0rem 19rem 4rem 0rem;
}

.avantaje1 .ava7 .text-7ava .treilea-ava {
  display: flex;
  margin-bottom: 4rem;
  width: 80%;
}

.avantaje1 .ava7 .text-7ava .treilea-ava .number-ava {
  line-height: 63px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 12px #00000033;
  width: 63px;
  height: 63px;
  border-radius: 50%;
  text-align: center;
  align-items: center;
  font-size: 34px;
  font-weight: 600;
}

.avantaje1 .ava7 .text-7ava .treilea-ava .text-ava {
  font-size: 24px;
  font-weight: 500;
  margin-left: 2rem;
}

.avantaje1 .ava7 .img-ava3 {
  margin-top: -8rem;
  margin-left: -13rem;
  flex: 1;
  width: 100%;
  height: 900px;
  background-image: url("/build/images/ipad.png");
  background-size: cover;
}

@media (min-width: 280px) and (max-width: 849px) {
  .avantaje1 {
    padding: 0rem 3rem;
  }

  .avantaje1 .header-avantaje {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .avantaje1 .header-avantaje .he1 {
    font-size: 28px;
  }

  .avantaje1 .header-avantaje .he2 {
    font-size: 28px;
  }

  .avantaje1 .header-avantaje .underline4 {
    margin: auto;
    width: 260px;
  }

  .avantaje1 .ava2 {
    display: flex;
    flex-direction: column;
    padding: 4rem 0rem 3rem 0rem;
  }

  .avantaje1 .ava2 .text-2ava {
    display: flex;
    flex-direction: column;
    padding: 0;
  }

  .avantaje1 .ava2 .text-2ava .primul-ava {
    justify-content: center;
    display: flex;
    flex-direction: column;
  }

  .avantaje1 .ava2 .text-2ava .primul-ava .nummber-ava {
    display: flex;
    justify-content: center;
    margin: 2rem 0rem;
  }

  .avantaje1 .ava2 .text-2ava .primul-ava .nummber-ava .number-ava {
    margin: 0;
  }

  .avantaje1 .ava2 .text-2ava .primul-ava .text-ava {
    text-align: center;
    margin: 0;
  }

  .avantaje1 .ava2 .img-ava1 {
    margin: auto;
  }

  .avantaje1 .ava2 .img-ava1 .image-ava1 {
    width: 290px;
    height: 198px;
  }

  .avantaje1 .ava4 {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .avantaje1 .ava4 .img-ava2 {
    margin: auto;
    order: 2;
  }

  .avantaje1 .ava4 .img-ava2 .image-ava2 {
    width: 300px;
    height: 300px;
  }

  .avantaje1 .ava4 .text-4ava {
    padding: 0;
    display: flex;
    flex-direction: column;
  }

  .avantaje1 .ava4 .text-4ava .doilea-ava {
    justify-content: center;
    display: flex;
    flex-direction: column;
  }

  .avantaje1 .ava4 .text-4ava .doilea-ava .nummber-ava {
    display: flex;
    justify-content: center;
    margin: 2rem 0rem;
  }

  .avantaje1 .ava4 .text-4ava .doilea-ava .nummber-ava .number-ava {
    margin: 0;
  }

  .avantaje1 .ava4 .text-4ava .doilea-ava .text-ava {
    text-align: center;
    margin: 0;
  }

  .avantaje1 .ava7 {
    padding: 4rem 0rem;
    display: flex;
    flex-direction: column;
  }

  .avantaje1 .ava7 .text-7ava {
    display: flex;
    flex-direction: column;
    padding: 0;
  }

  .avantaje1 .ava7 .text-7ava .treilea-ava {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }

  .avantaje1 .ava7 .text-7ava .treilea-ava .nummber-ava {
    display: flex;
    justify-content: center;
    margin: 2rem 0rem;
  }

  .avantaje1 .ava7 .text-7ava .treilea-ava .nummber-ava .number-ava {
    margin: 0;
  }

  .avantaje1 .ava7 .text-7ava .treilea-ava .text-ava {
    text-align: center;
    margin: 0;
  }

  .avantaje1 .ava7 .img-ava3 {
    display: none;
  }
}

@media (min-width: 850px) and (max-width: 1024px) {
  .avantaje1 {
    padding: 0rem 3rem;
  }

  .avantaje1 .header-avantaje {
    display: flex;
    flex-direction: column;
  }

  .avantaje1 .header-avantaje .he2 .underline4 {
    margin-left: 49%;
  }

  .avantaje1 .ava2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4rem 8rem 2rem 8rem;
  }

  .avantaje1 .ava2 .text-2ava {
    padding: 0;
  }

  .avantaje1 .ava2 .text-2ava .primul-ava {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .avantaje1 .ava2 .text-2ava .primul-ava .nummber-ava {
    margin: auto;
  }

  .avantaje1 .ava2 .text-2ava .primul-ava .text-ava {
    text-align: center;
    margin: 2rem 0rem 0rem 0rem;
  }

  .avantaje1 .ava2 .img-ava1 {
    margin: auto;
  }

  .avantaje1 .ava4 {
    padding: 0rem 8rem 2rem 8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .avantaje1 .ava4 .img-ava2 {
    margin: auto;
    order: 2;
  }

  .avantaje1 .ava4 .img-ava2 .image-ava2 {
    width: 500px;
    height: 500px;
  }

  .avantaje1 .ava4 .text-4ava {
    padding: 0;
    display: flex;
    flex-direction: column;
  }

  .avantaje1 .ava4 .text-4ava .doilea-ava {
    justify-content: center;
    display: flex;
    flex-direction: column;
  }

  .avantaje1 .ava4 .text-4ava .doilea-ava .nummber-ava {
    display: flex;
    justify-content: center;
    margin: 2rem 0rem;
  }

  .avantaje1 .ava4 .text-4ava .doilea-ava .nummber-ava .number-ava {
    margin: 0;
  }

  .avantaje1 .ava4 .text-4ava .doilea-ava .text-ava {
    text-align: center;
    margin: 0;
  }

  .avantaje1 .ava7 {
    padding: 4rem 8rem 2rem 8rem;
    display: flex;
    flex-direction: column;
  }

  .avantaje1 .ava7 .text-7ava {
    display: flex;
    flex-direction: column;
    padding: 0;
  }

  .avantaje1 .ava7 .text-7ava .treilea-ava {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }

  .avantaje1 .ava7 .text-7ava .treilea-ava .nummber-ava {
    display: flex;
    justify-content: center;
    margin: 2rem 0rem;
  }

  .avantaje1 .ava7 .text-7ava .treilea-ava .nummber-ava .number-ava {
    margin: 0;
  }

  .avantaje1 .ava7 .text-7ava .treilea-ava .text-ava {
    text-align: center;
    margin: 0;
  }

  .avantaje1 .ava7 .img-ava3 {
    display: none;
  }
}

@media (min-width: 1025px) and (max-width: 1400px) {
  .avantaje1 .header-avantaje .he1 {
    font-size: 32px;
  }

  .avantaje1 .header-avantaje .he2 {
    font-size: 32px;
  }

  .avantaje1 .header-avantaje .he2 .underline4 {
    width: 300px;
    margin-left: 49%;
  }

  .avantaje1 .ava2 {
    padding: 4rem 4rem 2rem 6rem;
  }

  .avantaje1 .ava2 .text-2ava {
    padding: 4rem 7rem 2rem 0rem;
  }

  .avantaje1 .ava2 .img-ava1 {
    display: flex;
    align-items: center;
  }

  .avantaje1 .ava4 {
    padding: 0rem 6rem 2rem 4rem;
  }

  .avantaje1 .ava4 .img-ava2 {
    display: flex;
    align-items: center;
  }

  .avantaje1 .ava4 .text-4ava {
    padding: 5rem 0rem 4rem 10rem;
  }

  .avantaje1 .ava7 {
    padding: 0rem 0rem 2rem 6rem;
  }

  .avantaje1 .ava7 .img-ava3 {
    display: flex;
    align-items: center;
  }
}

.pttine {
  color: #333333;
  text-align: center;
}

.pttine .headtine {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pttine .headtine .emoji-container .emoji {
  width: 74px;
  height: 74px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 10px #00000033;
  border-radius: 50%;
  line-height: 74px;
}

.pttine .headtine .emoji-container .emoji .emoji-i {
  width: 47px;
  height: 46px;
}

.pttine .headtine .headtine-h {
  font-size: 34px;
  font-weight: 600;
  margin-left: 2rem;
}

.pttine .headtine .headtine-h .underline5 {
  background-color: #F36A10;
  height: 7px;
  width: 282px;
  margin-top: -10px;
}

.pttine .motive {
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 470px 0px 470px;
}

.pttine .motive .motiv {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 4rem;
  margin-top: 4rem;
}

.pttine .motive .space {
  height: 5px;
  width: 190px;
  background-color: #F36A10;
  margin: auto;
}

@media (min-width: 280px) and (max-width: 849px) {
  .pttine {
    margin-top: 6rem;
    padding: 0rem 3rem;
  }

  .pttine .headtine {
    display: flex;
    flex-direction: column;
  }

  .pttine .headtine .emoji-container {
    margin-bottom: 2rem;
  }

  .pttine .headtine .headtine-h {
    font-size: 28px;
    margin: 0;
  }

  .pttine .headtine .headtine-h .underline5 {
    display: none;
  }

  .pttine .motive {
    padding: 0;
    margin-top: 2rem;
  }

  .pttine .motive .motiv {
    font-size: 16px;
    margin: 2rem 0rem;
  }
}

@media (min-width: 850px) and (max-width: 1024px) {
  .pttine {
    margin-top: 6rem;
    padding: 0rem 10rem;
  }

  .pttine .headtine {
    display: flex;
    flex-direction: column;
  }

  .pttine .headtine .emoji-container {
    margin-bottom: 2rem;
  }

  .pttine .headtine .headtine-h {
    font-size: 32px;
    margin: 0;
  }

  .pttine .headtine .headtine-h .underline5 {
    display: none;
  }

  .pttine .motive {
    padding: 0;
    margin-top: 2rem;
  }

  .pttine .motive .motiv {
    font-size: 24px;
    margin: 2rem 0rem;
  }
}

@media (min-width: 1025px) and (max-width: 1400px) {
  .pttine {
    padding: 0rem 12rem;
  }

  .pttine .headtine {
    display: flex;
    flex-direction: column;
  }

  .pttine .headtine .headtine-h {
    font-size: 32px;
    padding: 0rem 5rem;
  }

  .pttine .headtine .headtine-h .underline5 {
    margin: auto;
  }

  .pttine .motive {
    padding: 0;
  }
}

.succes .head-suc {
  margin-top: 8rem;
  text-align: center;
  display: flex;
  justify-content: center;
}

.succes .head-suc .header-suc {
  color: #333333;
  font-size: 34px;
  font-weight: 600;
}

.succes .head-suc .header-suc .underline6 {
  height: 7px;
  width: 326px;
  background-color: #F36A10;
  margin: auto;
}

.succes .head-suc .emoji2-container .emoji2 {
  margin-top: -1.5rem;
  margin-left: -1rem;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 10px #00000033;
  line-height: 64px;
}

.succes .head-suc .emoji2-container .emoji2 .emoji2-i {
  width: 32px;
  height: 33px;
}

.succes .povesti {
  display: flex;
  padding: 5rem 10rem 5rem 10rem;
  justify-content: center;
}

.succes .povesti .poveste {
  padding: 1rem 4rem 0rem 4rem;
  text-align: center;
}

.succes .povesti .poveste .poveste-img1 {
  width: 543px;
  height: 365px;
  background-image: url("/build/images/poveste1.jpg");
  background-size: cover;
  box-shadow: 5px 5px 15px #00000040;
  border-radius: 20px;
}

.succes .povesti .poveste .poveste-img2 {
  width: 543px;
  height: 365px;
  background-image: url("/build/images/poveste2.jpg");
  background-size: cover;
  background-position: 50%;
  box-shadow: 5px 5px 15px #00000040;
  border-radius: 20px;
}

.succes .povesti .poveste .header-poveste {
  color: #333333;
  font-size: 34px;
  font-weight: 600;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.succes .povesti .poveste .details-poveste {
  color: #333333;
  font-size: 24px;
  font-weight: 500;
  width: 464px;
  margin: auto;
}

.succes .povesti .poveste .cta-poveste {
  margin: 3rem auto;
}

.succes .povesti .poveste .cta-poveste .cta-p {
  color: #F36A10;
  font-weight: 500;
  font-size: 24px;
}

.succes .povesti .poveste .cta-poveste .cta-p:hover {
  text-decoration: none;
  color: #c25812;
}

@media (min-width: 280px) and (max-width: 849px) {
  .succes {
    display: flex;
    flex-direction: column;
  }

  .succes .head-suc {
    margin-top: 3rem;
    margin-bottom: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .succes .head-suc .header-suc {
    order: 2;
    font-size: 28px;
  }

  .succes .head-suc .header-suc .underline6 {
    width: 280px;
  }

  .succes .head-suc .emoji2-container {
    order: 1;
    margin-bottom: 1rem;
  }

  .succes .head-suc .emoji2-container .emoji2 {
    margin: auto;
  }

  .succes .povesti {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
  }

  .succes .povesti .poveste {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .succes .povesti .poveste .poveste-img1,
  .succes .povesti .poveste .poveste-img2 {
    margin: auto;
    width: 271.5px;
    height: 182.5px;
  }

  .succes .povesti .poveste .header-poveste {
    font-size: 24px;
    margin: 2rem 0rem;
  }

  .succes .povesti .poveste .details-poveste {
    font-size: 16px;
    padding: 0rem 5rem;
    width: 100%;
  }

  .succes .povesti .poveste .cta-poveste {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .succes .povesti .poveste .cta-poveste .cta-p {
    font-size: 16px;
  }
}

@media (min-width: 850px) and (max-width: 1024px) {
  .succes {
    display: flex;
    flex-direction: column;
  }

  .succes .head-suc {
    margin-top: 3rem;
    margin-bottom: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .succes .head-suc .header-suc {
    order: 2;
    font-size: 32px;
  }

  .succes .head-suc .header-suc .underline6 {
    width: 320px;
  }

  .succes .head-suc .emoji2-container {
    order: 1;
    margin-bottom: 1rem;
  }

  .succes .head-suc .emoji2-container .emoji2 {
    margin: auto;
  }

  .succes .povesti {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
  }

  .succes .povesti .poveste {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .succes .povesti .poveste .poveste-img1,
  .succes .povesti .poveste .poveste-img2 {
    margin: auto;
    width: 543px;
    height: 365px;
  }

  .succes .povesti .poveste .header-poveste {
    font-size: 32px;
    margin: 2rem 0rem;
  }

  .succes .povesti .poveste .details-poveste {
    font-size: 24px;
    padding: 0rem 13rem;
    width: 100%;
  }

  .succes .povesti .poveste .cta-poveste {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .succes .povesti .poveste .cta-poveste .cta-p {
    font-size: 24px;
  }
}

@media (min-width: 1025px) and (max-width: 1400px) {
  .succes .head-suc .header-suc {
    font-size: 32px;
  }

  .succes .povesti .poveste .poveste-img1,
  .succes .povesti .poveste .poveste-img2 {
    margin: auto;
    width: 434.4px;
    height: 292px;
  }

  .succes .povesti .poveste .header-poveste {
    font-size: 32px;
  }

  .succes .povesti .poveste .details-poveste {
    font-size: 20px;
    padding: 0 2rem;
  }
}

.decurge {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 2rem;
}

.decurge .dec-header {
  color: #333333;
  text-align: center;
}

.decurge .dec-header h1 {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: -3px;
}

.decurge .dec-header div {
  height: 7px;
  width: 371px;
  background-color: #F36A10;
  margin: auto;
}

.decurge .dec-container {
  display: flex;
  margin-top: 8rem;
  margin-bottom: 5rem;
  padding: 0px 280px 0px 280px;
  justify-content: space-between;
}

.decurge .dec-container .primul-dec h3 {
  color: #333333;
  font-size: 34px;
  font-weight: 600;
}

.decurge .dec-container .primul-dec ul {
  color: #333333;
  margin-top: 2rem;
}

.decurge .dec-container .primul-dec ul li {
  font-size: 24px;
  margin-top: 20px;
  font-weight: 500;
}

.decurge .dec-container .doilea-dec h3 {
  font-size: 34px;
  font-weight: 600;
}

.decurge .dec-container .doilea-dec ul {
  margin-top: 2rem;
}

.decurge .dec-container .doilea-dec ul li {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 500;
}

.decurge .cta-dec {
  margin: auto;
  transition: all 0.15s ease-in-out;
}

.decurge .cta-dec button {
  background: #F36A10 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 10px #00000040;
  border-radius: 10px;
  color: white;
  font-size: 24px;
  font-weight: 600;
  border: none;
  padding: 0.8rem 2rem 0.8rem 2rem;
  transition: all 0.15s ease-in-out;
}

.decurge .cta-dec:hover {
  transform: scale(1.1);
}

@media (min-width: 280px) and (max-width: 849px) {
  .decurge {
    padding: 0rem 2rem;
  }

  .decurge .dec-header h1 {
    font-size: 28px;
  }

  .decurge .dec-header div {
    width: 300px;
  }

  .decurge .dec-container {
    margin: 5rem 0rem;
    padding: 0;
    display: flex;
    flex-direction: column;
  }

  .decurge .dec-container .primul-dec h3 {
    text-align: center;
    font-size: 24px;
  }

  .decurge .dec-container .primul-dec ul {
    text-align: center;
    list-style: none;
    padding: 0rem 2rem;
  }

  .decurge .dec-container .primul-dec ul li {
    font-size: 16px;
  }

  .decurge .dec-container .doilea-dec {
    margin-top: 3rem;
  }

  .decurge .dec-container .doilea-dec h3 {
    text-align: center;
    font-size: 24px;
  }

  .decurge .dec-container .doilea-dec ul {
    text-align: center;
    list-style: none;
    padding: 0rem 2rem;
  }

  .decurge .dec-container .doilea-dec ul li {
    font-size: 16px;
  }

  .decurge .cta-dec button {
    font-size: 16px;
  }
}

@media (min-width: 850px) and (max-width: 1024px) {
  .decurge {
    padding: 0rem 2rem;
  }

  .decurge .dec-header h1 {
    font-size: 32px;
  }

  .decurge .dec-header div {
    width: 340px;
  }

  .decurge .dec-container {
    margin: 5rem 0rem;
    padding: 0rem 12rem;
    display: flex;
    flex-direction: column;
  }

  .decurge .dec-container .primul-dec h3 {
    text-align: center;
    font-size: 32px;
  }

  .decurge .dec-container .primul-dec ul {
    text-align: center;
    list-style: none;
    padding: 0rem 2rem;
  }

  .decurge .dec-container .primul-dec ul li {
    font-size: 24px;
  }

  .decurge .dec-container .doilea-dec {
    margin-top: 3rem;
  }

  .decurge .dec-container .doilea-dec h3 {
    text-align: center;
    font-size: 32px;
  }

  .decurge .dec-container .doilea-dec ul {
    text-align: center;
    list-style: none;
    padding: 0rem 2rem;
  }

  .decurge .dec-container .doilea-dec ul li {
    font-size: 24px;
  }

  .decurge .cta-dec button {
    font-size: 24px;
  }
}

@media (min-width: 1025px) and (max-width: 1400px) {
  .decurge .dec-header h1 {
    font-size: 32px;
  }

  .decurge .dec-container {
    padding: 0rem 6rem;
  }

  .decurge .dec-container .primul-dec {
    padding: 0rem 4rem 0rem 0rem;
  }

  .decurge .dec-container .doilea-dec {
    padding: 0rem 0rem 0rem 3rem;
  }
}

.module1 {
  margin-top: 8rem;
}

.module1 .module-container {
  display: flex;
  flex-direction: column;
  padding: 43px 315px 43px 315px;
}

.module1 .module-container .modul {
  margin-bottom: 43px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 5px 5px 15px #00000040;
  border-radius: 20px;
  display: flex;
  padding: 45px 71px 45px 71px;
  align-items: center;
}

.module1 .module-container .modul .modul-title {
  flex: 1;
}

.module1 .module-container .modul .modul-title p {
  font-size: 24px;
  font-weight: 500;
  color: #F36A10;
}

.module1 .module-container .modul .modul-title h2 {
  color: #333333;
  font-weight: 600;
  font-size: 34px;
}

.module1 .module-container .modul .modul-continut {
  color: #333333;
  flex: 1;
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
}

@media (min-width: 280px) and (max-width: 849px) {
  .module1 .module-container {
    display: flex;
    flex-direction: column;
    padding: 1rem;
  }

  .module1 .module-container .modul {
    display: flex;
    flex-direction: column;
    padding: 2rem;
  }

  .module1 .module-container .modul .modul-title {
    text-align: center;
  }

  .module1 .module-container .modul .modul-title p {
    font-size: 16px;
  }

  .module1 .module-container .modul .modul-title h2 {
    font-size: 24px;
  }

  .module1 .module-container .modul .modul-continut ul {
    margin-top: 1.5rem;
    font-size: 16px;
    line-height: 30px;
  }
}

@media (min-width: 850px) and (max-width: 1024px) {
  .module1 {
    padding: 2rem;
  }

  .module1 .module-container {
    display: flex;
    flex-direction: column;
    padding: 1rem;
  }

  .module1 .module-container .modul {
    display: flex;
    flex-direction: row;
    padding: 2rem;
  }

  .module1 .module-container .modul .modul-title {
    padding-right: 2rem;
    text-align: left;
  }

  .module1 .module-container .modul .modul-title p {
    font-size: 16px;
  }

  .module1 .module-container .modul .modul-title h2 {
    font-size: 24px;
  }

  .module1 .module-container .modul .modul-continut ul {
    margin-top: 1.5rem;
    font-size: 16px;
    line-height: 30px;
  }
}

@media (min-width: 1025px) and (max-width: 1400px) {
  .module1 {
    margin-top: 5rem;
  }

  .module1 .module-container {
    padding: 1rem 3rem;
  }

  .module1 .module-container .modul .modul-title p {
    font-size: 20px;
  }

  .module1 .module-container .modul .modul-title h2 {
    font-size: 32px;
  }

  .module1 .module-container .modul .modul-continut ul li {
    font-size: 20px;
  }
}

.footer1 {
  padding: 70px 270px 70px 270px;
  display: flex;
  background-color: #333333;
}

.footer1 .footer1-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-content: space-between;
}

.footer1 .footer1-container .logo-footer {
  margin-bottom: 12rem;
}

.footer1 .footer1-container .logo-footer img {
  width: 261px;
  height: 78px;
}

.footer1 .footer1-container .logo-footer p {
  margin-top: 10px;
  font-size: 16px;
  color: #B4B4B4;
}

.footer1 .footer1-container .social-footer {
  display: flex;
}

.footer1 .footer1-container .social-footer div {
  margin-left: 30px;
}

.footer1 .footer2-container {
  padding-top: 5rem;
  flex: 1;
}

.footer1 .footer2-container ul {
  font-size: 16px;
  color: white;
  font-weight: 500;
  list-style: none;
}

.footer1 .footer2-container ul li {
  margin-top: 20px;
}

.footer1 .footer3-container {
  padding-top: 5rem;
  flex: 1;
}

.footer1 .footer3-container ul {
  font-size: 16px;
  color: white;
  font-weight: 500;
  list-style: none;
}

.footer1 .footer3-container ul li {
  margin-top: 20px;
}

.footer1 .copyright1 {
  display: flex;
  flex: 1;
  font-size: 16px;
  color: #B4B4B4;
  font-weight: 500;
  justify-content: flex-end;
  align-content: flex-end;
  align-items: flex-end;
}

@media (min-width: 280px) and (max-width: 849px) {
  .footer1 {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .footer1 .footer1-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .footer1 .footer1-container .logo-footer {
    margin: auto;
  }

  .footer1 .footer1-container .logo-footer img {
    width: 174px;
    height: 52px;
  }

  .footer1 .footer1-container .logo-footer p {
    text-align: center;
    margin-bottom: 2rem;
  }

  .footer1 .footer1-container .social-footer {
    margin: auto;
  }

  .footer1 .copyright1 {
    margin: auto;
  }
}

@media (min-width: 850px) and (max-width: 1024px) {
  .footer1 {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .footer1 .footer1-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .footer1 .footer1-container .logo-footer {
    margin: auto;
  }

  .footer1 .footer1-container .logo-footer img {
    width: 174px;
    height: 52px;
  }

  .footer1 .footer1-container .logo-footer p {
    text-align: center;
    margin-bottom: 2rem;
  }

  .footer1 .footer1-container .social-footer {
    margin: auto;
  }

  .footer1 .footer2-container,
  .footer1 .footer3-container {
    margin: auto;
  }

  .footer1 .copyright1 {
    margin-left: 70%;
    width: 200px;
  }
}

@media (min-width: 1025px) and (max-width: 1400px) {
  .footer1 {
    padding: 4rem 7rem;
  }
}

