/* Fonts Include */

@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700&display=swap');

/* Fonts Include */

/* Start General */
html * {
    text-rendering: optimizeSpeed;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Tajawal', sans-serif;
    margin: 0;
    padding: 0;
}

:root {
    --main-color: #1B8F7A;
    --hover-color: #0B7663;
    --secondary-color: #3F3F3E;
    --font-family: "Tajawal", sans-serif;
    --trans: all 0.4s ease-in-out;
    --font-14: 14px;
    --font-16: 16px;
}

body {
    overflow-x: hidden;
    transition: var(--trans);
    background: #FBFBFB;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

a,
a:hover,
a:focus,
a:active,
button:hover,
button:focus,
button:active,
div,
section,
span,
p,
div:hover,
section:hover,
span:hover,
p:hover {
    text-decoration: none;
    outline: none;
}

select,
input[type="checkbox"],
input[type="radio"],
select:focus,
input[type="checkbox"]:focus,
input[type="radio"]:focus {
    cursor: pointer;
}

.form-control:focus,
.btn:focus {
    box-shadow: none !important;
    border-color: transparent;
}

.has-fixed-top .main-header {
    padding-top: 100px;
}

.btn-paledu {
    padding: 7px 30px !important;
    background-color: var(--main-color) !important;
    border-color: var(--main-color) !important;
    color: #FFF !important;
    border-radius: 4px;
    font-size: 20px;
    font-weight: 500;
    min-width: 188px;
}

.btn-paledu:hover {
    background-color: var(--hover-color) !important;
    color: #fff !important;
}

.btn-outlined {
    padding: 7px 30px;
    border: 1px solid var(--main-color);
    border-radius: 4px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: var(--main-color);
}

.btn-outlined:hover {
    background-color: var(--main-color);
    color: #FFF;
}

.cover-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: baseline;
}

.contain-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    vertical-align: baseline;
}

picture {
    display: block;
}

.sec-padding {
    padding: 50px 0;
}

.sec-padding {
    padding: 63px 0;
}

/* Start General */

/* main header */
.main-header {
    background: #FFFFFF;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
}

.main-header .navbar-brand img {
    height: 50px;
    max-width: 100%;
}

.main-header .navbar-nav .nav-item {
    margin: 0 5px;
}

.main-header .navbar-nav .nav-item:last-child {
    margin-right: 0 !important;
}

.main-header .navbar-nav .nav-item:first-child {
    margin-left: 0 !important;
}

.main-header .navbar-nav .nav-link {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #555555;
    text-transform: capitalize;
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
    color: var(--main-color);
    font-weight: 700;
}

.main-header .navbar-nav .nav-link:hover {
    color: var(--main-color);
}

.green-active {
    position: relative;
}

.green-active::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--main-color);
    position: absolute;
    top: 0;
    right: 0;
}
/* main header */

/*  main-slider  */
.main-slider {
    padding-top: 20px;
    padding-bottom: 63px;
}

.slider-weapper {
    background: #F7F7F7;
    border-radius: 20px;
    position: relative;
    padding-left: 35px;
    overflow: hidden;
}

.slider-text {
    padding: 25px 0;
}

.mian-carousel .slider-text h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    color: #000000;
    margin-bottom: 17px;
}

.mian-carousel .slider-text h1 span {
    color: var(--main-color);
}

.mian-carousel .slider-text p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 35px;
}

.mian-carousel picture {
    width: 100%;
    height: 550px;
    position: relative;
    overflow: hidden;
    padding: 18px;
}

.mian-carousel picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-weapper picture::before {
    content: '';
    display: block;
    width: 152px;
    height: 152px;
    background: url(../images/top-slide.png) no-repeat right bottom / contain;
    position: absolute;
    top: 0;
    right: 0;
}

.slider-weapper picture::after {
    content: '';
    display: block;
    width: 174px;
    height: 64px;
    background: url(../images/bottom-left.png) no-repeat center top / contain;
    position: absolute;
    bottom: 0;
    left: 0;
}

.swiper-pagination {
    text-align: left;
}

.swiper-pagination-bullet,
.owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    background: #6b6b6b !important;
    transition: all 0.34s ease;
    margin: 0 5px;
    border-radius: 50%;
    opacity: 0.3;
    border: none !important;
}

.owl-dots .owl-dot span {
    display: none !important;
}

.swiper-pagination-bullet-active,
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span,
.owl-dots .owl-dot.active {
    width: 20px;
    height: 8px;
    background: #000000 !important;
    border-radius: 80px;
    opacity: 1 !important;
}

.mian-carousel .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 0;
}
/*  main-slider  */

/* sec-header */
.sec-header {
    position: relative;
    margin-bottom: 20px;
}

.sec-header h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: var(--main-color);
    margin-bottom: 0;
}
.sec-header a.section-title {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: var(--main-color);
    margin-bottom: 0;
}

.sec-header p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 0;
}

/* sec-header */

.carousel-holder {
    margin-left: auto;
}

/* service-item */
.service-item {
    background: #F9F9F9;
    box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    position: relative;
    margin: 15px 0;
    padding: 9px 20px;
    transition: all 0.35s ease;
}

.service-item:hover {
    background-color: var(--main-color);
}

.service-item figure {
    width: 52px;
    height: 52px;
    position: relative;
    /*margin-bottom: 15px;*/
    padding: 2px;
    /*background: rgba(0, 255, 102, 0.2);*/
    border-radius: 11px 11px 0px 11px;
    margin-bottom: 12px;
    transition: all 0.35s ease;
}

.service-item:hover figure {
    background-color: #FFF;
}

.service-item figure image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.service-item h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #252525;
    margin-bottom: 11px;
    transition: all 0.35s ease;
}

.service-item p {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    /* identical to box height */
    color: #000000;
    margin-bottom: 0;
    transition: all 0.35s ease;
}

.service-item span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #696969;
    transition: all 0.35s ease;
}

.service-item:hover span,
.service-item:hover h2,
.service-item:hover p {
    color: #FFF;
}

/* service-item */

/* swiper-pagination-services */
.swiper-pagination-services {
    position: static;
    text-align: right;
}

/* swiper-pagination-services */

/*  course-item */
.course-item picture,
.course-item figure {
    width: 100%;
    height: 185px;
    overflow: hidden;
    margin-bottom: 13px;
    position: relative;
    background-color: #f4f4f4;
}

.course-item picture img,
.course-item figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.course-item a>span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #A3A3A3;
}

.course-item h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    margin-bottom: 10px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.author {
    margin-bottom: 10px;
}

.author .d-flex {
    align-items: center;
}

.course-item .author figure,
.page-single-header .author figure {
    width: 24px;
    height: 24px;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 0;
    background-color: #f4f4f4;
}

.rating-result {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.rating-result i {
    margin-right: 5px;
    color: #BBBBBB;
}

.rating-result i[class*=fill] {
    color: #FFC700;
}

.rating-result p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    margin-bottom: 0;
}

.cat {
    position: absolute;
    top: 12px;
    inset-inline-start: 12px;
    background-color: #9087FD;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #000000;
    display: inline-block;
    padding: 4px 8px;
    border-radius: 7px;
}

.fav-button {
    color: #A3A3A3;
    font-size: 20px;
    position: absolute;
    top: 10px;
    inset-inline-end: 12px;
    transition: all 0.4s ease;
}

.fav-button:hover {
    color: var(--bs-danger);
}

.fav-button.filled {
    color: #FF0000;
}

.course-item .fav-button {
    width: 30px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.86);
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
}

.course-item.course-item-vertical.scholarship-item .rating-result p {
    height: auto !important;
    overflow: unset !important;
}

.course-item.course-item-vertical.scholarship-item .rating-result i,
.course-item.course-item-vertical.book-item .rating-result i {
    font-size: 18px;
}
/*  course-item */

/* .swiper-button-next, .swiper-button-prev */
.courses-slider-nav .swiper-button-next,
.courses-slider-nav .swiper-button-prev,
.mentors-slider-nav .swiper-button-next,
.mentors-slider-nav .swiper-button-prev,
.books-slider-nav .swiper-button-next,
.books-slider-nav .swiper-button-prev,
.owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    width: 30px;
    height: 30px;
    background: #E6E6E6 !important;
    border-radius: 50%;
    color: #111111 !important;
    transition: all 0.4s ease;
    border-radius: 50% !important;
}

.owl-nav [class*=owl-] i {
    display: inline-block;
    line-height: 1;
}

.courses-slider-nav .swiper-button-prev,
.mentors-slider-nav .swiper-button-prev,
.books-slider-nav .swiper-button-prev,
.owl-nav [class*=owl-].owl-prev {
    left: -40px;
}

.courses-slider-nav .swiper-button-next,
.mentors-slider-nav .swiper-button-next,
.books-slider-nav .swiper-button-next,
.owl-nav [class*=owl-].owl-next {
    right: -40px;
}

.mentors-slider-nav .swiper-button-next,
.mentors-slider-nav .swiper-button-prev,
.courses-slider-nav .swiper-button-next,
.courses-slider-nav .swiper-button-prev,
.books-slider-nav .swiper-button-next,
.books-slider-nav .swiper-button-prev {
    opacity: 0 !important;
    transition: all 0.4s ease;
}

.mentors:hover .mentors-slider-nav .swiper-button-next,
.mentors:hover .mentors-slider-nav .swiper-button-prev,
.courses:hover .courses-slider-nav .swiper-button-next,
.courses:hover .courses-slider-nav .swiper-button-prev,
.courses:hover .books-slider-nav .swiper-button-next,
.courses:hover .books-slider-nav .swiper-button-prev {
    opacity: 1 !important;
}
/* .swiper-button-next, .swiper-button-prev */

/* our-stats */
.our-stats {
    background: #F7F7F7;
    padding: 35px 0;
    margin-top: 60px;
    margin-bottom: 60px;
    position: relative;
}

.our-stats::before {
    content: '';
    display: block;
    width: 82px;
    height: 93px;
    position: absolute;
    bottom: 22px;
    left: 18px;
    background: url(../images/stat-bottom.png) no-repeat center / contain;
}

.our-stats::after {
    content: '';
    display: block;
    width: 86px;
    height: 86px;
    position: absolute;
    top: 6px;
    left: 0px;
    background: url(../images/stat-top.png) no-repeat center / contain;
}

/* our-stats */

/* stat-item */
.stat-item {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.stat-item h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 48px;
    margin-bottom: 0;
}

.stat-item p {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #818181;
    margin-bottom: 0;
}

/* stat-item */

/* mentor-item */
.mentors {
    margin-bottom: 60px;
}

.mentor-item {
    text-align: center;
}

.mentor-item picture {
    width: 146px;
    height: 146px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 18px;
    margin-right: auto;
    margin-left: auto;
    background-color: #f4f4f4;
}

.mentor-item span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #A3A3A3;
}

.mentor-item h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    margin-bottom: 7px;
}

.mentor-item>p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #252525;
    margin-bottom: 10px;
}

.mentor-item .rating-result {
    justify-content: center;
}

.audience {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #767676;
}

.audience span {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}

.page-courses .mentor-item {
    margin-bottom: 30px;
}
/* mentor-item */

/*  footer  */
.main-footer {
    background: #F4F4F4;
}

.main-footer .footer-top {
    padding: 40px 0;
}

.footer-item img {
    height: 53px;
    margin-bottom: 17px;
}

.footer-item p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 16px;
}

/* footer-nav */
.footer-nav a {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: rgba(125, 125, 125, 0.06);
    border-radius: 50%;
    margin-right: 18px;
    text-align: center;
    line-height: 30px;
    color: #111;
}

