.banner__inner {
  background-image: url("/assets/images/proficiency/BANER2.jpg");
  height: 400px;
  min-height: 360px;
  object-fit: cover;
}

.banner__inner--mobile {
  background-image: url("/assets/images/proficiency/banner_nls_mobile.jpg");
  height: 400px;
  min-height: 360px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.customer_title h1,
.number_title H1 {
  color: #505050;
  font-size: 32px;
  font-weight: 700;
  line-height: 33.6px;
  letter-spacing: -0.02em;
  text-align: center;
}

.number_item .item__title {
  color: #505050;
  flex: 1;
  display: flex;
  align-items: center;
}

.customer_cooperate {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.customer_cooperate .cooperate_item {
  margin: 0 20px;
}

.number {
  position: relative;
}

.number_item {
  /* position: absolute; */
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 202px;
  height: 185px;
  border-radius: 12px;
  margin: 0 15px;
  padding: 20px;
}

.number_inner .number_item--course {
  background-color: #FFE5F1;
  /* border: 1px solid #CCB5D4 */
}

.number_inner .number_item--file {
  background-color: #CEE2FF;
  border: 1px solid #CEE2FF
}

.number_inner .number_item--skill {
  background-color: #F7E9FF;
  border: 1px solid #F7E9FF
}

.number_inner .number_item--certificate {
  background-color: #F7E9FF;
  border: 1px solid #F7E9FF
}

.number_inner {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  margin-bottom: -50px;
}

.number_frame {
  /* position: absolute; */
  width: 778px;
  height: 106px;
  border-radius: 21px;
  border: 1px solid #50A9DC;
  background-color: #FFFFFF;
  margin: 0 auto;
}

.proficiency__inner {
  background-color: #DEF3FF;
}

.home__proficiency-item {
  border: 1px solid rgba(22, 183, 250, 1) !important;
  background: #fff;
  padding: 4px 6px;
  border-radius: 4px;
}

.home__proficiency-item:hover {
  background: linear-gradient(90deg, #4268FF 0%, #13BCF9 100%);
  cursor: pointer;
  color: #fff;
}

.home__proficiency-description h3 {
  font-size: 29.28px;
  font-weight: 700;
  line-height: 30.75px;
  letter-spacing: -0.02em;
  text-align: left;
  color: rgba(236, 96, 96, 1);
}

.home__proficiency-img {
  border-top-left-radius: 28px;
  border-bottom-left-radius: 28px;
}

.home__proficiency-description-frame {
  border-top-right-radius: 28px;
  border-bottom-right-radius: 28px;
}

.home__proficiency-detail::after {
  content: "";
  background-color: rgb(248, 248, 248);
  width: 100%;
  height: 45px;
  margin-right: 15px;
  margin-left: 15px;
}

.home__proficiency-description p {
  margin: 0;
}

.home__proficiency-description a {
  margin-top: 30px;
  background: linear-gradient(90deg, #F91366 0%, #FF6F42 100%);
  border-radius: 22px;
  color: #fff;
  border: none;
  padding: 8px 12px;
  max-width: 120px;
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}

.home__proficiency-test {
  position: relative;
}

.home__proficiency-test-btn:hover {
  transform: translate(-50%, -38%) scale(1.25);
  color: #fff;
}
.home__proficiency-test-btn-mobile:hover {
  transform: translate(-50%, -38%) scale(1.25);
  color: #fff;
}

.home__proficiency-description a:hover {
  transform: scale(1.25);
}

.home__proficiency-test-btn {
  position: absolute;
  top: 63%;
  left: 28%;
  transform: translate(-50%, -40%);
  background: linear-gradient(90deg, #F91366 0%, #FF6F42 100%);
  color: #fff;
  border: none;
  padding: 10px 14px;
  font-weight: 700;
  border-radius: 30px;
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}
.home__proficiency-test-btn-mobile {
  position: absolute;
  top: 30%;
  left: 20%;
  transform: translate(-50%, -40%);
  background: linear-gradient(90deg, #F91366 0%, #FF6F42 100%);
  color: #fff;
  border: none;
  padding: 10px 14px;
  font-weight: 700;
  border-radius: 30px;
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}

.home-new .proficiency-highlight .proficiency-highlight__tab-nav button.nav-link.active {
  border-radius: 5px;
  background: #FFF;
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.2);
  color: #0270D9;
}

.home-new .proficiency-highlight .proficiency-highlight__tab-nav button.nav-link {
  border: 0;
  font-size: 20px;
  color: #636466;

}

#proficiency-highlight-tab .nav-link {
  border-radius: 4px;
  border: 1px solid rgba(22, 183, 250, 1) !important;
}

.home-new .proficiency-highlight .proficiency-highlight__tab-nav ul#proficiency-highlight-tab {
  border: 0;
}

.proficiency__inner--header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.proficiency__inner {
  padding: 35px 0;
}

.nav-link {
  padding: 0.3rem 1rem !important;
}

.value__banner--title h2,
.proficiency__title .proficiency__block--title {
  color: #505050;
}

.value__inner {
  display: flex;
  justify-content: center;
}

.value__banner {
  display: flex;
  padding: 20px;
  width: 30%;
}

.value__banner .value__banner--img {
  width: 50%;
  height: 181px;
}

.value__banner .value__banner--img img {
  width: 141px;
  height: 181px;
}

.value__banner--title {
  width: 50%;
}


.course .slider-nav {
  display: block;
}

.value__content {
  width: 50%;
  padding: 20px;
}

.value {
  position: relative;
  padding: 110px 0px 50px 0px;
}

.value-img img {
  position: absolute;
  top: 0%;
  left: 0%;

}

@media (min-width:320px) {

  #myBtnContainer {
    flex-direction: column;
    align-items: center;
    margin: 15px;
    letter-spacing: 5px;
  }

}

@media (min-width:801px) {
  #myBtnContainer {
    flex-direction: column;
    align-items: center;

    margin: 15px;
    letter-spacing: 5px;
  }

}

#myInput {
  width: 100%;
  margin: 15px 0 15px 0;
}

