@charset "UTF-8";
.inner-header {
    padding: 60px 0;
    /*display: none;*/
}

.inner-header .triangle,
.inner-header .earth {
    position: absolute;
    top: 90px;
}

.inner-header .triangle {
    right: 34%;
}

.inner-header .earth {
    left: 37%;
}

.inner-header nav {
    padding-right: 55px;
    margin-top: 10px;
}

.inner-header nav .breadcrumb-item + .breadcrumb-item::before {
    transform: rotate(180deg);
    margin-left: 10px;
}

.inner-header nav a:hover {
    color: var(--orange) !important;
}

.search {
    background-color: white;
    padding: 6px;
    border-radius: 8px;
    border: 1px solid #dde0e3;
}

.search .form-control {
    border: 0px !important;
}

.search .send {
    width: 40px;
    height: 40px;
    border-radius: 4px !important;
    padding: 0px;
}

.search .send i {
    margin-top: 5px;
}

.form-select {
    padding: 0.8rem 0.75rem 0.8rem 2.25rem;
}

.inner-header.inner-pages {
    position: relative;
}

.inner-header.inner-pages::after {
    background-image: url("../images/pages/section.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
}

.vision-section .card .icon img {
    width: 200px;
    height: 70px;
}

.services_pg .card:hover {
     background: var(--mainColor)!important;
    box-shadow: 0 2px 18px 2px hsl(208.6deg 68.24% 29.95%) !important;
}

.contact-section .form-control {
    border-left: 0px !important;
    border: 1px solid #c4c4c4;
    border-radius: 2px;
    font-size: 1.1rem;
    padding: 0.7rem 0.75rem;
}

.contact-section .code-form .form-control {
    border-left: 1px solid #c4c4c4 !important;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
}

.contact-section .input-group-text {
    border: 1px solid #c4c4c4;
    background-color: transparent;
    border-radius: 2px;
}

.contact-section .phone {
    border-radius: 2px;
    background-color: var(--orange);
    color: white;
    border: 0px;
}

.form-check-input[type=checkbox],
.form-check-input[type=radio] {
    border: 1px solid #c4c4c4;
}

.form-check-input[type=checkbox] {
    border-radius: 2px;
}

.courses-section .form-check-label {
    font-size: 17px;
}

.courses-section .form-check-input {
    width: 0.8em;
    height: 0.8em;
}

.courses-section .list-items li {
    margin: 12px 0;
}

.courses-section .list-items li a {
    background-color: #f5f7f9;
    padding: 8px 20px;
    border-radius: 4px;
    border: 1px solid transparent;
    transition: all 0.3s ease;
}

.courses-section .list-items li a:hover {
    border: 1px solid var(--mainColor);
    background-color: rgba(37, 82, 123, 0.17);
    padding: 8px 25px;
    color: var(--mainColor) !important;
    transition: all 0.3s ease;
}

.courses-section .card {
    border-radius: var(--radius-15) !important;
    background-color: white;
    position: relative;
    height: 100%;
    padding-bottom: 57px;
}

.courses-section .card .rate {
    position: absolute;
    border-radius: 30px;
    top: 175px;
    inset-inline-end: 10px;
    background-color: #fafafa;
    padding: 2px 20px;
}

.courses-section .card .card-img {
    height: 190px;
    width: 100%;
}

.courses-section .card .card-img img {
    height: 100%;
    width: 100%;
}

.courses-section .card .card-body .card-text {
    max-height: 100px;
    overflow: hidden;
}

.courses-section .card .card-footer {
    background-color: transparent;
    border-top: 0px;
}

.courses-section .card .name {
    padding: 15px;
    position: absolute;
    bottom: 0;
    border-radius: 0 0 15px 15px;
    width: 100% ;
}

.courses-section .card .name .img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    overflow: hidden;
    margin-left: 10px;
}

.courses-section .card .name .img img {
    width: 100%;
    height: 100%;
}

.pagination .page-item {
    margin: 0 5px;
}

.pagination .page-item .page-link {
    border: 1px solid var(--mainColor);
    border-radius: 4px;
    color: black;
}

