* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  direction: rtl;
  background-color: #b5cdbb;
  position: relative;
  font-family: "ERPx";
}

li {
  list-style: none;
}

a {
  text-decoration: none !important;
  cursor: pointer;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

body::before {
  content: "";
  position: absolute;
  top: 54px;
  right: 114px;
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  background-color: rgba(71, 199, 235, 0.16);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: none;
}

body::after {
  content: "";
  position: absolute;
  top: 150px;
  right: 27px;
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  background-color: rgba(255, 255, 255, 0.17);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

/* ************************course-list************************************** */

section.course-list {
  margin-top: 130px;
  position: relative;
}

section.course-list::before {
  display: none;
  content: "";
  position: absolute;
  top: -59px;
  left: 95px;
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  background-color: rgba(255, 255, 255, 0.17);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

section.course-list::after {
  display: none;
  content: "";
  position: absolute;
  top: 293px;
  left: 112px;
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  background-color: rgba(255, 255, 255, 0.17);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.course-background-vector-1 {
  position: absolute;
  top: -50px;
  left: -221px;
  width: 797px;
  height: 580px;
}

.course-background-vector-1 img,
.course-background-vector-2 img,
.course-background-vector-3 img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.course-list .course-list-content h3 {
  color: #375e33;
  font-size: 32px;
  font-family: "TanseekModernProArabic-Bold" !important;
}

.course-list .course-list-title {
  margin: 0 auto;
  /* width: 60%; */
  position: relative;
}

.course-list .course-list-title h2 {
  color: #058fb2;
  text-align: center;
  position: relative;
  font-size: 35px;
  letter-spacing: -5%;
  font-family: "TanseekModernProArabic-Bold" !important;
}

.course-list .course-list-title span {
  position: absolute;
  height: 2px;
  width: 100px;
  background-color: #058fb2;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.course-list .course-list-right {
  margin: 0 auto 20px;
}

.course-list .course-list-right {
  position: relative;
}

.course-list .course-list-right div.span-group {
  border-bottom: 1px solid #058fb2;
  padding-bottom: 5px;
}

.course-list .course-list-right div.span-group span a {
  color: #000;
  font-size: 15px;
}

.course-list .course-list-right div span a {
  margin: 0 10px;
}

.course-list-right div .mysearch-btn,
.appearIn-small-size div .mysearch-btn {
  position: absolute;
  top: 25px;
  right: 8px;
  background-color: transparent;
}

.course-list-right div .mysearch-btn {
  top: 135px;
}

.course-list-right div input,
.appearIn-small-size div input {
  background-color: transparent;
  border: 1px solid #375e33;
  outline: none;
  border-radius: 13px;
  margin: 16px 0;
  padding: 8px 0;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
}

.course-list-right div a,
.appearIn-small-size a {
  line-height: 30px;
  font-weight: 400;
  color: #0783a3;
  width: 250px;
}

.appearIn-small-size {
  position: relative;
}

.appearIn-small-size div .mysearch-btn span {
  font-size: 16px;
}

.appearIn-small-size div .mysearch-btn span::before,
.course-list-right div .mysearch-btn span::before {
  color: #375e33 !important;
  font-size: 18px;
}

input::placeholder {
  color: rgba(55, 94, 51, 0.69);
}

input:focus::placeholder {
  opacity: 0;
}

.course-list .course-list-left img {
  width: 166px;
  margin-bottom: 20px;
}

.course-list-right div a i,
.appearIn-small-size a i {
  font-size: 14px;
  border: 2px solid #0783a3;
  padding: 5px 7px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

/* *************************tab-menu******************************** */

section.tab-menu {
  margin: 50px auto;
  position: relative;
}

section.tab-menu::after {
  content: "";
  position: absolute;
  bottom: -55px;
  right: 268px;
  width: 88px;
  height: 88px;
  flex-shrink: 0;
  background-color: rgba(255, 255, 255, 0.17);
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.tab-menu-section-title {
  margin: 0 auto;
  width: fit-content;
  margin-bottom: 40px;
}

.tab-menu-section-title h5 {
  color: #375e33;
  margin-left: 12px;
  position: relative;
}

.tab-menu-section-title h5::before {
  content: "";
  bottom: -12px;
  left: -19px;
  position: absolute;
  height: 1px;
  width: 79px;
  background-color: #375e33;
}

.tab-menu ul.nav {
  margin: 0 auto !important;
  width: max-content;
  border-bottom: none !important;
  width: 181px;
}

.tab-menu ul.nav li {
  border: 1px solid #fff;
  background-color: transparent;
  border-radius: 10px;
  margin-bottom: 15px;
  margin-left: 10px;
  width: 80px;
  height: 55px;
  bottom: -13px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.tab-menu ul.nav li a {
  text-align: center;
  color: #517f4c;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.8px;
  margin-left: 0px;
  border: none !important;
  padding: 12px 15px;
}

.tab-menu ul.nav li:nth-child(4) a {
  padding-right: 12px;
}

.tab-menu ul.nav li a span {
  display: none;
  visibility: hidden;
  opacity: 0;
}

.nav-tabs > li:hover > a {
  border: none !important;
  color: #ffffff !important;
}

.tab-menu ul.nav li:hover,
.tab-menu ul.nav li.active {
  background-color: #47c7eb;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #ffffff !important;
  cursor: default;
  background-color: transparent;
  border-top-left-radius: 31px;
  border-top-right-radius: 31px;
  border-bottom-color: transparent;
}

.tab-menu .tab-content {
  margin-top: 10px;
  background-color: #b5cdbb;
  border: 1px solid #fff;
  border-radius: 70px;
  padding: 40px 0;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  -ms-border-radius: 70px;
  -o-border-radius: 70px;
  z-index: 49;
  position: relative;
  overflow: hidden;
}

.first-topic-content .swiper .swiper-slide .swiper-slide-item {
  position: relative;
  width: 68%;
  margin: 0 auto;
  padding: 40px 0;
  cursor: pointer;
  color: #517f4c;
  font-family: ERPxfaNum !important;
  box-shadow: none;
}

.first-topic-content .swiper .swiper-slide .swiper-slide-item:hover {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.27) 0%,
    rgba(207, 226, 212, 0.2) 100%
  );
  /* box-shadow: 0px 4px 17.5px 0px rgba(117, 117, 117, 0.04),
    0px 0px 1.3px 0px rgba(255, 255, 255, 0.74) inset; */
  border-radius: 23px;
}

.first-topic-content .swiper .swiper-slide .swiper-slide-item h5 {
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1.5px;
  color: #517f4c;
  font-family: "TanseekModernProArabic-ExBold" !important;
}

.first-topic-content .swiper .swiper-slide .swiper-slide-item span {
  color: #517f4c;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.7px;
}

.first-topic-content .swiper .swiper-slide .swiper-slide-item:hover h5,
.first-topic-content .swiper .swiper-slide .swiper-slide-item:hover span {
  color: #058fb2;
}

.first-topic-content .swiper .swiper-slide .swiper-slide-item::after {
  content: "";
  position: absolute;
  top: 100px;
  left: -12px;
  width: 1px;
  height: 70px;
  background-color: #739b7e;
}

.first-topic-content .swiper .swiper-slide .swiper-slide-item::before {
  content: "";
  position: absolute;
  top: 100px;
  right: -15px;
  width: 1px;
  height: 70px;
  background-color: #739b7e;
  display: block;
}

.swiper-slide .swiper-slide-item img {
  width: 110px;
}

.swiper-rtl .swiper-button-prev {
  width: 10px;
  right: 5px;
}

.swiper-rtl .swiper-button-next {
  width: 10px;
  left: px;
}

.swiper-rtl .swiper-button-prev:after {
  content: "";
  background-image: url(../img/angle-right.svg);
  width: 15px;
  height: 16px;
  background-size: 9px;
  background-repeat: no-repeat;
  top: 13%;
  position: absolute;
}

.swiper-rtl .swiper-button-next:after {
  content: "";
  background-image: url(../img/angle-left.svg);
  width: 15px;
  height: 16px;
  background-size: 9px;
  background-repeat: no-repeat;
  top: 13%;
  position: absolute;
}

.swiper {
  padding-bottom: 40px !important;
  overflow: visible;
}

.swiper-pagination {
  width: 90% !important;
  left: 50% !important;
  bottom: 10px !important;
  top: unset !important;
  transform: translateX(-50%) !important;
  -webkit-transform: translateX(-50%) !important;
  -moz-transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  -o-transform: translateX(-50%) !important;
}

.swiper-pagination-progressbar {
  background: #91b08e;
  height: 2px !important;
}

/* .swiper-pagination-progressbar::before {
  position: absolute;
  bottom: -45px;
  right: 0px;
  width: 55px;
  height: 30px;
  padding: 5px;
  background-color: rgb(71, 199, 235);
  color: #fff;
  border-radius: 11px;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  -o-border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: ERPxfaNum;
} */

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #47c7eb 50%;
  background-image: linear-gradient(to right, #47c7eb 50%, #fff 50%);
  background-position: center;
  background-size: 25px 2px;
  background-repeat: repeat-x;
  height: 6px;
  top: -3px !important;
  overflow: visible;
}

.swiper-pagination-progressbar-fill::before {
  content: "";
  position: absolute;
  bottom: -46px;
  left: 0;
  padding: 4px 10px;
  gap: 10px;
  border-radius: 11px;
  background: #47c7eb;
  width: 61px;
  height: 36px;
}

.swiper-pagination .swiper-pagination-progressbar-fill::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 23px;
  height: 23px;
  border: 3px solid #47c7eb;
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

*/
/* ****************************subject-sorting********************* */

.subject-sorting {
  position: relative !important;
  margin: 80px 0;
}

.subject-sorting::before {
  content: "";
  position: absolute;
  bottom: 276px;
  left: 330px;
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  background-color: rgba(71, 199, 235, 0.16);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

/* .subject-sorting::after {
  position: absolute;
  bottom: -50px;
  left: 50%;
  content: "";
  width: 70%;
  margin: 0 auto;
  height: 1px;
  background-color: #a6a6a6;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
} */

.section-subject-title {
  border-bottom: 1px solid #fff;
  padding-bottom: 14px;
}

.section-subject-title div .fa-circle {
  color: #517f4c;
  font-size: 4px;
  margin: 0 3px 0 20px;
}

.section-subject-title .sorting-div {
  color: #517f4c;
  cursor: pointer;
}

.section-subject-title .sorting-div img {
  margin-left: 5px;
}

.delete-search {
  color: #058fb2;
  cursor: pointer;
}

.icon-close::before {
  color: #058fb2;
  font-size: 20px;
}

/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* .select {
  position: relative;
  width: 130px;
  line-height: 3;
}

select {
  position: relative;
  text-align: center;
  display: flex !important;
  width: 110px;
  background-color: transparent;
  border: none;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
}

.select::before {
  content: "";
  background-image: url(../img/sort.png);
  width: 23px;
  height: 18px;
  background-size: 21px;
  background-repeat: no-repeat;
  top: 12px;
  right: -4px;
  position: absolute;
}

.select option {
  background-color: #fff;
  font-size: 14px;
  color: #2e522a;
}

select::-ms-expand {
  display: none;
}
*/

/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.section-subject-title .sorting-div .selection-menu {
  position: absolute;
  top: 30px;
  right: 20px;
  border-radius: 12px 12px 2px 2px;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  box-shadow: 0px 0px 2px #375e33 inset;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  z-index: 49;
}

.section-subject-title .sorting-div .selection-menu ul {
  margin-bottom: 0;
}

.section-subject-title .sorting-div .selection-menu.open {
  opacity: 1;
  visibility: visible;
}

.section-subject-title .sorting-div .selection-menu ul li {
  border-left: #375e33;
  padding: 10px 17px;
  color: #2e522a;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.85px;
  position: relative;
}

.section-subject-title
  .sorting-div
  .selection-menu
  ul
  li:not(:last-child):after {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  left: -5px;
  top: 18px;
  background-color: #2e522a;
}

.section-subject-title
  .sorting-div
  .selection-menu
  ul
  li:hover:not(:first-child),
.indicator:not(:first-child).active {
  border-radius: 12px 12px 2px 2px;
  background: #058fb2;
  box-shadow: 1px -2px 10.1px 0px rgba(117, 117, 117, 0.1);
  color: #d2e0d3;
}

.subject-sorting-content {
  margin-top: 20px;
  /*height: 470px;*/
  /*overflow-y: scroll;*/
  /*overflow-x: hidden;*/
  direction: rtl;
  position: relative;
  padding-right: 15px;
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
}

.subject-sorting-content::-webkit-scrollbar {
  direction: ltr;
  width: 5px;
}

.subject-sorting-content::-webkit-scrollbar-track {
  background: #d2e8d8;
}

.subject-sorting-content::-webkit-scrollbar-thumb {
  background: #517f4c;
}

.subject-sorting-content .subject-box {
  direction: rtl;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 162px;
  position: relative;
  margin: 50px auto 300px;
  border-radius: 30px;
  border: 0.8px solid #fff;
  cursor: pointer;
  scroll-snap-stop: always;
  scroll-snap-align: center end;
}

.subject-sorting-content .subject-box img {
  width: 98%;
  height: 97%;
  object-fit: cover;
  border: 0.6px solid #47c7eb;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.subject-sorting-content .subject-box .subject-box-bottom {
  display: none;
  position: absolute;
  width: 190px;
  padding: 15px;
  background-color: #fff;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  border-radius: 11px;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  -o-border-radius: 11px;
}

.subject-sorting-content .subject-box .subject-box-bottom p {
  text-align: center;
  margin: 0;
  font-family: "TanseekModernProArabic-ExBold" !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1.2px;
}

.subject-box .overlay-1 {
  width: 80%;
  background-color: #517f4c;
  padding: 7px 12px;
  position: absolute;
  top: -34px;
  left: 50%;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  z-index: -1;
}

.overlay-1 .tag-title {
  color: #fff;
  margin: 0 5px;
  display: inline-block;
  width: 35%;
  font-size: .6rem;
}

.overlay-1 .fa-circle {
  font-size: 5px;
  color: #f9ae33;
}

.overlay-1 .fa-tag {
  font-size: 16px;
}

.subject-box .overlay-2 {
  font-family: ERPxfaNum !important;
  position: absolute;
  top: 112px;
  right: 50%;
  width: 93%;
  height: 304px;
  padding: 8px 10px;
  border-radius: 30px;
  border: 0.6px solid #47c7eb;
  background: #f4fdff;
  box-shadow: 0px -8px 7.8px 0px rgba(0, 0, 0, 0.12);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.overlay-2-top {
  margin-bottom: 22px !important;
}

.overlay-2-top h4 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-family: "TanseekModernProArabic-ExBold" !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1.2px;
}

.overlay-2-top .overlay-2-stars {
  margin-right: -73px;
  margin-top: 5px;
}

.overlay-2-top .overlay-2-stars .fa-star {
  color: #f9ae33;
  font-size: 11px;
}

.overlay-2 .fa-eye,
.overlay-2 .fa-wallet {
  margin-right: -2px;
  margin-left: 8px;
  font-size: 16px;
}

.overlay-2 .fa-calendar,
.overlay-2 .fa-hourglass {
  margin-left: 8px;
  font-size: 16px;
}

.overlay-2 .fa-chevron-left {
  font-size: 12px;
  color: #4e4e4e;
}

.overlay-2 i {
  color: #f9ae33;
}

.mg-l {
  margin-left: 5px;
}

.m-0 {
  margin-bottom: 0 !important;
}

.mg-b {
  margin-bottom: 20px;
}

.overlay-2 .date {
  display: flex;
  padding: 2px 3px 0;
  justify-content: center;
  align-items: center;
  margin-top: -5px;
  border-radius: 5px;
  border: 0.6px solid #dbdbdb;
  background: #fff;
  box-shadow: 0px 1px 4.6px 0px rgba(175, 175, 175, 0.25);
}

.overlay-2 .overlay-2-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  margin: 0 auto;
  padding: 6px 59px;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  border: 1px solid #fff;
  background: #47c7eb;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.overlay-2 p,
.overlay-2 span {
  font-family: ERPxfaNum !important;
  font-weight: 400;
}

/* *************footer************** */

footer.footer {
  background: url(../img/WhiteSmallVector.png);
  background-repeat: no-repeat;
  background-position: right 0px bottom 0px;
  background-size: contain !important;
  padding: 2rem 0 !important;
  margin-top: 5rem;
  position: relative;
}

footer::before {
  content: "";
  position: absolute;
  top: -80px;
  right: 65px;
  width: 88px;
  height: 88px;
  flex-shrink: 0;
  background-color: rgba(255, 255, 255, 0.17);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

/* ****************media Query******************* */

@media screen and (min-width: 399.5px) {
  .course-background-vector-1 {
    position: absolute;
    top: -50px;
    left: -237px;
    width: 911px;
  }
  .overlay-2 .div-wallet-time {
    flex-direction: row !important;
  }
  .subject-box .overlay-2 {
    height: 265px;
    padding: 8px 16px;
  }
}

@media screen and (min-width: 499.5px) {
  .course-background-vector-1 {
    left: -185px;
  }
  .course-list .course-list-left img {
    width: 182px;
    margin-left: 40px;
  }
  .first-topic-content .swiper .swiper-slide .swiper-slide-item {
    width: 90%;
  }
  .first-topic-content .swiper .swiper-slide .swiper-slide-item:hover {
    border-radius: 23px 23px 0px 0px;
  }
  .first-topic-content .swiper .swiper-slide .swiper-slide-item::before {
    display: none;
  }
  .first-topic-content .swiper .swiper-slide .swiper-slide-item::after {
    left: -13px;
  }
  .progress {
    margin: 0px auto 50px;
  }
  .subject-sorting-content .subject-box {
    width: 342.797px;
    height: 180.424px;
    margin: 50px 10px 240px;
  }
  .subject-box .overlay-2 {
    height: 265px;
    top: 132px;
  }
  .overlay-2 .fa-hourglass {
    margin-right: 5px;
  }
  .overlay-2 .div-wallet-time p:nth-child(2) {
    flex-direction: row-reverse !important;
  }
}

@media screen and (min-width: 575.5px) {
  body::before {
    display: block;
  }
  section.course-list::after {
    display: block;
  }
  .course-list .course-list-content h3 {
    font-size: 40px;
  }
  .course-background-vector-2 {
    position: absolute;
    top: -60px;
    left: -150px;
    width: 821px;
    height: 461px;
  }
  .course-list .course-list-title h2 {
    font-size: 45px;
  }
  .course-list .course-list-right {
    margin: 0;
  }
  .course-list .course-list-left img {
    width: 200px;
    margin-top: 25px;
  }
  .tab-menu ul.nav {
    width: fit-content;
  }
  .tab-menu ul.nav li:hover,
  .tab-menu ul.nav li.active {
    background-color: #47c7eb;
    bottom: 0px;
  }
  .tab-menu .tab-content {
    margin-top: 0px;
  }
  .tab-menu ul.nav li {
    border-bottom: none;
    margin-bottom: 0;
    margin-left: 5px;
    width: 90px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
  }
  .tab-menu ul.nav li a {
    display: flex;
  }
  .tab-menu ul.nav li a span {
    display: flex;
    visibility: visible;
    opacity: 1;
    margin-left: 5px;
  }
  .first-topic-content .swiper .swiper-slide .swiper-slide-item::after {
    left: -15px;
  }
  .subject-box .overlay-2 {
    height: 242px;
    background: #fff;
    box-shadow: 0px -8px 7.8px 0px rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(22.5px);
  }
  .overlay-2 .overlay-2-btn {
    background: #517f4c;
  }
  .overlay-2-top .overlay-2-stars {
    margin-top: 0px;
  }
  footer.footer {
    background: url(../img/whiteMeduimVector.png);
    background-repeat: no-repeat;
    background-position: right -71px bottom -62px;
    background-size: contain !important;
    background-origin: border-box;
  }
}

@media screen and (min-width: 699.5px) {
  .subject-sorting-content {
    /*height: 380px;*/
  }
  .subject-sorting-content .subject-box {
    margin: 50px 10px 68px;
    width: 46%;
  }
  .subject-sorting-content .subject-box .subject-box-bottom {
    display: block;
  }
  .subject-box .overlay-1,
  .subject-box .overlay-2 {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
  .subject-sorting-content .subject-box:hover {
    border: 0.8px solid #fff;
  }
  .subject-sorting-content .subject-box:hover .overlay-2 {
    opacity: 1;
    display: flex;
    visibility: visible;
    top: 10px;
  }
  .subject-sorting-content .subject-box:hover .overlay-1 {
    opacity: 1;
    display: flex;
    visibility: visible;
  }
  .overlay-1 span {
    margin: 0 7px;
  }
  .overlay-1 .fa-circle {
    margin-top: 7px;
  }
  .overlay-2-top .overlay-2-stars .fa-star {
    color: #f9ae33;
    font-size: 9px;
  }
}

@media screen and (min-width: 767.5px) {
  .course-list .course-list-left img {
    width: 231px;
    margin-top: 0;
  }
  .course-background-vector-3 {
    position: absolute;
    top: -116px;
    left: 50px;
    width: 563px;
    height: 620px;
  }
  .tab-menu ul.nav {
    width: 600px;
  }
  .subject-sorting-content .subject-box {
    margin: 50px 10px 75px;
    border: 0.8px solid transparent;
  }
  footer.footer {
    background: url(../img/whiteLargeVector.png);
    background-repeat: no-repeat;
    background-position: right 0px bottom 0px;
    background-size: contain !important;
  }
}

@media screen and (min-width: 900.5px) {
  .course-background-vector-3 {
    top: -82px;
    left: 50px;
    width: 637px;
    height: 524px;
  }
}

@media screen and (min-width: 991.5px) {
  body::before {
    top: 100px;
    right: 160px;
  }
  body::after {
    top: 257px;
    right: 27px;
    width: 93px;
    height: 93px;
  }
  section.course-list::before {
    display: block;
  }
  section.course-list::after {
    left: 200px;
  }
  .course-background-vector-3 {
    top: -166px;
    left: 130px;
    width: 677px;
    height: 730px;
  }
  .course-list .course-list-left img {
    width: 257px;
    margin-top: -10px;
  }
  .subject-sorting-content .subject-box {
    width: 30%;
    height: 166px;
  }
  .subject-sorting-content .subject-box:hover .overlay-1 {
    top: -32px;
  }
  .subject-box .overlay-2 {
    width: 95%;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0px -8px 7.8px 0px rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(22.5px);
  }
  .subject-box .overlay-2 h4 {
    font-size: 16px;
  }
  .first-topic-content .swiper .swiper-slide .swiper-slide-item::after {
    left: -13px;
  }
}

@media screen and (min-width: 1140.5px) {
  .course-background-vector-3 {
    top: -166px;
    left: 175px;
    width: 677px;
    height: 713px;
  }
}

@media screen and (min-width: 1199.5px) {
  .course-list .course-list-title h2 {
    font-size: 50px;
  }
  .course-list-right div .mysearch-btn {
    top: 141px;
  }
  .course-list .course-list-content h3 {
    font-size: 45px;
  }
  .subject-sorting-content .subject-box {
    width: 23%;
    height: 156px;
  }
  .overlay-2-top .overlay-2-stars .fa-star {
    color: #f9ae33;
    font-size: 9px;
  }
  .course-background-vector-3 {
    position: absolute;
    top: -55%;
    left: 12%;
    width: 739px;
    height: 758px;
  }
}

@media screen and (min-width: 1399.5px) {
  .course-background-vector-3 {
    left: 18%;
    width: 658px;
    height: 833px;
  }
}

@media screen and (min-width: 1550px) {
  .course-background-vector-3 {
    left: 22%;
  }
}