#myBtnContainer {
  margin: 15px;
  letter-spacing: 5px;
}

#myUL {
  list-style-type: none;
  width: 100%;
  padding: 0;
  background: rgba(255, 255, 255, 0.01);
}

.filterDiv {
  position: relative;
  border: 2px solid transparent;
  border-radius: 6px;
  transition: all 0.3s;
  margin-bottom: 10px;
  background-color: white;
}

.filterDiv::before {
  content: '';
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border-radius: inherit;
  background: linear-gradient(90deg, #4268FF, #13BCF9);
  z-index: -1;
}

.show {
  display: block;
}

.accordion-thumb {
  display: flex;
  padding: 5px;
  font-weight: bold;
  background: #FFF;
  border-radius: 6px;
  align-items: center;
  justify-content: space-between;
}

/* Active answer */
.filterDiv.is-active .accordion-thumb::after {
  -webkit-transform: rotate(-120deg);
  transform: rotate(-120deg);
  background-image: url("/assets/images/proficiency/Polygon 1.svg");
}

.accordion-thumb::after {
  content: '';
  display: inline-block;
  height: 12px;
  width: 14px;
  object-fit: cover;
  margin-right: 1rem;
  vertical-align: middle;
  will-change: transform;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: -webkit-transform .5s ease-out;
  transition: transform .5s ease-out;
  transition: transform .5s ease-out, -webkit-transform .5s ease-out;
  background-size: cover;
  background-image: url("/assets/images/proficiency/Polygon 1 (1).svg");
}

.accordion-panel {
  padding: 5px 20px;
  display: none;
  color: #021b39;
  font-size: 14px;
  font-weight: normal;
  background: white;
  margin: 0;
}

.course .slider-nav__next,
.slider-nav__prev {
  background-color: transparent;
  color: #000000;
  /* border-radius: 50%; */
  /* border: 1px solid #000000; */
  /* padding: 2px 6px; */
  border: none;
}

.course .course__item--detail-btn {
  background-color: #0DAEE8;
  color: #fff;
  border-radius: 50%;
  border: 1px solid transparent;
  /* padding: 2px 6px; */
  width: 22px;
  height: 22px;
  text-align: center;
  /* border: none; */
}

.course__item .course__item--detail {
  color: #0DAEE8 !important;
}

.course__title {
  color: #505050;
}

.course__item {
  box-shadow: 0px 5.3px 13.25px 0px #0000001A;
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 15px 15px 15px;
}

.course__item .course__item-image-box {
  border-radius: 10px;
}

.course__item-image {
  height: 150px;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}

.course__item-image-box {
  overflow: hidden;
}

.course {
  /* padding-left: 70px; */
  margin-bottom: 220px;
}

.course__back {
  /* margin-right: 70px; */
  background-color: #E9F4FF;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  height: 300px;
  padding-top: 30px;

}

/* .course__back .container {
  width: 1280px;
} */

.course__item--desc {
  height: 72px;
  margin-bottom: 10px;
}

.course__item--title {
  height: 48px;
}

.course__header {
  width: auto;
  display: flex;
  justify-content: space-between;
}

.course__inner .owl-dot {
  border: none;
  background-color: transparent;
}
.ellipse1,
.ellipse2,
.ellipse3,
.ellipse4,
.ellipse5,
.ellipse6{
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  filter: blur(10px);
  z-index: -1;
}
.ellipse1,
.ellipse4,
.ellipse6{
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(229, 228, 255, 1) 0%, rgba(229, 228, 255, 0) 100%);
}

