.Header-section .courses-dropdown-main .nav-link.active {
  background-color: #fff;
  border-bottom: 2px solid #ff8600;
  border-radius: 0px;
}

.Header-section .courses-dropdown-main .inner-tab-sec {
  margin: 20px 20px 10px 20px;
}

.Header-section .courses-dropdown-main .inner-tab-sec .card-row {
  white-space: pre-wrap;
}

.Header-section .courses-dropdown-main .inner-tab-sec h6 {
  color: #000;
  font-size: 13px;
  font-weight: 500;
  margin: 10px;
}

.Header-section .courses-dropdown-main .inner-tab-sec .uni-card-div p {
  color: #000;
  font-size: 13px;
  font-weight: 500;
}

.Header-section .courses-dropdown-main .inner-tab-sec .uni-card-div {
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: 0 3px 10px #ebe8e8;
  margin: 8px 8px;
  padding: 10px;
}

.Header-section .courses-dropdown-main .inner-tab-sec .uni-card-div:hover {
  box-shadow: 0 3px 10px #ff86008a;
}

.Header-section .courses-dropdown-main .inner-tab-sec .logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin-right: 6%;
  aspect-ratio: 1/0.3;
}

.Header-section .courses-dropdown-main .inner-tab-sec a {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.Header-section .courses-dropdown-main .link-div:hover .arrow-icon {
  margin-left: 20px;
}

.Header-section .courses-dropdown-main .arrow-icon {
  transition: 0.4s ease-in-out;
}

.Header-section .courses-dropdown-main .inner-tab-sec .img-div {
  justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
}

.Header-section .courses-dropdown-main .university-tabs {
  margin: 20px 0px;
}

.Header-section .courses-dropdown-main .university-tabs .nav-link.active {
  background-color: #fff;
  /* border: 2px solid #ff8600; */
  border-radius: 9px;
  width: 200px;
  margin-bottom: 10px;
  background-color: #fbefd8;
  border-bottom: none;
}

.Header-section .courses-dropdown-main .university-tabs .nav-link {
  width: 200px;
  margin-bottom: 10px;
}

.Header-section .courses-dropdown-main .university-tabs .nav-link:hover {
  background-color: #fbefd8;
}

.Header-section .courses-dropdown-main .specilization-card {
  text-align: center;
  border-radius: 5px;
  margin: 0px 0px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 10px 0px #c1c1c1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px;
  border: 1px solid transparent;
  border-radius: 10px;
}

.Header-section .courses-dropdown-main .specilization-card.uni-39 {
  border: 1px solid #b02930;
}

.Header-section .courses-dropdown-main .specilization-card.uni-39:hover {
  border: 1px solid #b02930;
  background: #b02930;
  color: #fff;
}

.Header-section .courses-dropdown-main .specilization-card.uni-34 {
  border: 1px solid #093255;
}

.Header-section .courses-dropdown-main .specilization-card.uni-34:hover {
  border: 1px solid #093255;
  background: #093255;
  color: #fff;
}

.Header-section .courses-dropdown-main .specilization-card.uni-35 {
  border: 1px solid #c6b092;
}

.Header-section .courses-dropdown-main .specilization-card.uni-35:hover {
  border: 1px solid #c6b092;
  background: #c6b092;
  color: #000;
}

.Header-section .courses-dropdown-main .specilization-card.uni-37 {
  border: 1px solid #d12123;
}

.Header-section .courses-dropdown-main .specilization-card.uni-37:hover {
  border: 1px solid #d12123;
  background: #d12123;
  color: #fff;
}

.Header-section .courses-dropdown-main .specilization-card.uni-44 {
  border: 1px solid #5a5b5e;
}

.Header-section .courses-dropdown-main .specilization-card.uni-44:hover {
  border: 1px solid #5a5b5e;
  background: #5a5b5e;
  color: #fff;
}

.Header-section .courses-dropdown-main .specilization-card:hover {
  /* border: 1px solid transparent;
    border-image: linear-gradient(to right, red, purple);
    border-image-slice: 1; */
  border: 1px solid;
  border-radius: 10px;
}

.Header-section .courses-dropdown-main .specilization-card p {
  font-size: 13px;
  font-weight: 400;
  margin: 0px;
}

.Header-section .courses-dropdown-main .universitycontents {
  max-height: 300px;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

.Header-section .courses-dropdown-main .silder-btn {
  position: relative;
}

.Header-section .courses-dropdown-main .silder-btn .back-btn {
  content: url("/public/assets/images/icons/preCourse.png");
  width: 19px;
  height: 19px;
  margin: 10px;
  cursor: pointer;
  position: absolute;
  bottom: 29px;
  z-index: 999;
  left: -673px;
}

.Header-section .courses-dropdown-main .silder-btn .next-btn {
  content: url("/public/assets/images/icons/nextCourse.png");
  width: 19px;
  height: 19px;
  margin: 10px;
  cursor: pointer;
  position: absolute;
  bottom: 29px;
  z-index: 999;
  right: -20px;
}

.Header-section .courses-dropdown-main .swiper-pagination-bullets {
  display: none;
}

.Header-section .swiper {
  width: 100%;
}

.Header-section .university-tabs .swiper-button-prev,
.Header-section .university-tabs .swiper-button-next {
  font-size: 9px;
  color: #fff;
  background: #000;
  border-radius: 50%;
  padding: 7px 9px;
  width: 25px;
  height: 25px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .Header-section .courses-dropdown-main .silder-btn .back-btn {
    left: -479px;
  }
}

@media (min-height: 575px) and (max-height: 768px) {
  .Header-section .courses-dropdown-main .universitycontents {
    max-height: 200px;
  }
}