.footer-nav a.google-ico {
    color: #FF0000;
}

.footer-nav a.facebook-ico {
    color: #0035BC;
}

.footer-nav a.linked-ico {
    color: #0024A4;
}

.footer-nav a img {
    margin-bottom: 0 !important;

}

/* footer-nav */

/* footer-list */
.footer-list h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: var(--main-color);
    margin-bottom: 14px;
}

.footer-list h4::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #E8E8E8;
    margin-top: 5px;
}

.footer-list ul {
    margin-bottom: 0;
    display: block;
}

.footer-list ul li a.nav-link {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    transition: all 0.34s ease;
    margin-bottom: 13px;
}

.footer-list ul li a.nav-link:hover {
    color: var(--main-color);
}

.footer-list ul li:last-child a.nav-link {
    margin-bottom: 0;
}

/* footer-list */

/* copyrights */
.copyrights {
    padding: 10px 0;
    background-color: var(--main-color);
}

.copyrights p {
    margin-bottom: 0;
    color: #FFF;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
}

/* copyrights */

/*  footer  */

/*  custom check btn  */
.input-checkbox {
    overflow: hidden;
    position: relative;
    float: left;
    margin-inline-end: 5px;
    cursor: pointer;
}
.input-checkbox input {
    position: absolute;
    left: -20px;
    top: -20px;
}
.input-checkbox label {
    border-radius: 16px;
    text-align: center;
    display: inline-block;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    color: #6D6D6D;
    /*margin-inline-end: 30px;*/
    cursor: pointer;
    margin-bottom: 0;
    padding: 6px 15px;
    background-color: #F4F4F4;
    transition: all .3s ease;
    user-select: none;
}
.input-checkbox input:checked + label {
    background-color: var(--main-color);
    color: #FFF;
}
/*  custom check btn  */

.search-form-modal .form-control {
    background: url(../images/icons/search-green.svg) no-repeat 10px center / 18px 18px;
    padding-left: 45px !important;
    margin-inline-end: 15px;
}

.search-form-modal .openServices {
    padding: 6px 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    background-color: #FFF !important;
    color: var(--main-color) !important;
    min-width: auto !important;
    border-radius: 0 !important;
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
}

.search-form-modal .openServices i {
    font-size: 14px;
    line-height: 1;
}

.search-form-modal h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #343434;
    margin-bottom: 8px;
}

.search-result-list {
    padding-left: 0;
}

.search-result-list li {
    margin-top: 10px;
    align-items: center;
}

.search-result-list li a {
    color: #000000;
    font-size: 16px;
}

.search-result-list li a i {
    margin-right: 5px
}

.search-result-list .btn-close {
    width: 31px;
    height: 30px;
    padding: 0;
    background-size: 16px 16px;
}

.services-box {
    display: none;
}

.offcanvas.offcanvas-top {
    height: auto;
    min-height: 30vh;
    max-height: auto;
    bottom: auto;
}

/* .offcanvas-header */
.offcanvas-header {
    background-color: #FFF;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* .offcanvas-header */

/* side-menu */
.side-menu li .nav-link {
    display: flex;
    color: #050505;
    font-size: 18px;
    justify-content: space-between;
    padding: 10px 0;
    transition: all 0.3s ease;
    font-weight: 500;
    align-items: center;
}

.side-menu li .nav-link::after {
    display: block;
    content: '\F285';
    width: 30px;
    height: 30px;
    font-size: 16px;
    font-family: bootstrap-icons;
    text-align: center;
    line-height: 30px;
    border: none !important;
}

.side-menu li .nav-link:focus {
    background-color: #f4f4f4;
}

.side-menu li.dropdown .nav-link:focus {
    background-color: #FFF !important;
}

.side-menu .dropdown-menu {
    position: static !important;
    transform: none !important;
    background-color: #f4f4f4;
    border: none !important;
}

.search-form {
    padding: 15px 15px;
    background-color: #f4f4f4;
}

.search-form .btn {
    border: 1px solid #BBBBBB;
    border-radius: 0;
    margin: 0 !important;
}

.search-form .form-control,
.search-form .form-select {
    background-color: #FFF !important;
}

.navbar-toggler {
    padding: 5px 10px;
    border-radius: 0;
}

.navbar-toggler:focus {
    box-shadow: none !important;
    background-color: #f7f7f7 !important;
}

.mobile-open-search {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 30px;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: 0;
    transition: var(--bs-navbar-toggler-transition);
}
/* side-menu */

/* user-side-menu */

.user-side-menu a {
    display: block;
    padding: 20px 15px 15px 15px;
}

.user-side-menu figure {
    width: 50px;
    height: 50px;
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 50%;
}

.user-side-menu a h5 {
    color: #050505;
    font-size: 18px;
    margin-bottom: 0;
}

.user-side-menu a p {
    margin-bottom: 0;
    font-size: 14px;
    color: #707070;
}

.user-side-menu a .ico {
    color: #333;
}

/* user-side-menu */

/*paledu-dropdown*/
.paledu-dropdown {
    position: relative;
}
/*paledu-dropdown*/

/* paledu-dropdown-menu */
.paledu-dropdown-menu {
    display: none;
    padding: 0 15px;
    background-color: #f7f7f7;
}

/* paledu-dropdown-menu */

/* padedu-form */
.padedu-form label {
    margin-bottom: 12px;
}

.padedu-form .form-control,
.padedu-form .form-select,
.select2-container .select2-selection--single {
    border: 1px solid #BBBBBB;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    border-radius: 0;
    background-color: transparent;
    padding: 5px 12px;
}

.form-group {
    margin-bottom: 15px;
}

.padedu-form .form-control:not(textarea),
.padedu-form .form-select,
.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}

.select2-results__option {
    transition: all 0.34s ease;
}

.select2-container--default .select2-results__option--selected {
    background-color: #f4f4f4;
    font-size: 16px;
    font-weight: 500;
    color: var(--main-color);
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--main-color);
    font-size: 16px;
    font-weight: 500;
    color: #FFF;
}

.select2-container {
    width: 100% !important;
}

.padedu-form button[type=submit].btn {
    margin-top: 9px;
    margin-bottom: 9px;
}

.el-select .el-input .el-select__caret {
    color: #333 !important;
    font-weight: bold;
}

.el-select .el-input__inner::placeholder {
    color: #333;
    opacity: 1;
}

.el-input--suffix .el-input__inner {
    font-size: 16px;
}

.el-tag.el-tag--info {
    color: #333 !important;
    background-color: #f4f4f4 !important;
    border: none !important;
}

.el-tag.el-tag--info .el-tag__close {
    color: var(--bs-danger) !important;
    background-color: #FFF !important;
}

.el-tag.el-tag--info .el-tag__close:hover {
    color: var(--bs-danger) !important;
    background-color: #FFF !important;
}
/* padedu-form */

/* page */
.page {
    padding: 67px 0;
    position: relative;
}

.page-know-palestine .page-header-text h1 {
    font-weight: 700;
}

.page-know-palestine,
.page-knowPalestine-details {
    padding-top: 34px !important;
}

.page-knowPalestine-details .page-header-text h1 {
    font-weight: 700;
    color: #000000;
    margin-bottom: 0;
}

.page-knowPalestine-details .page-header-text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 5px;
    color: #000000;
}

.mt-32 {
    margin-top: 32px !important;
}

.privacy-header h1 {
    font-style: normal;
    font-weight: 700 !important;
}
/* page */

/* about-header */
.about-header {
    margin-bottom: 100px;
}

.about-header h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #000000;
    margin-bottom: 26px;
}

.about-header p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: justify;
    color: #000000;
}

.about-header picture {
    height: 344px;
    overflow: hidden;
    position: relative;
}

/* about-header */

/* text-stripped */
.text-stripped h1,
.text-stripped h2,
.text-stripped h3,
.text-stripped h4,
.text-stripped h5,
.text-stripped h6 {
    font-style: normal;
    font-weight: 700;
    color: #000000;
    text-align: justify;
    margin-bottom: 10px;
}

.text-stripped h1 {
    font-size: 36px;
    line-height: 34px;
}

.text-stripped h2 {
    font-size: 34px;
    line-height: 34px;
}

.text-stripped h3 {
    font-size: 32px;
    line-height: 34px;
}

.text-stripped h4 {
    font-size: 28px;
    line-height: 34px;
}

.text-stripped h5 {
    font-size: 24px;
    line-height: 34px;
}

.text-stripped h6 {
    font-size: 20px;
    line-height: 34px;
}

.text-stripped img {
    max-width: 100%;
    height: auto;
}

.text-stripped table {
    width: 100%;
    margin-bottom: 20px;
}

.text-stripped p,
.text-stripped span,
.text-stripped b,
.text-stripped strong,
.text-stripped * {
    font-size: 18px;
    line-height: 22px;
    text-align: justify;
    color: #3C3C3C;
}

/* text-stripped */

/* page-right-side */
.page-right-side {
    padding: 20px;
    background: #F7F7F7;
}

.page-right-side h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    margin-bottom: 9px;
}

.page-right-side p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: justify;
    color: #000000;
    margin-bottom: 25px;
}

.page-right-side .btn {
    margin-bottom: 18px;
}

.page-right-side ul {
    margin-bottom: 0;
}

.page-right-side ul li a.nav-link {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    padding: 7px 0;
}

/* page-right-side */

/* sponsors */
.sponsors {
    margin-top: 88px;
}

.sponsor-item {
    margin-bottom: 18px;
}

.sponsor-item picture {
    width: 100%;
    height: 81px;
    background: #F7F7F7;
    border-radius: 4px;
    padding: 10px;
    position: relative;
    overflow: hidden;
}

.sponsor-item picture img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* sponsors */

/* page-header-text */
.page-header-text {
    position: relative;
    margin-bottom: 30px;
}

.page-header-text h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    color: var(--main-color);
}

/* page-header-text */

/* faqs */
.faqs .accordion-item {
    margin-bottom: 17px;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    background-color: transparent;
}

.faqs .accordion-button {
    background-color: transparent !important;
    border: none;
    box-shadow: none !important;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    color: #000000;
}

.faqs .accordion-body {
    padding-top: 0;
}

.accordion-button::after {
    background-size: 18px 18px;
}

.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-icon);
}

/* faqs */

/* contact-side */
.contact-side {
    background: url(../images/contact-down.png) no-repeat bottom left #F7F7F7;
    border-radius: 20px;
    padding: 30px 22px;
    height: 100%;
    position: relative;
    background-size: 300px;
    background-position: -37px 105%;
}

/* .contact-side::after {
	content: '';
	display: block;
	width: 300px;
	height: 300px;
} */

.contact-side h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 15px;
    color: #000000;
}

.contact-side h4.title {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 15px;
    color: #000000;
}

.contact-side p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: justify;
    margin-bottom: 28px;
    color: #000000;
}

.contact-side ul li a {
    display: inline-block;
    padding: 6px 0;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    margin-bottom: 5px;
}

.social-nav {
    position: absolute;
    bottom: 21px;
    right: 23px;
}

.social-nav a {
    padding: 0;
    background-color: transparent;
    margin-right: 0;
    margin-left: 25px;
}

/* contact-side */

/* btn-sub */
.btn-sub {
    min-width: 292px;
}

/* btn-sub */

/* page-auth */
.page-auth {
    height: 100%;
    padding: 0;
}

.auth-root {
    min-height: 100vh;
    height: 100%;
}

.auth-root > .d-flex {
    height: 100%;
    min-height: 100vh;
}

