/************
Search Breadcrumb
************/

.page--breadcrumb {
    padding: 16px 0;
    background-color: #f8f9fb;
}

.search--result {
    font-weight: 400;
    line-height: 24px;
    color: #575c74;
}

.search--result .p-breadcrumb {
    font-weight: 600;
    font-size: .875rem;
    line-height: 22px;
    display: block;
}

.search--result .p-breadcrumb .bcrmb--link a {
    color: #f37120;
}

.course--sort{
    box-sizing: border-box;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.sort--select{ 
    text-align: left;
    background-color: hsl(0, 0%, 100%);
    border-color: hsl(0, 0%, 80%);
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    cursor: default;
    min-height: 38px;
}
.sort--select option {
    padding: 5px 10px;
    width: 100%;
    margin: 4px 0px;
    font-weight: 600;
    line-height: 22px;
    height: 50px;
    color: var(--colors-textColor);
    /* white-space: inherit; */
}
.sort--select option:hover {
    background-color: rgb(254, 240, 232);
    border-radius: 4px;
    color: var(--colors-textColor) !important;
}


.choices[data-type*=select-one]:after {
    right: 1.5rem;
  }
  
  .shadow {
    box-shadow: 0.3rem 0.3rem 1rem rgba(178, 200, 244, 0.23);
  }
  
  a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s;
  }
/************
Search Courses Lists
************/

.course--filter {
    padding: 24px;
    box-shadow: 0 4px 13px hsl(0deg 0% 71% / 25%);
    border-radius: 4px;
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    width: 100%;
    margin-top: 15px;
}

.filter--header {
    margin: 8px 0;
}

.filter--header .filter--title {
    padding: 0;
    font-size: .875rem;
    line-height: 22px;
    text-transform: capitalize;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
}

.filter--checkbox {
    padding: 4px 0;
    font-weight: 600;
    font-size: .875rem;
    line-height: 22px;
    color: #575c74;
    text-transform: capitalize;
}

.filter--button {
    cursor: pointer;
    display: flex;
    align-items: center;
}

/* .filter--button input {
} */
.filter--button label{
    margin: 0;
    padding-left: 8px;
    cursor: pointer;
}
.course--lists {
    height: calc(100vh - 64px);
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.course--lists::-webkit-scrollbar {
    display: none;
}

.courseItem {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.course--mobileFilter {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #0d2f55;
    height: 45px;
    z-index: 2;
}

.mobile--filterBtn {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    opacity: .9;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-around;
    height: inherit;
    text-transform: uppercase;
}

.mobile--filter-container {
    position: fixed;
    bottom: 0;
    left: 0;
    top: 64px;
    background: #fff;
    width: 100%;
    height: calc(100vh - 64px);
    overflow: auto;
    padding: 0 16px 68px;
}

.mobile--filter-container {
    display: none;
}

.mobile--filters {
    padding: 24px;
    box-shadow: 0 4px 13px hsl(0deg 0% 71% / 25%);
    border-radius: 4px;
    width: 100%;
    margin-top: 15px;
}

.mobile--filterBy {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 24px;
}

.m-filter--radioList.radio {
    padding: 8px 0;
    font-weight: 600;
    font-size: .875rem;
    line-height: 22px;
    color: #575c74;
    text-transform: capitalize;
}

.m-filter--radioList.radio label {
    display: flex;
    align-items: center;
}

.m-filter--radioList.radio label input[type=radio]:checked {
    border: 1px solid #f37120;
    background-color: #f37120;
}

.m-filter--radioList.radio label input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-clip: content-box;
    padding: 3px;
    border: 1px solid rgba(17, 23, 58, .1);
    margin-right: 8px;
}

.m--filterBtns-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    background: #fff;
    height: 60px;
    padding: 20px;
    margin-left: -16px;
}

.m--filterBtns-container button {
    width: 100%;
}


/**************************
Category : Explore Courses
**************************/

.categoryDetails--shortDesc.showDown {
    max-height: 100% !important;
}

.categoryDetails--title {
    font-size: 1.5rem;
    line-height: 28px;
    font-weight: 800;
    margin: 32px 0px;
}

.page--banner img {
    width: 100%;
}

.oth--co--ScrollContainer {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    /* padding: 8px; */
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.oth--co--ScrollContainer>div {
    margin-right: 30px;
}

.oth--co--ScrollContainer>div:last-child {
    margin-right: 0px;
}

.oth--co--ScrollContainer::-webkit-scrollbar {
    display: none;
}

.oth--co--ScrollContainer .swiper-button-prev {
    left: -16px;
    visibility: hidden;
    margin: 0;
}

.oth--co--ScrollContainer .swiper-button-next {
    visibility: hidden;
    right: -16px;
    margin: 0;
}

.oth--co--ScrollContainer .swiper-button-prev.swiper-button-disabled,
.oth--co--ScrollContainer .swiper-button-next.swiper-button-disabled {
    display: none;
}

.oth--co--ScrollContainer .swiper-button-prev,
.oth--co--ScrollContainer .swiper-button-next {
    width: auto;
    transform: translateY(-50%);
}

.oth--co--ScrollContainer .swiper-button-prev:after,
.oth--co--ScrollContainer .swiper-button-next:after {
    width: 40px;
    height: 40px;
    border: 1px solid var(--colors-backgroundColor) !important;
    border-radius: 50% !important;
    background-color: var(--colors-backgroundColor) !important;
    box-shadow: 0 2px 12px hsl(0deg 0% 82% / 50%);
    font-size: 17px;
}

.oth--co--ScrollContainer .swiper-button-prev:after,
.oth--co--ScrollContainer .swiper-button-next:after {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--colors-primaryBrand);
}


/**************************
Categories : 
**************************/

.categories .categories--card .category--innnerDiv {
    position: relative;
    bottom: 40px;
    height: 0;
}


/**************************
About Us : 
**************************/

.aboutUs {
    text-align: justify;
}

.aboutUs h6 {
    font-weight: 700;
    line-height: 22px;
    color: #11173a;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.aboutUs p {
    font-weight: 400;
    line-height: 26px;
    color: #282d4d;
    margin-bottom: 30px;
}


/**************************
profile : 
**************************/

.profileRow {
    padding-top: 60px;
}

.profileMenu {
    border-radius: 4px;
    padding: 16px;
}

.profileMenu a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(41, 50, 105, .5) !important;
    height: 40px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.profileMenu a:hover {
    color: rgba(41, 50, 105, .5) !important;
}

.profileMenu a.active {
    background: #fef0e8 !important;
    border-radius: 4px;
    color: #11173a !important;
}

.profileBtn {
    border: 0px;
    margin: 0px 8px;
    min-width: inherit;
    background-color: transparent !important;
    color: var(--colors-primaryBrand) !important;
}

.profileHeading {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #11173a;
    margin-bottom: 30px;
}

.profileContainer {
    padding: 30px;
    box-shadow: 0 3px 20px rgb(13 47 85 / 8%);
    border-radius: 8px;
}

.profileContainer label {
    margin-top: 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: rgba(41, 50, 105, .5);
}

.profileSectionHeading {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #11173a;
}

.profileInputWithEdit {
    position: relative;
}

.profileInputWithEdit i {
    position: absolute;
    right: 12px;
    top: 12px;
    cursor: pointer;
}

.form-control {
    color: inherit;
}

.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http: //www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