.ellipse2,
.ellipse3,
.ellipse5{
  background: radial-gradient(circle, rgba(214, 243, 255, 1) 0%, rgba(214, 243, 255, 0) 100%);
}

.ellipse1 {
  top: 20%;
  left: 0%;
}

.ellipse2 {
  top: 20%;
  right: -10%;
}

.ellipse3 {
  top: 58%;
  right: -10%;
}

.ellipse4 {
  top: 65%;
  left: 0%;
}

.ellipse5 {
  top: 90%;
  right: -10%;
}

.ellipse6 {
  top: 95%;
  left: 0%;
}

.customer__item--image-box .white-box {
  position: absolute;
  width: 170px;
  height: 170px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: #fff;
  transform-origin: top right;
  transform: rotate(10deg);
}

.customer__item--image-box .image-box {
  position: absolute;
  width: 170px;
  height: 170px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  transform: rotate(0deg);
}

.customer__item--image-box {
  position: relative;
  height: 170px;
  width: 170px;
}

.customer__title {
  color: #505050;
  text-align: center;
}

.customer__item {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  position: relative;
  background-color: #E9F4FF;
  border-radius: 8px;
  padding: 75px 60px 40px 60px;
}

.is-active .accordion-thumb {
  color: #EC6060;
}

.customer__item--user-content {
  width: 170px;
}

.customer__item-icon {
  position: absolute;
  top: -6%;
  left: 3%;
  z-index: 1;
}

/* .container .content {
  position: absolute;
  width: 120%;
} */

.value-img img {
  width: 25%;
}

.course-content__inner_header {
  margin-left: 100px;
  margin-right: 100px;
  margin-top: 0;
  margin-bottom: 0;
}

.number_frame_course {
  /* position: absolute; */
  width: 100%;
  height: 106px;
  border-radius: 21px;
  border: 1px solid #50A9DC;
  background-color: #FFFFFF;
  margin: 0 auto;
}

.number_item__course {
  /* position: absolute; */
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 202px;
  height: 150px;
  border-radius: 12px;
  margin: 0 25px;
  padding: 20px;
}

.number_inner .item__desc {
  flex: 1;
  display: flex;
  align-items: flex-start;
}

.number_inner__header {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  margin-bottom: -50px;
}

.number_inner__header .number_item--course {
  background-color: #FFE5F1;
  /* border: 1px solid #CCB5D4 */
}

.number_inner__header .number_item--file {
  background-color: #CEE2FF;
  border: 1px solid #CEE2FF
}