.auth-root .d-flex > div {
    flex: 0 0 50%;
    width: 50%;
}

.auth-img {
    background: #F4F4F4;
    padding: 20px 0 0 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.auth-img img {
    /* margin-left: auto; */
    max-width: 100%;
    height: auto;
}

.auth-img p {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
}

.auth-form {
    padding: 120px 25px;
    align-self: center;
}

.auth-header {
    margin-bottom: 20px;
}

.auth-header h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #000000;
}

.auth-header p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.paledu-auth-form {
    width: 465px;
    margin-right: auto;
    margin-left: auto;
}

.password-group {
    position: relative;
}

.password-group .ico {
    position: absolute;
    bottom: 5px;
    right: 12px;
    color: #727272;
    cursor: pointer;
}

.vti__input {
    background-color: transparent !important;
}

/* page-auth */

/* The container */
.check-container {
    display: block;
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all 0.3s ease;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    min-height: 25px;
    line-height: 25px;
}

.form-group.d-flex .check-container {
    margin-bottom: 0 !important;
}

/* Hide the browser's default checkbox */
.check-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.check-checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: transparent;
    border: 2px solid #111111;
    border-radius: 5px;
    transition: all 0.3s ease;
}

/* On mouse-over, add a grey background color */
.check-container:hover input~.check-checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.check-container input:checked~.check-checkmark {
    background-color: transparent;
    color: #111111;
}

/* Create the checkmark/indicator (hidden when not checked) */
.check-checkmark:after {
    content: "";
    position: absolute;
    display: none;
    color: #111111 !important;
}

/* Show the checkmark when checked */
.check-container input:checked~.check-checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check-container .check-checkmark:after {
    left: 4px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #111111;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.form-link {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    text-decoration: none;
}

.form-link:hover {
    color: var(--main-color);
}

.forgot-text {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    text-align: center;
}

.forgot-text a {
    font-weight: 600;
    color: var(--main-color);
}

/* other-methods */
.other-methods {
    position: relative;
    margin: 18px 0 11px 0;
}

.other-methods::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    transform: translateY(-50%);
}

.other-methods span {
    display: inline-block;
    background-color: #FBFBFB;
    padding: 0 10px;
    position: relative;
    z-index: 9;
}
/* other-methods */

/* sign-in-methods */
.sign-in-methods .btn {
    background-color: transparent;
    padding: 10px 13px;
    border: 1px solid #BBBBBB;
    border-radius: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #313131;
}

.sign-in-methods .btn:hover {
    background-color: #FFF;
    border-color: var(--main-color);
}

.google-ico {
    color: #FF0000;
}

.facebook-ico {
    color: #0035BC;
}

.linked-ico {
    color: #0024A4;
}
/* sign-in-methods */

.auth-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 99;
    padding: 8px 0;
    transition: all 0.3s ease;
}

/* user-img-nav */
.user-img-nav {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 0;
}
/* user-img-nav */

/* page-dashboard */
.page-dashboard {
    padding: 30px 0 68px 0;
}

/* dashboard-aside */
.dashboard-aside {
    background: #FCFCFC;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px 0;
    height: 100%;
}

.dashboard-side-nav a.nav-link {
    padding: 9px 15px;
    position: relative;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 10px;
}

.dashboard-side-nav a.nav-link:last-child {
    margin-bottom: 0;
}

.dashboard-side-nav a.nav-link::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background-color: transparent;
    transition: all 0.4s ease;
}

.dashboard-side-nav a.nav-link:hover {
    color: var(--main-color);
}

.dashboard-side-nav a.nav-link.active {
    background: rgba(0, 0, 0, 0.03);
    font-weight: 700;
}

.dashboard-side-nav a.nav-link.active::before {
    background-color: var(--main-color);
}
/* dashboard-aside */

/*dashboard-body*/
.dashboard-body {
    position: relative;
}
/*dashboard-body*/

/* dashboard-title */
.dashboard-title h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 23px;
    /* identical to box height */
    color: #000000;
    margin-bottom: 0;
}

.dashboard-title {
    margin-bottom: 25px;
}

.dashboard-title hr {
    margin-top: 10px;
}

.calendar-legend {
    margin-left: auto;
}

.calendar-legend li {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    color: #000000;
    margin-left: 18px;
}

.calendar-legend li span.legend-ico {
    width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 4px;
    vertical-align: middle;
    margin-right: 7px;
}

.calendar-legend li span.legend-ico.teach {
    background: #02B0BB;
}

.calendar-legend li span.legend-ico.consult {
    background: #9619E3;
}

.calendar-legend li span.legend-ico.course-sp {
    background: #003FE2;
}

.se-ico {
    display: inline-block;
    margin-right: 7px;
    border: 1px solid #959595;
    line-height: 1;
    border-radius: 4px;
}

.se-ico i {
    line-height: 0;
    display: inline-block;
}
/* dashboard-title */
/* page-dashboard */

/* full calendar */
.fc .fc-col-header-cell-cushion {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    /* identical to box height */
    color: #525252;
}

.fc .fc-button-group>.fc-button.fc-prev-button,
.fc .fc-button-group>.fc-button.fc-next-button {
    background: #F1F1F1;
    border-radius: 4px;
    color: #000000;
    border: 1px solid #F1F1F1;
    margin-left: 10px;
    transition: all 0.34s ease;
}

.fc .fc-button-group>.fc-button.fc-dayGridMonth-button,
.fc .fc-button-group>.fc-button.fc-timeGridWeek-button,
.fc .fc-button-group>.fc-button.fc-timeGridDay-button {
    background-color: #F8F8F8;
    transition: all 0.34s ease;
    border: 1px solid #F1F1F1;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #000000;
    padding: 9px 10px;
}

.fc .fc-button-group>.fc-button.fc-button-active {
    background-color: var(--main-color);
    color: #FFF;
}

.fc-today-button {
    display: none !important;
}

.fc .fc-toolbar {
    flex-direction: row-reverse;
}

.fc .fc-daygrid-day-number {
    color: #BBBBBB;
}
/* full calendar */

/*dashboard-tabs*/
.dashboard-tabs.nav-pills {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.dashboard-tabs.nav-pills .nav-link {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #A3A3A3;
    padding: 12px 28px;
    border-radius: 0;
}

.dashboard-tabs.nav-pills .nav-link.active, .dashboard-tabs.nav-pills .show>.nav-link {
    background-color: var(--main-color);
    color: #FFF;
}

.c-title {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #363636;
}

.title-waiting::before {
    content: '\F41F';
    display: inline-block;
    font-family: 'bootstrap-icons';
    font-weight: normal;
    font-size: 12px;
    color: #FFC700;
    margin-right: 5px;
}

.datatables-table thead th,
.table-component__table__head th {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #000000;
}

.datatables-table p,
.table-component__table__body p,
.datatables-table td, .table-component__table__body td {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0;
    color: #7C7C7C;
    vertical-align: middle;
}

.datatables-table time,
.table-component__table__body time {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    display: inline-block;
    color: #7C7C7C;
}

.datatables-table span.badge,
.table-component__table__body span.badge {
    border-radius: 4px;
    padding: 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}

.table-component__table__body .author h5,
.table-component__table__body td:first-child,
.datatables-table td:first-child {
    color: #212529 !important;
    font-weight: 500;
    font-size: 16px !important;
}

.table-component__table__body .type-course {
    margin-bottom: 0 !important;
}

.cell-title-width {
    width: 185px;
}

.actions-btns a {
    color: #000000;
}

.dataTables_length {
    float: left;
}

.dataTables_length select {
    background-color: transparent;
    border: none !important;
    box-shadow: none !important;
}

.dataTables_wrapper .page-link,
.pagination .page-link {
    border: none !important;
    background: #FEFEFE;
    border-radius: 4px;
    margin-left: 5px !important;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    color: #000000;
    padding: 0;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
}

.active>.page-link, .page-link.active {
    background: rgba(0, 181, 49, 0.2);
    border-radius: 4px;
}

.pagination {
    justify-content: flex-end !important;
}

.pagination li:first-child a,
.pagination li:last-child a {
    color: #707070;
}

.chevron.icon.right {
    /*color: transparent;*/
}

.dataTables_filter {
    display: none;
}

.table-bordered-1 {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

#myInputTextField {
    border: 1px solid #d9d8d8;
    border-radius: 2px;
    background-color: transparent;
    background-image: url("../images/icons/Combined-Shape.svg");
    /* background-position: 53% center; */
    background-repeat: no-repeat;
    width: 32px;
    height: 36px;
    transition: all 0.7s ease;
    width: 150px;
    background-position: 8px center !important;
    padding-left: 30px;
}

/* #myInputTextField:focus {
    width: 250px;
    background-position: 95% center;
} */

div.dataTables_wrapper div.dataTables_paginate,
.dataTables_length {
    margin-top: 20px;
}

.actions-btns {
    position: relative;
    z-index: 99;
}
/*dashboard-tabs*/

/*paledu-dropdown*/
.paledu-dropdown {
    position: relative;
    z-index: 9;
}

.paledu-dropdown .drop-body {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 5px 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.17);
    position: absolute;
    top: 0;
    min-width: 150px;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    transition: all 0.4s ease;
    overflow: hidden;
}

.paledu-dropdown .drop-body.show {
    max-height: 10000px;
    opacity: 1;
    visibility: visible;
}

.paledu-dropdown .drop-body::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 10px solid #FFF;
    border-bottom: 5px solid transparent;
    position: absolute;
    top: 10px;
}

.paledu-dropdown .drop-body.right-drop {
    right: 100%;
}

.paledu-dropdown .drop-body.right-drop::before {
    right: -9px;
}

.paledu-dropdown .drop-body.top-drop {
    right: 0;
    top: 100%;
}

.paledu-dropdown .drop-body.top-drop::before {
    right: 20px;
    top: -7px;
}

.paledu-dropdown .drop-body a.nav-link {
    padding: 8px 13px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
    transition: all 0.4s ease;
    margin: 0 10px;
}

.paledu-dropdown .drop-body a.nav-link:hover,
.paledu-dropdown .drop-body a.nav-link.active{
    background: rgba(0, 0, 0, 0.05);
    border-radius: 4px;
}
/*paledu-dropdown*/

.dashboard-title .btn {
    padding: 7px 15px !important;
    min-width: auto !important;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    margin-left: 5px;
    border-radius: 2px;
}

.dashboard-title .btn i {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
}

/*checkbox-holder*/
.checkbox-holder {
    padding: 8px 12px;
    background: #F2F2F2;
    border-radius: 4px;
    margin-top: 20px;
}

.checkbox-holder label {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #000000;
    margin-bottom: 0;
}

.checkbox-holder label output,
.checkbox-holder label i {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #838383;
}

.checkbox-holder label i {
    margin-left: 10px;
    font-size: 18px;
}

.checkbox-holder .check-checkmark {
    width: 20px;
    height: 20px;
}

.checkbox-holder .check-container {
    padding-left: 30px;
    min-height: 20px;
}

.checkbox-holder .check-container .check-checkmark:after {
    left: 5px;
    top: 2px;
    width: 6px;
    height: 10px;
    border: solid #111111;
    border-width: 0 2px 2px 0;
}
/*checkbox-holder*/

/*user-profile-side*/
.user-profile-side {
    background: #FCFCFC;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.user-profile-side .padding {
    padding: 23px 16px;
}

.user-profile-side picture {
    width: 185px;
    height: 185px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    border-radius: 50%;
    background-color: #FFF;
}

