.alert-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: auto;
  border-radius: 6px;
}
.alert-box.border-0 {
  border: 0 !important;
}
.alert-box .icon {
  font-size: 18px;
  color: #6e6e6e;
  padding-left: 10px;
}
.alert-box .alert-text {
  color: #6e6e6e;
  font-size: 12px;
  line-height: 20px;
}
.alert-box .alert-text.cart {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}

.success-alert {
  border-color: rgb(70.4242424242, 178.5757575758, 75.4545454545);
  background-color: rgb(236.0666666667, 247.5333333333, 236.6);
}
.success-alert .icon,
.success-alert .alert-text {
  color: rgb(70.4242424242, 178.5757575758, 75.4545454545);
}

.danger-alert {
  border-color: rgb(252.1715976331, 18.8284023669, 18.8284023669);
  background-color: rgb(250.6, 242.35, 242.35);
}
.danger-alert .icon,
.danger-alert .alert-text {
  color: rgb(252.1715976331, 18.8284023669, 18.8284023669);
}

.warning-alert .icon,
.warning-alert .alert-text {
  color: #ffb200;
}

.info-alert .icon,
.info-alert .alert-text {
  color: #1870ce;
}

.contact-us {
  margin-top: 0;
  margin-bottom: 9rem;
}
.contact-us iframe {
  margin: 5% 0 !important;
  border: none;
  width: 100%;
  height: 300px;
  padding: 0;
  box-shadow: 0 0 5px #e3e3e3;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.contact-us__img {
  margin: auto;
  width: 400px;
}
@media only screen and (max-width: 575.98px) {
  .contact-us__img {
    width: 100%;
  }
}
.contact-us__sub-title {
  width: 100%;
  color: #333;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.8;
  margin-top: 0;
  margin-bottom: 20px;
}
.contact-us .main-btn {
  margin-top: 15px;
  padding: 15px 20px;
  border-radius: 5px;
  transition: all 300ms linear;
}
.contact-us .main-btn__text {
  font-size: 13.5px;
}
.contact-us .alert-box {
  height: auto !important;
  gap: 10px;
}
.contact-us .alert-box.info {
  border: 0;
  background: transparent;
  padding: 0;
}
.contact-us .alert-box.info .alert-text {
  font-size: 17px;
  line-height: 30px;
  color: #474747;
  font-weight: 600;
}
@media screen and (max-width: 767.98px) {
  .contact-us .alert-box.info .alert-text {
    font-size: 15px;
  }
}
.contact-us .alert-box.info .notification-bell {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f16122;
  opacity: 0.9;
  outline: none;
  border: none;
  box-shadow: 15px 4px 18px -5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
@media screen and (max-width: 767.98px) {
  .contact-us .alert-box.info .notification-bell {
    width: 35px;
    height: 35px;
  }
}
.contact-us .alert-box.info .bell-icon {
  width: 20px;
  animation: ringBell 0.4s linear infinite;
}
@media screen and (max-width: 767.98px) {
  .contact-us .alert-box.info .bell-icon {
    width: 18px;
  }
}
.contact-us .alert-box.info .notifications-container {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact-us .alert-box.info .notification {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  place-items: center;
  border: 1px solid #acb0ad;
  border-radius: 8px;
  font-size: 10px;
  cursor: pointer;
  box-shadow: 10px 10px 9px -6px rgba(78, 80, 79, 0.71);
  opacity: 0.6;
}

.contact-info__title {
  width: 100%;
  color: #333;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 3rem;
  margin-top: 1rem;
}
.contact-info__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  flex-flow: column;
  font-size: 15px;
}
.contact-info__list-item {
  color: #6e6e6e;
  margin-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
}
.contact-info__list-item:hover .contact-info__list-icon {
  color: rgb(244.0382978723, 131.2893617021, 81.9617021277);
}
.contact-info__list-text {
  color: rgb(25.5, 25.5, 25.5);
  margin: 0;
}
.contact-info__list-text:hover {
  color: #f16122;
}
.contact-info__list-icon {
  font-size: 18px;
  color: #f16122;
  margin-left: 7px;
  transition: all 300ms linear;
}
.contact-info .contact-social {
  margin-top: 15px;
}
.contact-info .contact-social__text {
  color: #333;
  line-height: 1.9;
}

.social-media {
  display: flex;
  margin-top: 1rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
.social-media__icon {
  padding: 5px;
  font-size: 30px;
  transition: all 300ms linear;
}
.social-media__item {
  margin: 5px;
}
.social-media__item:first-child .social-media__icon {
  padding-left: 0;
}

@keyframes ringBell {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(-15deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(15deg);
  }
  100% {
    transform: rotate(0);
  }
}
.custom-select {
  position: relative;
  right: 0;
  display: block;
  height: 42px;
  top: 0;
  line-height: 42px;
  margin-bottom: 20px;
  border: 1.5px solid rgba(188, 189, 192, 0.6117647059);
  transition: all 300ms linear;
}
.custom-select:hover {
  box-shadow: 0 0 4px #cccccc;
}
.custom-select select,
.custom-select option {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected.select-arrow-active {
  background-color: transparent !important;
  color: #999 !important;
}

.select-selected {
  color: #999 !important;
  background-color: transparent !important;
  top: 3px;
  width: 100%;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  margin-top: 3px;
  content: "";
  right: 10px;
  top: 14px;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #f16122 transparent transparent transparent;
}

.select-selected:before {
  position: absolute;
  margin-top: 3px;
  content: "";
  right: 10px;
  top: 0px;
  width: 16px;
  height: 20px;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #f16122 transparent;
  margin-top: -3px;
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
  position: absolute;
  top: 0;
  font-size: 12px;
  color: #ffffff;
  border-radius: 4px;
  padding-right: 35px;
  font-weight: 500;
  cursor: pointer;
  user-select: none;
}
@media screen and (max-width: 600px) {
  .select-items div,
  .select-selected {
    font-size: 11px;
  }
}

.select-items div {
  color: #6c6c6c;
  white-space: nowrap;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #eee;
  height: 42px;
  position: relative;
}

/*style items (options):*/
.select-items {
  width: calc(100% + 0.5px);
  box-shadow: 0 0 0 1px #ced4da;
  border-radius: 0 0 4px 4px;
  margin-top: -3px;
  background-color: #fff;
  border-top: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  max-height: 250px;
  overflow: auto;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover {
  background-color: #f16122;
  color: #fff !important;
  border-radius: 0 !important;
}

.same-as-selected {
  color: #999 !important;
  border-radius: 0 !important;
}

.blog {
  background: transparent;
}
.blog__title {
  margin: 0 !important;
  color: #f16122;
}
.blog__date {
  color: rgb(130.4, 130.4, 130.4);
  font-size: 14px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 6px;
  margin-bottom: 10px;
  font-weight: 300;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
}
.blog__date-icon {
  font-size: 16px;
  margin-left: 7px;
  margin-top: -5px;
}
.blog__content {
  font-size: 16px;
  color: #6e6e6e;
  line-height: 1.9;
  text-align: justify;
  font-weight: 300;
}
.blog__content > img {
  margin-top: 10px;
  margin-right: 15px;
  margin-bottom: 3px;
  margin-left: 0;
  height: auto;
  border-radius: 5px;
}
@media (max-width: 767.98px) {
  .blog__content > img {
    width: 100%;
    float: none;
    display: flex;
    margin: auto;
    margin-bottom: 15px;
  }
}
@media (max-width: 575.98px) {
  .blog__content {
    padding: 15px;
  }
}
.blog iframe {
  width: 100%;
  border: none;
  min-height: 400px;
  border-radius: 5px;
  box-shadow: 0px 0px 8px 1px #ddd !important;
}
@media screen and (max-width: 991.98px) {
  .blog iframe {
    min-height: auto !important;
  }
}
.blog .blog-video__tag {
  margin-top: 25px;
  object-fit: cover;
  width: 100%;
  border-top-left-radius: 3px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: 0px 0px 8px 1px #ddd !important;
}
@media (max-width: 991.98px) {
  .blog .blog-video__tag {
    height: auto;
  }
}
.blog .main-btn {
  padding: 10px 20px;
}

.not-found {
  color: #333;
  padding: 20px 30px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.06) 0px 7px 29px 0px;
  margin-bottom: 35px;
  border-radius: 5px;
}
@media only screen and (max-width: 991.98px) {
  .not-found {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .not-found .main-btn {
    margin: 0 auto;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .not-found__img {
    margin: 0;
    margin-bottom: 15px;
  }
  .not-found__body {
    align-items: center !important;
    text-align: center;
  }
}
@media only screen and (max-width: 575.98px) {
  .not-found__header {
    justify-content: center !important;
  }
  .not-found .main-btn {
    padding: 15px !important;
    width: 100%;
  }
}
.not-found__img {
  margin-left: 25px;
  width: 50px;
}
.not-found {
  /* not found img */
}
.not-found__body {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.not-found {
  /* not found body */
}
.not-found__header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.not-found {
  /* not found header */
}
.not-found__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
.not-found {
  /* not found title */
}
.not-found__text {
  font-size: 14px;
  font-weight: 300;
}
.not-found {
  /* not found text */
} /* not found*/
.comment-nav.simple .comment-box__header {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 15px;
}
.comment-nav.simple {
  /* simple comment box header */
}
.comment-nav {
  /* comment nav simple */
}
.comment-nav__item {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1.5px solid rgb(216.75, 216.75, 216.75);
  padding: 10px;
}
.comment-nav__item:last-child {
  border: none;
}
.comment-nav {
  /* comment nav item */
}
.comment-nav__link {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.comment-nav {
  /* comment nav link */
}
.comment-nav__replay {
  width: 100%;
  padding-right: 40px;
  margin: 0;
}
.comment-nav__replay .comment-box {
  margin-bottom: 10px;
}
.comment-nav__replay.main .comment-box {
  padding: 15px;
  background-color: rgb(243.525, 243.525, 243.525);
  border-radius: 5px;
  margin-bottom: 10px;
}
.comment-nav__replay.main .comment-box .comment-box__header__logo {
  width: 130px;
}
.comment-nav__replay {
  /* comment nav replay teacher */
}
.comment-nav {
  /* comment nav replay */
} /* comment nav */
.show-more-comment {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.show-more-comment .show-more-text-comment {
  font-size: 15px;
  font-weight: bold;
  color: #f16122;
}
.show-more-comment {
  /* show more text */
} /* show more */
.comment-box {
  margin-bottom: 10px;
}
.comment-box__header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 5px;
}
.comment-box__header__item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  color: #6e6e6e;
}
@media only screen and (max-width: 575.98px) {
  .comment-box__header__item {
    margin-bottom: 5px;
  }
}
.comment-box__header__item.header {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 4px;
}
.comment-box__header {
  /* comment box header item */
}
.comment-box__header__review {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.comment-box__header__review-box {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  cursor: pointer;
  margin-right: 8px;
  font-size: 10px;
  color: #6e6e6e;
}
.comment-box__header__review-box.up {
  color: #388e3c;
}
.comment-box__header__review-box.down {
  color: #a70202;
}
.comment-box__header__review-box i[class^=icon] {
  font-size: 16px;
  margin-left: 4px;
}
.comment-box__header__review-box {
  /* review box icon */
}
.comment-box__header__review {
  /* comment box header review box */
}
.comment-box__header {
  /* comment box header review */
}
.comment-box__header__name {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  flex: 0 0 auto;
  width: auto;
}
.comment-box__header {
  /* comment box header name */
}
.comment-box__header__suggest {
  padding: 8.5px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-top: -6px;
  margin-right: 10px;
  margin-left: auto;
  border-radius: 5px;
}
.comment-box__header__suggest.success {
  background-color: rgb(232.4090909091, 246.0909090909, 233.0454545455);
  color: #388e3c;
}
.comment-box__header__suggest.error {
  background-color: rgb(254.7065088757, 230.4934911243, 230.4934911243);
  color: #a70202;
}
.comment-box__header {
  /* comment box header suggest */
}
.comment-box__header__date {
  font-size: 13px;
  font-weight: 300;
  color: #6e6e6e;
}
.comment-box__header {
  /* comment box header date */
}
.comment-box__header__replay {
  font-size: 12px;
  color: #888;
  font-weight: 400;
  margin-bottom: 3px;
}
.comment-box__header__replay .text {
  color: #333;
}
.comment-box__header {
  /* comment box header date */
}
.comment-box {
  /* comment box header */
}
.comment-box__text {
  font-size: 12px;
  color: rgb(130.4, 130.4, 130.4);
  font-weight: 300;
  line-height: 25px;
  text-align: justify;
}
.comment-box {
  /* comment box text */
}
.comment-box__reply {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 5px;
  padding: 10px 20px;
  padding-right: 10px;
  font-weight: 400;
}
@media only screen and (max-width: 575.98px) {
  .comment-box__reply {
    flex-direction: column;
  }
  .comment-box__reply .comment-box__reply__title {
    margin-bottom: 7px;
  }
}
.comment-box__reply__title {
  min-width: 100px;
  margin-left: 10px;
  font-size: 15px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.comment-box__reply__title i {
  color: #50514b;
  font-size: 12px;
}
.comment-box__reply {
  /* comment box reply title */
}
.comment-box__reply__text {
  font-size: 13px;
  color: #6e6e6e;
  line-height: 25px;
  text-align: justify;
}
.comment-box__reply {
  /* comment box reply text */
}
.comment-box {
  /* comment box reply */
}
.comment-box__logo {
  width: 130px;
  margin-left: 10px;
}
.comment-box {
  /* comment box logo */
}
.comment-box__name {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  margin-bottom: 5px;
}
.comment-box {
  /* comment box header name */
}
.comment-box__date {
  font-size: 14.5px;
  font-weight: 300;
  color: #6e6e6e;
  margin-bottom: 10px;
}
.comment-box {
  /* comment box header date */
}
.comment-box__text {
  font-size: 12px;
  color: rgb(130.4, 130.4, 130.4);
  font-weight: 300;
  line-height: 25px;
  text-align: justify;
}
.comment-box {
  /* comment box text */
}
.comment-box__img-wrapper {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 10px;
}
.comment-box {
  /* comment box img wrapper */
}
.comment-box__img {
  display: block;
  width: 55px;
  height: 60px;
  object-fit: cover;
  border-radius: 5px;
  opacity: 0.4;
  cursor: pointer;
  overflow: hidden;
  transition: all 300ms linear;
}
.comment-box__img:hover {
  opacity: 1;
}
.comment-box__img img {
  width: 100%;
}
.comment-box {
  /* comment box img */
}
@media only screen and (max-width: 575.98px) {
  .comment-box__header__item.header {
    flex-wrap: wrap;
  }
  .comment-box__header__name {
    order: 1;
  }
  .comment-box__header__suggest {
    order: 0;
    margin: 0;
    margin-bottom: 10px;
    padding: 15px;
    width: 100%;
    text-align: center;
  }
  .comment-box__header__review {
    order: 2;
  }
}

/* comment comment box */

/*# sourceMappingURL=pages.css.map */