.number_inner__header .number_item--skill {
  background-color: #F7E9FF;
  border: 1px solid #F7E9FF
}

.number_inner__header .number_item--certificate {
  background-color: #F7E9FF;
  border: 1px solid #F7E9FF
}

.course-content__filter-button {
  height: 50px;
}

.proficiency-course-banner__text--title {
  height: 50px;
}

.course-content__sidebar-box--title {
  margin-top: 12px;
}

.course__inner .owl-dot i {
  color: rgba(217, 217, 217, 1);
}

.course__inner .owl-dot.active i {
  color: rgba(130, 130, 130, 1)
}

.course .slider-nav {
  position: absolute;
  top: 0;
  right: 12%;
  display: flex;
}
.filter-field{
  max-width: 25%;
  width: 100%;
}

.course-content__sidebar--btn-report {
  width: 100%;
  padding: 12px 10px !important;
  margin-bottom: 0rem !important;
}
.course-content__sidebar--btn-report-report{
  padding: 12px 10px !important;
  margin-bottom: 0rem !important;
}
.course-content__sidebar--btn-delete-filter{
  width: 100px;
  padding: 12px 10px !important;
}

.course-content__filter--header {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 100px;
  margin-right: 100px;
}
.proficiency-home{
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden
}
body, html {
  height: 100%;
  margin: 0;
}
.custom-date-input {
  position: relative;
  display: inline-block;
}

.custom-date-input input[type="date"] {
  width: 100%;
  padding-right: 40px; /* adjust padding to make space for the icon */
}

.custom-date-input img {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
  width: 24px; /* adjust size of the icon as needed */
  height: 24px; /* adjust size of the icon as needed */
}