.user-profile-side picture img {
    border-radius: 50%;
}
/*user-profile-side*/

/*upload-btn*/
.upload-btn {
    position: absolute;
    bottom: 0;
    right: 0;
}

.upload-btn input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
}

.upload-btn label {
    cursor: pointer;
    display: inline-block;
    background: #FFFFFF;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    border-radius: 50%;
    color: var(--main-color);
    font-size: 20px;
}
/*upload-btn*/

/*img-uploader*/
.img-uploader {
    width: 185px;
    height: 185px;
    margin-right: auto;
    margin-left: auto;
}
/*img-uploader*/

/*user-profile-side*/
.user-profile-side h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}

.user-profile-menu li.nav-item .btn {
    text-align: left;
    text-decoration: none;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    padding: 8px 25px;
    color: #000000;
    border-left: 2px solid transparent;
    transition: all 0.4s ease;
    border-radius: 0;
}

.user-profile-menu li.nav-item .btn:hover,
.user-profile-menu li.nav-item .btn.active {
    background: rgba(0, 0, 0, 0.05);
    border-left-color: #000;
}
/*user-profile-side*/

/*user-profile-list*/
.user-profile-list {
    background: rgba(245, 245, 245, 0.53);
}

.user-profile-list h4 {
    padding-left: 10px;
    padding-top: 19px;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
}

.user-profile-list ul li a.nav-link {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #939393;
    margin-bottom: 15px;
    padding: 5px 10px;
    transition: all 0.4s ease;
    border-left: 2px solid transparent;
}

.user-profile-list ul li a.nav-link:hover,
.user-profile-list ul li a.nav-link.active {
    color: var(--main-color);
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    border-left-color: var(--main-color);
}
/*user-profile-list*/

/*profile-header*/
.profile-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 16px;
    margin-bottom: 38px;
}

.profile-header h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    margin-bottom: 0;
}

.profile-actions .btn {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    padding: 8px 20px;
}

.profile-actions .btn:hover {
    background-color: var(--main-color);
    color: #FFF;
}
/*profile-header*/

/*file input*/
.file-input {
    text-align: left;
    position: relative;
    border-radius: 3px;
    border: 1px solid #BBBBBB;
    height: 42px;
    line-height: 42px;
    padding-left: 16px;
    display: flex;
    align-items: center;
}

.file-input > [type='file'] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
    cursor: pointer;
}

.file-input > .button {
    display: inline-block;
    cursor: pointer;
    background: #515151;
    border-radius: 4px;
    padding: 8px 22px;
    margin-right: 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #FFF;
    margin-left: auto;
    transition: all 0.4s ease;
}

.file-input:hover > .button {
    background:var(--main-color);
    color: white;
}

.file-input > .label {
    white-space: nowrap;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #A6A6A6;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 20px;
    margin-bottom: 0 !important;
}

.file-input.-chosen > .label {
    opacity: 1;
}
/*file input*/

.form-check-input,
.form-check label {
    cursor: pointer;
}

.form-check-input[type=radio] {
    width: 16px;
    height: 16px;
    border: 3px solid #D9D9D9;
    background-image: none !important;
    transition: all 0.34s ease;
}

.form-check-input:checked {
    background-color: var(--main-color);
}

.form-check-input[type=radio]:focus {
    box-shadow: none !important;
}

/*.bootstrap-tagsinput*/
.bootstrap-tagsinput {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background-color: transparent;
    border-radius: 0;
    min-height: 40px;
}

.bootstrap-tagsinput .tag {
    background: rgba(196, 196, 196, 0.21);
    border-radius: 4px;
    padding: 5px 9px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-top: 5px;
    margin-bottom: 3px;
}

.bootstrap-tagsinput .tag [data-role="remove"] {
    width: 16px;
    height: 16px;
    background: #D9D9D9;
    border-radius: 50%;
    line-height: 16px;
    display: inline-block;
    text-align: center;
}

.bootstrap-tagsinput .tag [data-role="remove"]:after {
    line-height: 0;
}

.bootstrap-tagsinput {
    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 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
}
/*.bootstrap-tagsinput*/

/*skill-item*/
.skill-item {
    padding: 28px 17px;
    background: #F3F3F3;
    border-radius: 4px;
}

.skill-item h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}

.tag-skill {
    background: rgba(196, 196, 196, 0.21);
    border-radius: 4px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    display: inline-block;
    padding: 5px 10px;
    margin-top: 10px;
    margin-right: 14px;
}

.skill-item .tag-skill a {
    display: inline-block;
    color: #111111;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #D9D9D9;
    vertical-align: middle;
    text-align: center;
    font-size: 13px;
    line-height: 18px;
}

.profile-skills .tag-skill {
    padding: 5px 20px;
    border-radius: 30px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}

.profile-skills {
    margin-top: 27px;
}

.profile-skills h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    margin-bottom: 0;
}

.profile-skills hr,
.profile-certificate hr {
    border-top-color: #E4E4E4;
    opacity: 1;
}
/*skill-item*/

/*add-certificate*/
.add-certificate {
    padding: 0;
    border-color: transparent !important;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #202020;
}

.add-certificate:hover {
    border-color: transparent !important;
}

.add-certificate i {
    width: 28px;
    height: 28px;
    background: rgba(221, 221, 221, 0.3);
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    font-size: 19px;
    vertical-align: middle;
    color: var(--main-color);
    margin-right: 12px;
    transition: all 0.4s ease;
}

.add-certificate svg {
    margin-right: 12px;
}

.add-certificate:hover {
    color: var(--main-color);
}

.add-certificate:hover i {
    background-color: var(--main-color);
    color: #FFF;
}

.certificate-item {
    border-radius: 4px;
    margin-bottom: 10px;
}

.certificate-item figure {
    width: 90px;
    height: 90px;
    background: #D9D9D9;
    line-height: 90px;
}

.certificate-item figure i {
    font-size: 30px;
    color: #000000;
}

.certificate-item p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #858484;
}
/*add-certificate*/

/*green-title*/
.green-title {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: var(--main-color);
}
/*green-title*/

/*profile-cover-img*/
.profile-cover-img {
    width: 100%;
    height: 225px;
    overflow: hidden;
    position: relative;
    background-color: #f4f4f4;
}
/*profile-cover-img*/

/*user-media*/
.user-media {
    margin-top: -45px;
    position: relative;
    z-index: 9;
    padding-left: 22px;
}

.user-media picture {
    width: 226px;
    height: 226px;
    border-radius: 13px;
    position: relative;
    overflow: hidden;
    background-color: #f4f4f4;
}

.user-media h1 {
    margin-top: 35px;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #000000;
}

.user-media p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
    color: #252525;
}

.user-media .audience {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #7C7C7C;
}

.user-media .audience span,
.user-media .audience time {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin-right: 10px;
    display: inline-block;
}
/*user-media*/

/*profile-header-view*/
.profile-header-view {
    position: relative;
    margin-bottom: 70px;
}

.changeView {
    border: none !important;
}

.changeView svg {
    width: 18px;
}

.changeView svg > * {
    transition: all 0.4s ease;
}

.changeView.active svg > * {
    fill: #696969;
}
/*profile-header-view*/

/*.nav-tabs .nav-link*/
.user-nav-tabs {
    margin-bottom: 18px;
}

.user-nav-tabs .nav-tabs .nav-link {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #BBBBBB;
    border: none !important;
    padding: 0 !important;
    margin-right: 40px;
    margin-bottom: 15px;
}

.user-nav-tabs .nav-tabs .nav-item.show .nav-link,
.user-nav-tabs .nav-tabs .nav-link.active {
    background-color: transparent !important;
    border: none !important;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}

.profile-text h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 12px;
    color: #000000;
}

.profile-text p,
.profile-text span,
.profile-text b {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: justify;
    color: #7C7C7C;
}

.profile-text {
    overflow: hidden;
    -webkit-transition: max-height 1s ease-in-out;
    -moz-transition: max-height 1s ease-in-out;
    -ms-transition: max-height 1s ease-in-out;
    -o-transition: max-height 1s ease-in-out;
    transition: max-height 1s ease-in-out;
}

.description {
    height: var(--heights);
    overflow: hidden;
    position: relative;
}

.CourseOutcomes {
    height: 270px;
}

.show-more {
    padding: 0 !important;
    border: none !important;
    margin-top: 30px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}
/*.nav-tabs .nav-link*/

/*profile-certificate*/
.profile-certificate {
    margin-top: 30px;
}

.profile-certificate h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
}

/*profile-certificate*/

/*profile-certificate-item*/
.profile-certificate-item figure {
    width: 100%;
    height: 207px;
    position: relative;
    overflow: hidden;
}

.profile-certificate-item h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
}
/*profile-certificate-item*/

/*download-resume*/
.download-resume {
    background: #FCFCFC;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 36px 12px 18px 12px;
}

.download-resume h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
}
/*download-resume*/

/*hourly-rate*/
.hourly-rate {
    background: #FCFCFC;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 46px 12px;
    margin-top: 20px;
    text-align: center;
}

.hourly-rate p {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    margin-bottom: 0;
}

.hourly-rate p output {
    font-style: normal;
    font-weight: 500;
    font-size: 45px;
    line-height: 60px;
    color: var(--main-color);
    display: inline-block;
    margin-bottom: 10px;
}
/*hourly-rate*/

/*Review-rate*/
.Review-rate {
    margin-top: 40px;
}

.Review-rate h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}

.Review-rate hr {
    border-top-color: #E4E4E4;
    opacity: 1;
}

.Review-rate .d-flex .btn {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    padding: 8px 24px;
    /* Physical */
    color: #000000;
}

.Review-rate .d-flex .btn:hover {
    color: #FFF;
}
/*Review-rate*/

/*review-item*/
.review-item {
    margin-bottom: 30px;
}

.review-item picture {
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
}

.review-item h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin-bottom: 5px;
}

.review-item time {
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #AEAEAE;
}

.review-item p {
    margin-top: 12px;
    margin-bottom: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: justify;
    color: #5F5F5F;
}
/*review-item*/

/*page-courses-header*/
.page-courses-header {
    border-bottom: 1px solid #F0F0F0;
    margin-bottom: 37px;
}

.page-courses-header h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: var(--main-color);
    margin-bottom: 5px;
}

.page-courses-header p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 24px;
    color: #000000;
}

.page-courses-header .btn-outlined {
    padding: 7px 30px !important;
    border-radius: 4px;
    font-size: 20px;
    font-weight: 500;
    min-width: 188px;
    line-height: 30px;
}
/*page-courses-header*/

/*filter-title*/
.filter-title {
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    color: #000000;
    margin-bottom: 15px;
}

.filter-title > i {
  margin-right: 5px !important;
}

.side-actions .btn-outlined {
  padding: 8px 10px !important;
  border-color: #e3e3e3 !important;
}

.side-actions .btn-outlined i {
  display: inline-block;
  line-height: 0;
  vertical-align: middle;
}

.side-actions .btn-outlined:hover {
  color: #333 !important;
  background: #F4F4F4;
}
/*filter-title*/

/*filter-side*/
.filter-side {
    background: #FCFCFC;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 32px 14px;
}

.search-control {
    padding-left: 34px !important;
    background-image: url("../images/icons/search-green.svg");
    background-repeat: no-repeat;
    background-position: 10px center;
}

.filter-side label:not(.check-container) {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 10px;
}

.filter-side .form-group {
    margin-bottom: 17px;
}
/*filter-side*/