.pagination .page-item .page-link:hover {
    color: var(--mainColor);
    font-weight: bold;
    background-color: rgba(37, 82, 123, 0.17);
}

.pagination .page-item .page-link.active {
    color: var(--mainColor);
    font-weight: bold;
    background-color: rgba(37, 82, 123, 0.17);
}

.profile-section .profile-wrapepr {
    padding: 50px 3vw;
}

.profile-section .profile-img {
    height: 100px;
    width: 100px;
    border-radius: 100%;
}

.profile-section .teacher-img {
    height: 145px;
    width: 145px;
    border-radius: 100%;
}

.profile-section .data-group {
    margin: 10px 0px;
}

.profile-section .data-group .data {
    padding: 1rem 1.5rem;
    border-radius: 12px;
    font-size: 15px;
    background-color: #f4f4f4;
    border: 1px solid #f4f4f4;
}

.profile-section .data-group .data i {
    color: var(--mainColor);
    margin-inline-end: 5px;
}

.profile-section .data-group.textarea .data {
    height: 150px;
}

.drop_box {
    overflow: hidden;
    border: 1px solid #c4c4c4;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.drop_box .kwt-file {
    width: 100%;
}

.drop_box .kwt-file__drop-area {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 24px 10px;
    transition: 0.3s;
    padding-inline-start: 50px;
    font-size: 14px;
}

.drop_box .kwt-file__drop-area.is-active {
    background-color: rgba(48, 104, 157, 0.0862745098);
}

.drop_box .kwt-file__choose-file {
    flex-shrink: 0;
    background-color: transparent;
    color: var(--orange);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    inset-inline-end: 0;
}

.drop_box .kwt-file__choose-file.kwt-file_btn-text {
    border-radius: 4px;
    width: auto;
    height: auto;
    padding: 10px 20px;
    font-size: 14px;
}

.drop_box .kwt-file__choose-file svg {
    width: 19px;
    height: 19px;
    display: block;
}

.drop_box .kwt-file__msg {
    /* color: #666; */
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    white-space: nowrap;
    position: absolute;
    right: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.drop_box .kwt-file__input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
}

.drop_box .kwt-file__input:focus {
    outline: none;
}

.drop_box .kwt-file__delete {
    display: none;
    position: absolute;
    inset-inline-end: 10px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.drop_box .kwt-file__delete:before {
    content: "";
    position: absolute;
    inset-inline-end: 45px;
    transition: 0.3s;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%231d3557' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 438.5 438.5'%3e%3cpath d='M417.7 75.7A8.9 8.9 0 00411 73H323l-20-47.7c-2.8-7-8-13-15.4-18S272.5 0 264.9 0h-91.3C166 0 158.5 2.5 151 7.4c-7.4 5-12.5 11-15.4 18l-20 47.7H27.4a9 9 0 00-6.6 2.6 9 9 0 00-2.5 6.5v18.3c0 2.7.8 4.8 2.5 6.6a8.9 8.9 0 006.6 2.5h27.4v271.8c0 15.8 4.5 29.3 13.4 40.4a40.2 40.2 0 0032.3 16.7H338c12.6 0 23.4-5.7 32.3-17.2a64.8 64.8 0 0013.4-41V109.6h27.4c2.7 0 4.9-.8 6.6-2.5a8.9 8.9 0 002.6-6.6V82.2a9 9 0 00-2.6-6.5zm-248.4-36a8 8 0 014.9-3.2h90.5a8 8 0 014.8 3.2L283.2 73H155.3l14-33.4zm177.9 340.6a32.4 32.4 0 01-6.2 19.3c-1.4 1.6-2.4 2.4-3 2.4H100.5c-.6 0-1.6-.8-3-2.4a32.5 32.5 0 01-6.1-19.3V109.6h255.8v270.7z'/%3e%3cpath d='M137 347.2h18.3c2.7 0 4.9-.9 6.6-2.6a9 9 0 002.5-6.6V173.6a9 9 0 00-2.5-6.6 8.9 8.9 0 00-6.6-2.6H137c-2.6 0-4.8.9-6.5 2.6a8.9 8.9 0 00-2.6 6.6V338c0 2.7.9 4.9 2.6 6.6a8.9 8.9 0 006.5 2.6zM210.1 347.2h18.3a8.9 8.9 0 009.1-9.1V173.5c0-2.7-.8-4.9-2.5-6.6a8.9 8.9 0 00-6.6-2.6h-18.3a8.9 8.9 0 00-9.1 9.1V338a8.9 8.9 0 009.1 9.1zM283.2 347.2h18.3c2.7 0 4.8-.9 6.6-2.6a8.9 8.9 0 002.5-6.6V173.6c0-2.7-.8-4.9-2.5-6.6a8.9 8.9 0 00-6.6-2.6h-18.3a9 9 0 00-6.6 2.6 8.9 8.9 0 00-2.5 6.6V338a9 9 0 002.5 6.6 9 9 0 006.6 2.6z'/%3e%3c/svg%3e");
}

.course-details-section .live_span {
    font-size: 15px;
    color: #f00;
}

.course-details-section iframe {
    width: 100%;
    height: 500px;
    border-radius: 8px;
}

.course-details-section .name .img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    overflow: hidden;
    margin-left: 10px;
}

