.heading[id=category-heading] {
  text-align: center;
  margin-top: 0;
  color: white;
  position: relative;
  height: auto;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 768px) {
  .heading[id=category-heading] {
    justify-content: center;
    padding-inline: 5vw;
  }
}
.heading[id=category-heading] .category-picker {
  background-color: white;
  border-radius: 20px;
  margin-block: 24px;
  font-weight: bold;
  padding: 15px;
  z-index: 1;
  align-self: center;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.6) 0 6px 15px;
}
.heading[id=category-heading] .category-picker .title {
  font-size: 26px;
  color: #1F2951;
  text-align: left;
  margin-bottom: 10px;
}
.heading[id=category-heading] .category-picker .picker-dropdown [class^=id-] {
  border-radius: 12px;
}
.heading[id=category-heading] .category-picker .picker-dropdown .picker-option {
  position: relative;
}
.heading[id=category-heading] .category-picker .picker-dropdown .picker-option .card-title {
  font-size: 16px;
  padding: 10px;
  text-align: start;
  color: white;
  display: flex;
  justify-content: space-between;
}
.heading[id=category-heading] .category-picker .picker-dropdown .picker-dropdown-item .hidden {
  display: none;
  opacity: 0;
}
.heading[id=category-heading] .category-picker .picker-dropdown .picker-dropdown-item .visible {
  display: block;
  opacity: 1;
}
.heading[id=category-heading] .heading-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  margin-top: 120px;
  min-height: 700px;
}
.heading[id=category-heading] .heading-content .category-container {
  margin-top: 20px;
  align-self: flex-end;
}
.heading[id=category-heading] .heading-content .main-heading-content {
  margin-block: 40px;
}
@media only screen and (max-width: 768px) {
  .heading[id=category-heading] .heading-content .main-heading-content {
    margin-block: 20px;
  }
}
.heading[id=category-heading] .heading-content .main-heading-content .subtitle {
  text-align: left;
  margin-bottom: 20px;
}
.heading[id=category-heading] .heading-content .main-heading-content .big-text {
  text-align: left;
  font-size: 80px;
  font-weight: bold;
  line-height: 1.1;
  z-index: 1;
  width: 50%;
}
@media only screen and (max-width: 1200px) {
  .heading[id=category-heading] .heading-content .main-heading-content .big-text {
    width: 80%;
  }
}
@media only screen and (max-width: 10px) {
  .heading[id=category-heading] .heading-content .main-heading-content .big-text {
    font-size: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .heading[id=category-heading] .heading-content .main-heading-content .big-text {
    font-size: 50px;
  }
}
.heading[id=category-heading] .heading-content .main-heading-content .description {
  text-align: left;
  width: 50%;
  color: white !important;
}
@media only screen and (max-width: 768px) {
  .heading[id=category-heading] .heading-content .main-heading-content .description {
    font-size: 12px;
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .heading[id=category-heading] .heading-content .main-heading-content .description {
    font-size: 14px;
  }
}
@media only screen and (max-width: 350px) {
  .heading[id=category-heading] .heading-content .main-heading-content .description {
    display: none;
  }
}
.heading[id=category-heading] .heading-content .main-heading-content .category-heading-button {
  width: 200px;
  height: 50px;
  border-radius: 20px;
  color: white;
  margin-top: 10px;
}
.heading[id=category-heading] .heading-content .main-heading-content .category-heading-button:focus {
  outline: none;
}
.heading[id=category-heading] .heading-content .category-container {
  margin-block: 24px;
}

.courses-page-list {
  position: relative;
  overflow: hidden;
  background-color: #ECECEC;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .courses-page-list {
    padding-bottom: 0;
  }
}
.courses-page-list .over-courses {
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  gap: 20px;
}
.courses-page-list .over-courses .breadcrumb {
  background-color: transparent;
  color: #1f2951;
  margin-bottom: 0;
  align-items: center;
  opacity: 0.5;
  font-size: 14px;
  padding: 0;
}
.courses-page-list .over-courses .breadcrumb li a {
  color: #1f2951;
  font-weight: bold;
}
.courses-page-list .over-courses .breadcrumb .active {
  color: #1f2951;
  padding-left: 10px;
}
.courses-page-list .over-courses .sort-section {
  background-color: #D8D9DD;
  border-radius: 15px;
  height: 50px;
  max-width: 300px;
  width: 40vw;
  font-size: 13px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-inline: 10px;
  font-weight: bold;
}
.courses-page-list .over-courses .sort-section .sort-heading {
  font-weight: normal;
}
.courses-page-list .over-courses .sort-section .dropdown-toggle-button {
  position: relative;
}
.courses-page-list .over-courses .sort-section .dropdown-toggle-button select {
  background-color: transparent;
  border: none;
  padding: 0;
  font-size: 1.4rem;
  color: #1f2951;
  font-weight: bold;
}
.courses-page-list .over-courses .sort-section .dropdown-toggle-button select:hover {
  cursor: pointer;
}
.courses-page-list .over-courses .sort-section .dropdown-toggle-button select:focus {
  box-shadow: none;
}
.courses-page-list .over-courses .sort-section .dropdown-toggle-button select::-ms-expand {
  font-weight: bold;
}
.courses-page-list .filter-selector {
  background-color: #D8D9DD;
  border-radius: 15px;
  height: 50px;
  width: 40vw;
  padding-inline: 10px;
  font-size: 13px;
  font-weight: bold;
}
.courses-page-list .filter-selector .filter-button {
  width: 100%;
  height: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.courses-page-list .filter-selector .filter-button .dropdown-category-arrow {
  transition: all 0.2s ease-in-out;
}
.courses-page-list .filter-selector .filter-button .dropdown-category-arrow.rotated {
  transform: rotate(180deg);
}
.courses-page-list #filters-mobile-dropdown {
  position: relative;
  z-index: 2;
  padding-inline: 15px;
  padding-block: 20px;
  font-size: 14px;
}
.courses-page-list #filters-mobile-dropdown .hidden {
  display: none;
}
.courses-page-list #filters-mobile-dropdown label, .courses-page-list .filter-section label {
  font-size: 14px;
  color: #1f2951;
  margin-bottom: 20px;
  display: block;
  position: relative;
  padding-left: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.courses-page-list #filters-mobile-dropdown input, .courses-page-list .filter-section input {
  position: absolute;
  opacity: 0;
  visibility: visible;
  left: 0;
  top: 0;
  z-index: 10;
  width: 20px;
  height: 20px;
}
.courses-page-list #filters-mobile-dropdown .vtc-check-btn, .courses-page-list .filter-section .vtc-check-btn {
  border-radius: 5%;
}
.courses-page-list #filters-mobile-dropdown .vtc-check-btn .checkmark, .courses-page-list .filter-section .vtc-check-btn .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #bfd1d9;
  border-radius: 6px;
}
.courses-page-list #filters-mobile-dropdown .vtc-check-btn .checkmark:hover, .courses-page-list .filter-section .vtc-check-btn .checkmark:hover {
  cursor: pointer;
}
.courses-page-list #filters-mobile-dropdown .vtc-check-btn .checkmark:after, .courses-page-list .filter-section .vtc-check-btn .checkmark:after {
  content: "";
  display: none;
  width: 100%;
  position: absolute;
  height: 100%;
}
.courses-page-list #filters-mobile-dropdown .vtc-check-btn input:checked ~ .checkmark:after, .courses-page-list .filter-section .vtc-check-btn input:checked ~ .checkmark:after {
  display: block;
  border-radius: 15%;
}
.courses-page-list #filters-mobile-dropdown .vtc-radio-btn, .courses-page-list .filter-section .vtc-radio-btn {
  border-radius: 50%;
}
.courses-page-list #filters-mobile-dropdown .vtc-radio-btn .checkmark, .courses-page-list .filter-section .vtc-radio-btn .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #bfd1d9;
}
.courses-page-list #filters-mobile-dropdown .vtc-radio-btn .checkmark:hover, .courses-page-list .filter-section .vtc-radio-btn .checkmark:hover {
  cursor: pointer;
}
.courses-page-list #filters-mobile-dropdown .vtc-radio-btn .checkmark:after, .courses-page-list .filter-section .vtc-radio-btn .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
.courses-page-list #filters-mobile-dropdown .vtc-radio-btn input:checked ~ .checkmark:after, .courses-page-list .filter-section .vtc-radio-btn input:checked ~ .checkmark:after {
  display: block;
  border-radius: 50%;
}
.courses-page-list .main-grid {
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-template-rows: 1fr;
  padding: 0;
  /* Scaling cards with proportions */
}
.courses-page-list .main-grid .filter-section {
  padding-right: 20px;
}
.courses-page-list .main-grid .filter-section .filter-header {
  display: flex;
  z-index: 2;
  position: relative;
  justify-content: space-between;
  margin-right: 20px;
  padding-bottom: 20px;
}
.courses-page-list .main-grid .filter-section .filter-header .filter-heading {
  font-size: 20px;
  font-weight: bold;
}
.courses-page-list .main-grid .filter-section .filter-header .clear-filter-btn {
  width: 70px;
  height: 25px;
  border: 0;
  border-radius: 20px;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: bold;
  background-color: #e2ebef;
  color: #b1c1c8;
}
@media only screen and (min-width: 1200px) and (max-width: 1364px), only screen and (min-width: 768px) and (max-width: 992px) {
  .courses-page-list .main-grid .vulcan-card:not(.medical-card) {
    height: 400px;
  }
  .courses-page-list .main-grid .vulcan-card:not(.medical-card) .card-body {
    padding: 1.5rem;
  }
  .courses-page-list .main-grid .vulcan-card:not(.medical-card) .card-body .subtitle {
    line-height: 1.1;
  }
  .courses-page-list .main-grid .vulcan-card:not(.medical-card) .card-body .card-body-grid .names-section .title {
    font-size: 16px;
  }
  .courses-page-list .main-grid .vulcan-card:not(.medical-card) .card-body .card-body-grid .prices-section .price, .courses-page-list .main-grid .vulcan-card:not(.medical-card) .card-body .card-body-grid .prices-section .currency-vat {
    font-size: 16px;
  }
}
.courses-page-list .main-grid .courses-carousel .courses-grid-container .courses-grid-slide {
  gap: 12px;
  display: flex;
  flex-wrap: wrap;
}
.courses-page-list .main-grid .courses-carousel .courses-grid-container .courses-grid-slide .filter-subcategory {
  flex: 0 0 calc(33.333% - 12px);
}
@media only screen and (max-width: 1200px) {
  .courses-page-list .main-grid .courses-carousel .courses-grid-container .courses-grid-slide {
    display: flex;
    justify-content: space-around;
    margin-inline: 15px;
  }
  .courses-page-list .main-grid .courses-carousel .courses-grid-container .courses-grid-slide .filter-subcategory {
    flex: 1 0 calc(50% - 12px);
  }
}
@media only screen and (max-width: 768px) {
  .courses-page-list .main-grid {
    grid-template-columns: 1fr;
  }
  .courses-page-list .main-grid .courses-carousel .courses-grid-container .courses-grid-slide {
    display: flex;
    justify-content: space-around;
    column-gap: 12px;
    row-gap: 12px;
    flex-wrap: wrap;
    margin-inline: 15px;
  }
  .courses-page-list .main-grid .courses-carousel .courses-grid-container .courses-grid-slide .filter-subcategory {
    flex: 1 0 calc(50% - 12px);
  }
  .courses-page-list .main-grid .courses-carousel .courses-grid-container .courses-grid-slide::after {
    content: "";
    flex: 1 0 calc(50% - 12px);
    box-sizing: border-box;
    visibility: hidden;
  }
}