/*rating*/
.rating {
    border: none;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.rating > input { display: none; }
.rating > label:before {
    margin: 5px;
    font-size: 1.25em;
    font-family: 'bootstrap-icons';
    display: inline-block;
    content: "\F588";
}

.rating > label {
    color: #9A9A9A !important;
    float: right;
    margin-bottom: 0 !important;
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #FFD700 !important;  } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #FFED85 !important;  }

.rating > input:checked + label:hover::before , /* hover current star when changing rating */
.rating > input:checked ~ label:hover::before ,
.rating > label:hover ~ input:checked ~ label::before , /* lighten current selection */
.rating > input:checked ~ label:hover ~ label::before,
.rating > label ~ input:checked ~ label::before,
.rating input:checked ~ label::before{
    content: "\F586";
}
/*rating*/

/*num-res*/
.num-res {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #848484;
}
/*num-res*/

.course-list-action .btn {
    margin-left: 10px;
    color: #BABABA;
    font-size: 22px;
    padding: 0 !important;
    /* padding: 3px 7px; */
}

.course-list-action .btn i {
    vertical-align: middle;
    line-height: 0;
    display: inline-block;
}

.course-list-action .btn.active,
.course-list-action .btn.active i {
    color: var(--main-color);
}

.course-list-action .btn:hover {
    border-color: transparent !important;
}

.course-list-action .btn.active svg path,
.course-list-action .btn.active svg rect,
.course-list-action .btn.active svg circle {
    fill: var(--main-color);
}

/*course-item vertical*/
.course-item-vertical {
    margin-bottom: 18px;
}

.course-item-vertical picture {
    width: 288px;
    height: 227px;
    position: relative;
}

.book-item picture {
    width: 175px;
    height: 230px;
}

.book-item picture img,
.single-book-image img {
    object-fit: fill !important;
}

.course-item-vertical .fav-button {
    position: static;
}
/*course-item vertical*/

/*.view-div {*/
/*    display: none;*/
/*}*/

/*.view-div.active {*/
/*    display: block;*/
/*}*/

.view-div .course-item {
    margin-bottom: 16px;
}

/* .view-div .course-item .d-flex {
    align-items: center;
} */

/*page-single-header*/
.page-single-header picture {
    height: 424px;
    position: relative;
    overflow: hidden;
}

.type-course {
    display: inline-block;
    /* RECORDED COURSES */
    padding: 4px 8px;
    background: #41C9A0;
    border-radius: 7px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    margin-bottom: 30px;
}

.article-type {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    color: #000000;
}

.article-type small {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    margin-left: 10px;
    color: #A3A3A3;
}

.page-single-header h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;

    color: #000000;
}

.strip-single {
    margin-top: 16px;
    margin-bottom: 10px;
    height: 45px;
    overflow: hidden;
}

.strip-single p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #7C7C7C;
    margin-bottom: 0;
}

.page-single-header .author h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 0;
    color: #A3A3A3;
}

.page-single-header .fav-button {
    position: static;
}

.page-single-header .fav-button.active {
    color: #FF0000;
}

.page-single-header {
    margin-bottom: 78px;
}
/*page-single-header*/

/*expected-to-learn*/
.expected-to-learn {
    background: #FCFCFC;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 26px 20px;
    margin-bottom: 37px;
}

.expected-to-learn h4 {
    margin-bottom: 17px;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;

    color: #000000;
}

.expected-to-learn .nav span {
    margin-right: 22px;
}
/*expected-to-learn*/

/*course-nav-tabs*/
.course-nav-tabs .nav-tabs .nav-link {
    margin-right: 20px;
}

.course-nav-tabs .nav-tabs .nav-item.show .nav-link,
.course-nav-tabs .nav-tabs .nav-link.active {
    color: var(--main-color);
}
/*course-nav-tabs*/

/*video-course*/
.video-course,
.university-sec {
    margin-top: 50px;
}

.video-course h4,
.university-sec h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}

.video-course figure {
    width: 100%;
    height: 353px;
    position: relative;
    overflow: hidden;
}

.video-course .play-svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}
/*video-course*/

/*profile-text*/
.CourseOutcomes {
    margin-top: 50px;
}

.profile-text ol li {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: justify;
    margin-bottom: 15px;
    color: #7C7C7C;
}
/*profile-text*/

/*lecturer-media*/
.lecturer {
    margin-top: 50px;
}

.lecturer-media picture {
    width: 188px;
    height: 145px;
    position: relative;
    overflow: hidden;
}

.lecturer-media span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #A3A3A3;
}

.lecturer-media h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    color: #000000;
}

.bio h4{
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 7px;
    color: #030303;
}
/*lecturer-media*/

/*course-nav-tabs sticky-top*/
.course-nav-tabs.sticky-top {
    background: #FBFBFB;
    padding-top: 10px;
}
/*course-nav-tabs sticky-top*/

.related-course {
    background: #FCFCFC;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 28px;
}

.related-course h4{
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    margin-bottom: 17px;
}

.small-course picture {
    width: 157px;
    height: 128px;
    position: relative;
}

[play-vid] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.small-course h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
}

.small-course p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #7C7C7C;
}

.appointment {
    background: #FCFCFC;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 28px;
}

.appointment h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    margin-bottom: 30px;
}

.appoint-item {
    margin-bottom: 15px;
}

.appoint-item span,
.appoint-item time {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    color: #000000;
    margin-right: 10px;
    margin-top: 10px;
    display: inline-block;
}

.appoint-item i {
    color: var(--main-color);
}

.appoint-item p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #767676;
    margin-top: 10px;
}

.appoint-item p a {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    transition: all 0.4s ease;
}

.appoint-item p a:hover {
    color: var(--main-color);
}

.post-meta-single {
    margin-top: 20px;
}

.certificate-item .post-meta-single {
    margin-top: 10px !important;
}

.post-meta-single span {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-right: 30px;
}

.post-meta-single i {
    color: var(--main-color);
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.3
}

.schoolar-item nav address,
.schoolar-item nav time,
.scholarship-item nav address,
.scholarship-item nav time {
    display: block;
    margin-bottom: 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    color: #000000;
    margin-right: 10px;
}

.schoolar-item nav address i,
.schoolar-item nav time i,
.scholarship-item nav address i,
.scholarship-item nav time i {
    color: var(--main-color);
    margin-right: 5px;
}

.back-btn {
    border: none !important;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    color: #A4A4A4;
}

.stepper-dots .step {
    display: block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    transition: all 0.4s ease;
    background-color: transparent;
    border: 1px solid #5B5B5B;
}

.stepper-dots .step::before {
    line-height: 1;
    vertical-align: baseline;
    display: inline-block;
    transition: all 0.4s ease;
}

.stepper-dots .step:first-child {
    margin-bottom: 41px;
}

.stepper-dots .step:first-child::after {
    content: '';
    display: block;
    width: 1px;
    height: 41px;
    background-color: #7C7C7C;
    margin: -6px auto 0 auto;
}

.stepper-dots .step:first-child::before {
    content: url("../images/icons/file.svg");
}

.stepper-dots .step:nth-child(2)::before {
    content: url("../images/icons/Time-Circle.svg");
}

.stepper-dots .step.active::before {
    filter: brightness(0) invert(1);
}

.stepper-dots .step.active {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.no-line::after {
    display: none !important;
}

/*Appointments-table*/
.Appointments-table td {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #363636;
}

.Appointments-table td,
.Appointments-table th {
    vertical-align: middle;
}

.Appointments-table td .btn {
    padding: 0 !important;
}

.Appointments-table .dropdown-toggle::after {
    display: none;
}
/*Appointments-table*/

/*group-bg*/
.group-bg {
    background: #F4F4F4;
    padding: 35px 10px;
}

.group-tabs .nav-pills .nav-link {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    padding: 15px 17px;
    border-radius: 0;
    background: #F4F4F4;
    color: #5C5C5C;
}

.group-tabs .nav-pills .nav-link.active,
.group-tabs .nav-pills .show>.nav-link {
    background-color: var(--main-color);
    color: #FFFFFF;
}
/*group-bg*/

/*.nav-pills .nav-link*/
.know-palestine-tabs {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding-bottom: 15px;
}

.know-palestine-tabs .nav-link {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #A3A3A3;
}

.nav-pills.know-palestine-tabs .nav-link.active, .nav-pills.know-palestine-tabs .show>.nav-link {
    background-color: var(--main-color);
}
/*.nav-pills .nav-link*/

/*know-palestine*/
.know-palestine {
    margin-bottom: 32px;
}

.know-palestine picture {
    width: 100%;
    height: 281px;
    position: relative;
    overflow: hidden;
}

.know-palestine span {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #858484;
    margin-bottom: 5px;
    display: inline-block;
}

.know-palestine h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}

.know-palestine time {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #858484;
}
/*know-palestine*/

/*vertical-know-palestine*/
.vertical-know-palestine h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;

    color: #000000;
}

.vertical-know-palestine picture {
    width: 174px;
    height: 128px;
    background: #ECECEC;
}
/*vertical-know-palestine*/

/*book-image*/
.book-image {
    width: 100%;
    height: 424px;
}
/*book-image*/

/*header-book-text*/
.header-book-text h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #000000;
}

.header-book-text .author {
    margin-top: 8px;
    margin-bottom: 14px;
}

.header-book-text .author figure {
    width: 32px;
    height: 32px;
    overflow: hidden;
    margin-bottom: 0;
    border-radius: 50%;
}

.header-book-text .author h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;

    color: #616161;
}

.author h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 0;
    color: #616161;
}

.header-book-text .text-stripped p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #7C7C7C;
}

.header-book-text .fav-button {
    position: static;
}
/*header-book-text*/

.author-book {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    margin-bottom: 10px;
}

.isbn {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #6F6F6F;
}

.isbn span {
    color: var(--main-color);
}

.isbn b {
    color: #000000;
}

.download-btns {
    margin-top: 20px;
}

.download-btns .btn {
    font-size: 18px;
    padding: 8px 10px !important;
    font-weight: 500 !important;
    line-height: initial;
    min-width: 190px;
    margin-right: 10px;
}

.download-btns .btn:focus {
    border: 1px solid var(--main-color) !important;
}

.related-books {
    margin-top: 80px;
}

.related-books .book-item picture {
    height: 237px;
}

.related-books .sec-header h4 {
    color: #000;
}

.course-item-vertical .author {
    margin-bottom: 10px;
}

.book-item .author h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #A3A3A3;
}

.rating-bog-result {
    background: #FCFCFC;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 65px 30px;
    text-align: center;
}

.rating-bog-result p {
    font-style: normal;
    font-weight: 500;
    font-size: 80px;
    line-height: 96px;
    color: #000000;
    margin-bottom: 0;
}

/*reserve-time*/
.reserve-time {
    margin-top: 25px;
    max-height: 480px;
    overflow-y: scroll;
}

/* width */
.reserve-time::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.reserve-time::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.reserve-time::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.reserve-time::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.reserve-time thead tr { position: sticky; top: 0; z-index: 1; background-color: #FBFBFB }


.reserve-time h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 15px
}
/*reserve-time*/

.course-item-vertical.schoolar-item nav {
    display: flex;
}

.course-item-vertical.schoolar-item nav > * {
    margin-right: 10px;
}


.status {
    position: relative;
}

.status::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #eee;
    vertical-align: unset;
    margin-right: 5px;
}

.pending-stat::before {
    background-color: #FFC700;
}

.accept-stat::before {
    background-color: #41C9A0;
}

.complete-stat::before {
    background-color: #000000;
}

.reject-stat::before {
    background-color: #7C7C7C;
}

.times-table tr th {
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    color: #000000;
}