.course-details-section .name .img img {
    width: 100%;
    height: 100%;
}

.course-details-section .courses-nav {
    width: 100%;
    display: flex;
    border-radius: 4px;
    overflow: hidden;
    justify-content: space-between;
}

.course-details-section .courses-nav .nav-item {
    flex: 1;
    text-align: center;
    border-left: 1px solid #fff;
}

.course-details-section .courses-nav .nav-item .nav-link {
    background: #f0f0f0;
    padding: 10px !important;
    border-radius: 0px;
    color: var(--grey-dark);
}

.course-details-section .courses-nav .nav-item .nav-link.active {
    background-color: var(--mainColor);
    color: white;
}

.course-details-section .learn-section {
    background-color: #f0f0f0;
}

.course-details-section .profile-img {
    height: 240px;
    border-radius: 4px;
}

.course-details-section .left-side .accordion-button {
    padding: 10px 15px;
}

.course-details-section .left-side .accordion-item {
    border: 0px;
}

.course-details-section .left-side .accordion-item .nav-item {
    padding: 10px 0px;
    border-bottom: 1px solid #dfdddd;
}

.course-details-section .left-side .accordion-button:not(.collapsed) {
    background-color: #e9eaed;
    box-shadow: none;
}

.course-details-section .left-side .nav-pills .nav-link.active,
.course-details-section .left-side .nav-pills .show > .nav-link {
    background-color: transparent;
    border-radius: 0px;
    color: #1cca81 !important;
}

.course-details-section .left-side .nav-pills .nav-link.active span,
.course-details-section .left-side .nav-pills .nav-link.active i,
.course-details-section .left-side .nav-pills .show > .nav-link span,
.course-details-section .left-side .nav-pills .show > .nav-link i {
    color: #1cca81 !important;
}

.course-details-section .single-img img {
    height: 500px;
    border-radius: var(--radius-8);
}

.course-details-section .left-side-course iframe {
    width: 100%;
    height: 240px;
}

.course-details-section .left-side-course .price {
    color: #24292d;
    font-size: 40px;
}

.course-details-section .left-side-course .details .item {
    border-bottom: 1px solid #dfdddd;
    padding: 15px 0px;
}

.course-details-section .left-side-course .details .item i {
    margin-inline-end: 7px;
}

.course-details-section .left-side-course .social_links a {
    width: 35px;
    height: 35px;
    background-color: #f7f7f7;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #888;
}

.course-details-section .left-side-course .social_links a:hover {
    background-color: var(--mainColor);
    color: #fff;
}

.course-details-section .left-side-course .share a {
    margin: 0px 3px;
}

.course-details-section .left-side-course .share a img {
    width: 40px;
    height: 40px;
    border-radius: var(--radius-8);
    transition: all 0.3s ease;
}

.course-details-section .left-side-course .share a:hover img {
    transition: all 0.3s ease;
    transform: scale(1.1);
}

.course-details-section .table td {
    font-size: 19px;
    text-align: center;
    color: #414040;
    background-color: transparent;
    white-space: nowrap;
}

.reviews-section .progress {
    position: relative;
}