.go-back {
  width: 100%;
  height: 40px;
  border-radius: 15px;
  color: white;
  margin-top: 20px;
  background-color: #00C0FF;
  font-weight: bold;
  font-size: 14px;
}

.go-back:focus {
  outline: none;
}

.ppe-card {
  flex-direction: row;
  color: #1F2951;
  border-radius: 30px;
  display: flex;
  justify-content: start;
  min-height: 720px;
  max-width: 1500px;
  margin-block: 3vh;
}
@media only screen and (max-width: 1200px) {
  .ppe-card {
    flex-direction: column;
  }
}
.ppe-card .card-img-top {
  min-height: 720px;
  width: 42%;
  object-fit: cover;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  flex-shrink: 0;
}
@media only screen and (max-width: 1200px) {
  .ppe-card .card-img-top {
    width: 100%;
    border-bottom-left-radius: 0;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
}
.ppe-card .card-body {
  display: flex;
  flex-direction: column;
  align-items: end;
  padding: 40px 60px 40px 90px;
  gap: 20px;
}
@media only screen and (max-width: 1200px) {
  .ppe-card .card-body {
    padding: 30px 30px 30px 30px;
  }
}
.ppe-card .card-body .title {
  font-size: 40px;
  font-weight: bold;
  text-align: end;
}
@media only screen and (max-width: 560px) {
  .ppe-card .card-body .title {
    font-size: 28px;
  }
}
.ppe-card .card-body .text {
  font-size: 20px;
  text-align: end;
}
@media only screen and (max-width: 560px) {
  .ppe-card .card-body .text {
    font-size: 16px;
  }
}
.ppe-card .card-body input[type=text],
.ppe-card .card-body input[type=email],
.ppe-card .card-body textarea {
  width: 100%;
  padding: 14px;
  margin-bottom: 15px;
  border: none;
  border-radius: 16px;
  background-color: #f2f2f2;
  font-size: 16px;
  box-sizing: border-box;
}
.ppe-card .card-body input::placeholder,
.ppe-card .card-body textarea::placeholder {
  font-weight: bold;
  color: #c2c2c2;
  font-size: 16px;
}
@media only screen and (max-width: 560px) {
  .ppe-card .card-body input::placeholder,
  .ppe-card .card-body textarea::placeholder {
    font-size: 14px;
  }
}
.ppe-card .card-body button[type=submit] {
  padding: 14px 20px;
  width: 100%;
  color: #fff;
  border: none;
  border-radius: 15px;
  cursor: pointer;
  font-size: 16px;
}
.ppe-card .card-body button[type=submit]:hover {
  background-color: #555;
}
.ppe-card .card-body .contact-info {
  font-size: 18px;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media only screen and (max-width: 560px) {
  .ppe-card .card-body .contact-info {
    font-size: 14px;
  }
}

/*# sourceMappingURL=category.css.map */