/* Hide the default calendar icon */
input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
}
.overview-filter__form label{
  color: var(--color-dark-0);
  margin-bottom: 0px;
}
.overview-filter__form .form-group{
  justify-content: space-evenly;
  margin-bottom: 0px;
}
.custom-date-input{
  border-radius: 4px;
  filter: drop-shadow(0px 4px 11px #00000026);
}
button.course-content__sidebar--btn-search,
.course-content__sidebar--btn-delete-filter {
  border: 0px solid var(--theme-primary-color-1);
}

button.course-content__sidebar--btn-search {
  background-color: var(--color-blue-7);
  padding: 12px 24px;
  border-radius: 9px;
  display: inline-block;
  text-align: center;
}
.course-content__sidebar--btn-delete-filter {
  /* background-color: var(--color-blue-7); */
  padding: 12px 24px;
  border-radius: 9px;
  display: inline-block;
  text-align: center;
  color: red;
}
button.course-content__sidebar--btn-search:hover {
  background-color: var(--color-blue-2);
}

.course-content__sidebar--btn-delete-filter:hover {
  text-decoration: underline;
  color: red;
}

/* button.course-content__sidebar--btn-search,
.course-content__sidebar--btn-delete-filter {
  margin-bottom: 1rem;
} */
/* reponsive */
@media (min-width: 1440px) {
  .course-content__filter-field-search {
    max-width: 100%;
  }

  .course-content__filter-field-select {
    width: 100%;
  }
}

@media (min-width: 1280px) and (max-width: 1512px) {
  .course-content__sidebar--btn-report {
    /* width: 190px; */
    width: 100%;
  }
  .course-content__sidebar--btn-search{
    width: 100px;
    padding: 12px 5px!important;
  }
  .course-content__sidebar--btn-delete-filter{
    width: 80px;
  }

  .course-content__filter-field-search {
    /* max-width: 240px; */
    max-width: 100%;
  }

  .number_item__course {
    height: 200px;
  }

  .banner__inner {
    min-height: 280px;
    height: auto;
  }

  .banner__inner--mobile{
    min-height: 480px;
    height: auto;
  }

  .course {
    margin-bottom: 300px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .course__back {
    height: 460px;
    width: 100%;
    padding-top: 20px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
  }

  .course__back .container {
    width: 100%;
    position: relative;
  }

  .course .slider-nav {
    display: none;
  }

  .container .content {
    position: relative;
    width: 100%;
  }

  .course {
    margin-bottom: 10px;
  }
  .home__proficiency-test-btn{
    left: 30%;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .course-content__sidebar--btn-report {
    width: 190px;
  }

  .course-content__filter-field-search {
    /* max-width: 240px; */
    max-width: 100%;
  }

  .number_item__course {
    height: 200px;
  }

  .course {
    margin-bottom: 300px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .course__back {
    height: 460px;
    width: 100%;
    padding-top: 20px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
  }

  .course__back .container {
    width: 100%;
    position: relative;
  }

  .course .slider-nav {
    display: none;
  }

  .container .content {
    position: relative;
    width: 100%;
  }

  .course {
    margin-bottom: 10px;
  }

  /* .ellipse1,
  .ellipse2,
  .ellipse3,
  .ellipse4,
  .ellipse5,
  .ellipse6 {
    display: none;
    right: 0;
    left: 0;
  } */

  .course__header {
    width: 100%;
  }

  .value__content {
    width: 60%;
  }

  .value__banner {
    width: 30%;
  }

  .number_inner {
    margin-bottom: -30px;
  }

  .number_inner__header {
    margin-bottom: -30px;
  }

  .value-img img {
    z-index: -1;
    width: 50%;
  }

  .banner__inner {
    min-height: 215px;
    height: auto;
  }

  .banner__inner--mobile {
    min-height: 415px;
    height: auto;
  }
  .home__proficiency-test-btn-mobile{
    padding: 18px 50px;
    top: 30%;
    left: 20%;
  }
  .home__proficiency-test-btn{
    left: 30.5%;
  }
}

@media (min-width: 767.98px) and (max-width: 1023px) {
  .home__proficiency-test-btn{
    left: 35%;
  }
  .course-content__sidebar--btn-delete-filter,
  .course-content__sidebar--btn-search{
    width: 50%;
  }
  .course-content__filter--header {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .course-content__sidebar--btn-report {
    width: 170px;
    padding: 12px 0px !important;
  }

  .course-content__filter-field-search {
    /* max-width: 240px; */
    max-width: 100%;
  }

  .banner__inner {
    min-height: 150px;
    height: auto;
  }

  .banner__inner--mobile {
    min-height: 400px;
    height: auto;
  }

  .number_inner {
    margin-bottom: 30px;
  }

  .number_inner__header {
    margin-bottom: 30px;
  }

  .customer__item {
    padding: 50px 20px 23px 20px;
  }

  .value-img img {
    z-index: -1;
    width: 50%;
  }

  .number_frame {
    display: none;
  }

  .number_frame_course {
    display: none;
  }

  .value__banner--title h2 {
    font-size: 1.8rem;
  }

  .course {
    margin-bottom: 300px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .course__back {
    height: 460px;
    width: 100%;
    padding-top: 20px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
  }

  .course__back .container {
    width: 100%;
    position: relative;
  }

  .course .slider-nav {
    display: none;
  }

  .container .content {
    position: relative;
    width: 100%;
  }

  .course {
    margin-bottom: 10px;
  }

  .course__header {
    width: 100%;
  }

  .value__content {
    width: 60%;
  }

  .value__banner {
    width: 30%;
  }

  .number_inner__header {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .number_item__course {
    margin: 10px 10px;
  }
  .overview-filter__form .filter-field{
    max-width: 100%;
    width: 100%;
    margin-bottom: 1rem;
    justify-content: flex-start;
  }
  .overview-filter__form .filter-field .custom-date-input{
    width: 80%;
  }
  .overview-filter__form .filter-field label{
    width: 100px;
  }
  .home__proficiency-test-btn-mobile{
    padding: 14px 40px;
  }
}
@media (max-width: 992px) {
  #proficiency-highlight-tab .nav-link{
    overflow: hidden;
    height: 34px;
  }
  .home__proficiency-test-btn-mobile{
    top: 30%;
    left: 20%;
  }
}

@media (max-width: 767.98px) {
  .course-content__sidebar{
    max-height: 90vh;
  }
  #proficiency-highlight-tab .nav-link{
    overflow: hidden;
    height: 34px;
  }
  .overview-filter__form .filter-field{
    max-width: 100%;
    width: 100%;
    margin-bottom: 1rem;
    justify-content: flex-start;
  }
  .overview-filter__form .filter-field .custom-date-input{
    width: 80%;
  }
  .overview-filter__form .filter-field label{
    width: 100px;
  }
  .course-content__filter-field-search {
    max-width: 100%!important;
    width: 100%;
  }

  .course-content__filter--header {
    margin-left: 0px;
    margin-right: 0px;
  }

  .button_course-content {
    width: 100%;
    margin-bottom: 1rem;
  }

  .course-content__sidebar--btn-report {
    width: 100%;
  }
  .course-content__sidebar--btn-delete-filter,
  .course-content__sidebar--btn-search{
    width: 50%;
  }
  .course-content__filter-field-select.--created-at,
  .course-content__filter-field-select,
  .button_course-content{
    max-width: 100%;
  }
  .course-content__filter-field-select.--created-at,
  .course-content__filter-field-select{
    /* width: calc(50% - 8px); */
    width: 100%;
  }
  
  
  .course-content__inner_header {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }

  .course .course__inner .slider-nav {
    position: static;
    top: 0;
    right: 12%;
    display: flex;
    margin-right: 0 !important;
    justify-content: center;
    margin-top: .5rem;
  }

  .banner__inner {
    min-height: 80px;
    height: auto;
  }

  .banner__inner--mobile {
    min-height: 228px;
    height: auto;
  }

  .course__header {
    width: 100%;
  }

  .number_inner {
    flex-direction: column;
    align-items: center;
  }

  .number_inner__header {
    flex-direction: column;
    align-items: center;
    align-content: center;
  }

  .number_item {
    margin: 10px 15px;
    width: 100%;
  }

  .number_item .item__title {
    font-size: 32px;
  }

  .number_inner__header .number_item__course {
    margin: 10px 15px;
    width: 100%;
  }
  .number_inner__header{
    margin-top:30px;
  }
  /* .course-content__filter-field-select{
    width: 100%;
  } */
  .number_frame {
    display: none;
  }

  .number_frame_course {
    display: none;
  }

  .value__content {
    width: 100%;
  }

  .value__banner {
    width: 100%;
  }

  .value__inner {
    flex-direction: column;
  }

  .course {
    margin-bottom: 300px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
  }

  .course__back {
    height: 460px;
    width: 100%;
    padding-top: 20px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
  }

  .course__back .container {
    width: 100%;
    position: relative;
  }

  .course .slider-nav {
    display: none;
  }

  .container .content {
    position: relative;
    width: 100%;
  }

  /* .ellipse1,
  .ellipse2,
  .ellipse3,
  .ellipse4,
  .ellipse5,
  .ellipse6 {
    display: none;
    right: 0;
  } */

  .course {
    margin-bottom: 10px;
    padding-top: 0;
  }

  .customer__item {
    margin-top: 38px;
    padding: 50px 20px 23px 20px;
    flex-direction: column-reverse;
    align-items: center;
  }

  .value-img img {
    width: 100%;
  }

  .proficiency__block--title {
    margin-left: 0 !important;
  }

  .home__proficiency-detail .d-flex {
    flex-direction: column;
  }

  .home__proficiency-img {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 0;
  }

  .home__proficiency-description-frame {
    border-top-right-radius: 0;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
  }

  .home__proficiency-test-btn {
    font-size: 10px !important;
    left: 33%;
    padding: 5px 10px;
  }

  .banner__text--title{
    padding-top: 20px;
  }

  .--custom-filter {
    width: 100%;
  }
  .home__proficiency-test-btn-mobile{
    top: 30%;
    left: 20%;
  }
}

@media (min-width:0px) and (max-width: 450px) {
  .home__proficiency-test-btn-mobile{
    top: 34%;
    left: 30%;
  }
}
@media (min-width:0px) and (max-width: 360px) {
  .home__proficiency-test-btn-mobile{
    top: 34%;
    left: 33%;
  }
}