.times-table tr td:first-child {
    text-align: center;
}

.check-container.check-only {
    padding-left: 0;
}

.check-only .check-checkmark {
    position: relative;
    display: block;
    margin: 0 auto;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
}

.times-table .check-container input:checked~.check-checkmark,
.times-table .check-container .check-checkmark:after {
    border-color: var(--main-color);
}

/*btn-outlined-black*/
.btn-outlined-black {
    padding: 7px 25px !important;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    border: 1px solid #000 !important;
    border-radius: 0;
}
/*btn-outlined-black*/

/*appoint-item-modal*/
.appoint-item-modal {
    padding: 20px 30px;
    background: #F5F5F5;
    border-radius: 8px;
}
/*appoint-item-modal*/

/*video-item-modal*/
.appointment-modal {
    padding: 20px 30px;
}

.video-item-modal,
.appointment-modal {
    background: #F5F5F5;
    border-radius: 8px;
    margin-bottom: 20px;
}

.video-item-modal:last-child {
    margin-bottom: 0;
}

.video-item-modal picture {
    width: 157px;
    height: 147px;
    overflow: hidden;
    position: relative;
}

.video-item-modal .btn-paledu {
    min-width: auto;
}

.video-item-modal span {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    display: inline-block;
    margin-bottom: 8px;
}

.video-item-modal h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    margin-bottom: 8px;
}

.video-item-modal p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #7C7C7C;
}

.play-vid {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    transform: translate(-50%, -50%);
    color: #FFF;
    width: 32px;
    height: 32px;
    line-height: 35px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), rgba(0, 181, 49, 0.2);
    text-align: center;
    border-radius: 50%;
    font-size: 24px;
}
/*video-item-modal*/

/*university-item*/
.university-item picture {
    width: 188px;
    height: 145px;
    overflow: hidden;
}

.university-item h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #282828;
}

/*university-item*/

/*btn-secondary*/
.btn-secondary {
    background: #DDDDDD;
    border-color: #DDDDDD;
    border-radius: 2px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    color: #6A6A6A;
    min-width: 130px !important;
}

.btn-filled {
    background: #00B531;
    border-radius: 2px;
    padding: 6px 10px !important;
    min-width: 130px !important;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
}
/*btn-secondary*/

/*modal-action*/
.modal-action a {
    font-size: 18px;
    padding: 5px;
    margin-left: 5px;
}
/*modal-action*/

/*expandable-item*/
.expandable-item {
    padding: 20px 30px;
    background: #F5F5F5;
    border-radius: 8px;
    margin-top: 20px;
}

.expandable-item picture {
    width: 118px;
    height: 118px;
    overflow: hidden;
    border-radius: 50%;
}

.expandable-item h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}

.expandable-item p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #988989;
}

.expandable-item .btn-filled {
    color: #FFF;
}
/*expandable-item*/

.myc-available-time {
    background: #ECECEC;
    border-radius: 4px;
    transition: all 0.3s ease;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;

}

.myc-available-time.selected, .myc-available-time:hover {
    background: #00B531;
    color: #FFF;
}

.text-404 h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    color: #000000;
}

.text-404 p {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 50px;
    color: #000000;
}

.no-content {
    position: relative;
    text-align: center;
}

.no-content picture {
    height: 200px;
}

.no-content h1 {
    font-size: 20px;
    line-height: 30px;
}

.no-content p {
    font-size: 15px;
    line-height: 30px;
}

.schoolar-item {
    margin-bottom: 30px;
}

.drop-sidebar {
    margin-bottom: 20px;
    display: none;
}

.drop-sidebar a.btn-paledu {
    padding: 7px 15px !important;
}

.dashboard-aside {
    display: block;
}

.page-favorite .page-courses-header {
    padding-bottom: 20px;
    margin-bottom: 0;
}

.page-padd {
    padding: 32px 0 15px 0;
}

.page-favorite .sec-header {
    margin-bottom: 0;
}

.page-favorite .sec-header h4 {
    color: #000;
    font-weight: 500 !important;
    font-size: 24px !important;
}

.enroll-btn {
    min-width: 240px;
}

.footer-list h4 i {
    display: none;
}

.filter-title .btn {
    display: none;
}

.lecturer h4 {
    margin-bottom: 15px;
}

.select-length {
    position: absolute;
    left: 0;
    bottom: -8px;
}

.select-length .form-select {
    background-color: transparent;
    border: none;
    padding: 6px 20px 6px 10px;
    background-position-x: calc(100%);
}

.list-user-in-profile figure {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
}

.list-user-in-profile figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.el-input__inner {
    background-color: transparent !important;
    border-radius: 0 !important;
    border: 1px solid #BBBBBB !important;
}

.el-select__input::placeholder {
    color: #333 !important;
}

.owl-dots {
    margin-top: 24px !important;
}

.d-block-type {
  display: none;
  position: absolute;
  top: 10px;
  left: 10px;
}

.page-courses,
.page-static {
  padding: 42px 0;
}

.singup-right {
    width: 100%;
}

.text-paledu {
    color: var(--main-color) !important;
}

.certificate-item .post-meta-single span {
    font-size: 16px;
    color: #707070;
}

.certificate-item .post-meta-single i {
    font-size: 14px;
}

.qualification-item figure {
    height: 105px;
    line-height: 105px;
}

::-webkit-calendar-picker-indicator{
    margin-left: 8px;
}

.profile-cover-img .upload-btn {
    bottom: auto;
    right: 12px;
    top: 12px;
}

.profile-cover-img .upload-btn label {

    font-size: 14px;
    width: 32px;
    height: 32px;
    line-height: 32px;
}

.header-img {
    margin-bottom: 28px;
}

.header-img img {
    max-width: 100%;
    height: auto;
}

.skills-nav {
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: scroll;
    padding-bottom: 10px;
}

.skills-nav a {
    flex: 0 0 auto;
}

/* width */
.skills-nav::-webkit-scrollbar {
    width: 10px;
  }

/* Track */
.skills-nav::-webkit-scrollbar-track {
background: #FBFBFB;
}

/* Handle */
.skills-nav::-webkit-scrollbar-thumb {
background: #FBFBFB;
transition: all 0.35s ease;
border-radius: 25px;
}

/* Handle on hover */
.skills-nav::-webkit-scrollbar-thumb:hover {
background: #eeeeee;
}

.main-contet {
    position: relative;
    min-height: 60vh
}

.error-page h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    color: #000000;
    margin-top: 50px;
}

.error-page p {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 50px;
    color: #000000;
}

.schoolar-side .btn {
    width: 100%;
}

.course-item.course-item-vertical .flex-grow-1 {
    overflow: hidden;
}