.reviews-section .progress .number {
    position: absolute;
    left: 10px;
    font-weight: bold;
    font-size: 16px;
    top: -4px;
}

.reviews-section .reviews_box .item {
    border-radius: 5px;
    background-color: #f7f7f7;
    padding: 15px;
    margin-bottom: 25px;
}

.reviews-section .reviews_box .item:last-child {
    margin-bottom: 0;
}

.reviews-section .reviews_box .item .stars i {
    font-size: 14px;
    color: var(--grey-text);
}

.reviews-section .reviews_box .item .stars i.active {
    color: #FFC531;
}

.reviews-section .reviews_box .item .text {
    font-size: 14px;
}

.reviews-section .rate-perc {
    text-align: center;
}

.reviews-section .rate-perc span {
    font-size: 4.5rem;
}

.progress,
.progress-stacked {
    border-radius: 4px;
    --bs-progress-bg: #eeeeee;
}

.progress-bar {
    background-color: #ffc531;
}

.form-control.no-border {
    border: 0px;
    font-size: 2rem;
    font-weight: bold;
    color: var(--grey-text);
}

.form-control.no-border::-moz-placeholder {
    color: var(--grey-text);
}

.form-control.no-border::placeholder {
    color: var(--grey-text);
}

.modal-dialog .modal-content {
    background: #e7e7e7;
    border-radius: var(--radius-15);
    border: 0px;
}

.modal-dialog .modal-content .btn-close {
    opacity: 1;
}

.modal-dialog .modal-header {
    border-bottom: 0px;
}

.modal-dialog .modal-footer {
    border-top: 0px;
}

.related-section .card {
    border-radius: 0px;
}

.related-section .card img {
    width: 100%;
    height: 110px;
    border-radius: 4px;
    margin-left: 15px;
    transition: all 0.3s ease;
}

.related-section .card a:hover {
    color: var(--mainColor) !important;
}

.related-section .card:hover img {
    transition: all 0.3s ease;
    transform: scale(1.1);
}

.related-section .card:not(:last-child) {
    border-bottom: 1px solid #dfdddd !important;
}

.discount {
    background-color: #fd7e14;
    border-radius: 8px;
    padding: 2px 10px;
}

.accordion-content {
    --bs-accordion-border-color: transparent;
    --bs-accordion-btn-color: white;
}

.accordion-content .accordion-button {
    background-color: #ececec;
    color: #555555;
    padding: 10px 20px;
}

.accordion-content .accordion-item {
    margin-bottom: 15px;
    border-radius: var(--radius-8);
    overflow: hidden;
}

.accordion-content .accordion-button:not(.collapsed) {
    background-color: var(--green2) !important;
    color: white;
}

.accordion-content .accordion-button:not(.collapsed)::after {
    color: red; /* Change this to your preferred color */
}

.accordion-content .accordion-button:focus {
    box-shadow: none;
}

.accordion-content .file {
    border-bottom: 1px solid #dfdddd !important;
    padding: 15px 0px;
}

.lecture-card .live {
    background-color: #d6293e;
    position: absolute;
    border-radius: 30px;
    top: 185px;
    left: 10px;
    padding: 8px 20px;
}

.quiz_pg .inner {
    padding: 65px 3vw;
    border-radius: 15px;
    background-color: #fff;
    position: relative;
}

.quiz_pg .inner .ques_box {
    background-color: rgba(37, 107, 127, 0.0392156863);
    border: 2px solid rgba(37, 107, 127, 0.0392156863);
    padding: 25px;
    margin-bottom: 20px;
    border-radius: 15px;
}

.quiz_pg .inner .ques_box .form-check {
    margin-bottom: 10px;
}

.quiz_pg .inner .ques_box.checked {
    border-color: #0f9d58;
    background-color: rgba(15, 157, 88, 0.0941176471);
}

.quiz_pg .inner .ques_box.wrong {
    border-color: rgb(188, 39, 39);
    background-color: rgba(188, 39, 39, 0.071);
}

.quiz_pg .inner .ques_box.wrong .form-check-input:checked {
    background-color: rgb(188, 39, 39);
    border-color: rgb(188, 39, 39);
}