.course-item.course-item-vertical .flex-grow-1 > a {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    margin-bottom: 10px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.rate-title {
    font-style: normal;
    font-weight: 700 !important;
    font-size: 24px !important;
    line-height: 29px !important;
    color: #000000;
    text-align: left;
}

.rating-result {

}

/* Media for responsive */
@media (min-width: 1440px) {
    .container {
        max-width: 1170px !important;
    }

    .auth-container {
        max-width: 1400px !important;
        margin: 0 auto;
    }
}

@media (min-width: 1366px) {
    .container {
        max-width: 1086px;
    }

    .auth-container {
        max-width: 1086px;
        margin: 0 auto;
    }
}

@media (max-width: 1366px) {
    .auth-container {
        max-width: 1086px;
        width: 100%;
        padding-right: 12px;
        padding-left: 12px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 1440px) {

}

@media (min-width: 1440px) and (max-width: 1465px) {}

@media (min-width: 1465px) and (max-width: 1565px) {}

@media (min-width: 1465px) and (max-width: 1665px) {}

@media (min-width: 1440px) and (max-width: 1750px) {}

@media (min-width: 1300px) and (max-width: 1375px) {}

@media (min-width: 1200px) and (max-width: 1300px) {}

@media (max-width: 1200px) {}

@media (max-width: 991px) {
    .singup-right {
        width: auto;
    }
  .page-single-header picture {
    margin-bottom: 15px !important;
  }

    .mian-carousel .swiper-slide .row {
        flex-direction: column-reverse;
    }

    .mian-carousel picture {
        height: 350px;
    }

    .mian-carousel .slider-text h1 {
        font-size: 35px;
        line-height: 32px;
    }

    .mian-carousel .slider-text p {
        font-size: 16px;
        margin-bottom: 24px;
    }

    .slider-weapper {
        padding-left: 0;
    }

    .slider-text {
        padding: 25px;
    }

    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 0;
    }

    .swiper-pagination {
        text-align: center !important;
    }

    .stat-item h5 {
        font-size: 35px;
        line-height: 38px;
    }

    .courses-slider-nav .swiper-button-next,
    .mentors-slider-nav .swiper-button-next {
        right: 0;
    }

    .courses-slider-nav .swiper-button-prev,
    .mentors-slider-nav .swiper-button-prev {
        left: 0;
    }

    .footer-item {
        margin-bottom: 10px;
    }

    .footer-list h4 {
        font-size: 20px;
    }

    .footer-list ul li a.nav-link {
        font-size: 16px;
        margin-bottom: 8px;
    }

    /* auth	*/
    .auth-img {
        display: none;
    }

    .auth-root .d-flex > div {
        flex: 0 0 100%;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .auth-root > .d-flex {
        flex-wrap: wrap;
    }
    /* auth	*/
    .header-img {
        text-align: center !important;
        margin-top: 20px;
    }

    .filter-side {
        margin-bottom: 20px;
    }

    .rating-bog-result {
        margin-top: 20px;
    }

    .page-courses-header .btn {
        margin-bottom: 10px;
    }

    .user-nav-tabs .nav-tabs .nav-link {
        font-size: 16px;
        margin-right: 17px;
    }

    .drop-sidebar {
        display: block;
    }

    .page-dashboard .dashboard-aside {
        margin-bottom: 25px;
        height: auto;
        display: none;
    }

    .download-resume {
        margin-top: 30px;
    }

    .text-404 {
        text-align: center;
    }

    .text-404 h1,
    .about-header h1,
    .page-header-text h1 {
        font-size: 25px;
        line-height: 21px;
    }

    .text-404 p {
        font-size: 20px;
    }

    .about-header picture img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .contact-side h4 {
        font-size: 21px;
        line-height: 26px;
    }

    .contact-side {
        background-size: 122px;
        margin-bottom: 30px;
        height: auto !important;
        background-position-y: 107%;
    }

    .sec-header h4 {
        font-size: 25px;
        line-height: 30px;
    }

    .sec-header p {
        font-size: 16px;
    }

    /*.order-me-1 {
        order: 1;
    }

    .order-me-2 {
        order: 2;
    }*/

    .appointment {
        margin: 15px 0;
    }

    .order-col-sm-2 {
        order: 2;
    }

    .order-col-sm-1 {
        order: 1;
    }

    .filter-side {
        display: none;
    }

    .filter-title {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }

    .filter-title .btn {
        width: auto !important;
        min-width: auto !important;
        margin-left: auto;
        padding: 6px 10px !important;
        display: inline-block;
    }

    .filter-title .btn i {
      line-height: 0;
      vertical-align: middle;
      display: inline-block;
      font-size: 24px
    }

    .book-item {
        margin-bottom: 25px;
    }

    .our-stats::after {
        top: 100px !important;
    }

    .courses-slider-nav .swiper-button-next, .mentors-slider-nav .swiper-button-next, .books-slider-nav .swiper-button-next, .owl-nav [class*=owl-].owl-next {
        right: 0;
    }

    .courses-slider-nav .swiper-button-prev, .mentors-slider-nav .swiper-button-prev, .books-slider-nav .swiper-button-prev, .owl-nav [class*=owl-].owl-prev {
        left: 0;
    }


    .mian-carousel .owl-dots {
      right: 0 !important;
      left: auto !important;
      width: 100%;
    }

    .d-none-type {
      display: none;
    }

    .d-block-type {
      display: block;
    }

    .order-2-tablet {
        order: 2;
    }

    .order-1-tablet {
        order: 1;
    }

    .contact-side {
        background: #f7f7f7 !important;
    }

    .download-resume .btn {
        width: auto !important;
    }

    .schoolar-side .btn {
        width: auto;
    }
}

@media (max-width: 768px) {
    .mian-carousel .slider-text h1 {
        font-size: 28px !important;
        margin-bottom: 18px;
    }

    .sec-header h4 {
        font-size: 26px;
    }

    .sec-header p {
        font-size: 16px;
    }

    .sec-padding {
        padding: 40px 0;
    }

    .main-slider {
        padding-bottom: 20px;
    }

    .service-item h2 {
        font-size: 20px;
        line-height: 22px;
    }

    .service-item p {
        font-size: 20px;
    }

    .our-stats::before {
        width: 62px;
        height: 53px;
    }

    .our-stats::after {
        width: 57px;
    }

    .auth-header h1 {
        font-size: 27px;
    }

    .page-courses-header h1 {
        font-size: 30px;
        line-height: 34px;
    }

    .page-courses-header p {
        font-size: 16px;
    }

    .page {
        padding: 30px 0;
    }

    .course-item-vertical picture {
        width: 180px;
        height: 170px;
    }

    .course-item h2 {
        font-size: 20px;
    }

    .book-image {
        height: auto;
        margin-bottom: 20px;
    }

    .header-book-text h1 {
        font-size: 26px;
        line-height: 30px;
    }

    .article-type {
        margin-bottom: 5px;
    }

    .download-btns {
        flex-wrap: wrap;
    }

    .download-btns .btn {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .review-item p {
        font-size: 16px;
    }

    .course-item h2 {
        margin-bottom: 7px;
    }

    .page-single-header picture {
        height: auto;
    }

    .page-single-header h1,
    .lecturer-media h3 {
        font-size: 30px;
        line-height: 30px;
    }

    .strip-single p {
        font-size: 16px;
    }

    .post-meta-single span {
        font-size: 16px;
    }

    .expected-to-learn h4 {
        font-size: 20px;
        margin-bottom: 7px;
    }

    .expected-to-learn {
        padding: 15px;
        margin-bottom: 20px;
    }

    .text-stripped p, .text-stripped span, .text-stripped b, .text-stripped strong, .text-stripped * {
        font-size: 15px;
    }

    .user-profile-list {
        margin-top: 15px;
        margin-bottom: 25px;
    }

    .user-profile-list h4,
    .profile-header h4 {
        font-size: 18px;
        margin-bottom: 0;
    }

    .btn-sub {
        min-width: 300px !important;
        /* width: 100%; */
    }

    .profile-actions .btn {
        font-size: 16px;
        padding: 6px 12px;
    }

    .flex-checks {
        flex-wrap: wrap;
    }

    .profile-header,
    .user-profile-side {
        margin-bottom: 20px;
    }

    .profile-cover-img {
        height: 110px;
    }

    .user-media picture {
        width: 125px;
        height: 125px;
    }

    .user-media h1 {
        font-size: 25px;
        line-height: 28px;
    }

    .user-media p {
        font-size: 15px;
        line-height: 14px;
    }

    .profile-header-view {
        margin-bottom: 30px;
    }

    .about-header picture {
        height: auto;
    }

    .about-header h1 {
        font-size: 22px;
        line-height: 1.2;
        margin-bottom: 8px;
    }

    .about-header p {
        font-size: 16px;
    }

    .about-header {
        margin-bottom: 50px;
    }

    .page-right-side h4 {
        font-size: 20px;
        line-height: 29px;
        margin-bottom: 8px;
    }

    .faqs .accordion-button {
        font-size: 16px;
    }

    .know-palestine-tabs .nav-link {
        font-size: 16px;
    }

    .know-palestine picture {
        height: 200px;
    }

    .know-palestine h3 {
        font-size: 20px;
    }

    .know-palestine span,
    .know-palestine time {
        font-size: 16px;
    }

    .mentors-slider-nav .swiper-button-next, .mentors-slider-nav .swiper-button-prev, .courses-slider-nav .swiper-button-next, .courses-slider-nav .swiper-button-prev {
        display: none;
    }

    .text-stripped h1 {
        font-size: 30px;
        line-height: 34px;
    }

    .text-stripped h2 {
        font-size: 26px;
        line-height: 34px;
    }

    .text-stripped h3 {
        font-size: 22px;
        line-height: 34px;
    }

    .text-stripped h4 {
        font-size: 20px;
        line-height: 34px;
    }

    .text-stripped h5 {
        font-size: 16px;
        line-height: 34px;
    }

    .text-stripped h6 {
        font-size: 14px;
        line-height: 34px;
    }

    .main-header .navbar-brand img {
        height: 35px;
    }

    /* [data-target="#GridView"] {
        display: none;
    } */

    #listView {
        display: block !important;
    }

    .Review-rate {
        margin-top: 25px;
    }

    .my-responsive-table {
        overflow-x: scroll;
    }

    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        justify-content: flex-end !important;
    }

    .main-slider .swiper-pagination {
        text-align: left !important;
        bottom: 10px;
        padding-left: 25px;
    }

    .mian-carousel .row [class*=col]:first-child {
        order: 2;
    }

    .mian-carousel .row [class*=col]:last-child {
        order: 1;
    }

    .courses-slider-nav .swiper-button-next, .courses-slider-nav .swiper-button-prev, .mentors-slider-nav .swiper-button-next, .mentors-slider-nav .swiper-button-prev, .books-slider-nav .swiper-button-next, .books-slider-nav .swiper-button-prev, .owl-nav [class*=owl-] {
        display: none !important;
    }


    .slider-weapper {
      padding-right: 0 !important;
    }

    .user-nav-tabs .nav-tabs .nav-link {
      font-size: 14px !important;
    }

    .user-nav-tabs .nav-tabs .nav-item.show .nav-link, .user-nav-tabs .nav-tabs .nav-link.active {
      font-size: 16px !important;
    }

    .course-nav-tabs .nav {
      overflow-x: scroll;
      flex-wrap: nowrap;
    }

    .user-nav-tabs .nav-tabs .nav-link {
      flex-shrink: 0
    }

    .page-knowPalestine-details figure {
        height: 300px;
    }
}

@media (max-width: 576px) {

  .mian-carousel picture {
    padding: 0 !important;
  }

  .slider-text {
    padding: 0px !important;
    margin-top: 10px;
  }
    .our-stats::after,
    .our-stats::before {
        display: none;
    }

    .paledu-auth-form {
        width: 100%;
    }

    .sign-in-methods .col {
        flex: 0 0 100%;
        margin-bottom: 10px;
    }

    .auth-header h1 {
        font-size: 20px;
    }

    .auth-header p {
        font-size: 14px;
    }

    .page-courses-header h1 {
        font-size: 26px;
        line-height: 28px;
    }

    .page-courses-header p {
        font-size: 14px;
    }

    .course-item-vertical > .d-flex {
        display: block !important;
    }

    .course-item-vertical picture {
        width: 100%;
    }

    .review-item p {
        font-size: 14px;
    }

    .review-item .rating-result i {
        font-size: 12px;
    }

    .review-item h4 {
        margin-bottom: 0;
    }

    .review-item time {
        font-size: 14px;
    }

    .page-single-header h1,
    .lecturer-media h3 {
        font-size: 22px;
    }

    .strip-single p {
        font-size: 16px;
    }

    .video-course figure {
        height: auto;
    }

    .video-course a svg {
        height: 50px;
    }

    .lecturer-media picture {
        width: 131px;
        height: 115px;
    }

    .tag-skill {
        font-size: 14px;
    }

    .stepper-dots {
        display: none;
    }

    .user-profile-side picture,
    .img-uploader {
        width: 125px;
        height: 125px;
    }

    /* .certificate-item > .d-flex {
        flex-direction: column;
    } */

    .certificate-item figure {
        /* display: none; */
        width: 60px !important;
        height: 60px !important;
        line-height: 60px !important;
    }

    /* .certificate-item .ms-3 {
        margin: 0 !important;
    } */

    .certificate-item figure i {
        font-size: 24px;
    }

    .vertical-know-palestine picture {
        width: 88px;
    }

    .slider-text .btn {
        margin-bottom: 20px;
    }

    .swiper-pagination-services {
        display: none;
    }

    .footer-list ul {
        display: none;
    }

    .footer-list h4 {
        display: flex;
        justify-content: space-between;
        position: relative;
        flex-wrap: wrap;
    }

    .footer-list h4 i {
        display: inline-block;
    }

    .main-footer .footer-top {
        padding-bottom: 20px;
    }

    .footer-list {
        margin-top: 15px;
    }

    .about-header {
        margin-bottom: 25px;
    }

    .header-img img {
        width: 100%
    }

    /*.header-book-text .fav-button i {
        font-size: 32px;
    }*/

    .rating-bog-result {
        padding: 20px 15px;
    }

    .rating-bog-result p {
        font-size: 54px;
        line-height: 68px;
    }

    .type-course {
        margin-bottom: 15px;
    }

    .page-single-header {
        margin-bottom: 55px;
    }

    .action-btn-form {
        margin-top: 15px;
    }

    .dashboard-title:not(.consult-title) .d-flex {
        /* flex-direction: row-reverse; */
        justify-content: flex-end;
    }

    .dashboard-title .btn {
        margin-right: 0 !important;
        margin-left: 5px;
    }

    .times-table tr td {
        vertical-align: middle;
    }

    .search-table {
        margin-left: 5px !important;
    }

    .dashboard-tabs.nav-pills .nav-link {
        padding: 12px 10px;
    }

    .consult-title .d-flex {
        flex-wrap: wrap;
    }

    .consult-title .d-flex h1 {
        display: block !important;
        flex-grow: 1;
        width: 100%;
        margin-bottom: 14px;
    }

    /* #myInputTextField:focus {
        width: 150px;
    } */

    .search-table {
        margin-left: 0 !important;
    }

    .dashboard-title h1 {
        margin-right: auto;
    }

    .slider-weapper picture::before,
    .slider-weapper picture::after{
        display: none !important;
    }

    .auth-form {
      padding-top: 40px;
      padding-bottom: 40px;
    }

    .paledu-auth-form {
      margin-top: 95px
    }

    .auth-root > .d-flex,
    .auth-root {
      min-height: auto;
    }

    .singup-right {
        width: 100%;
    }

    .flex-title-dashboard {
        display: block !important;
    }

    .flex-title-dashboard h1 {
        margin-bottom: 15px;
        font-size: 20px;
    }

    .calendar-legend li {
        margin-left: 0 !important;
        margin-right: 15px !important;
    }

    .fc .fc-toolbar .fc-toolbar-chunk:first-child {
        order: 2;
    }

    .fc .fc-toolbar .fc-toolbar-chunk:last-child {
        order: 3;
    }

    .fc .fc-toolbar .fc-toolbar-chunk:nth-child(2) {
        order: 1;
        flex-grow: 1;
        width: 100%;
        text-align: center;
    }

    .fc .fc-toolbar.fc-header-toolbar {
        flex-wrap: wrap !important;
    }

    .fc .fc-view-harness,
    .fc .fc-daygrid-body {
        height: auto !important;
    }

    .fc .fc-bg-event, .fc .fc-highlight, .fc .fc-non-business, .fc .fc-view-harness-active>.fc-view {
        position: static !important;
    }

    .fc .fc-scroller-liquid-absolute{
        position: static !important;
    }

    .dashboard-title h1 {
        font-size: 20px !important;
    }

    .datatables-table thead th:nth-child(1),
    .datatables-table thead th:nth-child(2),
    .datatables-table thead th:nth-child(3),
    .datatables-table thead th:nth-child(4),
    .table-component__table__head th:nth-child(1),
    .table-component__table__head th:nth-child(2),
    .table-component__table__head th:nth-child(3),
    .table-component__table__head th:nth-child(4) {
        min-width: 200px;
    }

    .profile-header-view .user-media {
        display: block !important;
        padding: 0 !important;
    }

    .profile-header-view  .user-media picture {
        margin-right: auto;
        margin-left: auto;
    }

    .profile-header-view .user-media .ms-3 {
        margin: 0 !important;
        text-align: center;
    }

    .profile-header-view .user-media h1 {
        margin-top: 20px !important;
    }

    .schoolar-side .btn {
        width: 100%;
    }

}

@media (max-width: 480px) {
    .btn-sub {
        min-width: 100% !important;
        width: 100%;
    }

    .page-courses-header .btn,
    .page-single-header .btn {
        width: 100%;
    }

    .reserve-time {
        overflow-x: scroll;
    }

    .slider-text .btn {
        width: 100%;
    }

    .page-courses-header .btn, .page-single-header .btn {
        min-width: auto !important;
    }

    .lecturer-media picture {
        width: 80px;
        height: 80px;
    }

    .action-btn-form .btn {
        width: 100%;
        min-width: auto !important;
    }

    .book-image {
        width: 100% !important;
        height: auto !important;
    }

    .related-books [class*=col] {
        width: 100%;
    }

    .download-resume .btn {
        width: 100% !important;
    }
}

/* Media for responsive */

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
    position: relative;
    z-index: 9;
    cursor: pointer;
    display: inline-block;
  }

  /* Hide the tooltip content by default */
  [data-tooltip]:before,
  [data-tooltip]:after {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
  }

  /* Position tooltip above the element */
  [data-tooltip]:before {
    position: absolute;
    bottom: 100%;
    /* left: 0; */
    inset-inline-start: 0;
    margin-bottom: 5px;
    /* margin-left: -80px; */
    padding: 7px;
    min-width: 160px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #000;
    background-color: hsla(0, 0%, 20%, 0.9);
    color: #fff;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
    transition: all 0.5s linear;
  }

  /* Triangle hack to make tooltip look like a speech bubble */
  [data-tooltip]:after {
    position: absolute;
    bottom: 100%;
    inset-inline-start: 50%;
    margin-left: -5px;
    width: 0;
    border-top: 5px solid #000;
    border-top: 5px solid hsla(0, 0%, 20%, 0.9);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
    transition: all 0.5s linear;
  }

  /* Show tooltip content on hover */
  [data-tooltip]:hover:before,
  [data-tooltip]:hover:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