.banner-section {
    display: none;
}

.quiz_ans_pg .form-check-input,
.quiz_ans_pg .form-check-label {
    pointer-events: none;
}

.schedual .bi-calendar {
    margin-right: 5px;
    color: var(--mainColor);
}

.schedual .date {
    padding: 10px 20px;
}

.schedual .btn-check:checked + .btn,
.schedual .btn.active,
.schedual .btn.show,
.schedual .btn:first-child:active,
.schedual :not(.btn-check) + .btn:active {
    background: linear-gradient(90deg, rgba(210, 242, 255, 0.9920343137) 0%, rgba(210, 242, 255, 0) 100%);
    border-color: var(--mainColor);
}

hr {
    border: 1px solid #9b9797;
}

.w-60 {
    width: 62% !important;
}

.phone-input .form-select {
    border-right: 0px;
    border-left: 0px;
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
}

.edit-profile {
    display: none;
}

#rating .star i {
    font-size: 2rem;
    cursor: pointer;
    color: gray;
    margin: 10px;
}

#rating .star.selected,
#rating .selected.fa-solid,
#rating .star:hover {
    color: #ffc531; /* اللون الذهبي عند التحديد أو التمرير */
}

.image-container {
    position: relative;
    display: inline-block;
}

.edit-icon,
.remove-icon {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    cursor: pointer;
}

.edit-icon {
    bottom: -11px;
    right: 0;
    left: 0;
    margin: auto;
}

.remove-icon {
    right: 0;
    margin: auto;
    left: 0;
    top: 35px;
}

.edit-icon:hover,
.remove-icon:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.services_pg {
    overflow: hidden;
    padding: 70px 0;
}

.services_pg .card {
    border-radius: 45px;
    margin-bottom: 25px;
    transition: all 0.3s linear;
    padding: 35px !important;
    height:100%;
}
.services_pg .row .col-lg-4:nth-child(1n) a .card {
  background: rgb(210 242 255 / 43%);
}
.services_pg .row .col-lg-4:nth-child(2n) a .card {
  background: #c4c4c447;
}
.services_pg  .card-title{
    margin-top:15px;
}
/*.services_pg .row .col-lg-4:nth-child(3) a .card, .services_pg .row .col-lg-4:nth-child(5) a .card, .services_pg .row .col-lg-4:nth-child(7) a .card, .services_pg .row .col-lg-4:nth-child(9) a .card  {*/
/*  background: #fd661f14;*/
/*}*/
.services_pg .card .card-body {
    padding-bottom: 0;
}

.services_pg a {
    display: block;
    height:100%;
}
.services_pg .row{
        align-items:stretch;
    }
.services_pg .col-md-6{
    margin-bottom:25px;
}
.services_det {
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}
.services_pg .card:hover .card-title{
    color:white!important;
}
.services_det .item {
    border: 5px solid #f9f9f9;
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 25px;
    position: relative;
    height: calc(100% - 25px);
}

.services_det .item .img_box {
    height: 270px;
    border-radius: 15px;
}

.services_det .item .img_box .img {
    border-radius: 15px;
    width: 100%;
    height: 100%;
}

.services_det .item .card-body .nav_btns .half-rounded {
    padding: 10px 25px !important;
}

.tests_pg {
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}

.tests_pg .test_card {
    position: relative;
    padding: 15px;
    border: 5px solid #f9f9f9;
    border-radius: 15px;
    margin-bottom: 25px;
    height: calc(100% - 25px);
}

.tests_pg .test_card .img_box {
    height: 250px;
    border-radius: 15px;
}

.tests_pg .test_card .img_box .img {
    border-radius: 15px;
}

.courses_pg {
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}

.courses_pg .levels_nav .nav-link {
    margin-inline-end: 10px;
    padding: 0.6rem 1.8rem !important;
    color: #555;
    border-radius: 25px;
    border: 1px solid #eee;
    margin-top: 10px;
}

.courses_pg .levels_nav .nav-link.active {
    background-color: var(--orange);
    color: #fff;
}

.courses_pg .level_tab .gard_pills {
    flex-wrap: nowrap !important;
}