.flipbookViewer .modal-body > div {
    width: 100% !important;
    background-color: transparent !important;
}

.flowpaper_viewer_container > * {
    background-color: transparent !important;
}

.btn-close {
    width: 40px;
    height: 40px;
    background-color: RGBA(255, 255, 255, .5);
}

#fpabtbox {
    display: none !important;
}

.sec-header {
    overflow-x: hidden;
    overflow-y: hidden;
}

.text-info {
  color: var(--main-color) !important;
  font-weight: bold
}


.know-palestine-tabs.owl-carousel .owl-nav button.owl-next, .know-palestine-tabs.owl-carousel .owl-nav button.owl-prev {
    display: block !important;
}

.know-palestine-tabs.owl-carousel .owl-nav {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.container,
[class*=col] {
    padding-right: 8px;
    padding-left: 8px;
}

.row {
    margin-right: -8px;
    margin-left: -8px;
}

.table-responsive {
    overflow-x: unset !important;
}

.alert-warning {
    --bs-alert-bg: #fff7e0;
}

@media (max-width: 991px) {

    .table-responsive {
        overflow-x: scroll !important;
        overflow-y: scroll;
    }

}

@media (min-width: 768px) and (max-width: 1200px) {
    .our-stats::before,
    .our-stats::after {
        display: none;
    }
}

@media(max-width: 576px) {
    .stat-item {
        text-align: left !important;
    }

    .my-table-responsive .table-component__table-wrapper {
        overflow-x: scroll;
        overflow-y: auto;
    }
}

.meeting-selector .tab__pagination__button {
    width: 32px;
    height: 32px;
    border: 1px solid #000000 !important;
    border-radius: 4px;
    color: #000 !important;
}

.meeting-selector .tab__pagination__button i {
    font-size: 16px !important;
}

[class*=vms-icon-]:before {
    vertical-align: middle;
}

.meeting-selector .tab__pagination__button:hover {
    background-color: #f4f4f4 !important;
}

.meeting-selector .tab__days {
    flex: 0 0 calc(100% - 62px) !important;
}

.meeting .btn-reserved {
    background: #ECECEC;
    border-radius: 4px;
    border: none !important;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}

.btn-avalabil {
    background: #1B8F7A;
    border-radius: 4px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}

.day.tab__days__day-display {
    padding-bottom: 20px;
    position: relative;
    margin-right: 7px;
    margin-left: 7px;
}

.day.tab__days__day-display::before {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background-color: rgba(0, 0, 0, 1);
    margin-bottom: 16px;
}

.day__subtitle {
    font-size: 16px !important;
}

.fc-media-screen .fc-timegrid-cols {
    padding-left: 0;
}

.blog-single-img {
    height: 400px;
    overflow: hidden;
}

.schoolar-ship-header {
    margin-bottom: 24px;
}

.badge-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.badge-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.badge-success {
    color: var(--bs-success);
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.badge-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

.user-status {
    margin-bottom: 0;
}

.user-status span.badge {
    padding: 8px 12px;
    border-radius: 5px;
    font-size: 16px;
    margin-inline-start: 10px;
}

.search-and-add {
    margin-left: auto;
    flex-shrink: 0;
    display: flex;
}

.course-item .d-flex.justify-content-between span {
    font-size: 18px;
    font-weight: 500;
}

@media (max-width: 991px) {
    .mian-carousel .owl-dots {
        text-align: left !important;
        padding-left: 22px;
    }

    .scholarship-item p {
        height: 42px;
        overflow: auto;
    }

    .modal-dialog {
        max-width: 630px;
    }

    .date-th {
        width: 100px;
    }

    .stepper-dots {
        display: flex;
        margin-bottom: 24px;
    }

    .stepper-dots .step:first-child {
        margin-bottom: 0;
        margin-inline-end: 41px;
    }

    .stepper-dots .step:first-child::after {
        width: 41px;
        height: 1px;
        margin: -24px 30px;
    }
}

@media (max-width: 768px) {
    .vertical-know-palestine picture {
        width: 160px !important;
        height: 160px !important;
    }

    .page-single-header picture {
        height: 400px;
    }

    .video-course figure {
        height: 390px;
    }

    .consult-title > .d-flex {
        display: block !important;
    }

    .consult-title h1 {
        margin-bottom: 10px;
    }

    .search-and-filter {
        margin-bottom: 10px;
        width: 100%;
    }

    .search-and-filter .search-table {
        flex-grow: 1;
    }

    .search-and-filter .search-table input {
        width: 100% !important;
    }

    .search-and-filter .btn {
        flex-shrink: 0;
    }

    .consult-title > .d-flex > .btn {
        margin-left: 0 !important;
    }

    .search-and-add {
        display: flex;
        align-items: center;
    }

    .search-and-add .search-and-filter {
        margin-bottom: 0;
    }

    .dashboard-title .search-and-add .btn {
        flex-shrink: 0;
    }

    .consult-title.schoolarships-title-dashboard > .d-flex {
        display: flex !important;
    }

    .consult-title.schoolarships-title-dashboard .search-and-filter {
        margin-inline-start: 15px;
        width: auto !important;
    }
}

@media (max-width: 630px) {


    .modal-dialog {
        max-width: 95%;
    }
}

@media (max-width: 576px) {
    .search-and-add {
        flex-direction: column;
        align-items: flex-start;
    }

    .search-and-add .search-and-filter {
        margin-bottom: 8px;
    }

    .dashboard-title .search-and-add .btn {
        margin-left: 0 !important;
    }

    .consult-title.schoolarships-title-dashboard .search-and-filter {
        width: 100% !important;
    }

    .mian-carousel .owl-dots {
        position: static !important;
        padding-left: 0 !important;
        margin-top: 0 !important;
        text-align: center !important;
        margin-bottom: 10px;
    }

    .related-course {
        padding: 18px !important;
    }

    .related-course a:last-child .know-palestine {
        margin-bottom: 0 !important;
    }

    .constant-item,
    .view-div .course-item {
        margin-bottom: 22px !important;
    }

    .course-item.constant-item :not(.author) .flex-grow-1,
    .course-item.course-item-vertical .flex-grow-1 {
        margin-left: 0 !important;
    }

    .course-item.course-item-vertical .author .flex-grow-1,
    .course-item.constant-item .author .flex-grow-1 {
        margin-left: 10px !important;
    }

    .course-item-vertical.book-item > .d-flex,
    .course-item-vertical.scholarship-item > .d-flex {
        display: flex !important;
    }

    .course-item-vertical.book-item picture {
        width: 175px !important;
        height: 230px !important;
        margin-right: 10px;
    }

    .blog-single-img {
        height: 250px;
    }

    .course-item-vertical.scholarship-item picture {
        width: 220px !important;
        height: 180px !important;
        margin-right: 15px !important;
    }

    .page-single-header picture {
        height: 250px;
    }

    .fc .fc-toolbar-title {
        margin-bottom: 15px !important;
    }

    .search-and-filter {
        flex-wrap: nowrap !important;
    }
}


@media (max-width: 375px) {
    .vertical-know-palestine picture {
        width: 100% !important;
        height: 175px !important;
        margin-bottom: 10px;
    }

    .vertical-know-palestine .flex-grow-1 {
        margin: 0 !important;
        width: 100%;
    }

    .vertical-know-palestine .d-flex {
        flex-direction: column;
    }

    .vertical-know-palestine picture {
        width: 100%;
        height: 100px;
    }

    .course-item-vertical.book-item > .d-flex,
    .course-item-vertical.scholarship-item > .d-flex {
        display: block !important;
    }

    .course-item-vertical.scholarship-item picture {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .page-single-header picture {
        height: 200px;
    }

    .link-book-fig {
        background-color: #f3f3f3;
        padding: 10px 10px;
        margin-bottom: 10px !important;
    }

    .link-book-fig figure,
    .link-book-fig picture {
        margin-right: auto !important;
        margin-left: auto !important;
        margin-bottom: 0;
    }

    .search-form-modal .form-group.d-flex {
        flex-direction: column;
    }

    .search-form-modal .form-control {
        margin-inline-end: 0;
        margin-bottom: 10px;
    }

    .input-checkbox label {
        margin-inline-end: 15px !important;
    }
}

@media(min-width: 280px) and (max-width: 433px) {
    .checkbox-holder label {
        display: flex;
    }

    .check-checkmark {
        top: 0;
    }
}