.courses_pg .level_tab .levels_swiper {
    overflow: hidden;
    position: relative;
}

.courses_pg .level_tab .level_item {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 80%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 80%, 0 100%);
    padding: 3px;
    border: 2px solid #ddd;
    height: 250px;
    position: relative;
    cursor: pointer;
}

.courses_pg .level_tab .level_item .content {
    height: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 80%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 80%, 0 100%);
    background-color: var(--mainColor);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 0 40px;
    padding-bottom: 45px;
    font-size: 35px;
    text-align: center;
}

.courses_pg .level_tab .level_item.active {
    border-color: var(--mainColor);
}

.courses_pg .level_tab .swiper-slide.active .level_item {
    border-color: var(--mainColor);
}

.courses_pg .grad_tabs_content .tab-content {
    display: none;
}

.courses_pg .grad_tabs_content .tab-content .nav-link {
    width: 100%;
}

.courses_pg .grad_tabs_content .tab-content .nav-link.active {
    background-color: transparent;
}

.courses_pg .grad_tabs_content .tab-content .nav-link.active .semester_butn {
    border-color: rgba(37, 81, 123, 0.4509803922);
}

.courses_pg .grad_tabs_content .tab-content .nav-link.active .semester_butn span {
    color: var(--mainColor);
    background-color: rgba(37, 81, 123, 0.2784313725);
}

.courses_pg .grad_tabs_content .tab-content.current {
    display: inherit;
}

.courses_pg .grad_tabs_content .sem_box .tab-content2 {
    display: none;
}

.courses_pg .grad_tabs_content .sem_box .tab-content2.current {
    display: inherit;
}

.courses_pg .grad_tabs_content .sem_box .sem_tabs .semester_butn {
    border: 2px solid #f5f5f5;
    padding: 5px;
    border-radius: 20px;
    position: relative;
    cursor: pointer;
}

.courses_pg .grad_tabs_content .sem_box .sem_tabs .semester_butn span {
    width: 100%;
    background-color: #f5f5f5;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    font-size: 25px;
    color: var(--mainColor);
}

.courses_pg .grad_tabs_content .sem_box .sem_tabs .tab.current .semester_butn {
    border-color: var(--mainColor);
}

.courses_pg .grad_tabs_content .sem_box .sem_tabs .tab.current .semester_butn span {
    background-color: rgba(36, 41, 45, 0.1215686275);
    color: var(--mainColor);
}

.courses_pg .grad_tabs_content .sem_box .sem_tabs .tab.disabled_butn .semester_butn {
    border-color: #ddd;
    pointer-events: none;
}

.courses_pg .grad_tabs_content .sem_box .sem_tabs .tab.disabled_butn .semester_butn span {
    background-color: #ddd;
    color: #888;
}

.courses_pg .grad_tabs_content .sem_box .sem_tabs .tab.disabled_butn .semester_butn::before {
    content: "\f023";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    display: inline-block;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ddd;
    border: 1px solid #bbb;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
    font-size: 16px;
    color: #666;
}

.courses_pg .grad_tabs_content .sem_box .courses-section .card .card-img {
    height: 100%;
    width: 100%;
}

.courses_pg .grad_tabs_content .sem_box .courses-section .card .card-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.courses_pg .grad_tabs_content .sem_box .courses-section .card .rate {
    top: unset;
    bottom: 13px;
}

.courses_pg .grad_tabs_content .sem_box .courses-section .card .table td {
    font-size: 15px;
    text-align: center;
    color: #646464;
}
.scroll_grad .courses-section .card {
    border: 1px solid transparent !important;
    transition: all .3s linear ;
}
.scroll_grad .courses-section .card:hover {
    border-color: #25527b;
    box-shadow: 0 2px 23px 10px hsl(208.6deg 53.75% 31.37% / 31%) !important;
}

.new_courses_pg .card .card-img {
    height: 100%;
    width: 100%;
    min-height: 400px;
}

.new_courses_pg .card .card-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.new_courses_pg .card .rate {
    top: unset;
    bottom: 13px;
}

.new_courses_pg .card .table td {
    font-size: 15px;
    text-align: center;
    color: #646464;
}

.edit-profile {
    display: block!important;
}

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