/* Global Styles */
:root {
    --mainColor: #3479B4;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    color: #A6A9AE;
    font-family: 'Bahij', sans-serif;
    ;
    font-weight: 400;
    box-sizing: border-box;

}

p:last-child {
    margin: 0;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


a,
a:active,
a:focus {
    text-decoration: none;
    color: inherit;
}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

@font-face {
    font-family: Bahij;
    src: url("../fonts/Bahij_TheSansArabic-Plain.ttf");
    font-weight: 400
}

@font-face {
    font-family: Bahij;
    src: url("../fonts/Bahij_TheSansArabic-Bold.ttf");
    font-weight: bold
}



/* End Global Styles */


/* Navbar Style */
.navbar-search-from {
    display: none;
}

nav.navbar.navbar-expand-lg.nav-sticy {
    top: 0;
    background: #fff;
    padding: 10px 0 !important;
    box-shadow: 0 10px 50px #70a2d621;
    -webkit-animation: headerSlideDown .95s ease forwards;
    animation: headerSlideDown .95s ease forwards;
    will-change: transform;
    position: fixed;
}

.navbar-btns ul {
    display: flex;
    align-items: center;
    column-gap: 15px;
}

nav.navbar .navbar-main-btn a.btn:not(.btn-bg):hover {
    background: var(--mainColor);
    color: #fff;
}

nav.navbar .navbar-main-btn .btn-bg:hover {
    background: #215887;
}

a.navbar-brand {
    padding: 0;
    margin: 0;
}

a.navbar-brand img {
    margin-top: -20px;
}

.top-nav-social-media ul {
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.top-nav-social-media ul li a {
    background: #E9E9E9;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
    color: var(--mainColor);
}

.top-nav {
    padding: 10px 0;
    background: var(--mainColor);
    transition: all .3s linear;
}

.top-nav-list ul {
    display: flex;
    align-items: center;
    column-gap: 40px;
}

.top-nav-social-media ul li {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.top-nav-list ul a {
    color: #E9E9E9;
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
    font-size: 14px;
}

.top-nav-list ul a:hover {
    color: #fff;
}

.top-nav .row {
    align-items: center;
}

.top-nav-social-media ul {
    justify-content: flex-end;
}

nav.navbar.navbar-expand-lg {
    padding: 30px 0;
    transition: all .3s linear;
    position: absolute;
    top: 50px;
    right: 0;
    background: linear-gradient(#fff, #F5F6F7);
    width: 100%;
    z-index: 99;
}

nav.navbar li.nav-item {
    margin-left: 20px;
}

nav.navbar li.nav-item:last-of-type {
    margin: 0;
}

nav.navbar li.nav-item .nav-link {
    color: #808388;
    position: relative;
}

nav.navbar li.nav-item .nav-link.active,
nav.navbar li.nav-item .nav-link:hover {
    color: #3479b4;
}

nav.navbar li.nav-item .nav-link {
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
    font-weight: bold;
    font-size: 14px;
}



.header-category-menu:hover .header-category-dropdown-wrap {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.header-category-menu .header-category-dropdown-wrap {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    position: absolute;
    top: 123%;
    left: 0;
    z-index: 4;
    min-width: 250px;
    z-index: 22222;
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
}

.header-category-menu .header-category-dropdown-wrap ul {
    margin: 0;
    list-style-type: none;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .12);
    border: 1px solid #ededed;
    border-radius: 5px;
    width: 250px;
    position: relative;
    max-width: none !important;
    padding: 14px 0;
}

.header-category-menu .header-category-dropdown-wrap ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: static !important
}

.header-category-menu .header-category-dropdown-wrap ul li:hover {
    z-index: -1
}

.header-category-menu .header-category-dropdown-wrap ul li>a {
    position: relative;
    display: block;
    padding: 9px 30px 10px;
    font-size: 13px;
    line-height: 1.31;
}

.header-category-menu .header-category-dropdown-wrap ul li>a .toggle-sub-menu {
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.header-category-menu .header-category-dropdown-wrap ul li>a .toggle-sub-menu:before {
    content: "\ea4d";
    font-size: 13px;
    font-family: boxicons !important;
}

.header-category-menu .header-category-dropdown-wrap ul li:hover>a {
    color: var(--mainColor);
    background: #f5f7fd
}

.header-category-menu .header-category-dropdown-wrap ul li:hover>.children {
    display: block
}

.header-category-menu .header-category-dropdown-wrap ul .children {
    display: none;
    position: absolute;
    left: 100%;
    top: -1px;
    margin-top: 0;
    min-height: calc(100% + 2px);
    width: 255px;
    -webkit-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
    border-radius: 0 5px 5px 0;
    z-index: -1;
    padding-left: 5px
}

.header-category-menu .header-category-dropdown-wrap ul .children.sub-categories {
    box-shadow: none
}

.header-category-menu .header-category-dropdown-wrap ul .children.sub-categories:before {
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    right: -1px;
    left: -1px;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .12);
    border-radius: inherit;
    border: 1px solid #fff
}

.header-category-menu .header-category-dropdown-wrap ul .children.course-list {
    width: 405px;
    z-index: -2
}

li.nav-item.header-category-menu {
    position: relative;
}



.header-category-menu .header-category-dropdown:after {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-bottom: 10px solid #fff;
}

.header-category-menu .header-category-dropdown:after,
.header-category-menu .header-category-dropdown:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 42px;
    width: 0;
    height: 0;
}

.header-category-menu .header-category-dropdown:after,
.header-category-menu .header-category-dropdown:before {
    left: auto;
    right: 22px;
}

html[dir=ltr] .header-category-menu .header-category-dropdown-wrap {
    right: auto;
    left: 0;
}

.header-category-menu .header-category-dropdown-wrap {
    left: auto;
    right: 0;
}

nav.navbar li.nav-item a.nav-link:after {
    content: "";
    position: absolute;
    left: auto;
    right: 10%;
    bottom: 0;
    height: 2px;
    width: 0px;
    -webkit-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    background: var(--mainColor);
}

nav.navbar li.nav-item:hover a.nav-link:after {
    width: 80%;
    left: 10%;
    right: auto;
}

/* // End Navbar Style */


/* Intro Style */
.home-intro {
    background: linear-gradient(#F5F6F7, #fff);
    height: calc(100vh + 120px);
    position: relative;
    overflow: hidden;
}
@media  (max-width: 1399px) {
    nav.navbar li.nav-item .nav-link {
     font-size: 12px;
}
.home-intro {
     height: calc(130vh + 120px) !important;
 }
}
.home-intro .intro-bg {
    position: absolute;
    bottom: -3px;
    left: 0px;
    width: 100%;
    text-align: center;
    z-index: 2;
    background-size: cover;
    height: 540px;
}

.home-intro .container {
    position: relative;
    height: 100%;
}

.home-intro .intro-content h1 {
    font-size: 62px;
    font-weight: bold;
    line-height: 86px;
    max-width: 59%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.home-intro .intro-content {
    text-align: center;
    padding-top: 50px;
}

.home-intro .row {
    position: relative;
    z-index: 3;
}

.btn.btn-bg {
    background: var(--mainColor);
    color: #fff;
}

.btn {
    padding: 14px 50px;
    border-radius: 25px;
    border: 1px solid var(--mainColor);
    color: var(--mainColor);
    font-size: 14px;
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
    position: relative;
    overflow: hidden;
}

.intro-btns {
    display: flex;
    justify-content: center;
    column-gap: 15px;
}

.home-intro .intro-content p {
    max-width: 57%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.home-intro .intro-content h1 span {
    color: var(--mainColor);
}

.intro-icons {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.intro-icons .intro-icon a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 100%;
    background: #E9E9E9;
    font-size: 24px;
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
    color: var(--mainColor);
    position: r;
}

.intro-icons .intro-icon:last-of-type {
    top: 60px;
    right: -27px;
}

.intro-icons .intro-icon:nth-of-type(4) {
    top: -8px;
    right: -20px;
}

.intro-icons .intro-icon:nth-of-type(3) {
    top: 50px;
    left: 17px;
}

.intro-icons .intro-icon:nth-of-type(2) {
    top: 0;
    left: -40px;
}

.intro-icons {
    direction: ltr;
}

.intro-icons .intro-icon:nth-of-type(1) {
    top: 60px;
    right: 37px;
}

.intro-icons .intro-icon a:hover {
    background: var(--mainColor);
    color: #fff;
}

.intro-icons {
    position: relative;
}

.intro-icons .intro-icon {
    z-index: 2;
    position: relative;
    top: 62px;
}

.intro-icons:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 100%;
    height: 240px;
    background-image: url('../img/intro-path.svg');
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
}

/* // End Intro Style */


/* About Section */
section.about-us {
    padding: 100px 0;
    background: linear-gradient(#fff, rgb(249 249 249 / 89%));
    position: relative;
}

.about-text h2 {
    color: var(--mainColor);
    font-weight: bold;
    font-size: 42px;
    line-height: 86px;
}

.about-feature-box:hover {
    border-color: var(--mainColor);
    transform: translateY(-5px);
}

.about-text p {
    font-size: 18px;
    line-height: 28px;
    max-width: 90%;
    margin-bottom: 50px;
}

.about-text .btn {
    display: inline-flex;
    column-gap: 7.5px;
}

.about-text .btn:hover {
    background: var(--mainColor);
    color: #fff;
}

.about-text .btn:hover img {
    filter: invert(100%) sepia(52%) saturate(642%) hue-rotate(209deg) brightness(546%) contrast(100%);
}


.about-feature-box {
    border-radius: 28px;
    background: #Fff;
    box-shadow: 0px 0px 35px rgb(55 118 187 / 10%);
    padding: 30px;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
    border: 1px solid transparent;
}

.afb-twies .about-feature-box {
    margin-bottom: 30px;
}

.about-feature-box .afb-content h4 {
    color: var(--mainColor);
    font-weight: bold;
    margin-top: 25px;
}

.about-feature-box .afb-content p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 20px;
    margin-bottom: 0;
}

section.about-us .container {
    position: relative;
    z-index: 3;
}

.about-path {
    position: absolute;
    bottom: 0;
    left: 0;
    width: auto;
    height: 50%;
    z-index: 1;
}

/* End About */


/* Tech Slider Style */

.tech-section {
    background: linear-gradient(rgb(249 249 249 / 89%), #fff);
}

.owl-carousel.cources-slider .owl-dots {
    display: none;
}

.section-title h2 {
    color: var(--mainColor);
    font-weight: bold;
    font-size: 42px;
    line-height: 86px;
    margin: 0;
}

.section-title {
    margin-bottom: 40px;
}

.tech-item-img {
    border: 1px solid #CDE0F1;
    border-radius: 16px;
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
}

.tech-item-img img {
    width: 100%;
    height: auto;
}

.tech-item:hover .tech-item-img {
    border-color: var(--mainColor);
}

.tech-item-text h3 {
    color: #808388;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
}

.tech-item:hover .tech-item-text h3 {
    color: var(--mainColor);
}

.tech-item-text {
    margin-top: 30px;
    text-align: center;
}

.owl-carousel .owl-nav button {
    width: 56px;
    height: 56px;
    border-radius: 100%;
    background: #E9E9E9 !important;
    display: flex;
    align-items: center;
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
    justify-content: center;
}

.owl-carousel .owl-nav button i {
    font-size: 39px;
    color: var(--mainColor);
}

.owl-carousel .owl-nav button:hover {
    background: #CDE0F1 !important;
}

.owl-nav {
    right: -100px;
    display: flex;
    z-index: -1;
    width: calc(100% + 200px);
    position: absolute;
    top: calc(50% - 40px);
    justify-content: space-between;
    transform: translateY(-50%);
}

.tech-item:hover img {
    box-shadow: 0px 0px 30px rgb(103 152 208 / 20%);
}

/* End Tech Slider Style */


/* Cources Style */
.courses-more-link {
    padding: 20px;
    background: #3479B4;
    border-radius: 8px;
    text-align: center;
    height: calc(100% - 55px);
    flex-direction: column;
    display: flex;
    row-gap: 40px;
}

.cources-slider .owl-nav {
    position: relative;
    width: 100%;
    transform: unset;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    right: unset;
    top: 50px;
    column-gap: 30px;
}

.review-with-price {
    display: flex;
    align-items: center;
    margin-top: 15px;
    justify-content: space-between;
    margin-bottom: 10px;
}

.review-with-price ul.reviews {
    display: flex;
    align-items: center;
    column-gap: 4px;
}

.review-with-price ul.reviews i {
    font-size: 12px;
    color: #7E8186;
}

.review-with-price .course-price {
    color: #7E8186;
    font-weight: bold;
    font-size: 14px;
}


.course-item-title h3 {
    color: var(--mainColor);
    font-weight: bold;
    font-size: 20px;
    line-height: 33px;
    margin: 0;
}

.course-item-footer {
    display: flex;
    border-top: 1px solid var(--mainColor);
    margin-top: 15px;
    justify-content: space-between;
    padding-top: 15px;
}

.course-item {
    background: #fff;
    border: 1px solid transparent;
    border-radius: 8px;
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
}

.course-item-content {
    padding: 15px;
    padding-top: 0;
}

.course-item-img {
    margin-right: -1px;
    width: calc(100% + 2px);
    margin-top: -1px;
    border-radius: 8px;
}

.course-item-img a {
    display: flex;
}

.course-item-img img {
    border-radius: 8px;
}

.course-lesson-count {
    display: flex;
    align-items: center;
    column-gap: 5px;
}


.course-lesson-count span {
    font-size: 14px;
}

.course-item:hover {
    border-color: var(--mainColor);
    box-shadow: 0px 0px 35px rgb(55 118 187 / 15%);
}

ul#coruses-categories-tab {
    margin-bottom: 50px;
    border-bottom: 0;
}

ul#coruses-categories-tab .nav-item button {
    padding: 9px 33px;
    border: 1px solid var(--mainColor);
    color: var(--mainColor);
    border-radius: 20px;
    margin-left: 30px;
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
}

ul#coruses-categories-tab .nav-item:last-of-type button {
    margin: 0;
}

ul#coruses-categories-tab .nav-item button.active {
    background: var(--mainColor);
    color: #fff;
}

section.courses-section {
    position: relative;
    padding: 100px 0;
}

section.courses-section .courses-path {
    position: absolute;
    top: -60px;
    left: 100px;
    z-index: 2;
}

/* // End Courses  */





/* Footer */
footer.app-footer {
    background: var(--mainColor);
    padding-top: 210px;
    margin-top: -120px;
}

.copyright-footer {
    padding: 50px 0;
}

.copyright-footer .madeby-area {
    text-align: left;
}

.footer-app-info {
    margin-top: -50px;
}

.news-letters {
    background: #F5F7F9;
    border-radius: 55px;
    padding: 50px;
    margin-top: 150px;
}

.news-letter-img {
    position: relative;
    height: 100%;
}

.news-letter-img img {
    position: absolute;
    top: 0;
    transform: translateY(-50%);
}

.container.news-letter-container {
    position: relative;
    z-index: 3;
}

.news-letter-content,
.news-letter-form {
    margin-right: 70px;
    width: calc(100% - 140px);
}

.news-letter-content h2 {
    margin-bottom: 25px;
    font-weight: bold;
    color: var(--mainColor);
    font-size: 42px;
}

.news-letter-content p {
    color: #707070;
    font-size: 18px;
    margin-bottom: 25px;
}

.news-letter-form .input-box {
    position: relative;
    background: #fff;
    border-radius: 25px;
    height: 50px;
}

.news-letter-form .input-box .input-icon {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 42px;
    height: 42px;
    border-radius: 100%;
    background: #F5F7F9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-letter-form .input-box button.btn {
    position: absolute;
    top: 4px;
    left: 4px;
    height: calc(100% - 8px);
}

.news-letter-form .input-box input {
    width: 75%;
    height: 100%;
    position: relative;
    background: transparent;
    border: none;
    padding-right: 60px;
    outline: none;
    border-radius: 25px;
    color: #707070;
    font-size: 14px;
}

/* // End Footer */


/* NewsLetters */
.footer-app-info p {
    margin: 0;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    max-width: 71%;
    margin-top: 40px;
}

.copyright-footer p {
    margin: 0;
    color: #fff;
    font-size: 14px;
}

.footer-menu-list h4.footer-menu-title {
    font-size: 20px;
    margin-bottom: 30px;
    color: #fff;
    font-weight: bold;
    line-height: 33px;
}

.footer-menu-list ul li a {
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
    font-size: 14px;
    color: #fff;
    line-height: 22px;
}

.footer-menu-list ul li {
    margin-bottom: 15px;
}

.footer-menu-list ul li:last-of-type {
    margin-bottom: 0;
}

ul.footer-menu-with-icons li a {
    display: flex;
    column-gap: 5px;
    align-items: center;
}

.app-footer ul.footer-social-list {
    margin-top: 15px;
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.app-footer ul.footer-social-list li a {
    width: 30px;
    height: 30px;
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
    border-radius: 30px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.app-footer ul.footer-social-list li {
    margin: 0;
}

.app-footer ul.footer-social-list li a:hover {
    background: #fff;
    color: var(--mainColor);
}

.courses-more-link a {
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
}

.courses-more-link a img {
    filter: invert(100%) sepia(52%) saturate(642%) hue-rotate(209deg) brightness(546%) contrast(100%);
}

/* // End Newsletters  */


/* Other Styles */
.two-section {
    background: linear-gradient(#fff, rgb(249 249 249 / 89%));
}

.home-intro {
    margin-top: 130px;
}

body,
html {
    background: linear-gradient(#F5F6F7, #fff);
}

section.page-title-section {
    background-size: cover;
    background-color: #3479b4;
}

/* // End */







section.page-title-section {
    height: 210px;
    position: relative;
    background-size: cover;
}

section.page-title-section .background-overlay {
    position: absolute;
    inset: 0;
    background-image: url('../img/intro-img.png');
    background-repeat: no-repeat;
    opacity: 0.08;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    background-size: inherit;
    background-position: center center;
    background-attachment: fixed;
}

section.page-title-section .container,
section.page-title-section .row {
    height: 100%;
}

.title-section-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #fff;
    font-weight: bold;
    font-size: 42px;
}

h1.title-section-heading-title {
    font-size: 38px;
    font-weight: 700;
}


.course-item-img img {
    width: 100%;
}



/* Animation */
@keyframes wipe-in-top-right {
    from {
        clip-path: polygon(-50% 50%, 50% 150%, 50% 150%, -50% 50%);
    }

    to {
        clip-path: polygon(50% -50%, 150% 50%, 50% 150%, -50% 50%);
    }
}


.top-nav-social-media ul li:hover a {
    animation: 1s cubic-bezier(.25, 1, .30, 1) wipe-in-top-right both;
}

@-webkit-keyframes headerSlideDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes headerSlideDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/* End Animation */


/* Contact US */
form.contacts-form label {
    display: block;
    color: #a6a9ae;
    margin-bottom: 10px;
    font-size: 14px;
}

form.contacts-form input,
form.contacts-form textarea {
    border: 1px solid rgb(220, 220, 220);
    border-radius: 10px;
    min-height: 48px;
    font-size: 16px;
    padding: 15px;
    color: #a6a9ae;
    width: 100%;
}

form.contacts-form input::placeholder {
    color: #a6a9ae;
}

form.contacts-form .form-group {
    margin-bottom: 15px;
    transition: all .3s linear;
}

form.contacts-form .form-group:last-of-type {
    margin-top: 30px;
    margin-bottom: 0;
}

form.contacts-form textarea {
    min-height: 150px;
}

.contact-us-page .about-path {
    z-index: auto;
}

.contact-us-page .row {
    align-items: center;
}

.contact-us-page {
    padding: 100px 0;
    position: relative;
}

form.contacts-form .form-group .btn {
    background: var(--mainColor);
    color: #fff;
    font-size: 16px;
    width: 100%;
    border-radius: 50px;
}

.contact-content-text h1 {
    font-size: 42px;
    font-weight: bold;
    line-height: 1.4em;
    color: var(--mainColor);
    margin-bottom: 50px;
}

.contact-content-text p {
    color: rgb(166, 169, 174);
    font-weight: 400;
    font-size: 18px;
    max-width: 90%;
}

ul.contact-content-list {
    margin-top: 30px;
}

ul.contact-content-list li {
    margin-bottom: 8px;
}

ul.contact-content-list li a {
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-size: 17px;
    color: var(--mainColor);
}

form.contacts-form .form-group.form-group-btn:hover {
    margin-top: 15px;
}


.page-title-bar-04 {
    background: #3479b4;
    padding: 16px 0;
}

.shop-page .course-item {
    margin-bottom: 30px;
}

.shop-filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.shop-filter .filter-option-grid {
    display: flex;
    align-items: center;
}

.shop-filter .shop-filter-options {
    display: flex;
    align-items: center;
    column-gap: 30px;
}

.shop-filter .filter-option-grid .fog-item .btn {
    width: 30px;
    height: 30px;
    padding: 0;
    font-size: 22px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop-filter .filter-option-grid>span {
    margin-left: 20px;
}

.shop-filter .filter-option-grid .fog-item:last-of-type {
    margin-right: 10px;
}

.filter-option-select .niceSelect {
    min-height: 52px;
    width: 262px;
    background: #ffffff;
    text-align: right !important;
    line-height: 55px;
}



.page-title-bar-04 li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.67;
}

.page-title-bar-04 a {
    color: #ababab;
}

.page-title-bar-04 a {
    color: #b1d3ef !important;
}

.shop-page {
    padding-top: 74px;
}

ul.insight_core_breadcrumb {
    display: flex;
    align-items: center;
    column-gap: 15px;
}

html[lang=ar] .niceSelect {
    padding-left: 30px;
    padding-right: 18px;
}

html[lang=ar] .niceSelect::after {
    right: unset;
    left: 12px;
}

.nice-select .list {
    width: 100%;
}

.nice-select .option {
    min-height: 46px;
    line-height: 46px;
}

html[lang=ar] .nice-select .option {
    text-align: right;
}










/* NEw  */
.page-content {
    position: relative;
}

.page-title-bar+.page-content {
    margin-top: 0;
}

.tutor-wrap {
    color: #a6a9ae;
}

.tutor-course-top-info.course-top-info-light {
    background: #3479b4 !important;
    color: #fff !important;
}

.tutor-course-top-info {
    background: #f5f7fd;
    padding-top: 55px;
    padding-bottom: 40px;
}

@media (min-width: 992px) {
    .tutor-single-course-lead-info {
        min-height: 250px;
    }
}

.tutor-course-badges-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 5px;
}

.tutor-course-header-h1 {
    font-size: 32px;
    line-height: 1.5;
    color: #808388;
    margin: 0 0 10px -2px;
    max-width: 600px;
}

.tutor-course-top-info.course-top-info-light .tutor-course-header-h1 {
    color: #fff;
}

.tutor-course-badges-wrap .tutor-course-header-categories {
    margin-bottom: 10px;
}

.tutor-course-header-categories {
    font-weight: 400;
    color: #3479b4;
}

.tutor-course-header-categories a {
    font-weight: 400;
    color: #3479b4 !important;
    background: #eaf1f7 !important;
    padding: 5px 15px !important;
    border-radius: 5px !important;
}

.tutor-course-top-info.course-top-info-light .tutor-single-course-lead-meta {
    color: #fff;
}

.tutor-single-course-lead-meta {
    margin: 0 -15px;
    color: #7e7e7e;
    display: flex;
    flex-wrap: wrap;
    line-height: 36px;
}

.tutor-single-course-lead-meta .lead-meta-item {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin: 0 0 10px;
    padding: 0 15px;
}

html[lang=ar] .tutor-single-course-lead-meta .lead-meta-label {
    margin: 0 0 0 14px;
}

.tutor-single-course-lead-meta .lead-meta-label {
    margin-right: 14px;
}

.tutor-single-course-lead-meta .lead-meta-label .tutor-text-avatar,
.tutor-single-course-lead-meta .lead-meta-label img {
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid #fff;
}

.tutor-course-top-info.course-top-info-light .tutor-single-course-lead-meta .tutor-single-course-rating .rating-count,
.tutor-course-top-info.course-top-info-light .tutor-single-course-lead-meta .student-enrolled,
.tutor-course-top-info.course-top-info-light .tutor-single-course-lead-meta .instructor-name {
    color: #fff;
}

.tutor-single-course-lead-meta .instructor-name {
    font-weight: 700;
    color: #808388;
}

html[lang=ar] .tutor-single-course-lead-meta .lead-meta-item+.lead-meta-item:before {
    left: auto;
    right: 0;
}

.tutor-single-course-lead-meta .lead-meta-item+.lead-meta-item:before {
    position: absolute;
    top: 7px;
    left: 0;
    content: '';
    width: 1px;
    height: 22px;
    background: #d9dee3;
}

#page .content-wrapper {
    margin-right: 320px;
    transition: transform .3s linear;
}

.tutor-course-top-info.course-top-info-light:after {
    content: '';
    background: url(https://puiux.org/ams-learning/wp-content/uploads/2022/07/Education-pana.svg) !important;
    width: 100%;
    height: 32%;
    background-repeat: repeat;
    position: absolute;
    top: 0;
    z-index: -1;
    opacity: 0.05;
}

.tutor-single-course-main-content {
    padding-top: 44px;
}

.tutor-single-course-segment {
    margin: 0 0 45px;
}

.tutor-segment-title,
.tutor-single-course-segment .tutor-segment-title {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 12px;
    color: var(--edumall-color-heading);
}

html[lang=ar] .prerequisites-course-lists li:first-child {
    padding: 13px 58px 13px 20px;
}

.prerequisites-course-lists li:first-child {
    padding: 13px 20px 13px 58px;
    border: 1px solid #f7e5b9;
    margin-bottom: 20px;
    border-radius: 4px;
    font-weight: 500;
    background: #fffff5;
    color: #b39f70;
    position: relative;
}

.prerequisites-course-lists li+li {
    margin: 15px 0 0;
}

.prerequisites-course-lists .prerequisites-course-item {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #808388;
    font-weight: 400;
    background: #fff;
    border: 1px solid #ededed;
    border-radius: 5px;
    margin-bottom: 0;
    padding: 13px 15px;
}

.prerequisites-course-feature-image img {
    border-radius: 5px;
}

html[lang=ar] .prerequisites-course-lists li .prerequisites-course-title {
    padding: 0 15px 0 0;
}

.prerequisites-course-lists .prerequisites-course-item .prerequisites-course-title {
    flex-grow: 1;
    padding-left: 15px;
}

.tutor-course-benefits-wrap {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 11px 30px 12px;
    background: #fff;
}

.tutor-course-benefits-wrap .tutor-segment-title {
    margin: 0 0 17px;
}

.tutor-segment-title,
.tutor-single-course-segment .tutor-segment-title {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 12px;
    color: #808388;
}

.tutor-course-benefits-wrap .tutor-course-benefits-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
    padding: 0;
}

.tutor-course-benefits-wrap .tutor-course-benefit-item {
    margin: 0 0 12px;
    padding: 0 20px;
    width: 50%;
    position: relative;
}

html[lang=ar] .tutor-course-benefits-wrap .benefit-content {
    padding: 0 31px 0 0;
}

.tutor-course-benefits-wrap .benefit-content {
    position: relative;
    padding: 0 0 0 31px;
}

html[lang=ar] .tutor-course-benefits-wrap .benefit-icon {
    left: auto;
    right: 0;
    margin: 0 0 0 10px;
}

.tutor-course-benefits-wrap .benefit-icon {
    position: absolute;
    top: 2px;
    left: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    width: 21px;
    height: 21px;
    color: #6cbd7e;
    border: 1px solid #eee;
    border-radius: 50%;
    margin: 0 10px 0 0;
}

.tutor-course-benefits-wrap .benefit-icon:before {
    content: '\f00c';
}

.course-quick-view-popup .course-loop-benefit:before,
.tutor-course-benefits-wrap .benefit-icon:before,
.withdraw-method-select-wrap .withdraw-method-select .method-name:after,
.edumall-widget-course-search-form.style-01 .search-btn-icon {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
}

.tutor-course-benefits-wrap .benefit-text {
    font-weight: 500;
}

.tutor-course-target-audience-wrap {
    border-bottom: 1px solid #eee;
    padding-bottom: 32px;
    margin-bottom: 42px;
}

html[lang=ar] .tutor-course-target-audience-items li {
    padding: 0 23px 0 0;
}

.tutor-course-target-audience-items li {
    list-style-type: none;
    position: relative;
    padding: 0 0 0 23px;
}

html[lang=ar] .tutor-course-target-audience-items li:before {
    left: auto;
    right: 0;
    content: "\f30a";
}

.tutor-course-target-audience-items li:before {
    content: '\f30b';
    position: absolute;
    top: 6px;
    left: 0;
}

#single-course-ratings {
    margin-top: 0;
}

.tutor-single-course-segment:last-child {
    margin-bottom: 0 !important;
}

.tutor-course-instructors-wrap .tutor-segment-title {
    margin-bottom: 23px;
}

.single-instructor-wrap {
    display: flex;
    margin: 0 0 30px;
}

.single-instructor-wrap {
    border-radius: 15px;
    display: flex;
    margin: 0 15px 30px !important;
    width: 45%;
    float: right;
    border: 1px solid;
    margin: 15px;
    background: #fff;
    padding: 20px;
    border: 1px solid #e1f1ff;
}

html[lang=ar] .single-instructor-wrap .instructor-avatar {
    margin: 0 0 0 30px;
}

html[lang=ar] .single-instructor-wrap .instructor-avatar {
    margin: 0 0 0 20px;
    width: 25%;
    height: 100%;
}

.single-instructor-wrap .instructor-avatar {
    float: none !important;
    flex-shrink: 0;
    margin: 0 30px 0 0;
    width: 200px;
    height: 236px;
}

.single-instructor-wrap .instructor-avatar img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    max-width: 100%;
    border-radius: 5px;
}

.single-instructor-wrap .tutor-instructor-info {
    flex-grow: 1;
}

.single-instructor-wrap .instructor-name {
    float: none !important;
    font-size: 18px;
    font-weight: 700;
    padding: 0 !important;
    max-width: 100%;
    margin: 0 0 6px;
}

.single-instructor-wrap .instructor-ratings {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

html[lang=ar] .single-instructor-wrap .instructor-ratings .tm-star-rating {
    margin: 0 0 0 5px;
}

.single-instructor-wrap .instructor-ratings .tm-star-rating {
    margin: 0 5px 0 0;
}

.tm-star-rating.style-01 .tm-star-empty {
    color: #ccc;
}

.tm-star-rating.style-01 .tm-star-empty:before {
    content: "\f005";
}

.single-instructor-wrap .instructor-ratings .instructor-rating-average span {
    font-weight: 400;
}

.single-instructor-wrap .instructor-meta {
    margin: 6px -9px 0;
    color: #7e7e7e;
}

.single-instructor-wrap .instructor-meta .instructor-meta-item {
    display: inline-block;
    margin: 0 0 5px;
    padding: 0 9px;
}

html[lang=ar] .single-instructor-wrap .instructor-meta .meta-icon {
    margin: 0 0 0 2px;
}

.single-instructor-wrap .instructor-meta .meta-icon {
    margin-right: 2px;
}

.single-instructor-wrap .instructor-meta .meta-value {
    font-size: 13px;
    font-weight: 400;
}

.single-instructor-wrap .instructor-bio {
    padding: 0 !important;
    margin: 2px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.single-instructor-wrap .instructor-profile-url {
    display: inline-block;
    font-weight: 400;
    margin: 5px 0 0;
}

html[lang=ar] .single-instructor-wrap .instructor-profile-url span {
    margin: 0 0 0 5px;
}

.single-instructor-wrap .instructor-profile-url span {
    margin: 0 5px 0 0;
}

@media (min-width: 992px) {
    .tutor-single-course-sidebar {
        transform: translateY(-290px);
    }
}

.tutor-single-course-sidebar {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.tutor-single-course-sidebar>*:last-child {
    margin-bottom: 0;
}

.tutor-price-preview-box.box-has-media {
    border-radius: 7px 7px 5px 5px;
}

.tutor-price-preview-box {
    width: 340px;
    max-width: 100%;
    border-radius: 5px;
    border: 1px solid #ededed;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    padding: 30px;
    margin: 0 0 20px;
    overflow: visible;
}

.tutor-price-box-thumbnail {
    margin: -31px -31px 28px;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}

.tutor-price-preview-box .tutor-price.course-free {
    font-size: 34px;
    line-height: 34px;
}

.tutor-price-preview-box .tutor-price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 17px;
}

.tutor-price.course-free {
    font-weight: 700;
}

.tutor-single-course-sidebar .tutor-single-course-meta {
    color: #a6a9ae;
}

.tutor-price-preview-box .tutor-meta-top {
    margin-bottom: 13px;
    font-size: 14px;
}

.tutor-price-preview-box .tutor-meta-top>div {
    display: flex;
    align-items: center;
    flex-grow: 1;
}

.tutor-price-preview-box .tutor-meta-top>div {
    padding: 11px 0;
}

.tutor-price-preview-box .tutor-meta-top>div .meta-label {
    color: #808388;
    display: flex;
    align-items: center;
    font-weight: 400;
}

.tutor-price-preview-box .tutor-meta-top>div .meta-label,
.tutor-price-preview-box .tutor-meta-top>div .meta-value {
    flex-grow: 1;
}

html[lang=ar] .tutor-price-preview-box .tutor-meta-top>div .meta-icon {
    margin: 0 0 0 4px;
}

.tutor-price-preview-box .tutor-meta-top>div .meta-icon {
    min-width: 20px;
    font-size: 15px;
    line-height: 1;
    margin: 0 4px 0 0;
    color: #a6a9ae;
}

html[lang=ar] .tutor-price-preview-box .tutor-meta-top>div .meta-value {
    text-align: left;
}

.tutor-price-preview-box .tutor-meta-top>div .meta-value {
    text-align: left;
    font-weight: 400;
}

.tutor-price-preview-box .tutor-meta-top>div+div {
    border-top: 1px solid #eee;
}

.tutor-price-preview-box .tutor-meta-top>div {
    display: flex;
    align-items: center;
    flex-grow: 1;
}

.tutor-lesson-feature-image img {
    width: 89%;
    object-fit: cover;
}

.tutor-lesson-feature-image {
    text-align: center;
    margin: 20px 0;
}

.tutor-single-add-to-cart-box {
    flex-shrink: 0;
}

.tutor-single-course-sidebar .wc-forward,
.tutor-single-course-sidebar .tutor-btn,
.tutor-single-course-sidebar .tutor-button,
.tutor-single-course-sidebar .tutor-lead-info-btn-group a.tutor-button,
.tutor-single-course-sidebar .course-complete-button {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    margin: 0;
    margin-bottom: 10px !important;
    border: 1px solid #3479b4;
    background-color: #3479b4;
    border-radius: 25px !important;
    color: #fff;
    padding: 0 31px;
}

.tutor-single-add-to-cart-box button {
    justify-content: center;
    min-width: 200px;
}

.tm-button.style-flat {
    color: #fff;
    border-color: #3479b4;
}

.tm-button.style-border,
.tm-button.style-flat,
.tm-button.style-thick-border {
    position: relative;
}

.tm-button.style-border,
.tm-button.style-flat,
.tm-button.style-thick-border {
    padding: 0 36px;
    min-height: 60px;
    background: rgb(52 121 180 / 10%);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3479b4;
    font-weight: 500;
}

.tutor-social-share-wrap {
    margin: 20px 0 0;
    text-align: center;
}

.tutor-single-course-lead-meta .tutor-single-course-rating {
    color: inherit;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.tutor-single-course-lead-meta .tutor-single-course-rating .tm-star-rating {
    font-size: 14px;
    margin: 0 4px;
}

.tm-star-rating {
    display: inline-block;
}

.tutor-single-course-lead-meta .tutor-single-course-rating .course-rating-average span {
    font-size: 16px;
    font-weight: 700;
}

.tm-star-rating .bxs-star {
    color: #f7c04d;
}

.tutor-single-course-lead-meta .tutor-single-course-rating .rating-count {
    font-size: 13px;
    color: #a6a9ae;
}

.header-notifications .header-notifications-open {
    position: relative;
    display: block;
    padding: 0 10px;
}

.header-notifications {
    position: relative;
    padding: 0 !important;
    height: 30px;
}

.header-01.header-dark .header-icon {
    color: #808388;
}

.header-notifications .badge {
    position: absolute;
    top: -4px;
    right: 0;
    padding: 0 4px;
    min-width: 20px;
    height: 20px;
    border-radius: 20px;
    color: #fff;
    background: #3479b4;
    font-weight: 700;
    font-size: 12px;
    line-height: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-icon {
    font-size: 26px;
    line-height: 32px;
}

.header-icon .badge,
.mini-cart .mini-cart-icon:after {
    color: #ffffff;
    background-color: #3479b4;
}

html[lang=ar] .header-notification-list {
    right: auto;
    left: -27px;
    padding: 26px 30px 14px 20px;
}

.header-notification-list {
    position: absolute;
    top: 100%;
    right: -27px;
    width: 370px;
    max-width: 85vw;
    max-height: 80vh;
    overflow: auto;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #ededed;
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
    padding: 26px 20px 14px 30px;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
}

html[lang=ar] .header-notification-list:before {
    -webkit-transform: translateX(-1px);
    -ms-transform: translateX(-1px);
    transform: translateX(-1px);
}

html[lang=ar] .header-notification-list:after,
html[lang=ar] .header-notification-list:before {
    right: auto;
    left: 35px;
}

.header-notification-list:before {
    -webkit-transform: translateX(1px);
    -ms-transform: translateX(1px);
    transform: translateX(1px);
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 11px solid #ededed;
    -webkit-filter: drop-shadow(0 0 30px rgba(0, 0, 0, .12));
    filter: drop-shadow(0 0 30px rgba(0, 0, 0, .12));
}

.header-notification-list:after,
.header-notification-list:before {
    content: "";
    position: absolute;
    bottom: 100%;
    right: 35px;
    width: 0;
    height: 0;
}

.header-notification-list:after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #fff;
}

.notification-list-heading {
    font-size: 20px;
    line-height: 1.6;
    margin: 0 0 22px;
}

.notification-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.notification-footer {
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
    margin: 19px 0 0;
}

.notification-footer a {
    color: #3479b4;
}

html[lang=ar] .notification-footer a i {
    margin: 0 5px 0 0;
}

.notification-footer a i {
    margin: 0 0 0 5px;
}

.mini-cart .mini-cart__button {
    display: block;
    padding: 0 10px;
}

.mini-cart .mini-cart-icon {
    position: relative;
    display: block;
    width: 33px;
    height: 30px;
    text-align: center;
    font-size: 26px;
    line-height: 30px;
    cursor: pointer;
}

.mini-cart .mini-cart-icon:before {
    position: absolute;
    top: 50%;
    left: 0;
    color: inherit;
    content: "\ea36";
    line-height: 0;
    transform: translate(0, -50%);
    font-family: boxicons !important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
}

.mini-cart .mini-cart-icon:after {
    position: absolute;
    top: -4px;
    right: 0;
    padding: 0 4px;
    min-width: 20px;
    height: 20px;
    border-radius: 20px;
    color: #fff;
    background: #111;
    content: attr(data-count);
    font-weight: 700;
    font-size: 12px;
    line-height: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
}

html[lang=ar] .mini-cart .widget_shopping_cart_content {
    right: auto;
    left: 0;
}

.mini-cart .widget_shopping_cart_content {
    position: absolute;
    top: calc(100% + 20px);
    right: 0;
    z-index: 99999;
    visibility: hidden;
    overflow: auto;
    padding: 30px 20px 27px;
    max-height: 80vh;
    width: 360px;
    border: 0;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.12);
    opacity: 0;
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

html[lang=ar] .cart_list.product_list_widget li {
    padding: 0 0 0 20px;
}

.cart_list.product_list_widget li {
    position: relative;
    display: flex;
    align-items: flex-start;
    list-style-type: none;
    padding: 0 20px 0 0;
}

.product_list_widget li {
    display: block;
    margin: 0;
}

html[lang=ar] .cart_list.product_list_widget li .remove {
    right: auto;
    left: 0;
}

.cart_list.product_list_widget li .remove {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    color: inherit !important;
    font-size: 0;
    line-height: 1.5;
}

.woocommerce a.remove {
    display: inline-block;
    font-size: 20px;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: #d8d8d8;
    text-decoration: none;
    border: 0;
}

.cart_list.product_list_widget li .remove:after {
    content: '\f00d';
    font-size: 18px;
    position: absolute;
    top: 4px;
    left: 3px;
}

html[lang=ar] .cart_list.product_list_widget li .product-thumbnail {
    margin: 0 0 0 10px;
}

.cart_list.product_list_widget li .product-thumbnail {
    flex-shrink: 0;
    width: 80px;
    margin: 0 10px 0 0;
}

html[lang=ar] .cart_list.product_list_widget li img {
    float: right;
    margin: 0 0 0 20px;
}

html[lang=ar] .product_list_widget li img {
    margin: 0 0 0 15px;
}

.product_list_widget li img {
    float: left;
    margin-right: 15px;
    margin-left: 0;
    width: 65px;
    border-radius: 5px;
    height: auto;
}

.cart_list.product_list_widget li .product-caption {
    flex-grow: 1;
}

.cart_list.product_list_widget .product-name {
    font-size: 14px;
    line-height: 26px;
    margin: 0 0 5px;
}

.cart_list.product_list_widget li .quantity {
    display: block;
    width: 100%;
}

.quantity {
    position: relative;
    width: 110px;
}

.woosw-content-item--price,
.tr-price,
.price,
.amount {
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
}

.amount,
.price,
.tr-price,
.woosw-content-item--price {
    color: #031f42;
}

.woocommerce-cart .price .decimals-separator,
.woocommerce-cart .amount .decimals-separator {
    font-size: 1em;
}

.cart_list.product_list_widget li+li {
    margin-top: 20px !important;
}

.product_list_widget li:last-child {
    margin-bottom: 0;
}

.widget_shopping_cart_content .cart-footer {
    margin-top: 30px;
    padding-top: 16px;
    border-top: 2px solid #f3f3f3;
}

html[lang=ar] .mini-cart .widget_shopping_cart_content .total .amount {
    float: left;
}

.widget_shopping_cart_content .total .amount {
    float: right;
}

.widget_shopping_cart_content .buttons {
    margin: 6px 0 0;
    overflow: hidden;
}

.widget_shopping_cart_content .buttons .button {
    padding: 0 20px !important;
    height: 48px;
    width: 48%;
    line-height: 46px;
    text-align: center;
    float: left;
    background: var(--mainColor);
    color: #fff;
    border-radius: 6px;
}

.widget_shopping_cart_content .buttons>a {
    margin-top: 5px;
}

.widget_shopping_cart_content .buttons .checkout {
    float: right;
}

html[lang=ar] .header-user-buttons .inner {
    margin-right: 10px;
    margin-left: -10px;
    padding-left: 0;
    padding-right: 20px;
}

.header-user-buttons .inner {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: -10px;
    margin-left: 10px;
    padding-left: 20px;
}

html[lang=ar] .header-user-buttons .inner:before {
    right: 0;
    left: auto;
}

.header-user-buttons .inner:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 40px;
    background: #d9dee3;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-user-buttons .tm-button-wrapper {
    padding-left: 10px;
    padding-right: 10px;
}

.tm-button.style-bottom-line-alt.tm-button-sm,
.tm-button.style-bottom-line.tm-button-sm,
.tm-button.style-left-line.tm-button-sm {
    font-size: .9em;
}

.navbar-btns.logined {
    display: flex;
    align-items: center;
}

.tm-button.style-bottom-line-alt .button-content-wrapper {
    position: relative;
    padding: 5px 0;
}

.mini-cart:hover .widget_shopping_cart_content {
    top: 100%;
    visibility: visible;
    opacity: 1;
}

.tm-button .button-content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.tm-button.style-bottom-line-alt .button-content-wrapper:before {
    content: "";
    position: absolute;
    left: 0;
    height: 1px;
    background: #ddd;
    bottom: 0;
    width: 100%;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(0) translateZ(0);
    transform: scaleX(0) translateZ(0);
    -webkit-transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
    transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
    transition: transform .6s cubic-bezier(.165, .84, .44, 1);
    transition: transform .6s cubic-bezier(.165, .84, .44, 1), -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
}

.mini-cart {
    position: relative;
    height: 30px;
}

ul.woocommerce-mini-cart.cart_list.product_list_widget {
    display: block;
}

.woocommerce-mini-cart__total.total {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

html[lang=ar] .shop_table.cart td:first-child,
html[lang=ar] .shop_table.cart th:first-child {
    padding-left: 10px;
    padding-right: 30px;
}

html[lang=ar] .shop_table.cart td,
html[lang=ar] .shop_table.cart th {
    padding-left: 10px;
    padding-right: 0;
}

html[lang=ar] .shop_table td,
html[lang=ar] .shop_table th {
    text-align: right;
}

.shop_table th:first-child,
.shop_table td:first-child {
    padding-left: 30px;
}

.shop_table th.product-thumbnail {
    width: 140px;
}

html[lang=ar] .shop_table.cart td:last-child,
html[lang=ar] .shop_table.cart th:last-child {
    padding-left: 30px;
    padding-right: 0;
}

.shop_table th,
.shop_table td {
    border: 0;
    background: none;
    text-align: left;
}

.shop_table thead th {
    font-size: 14px;
    line-height: 1.25;
    padding: 12px 10px 12px 0;
    background: #ebebeb;
}

.shop_table tr {
    border-bottom: 1px solid #eee;
}

.shop_table {
    border: 0;
    width: 100%;
    margin-bottom: 0;
}

.cart .product-thumbnail img {
    width: 70px;
    height: auto;
}

.tm-button.style-bottom-line .button-content-wrapper {
    position: relative;
    padding: 5px 0;
}

.shop_table .product-subtotal label {
    display: none;
}

.shop_table .product-title {
    font-size: 14px;
    line-height: 1.86;
    margin-bottom: 0;
}

.shop_table tbody tr:last-child {
    border: 0;
}

.shop_table td {
    padding: 18px 10px 18px 0;
}

.woocommerce {
    margin: 80px 0;
}

.woocommerce-cart-form-wrapper {
    border: 1px solid #eee;
    border-radius: 5px;
    margin-bottom: 30px;
}

.shop_table thead th {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 35px;
    color: rgb(128, 131, 136);
}

td.product-name .product-title a {
    color: var(--mainColor);
}

html[lang=ar] .btn-continue-shopping,
html[lang=ar] .btn-empty-cart {
    margin-right: 0;
    margin-left: 20px;
}

.btn-empty-cart,
.btn-continue-shopping {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    margin-bottom: 10px;
}

.btn-continue-shopping .tm-button {
    padding: 0 26px;
}

.tm-button.style-border,
.tm-button.style-flat,
.tm-button.style-thick-border {
    padding: 0 36px;
    min-height: 52px;
    border-radius: 35px;
}

.actions-buttons {
    flex-shrink: 0;
    display: flex;
    justify-content: flex-end;
}

.actions-buttons .button {
    margin-bottom: 10px;
    padding: 0 41px;
    height: 52px;
    line-height: 50px;
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    color: #fff;
    border-color: #3479b4;
    background-color: #3479b4;
    text-align: center;
}

button[disabled] {
    cursor: not-allowed;
    opacity: .5;
}

.cart-collaterals-wrap {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}

.shipping-heading,
.coupon-heading {
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 18px;
}

.woocommerce-shipping-description,
.coupon-description {
    margin-bottom: 20px;
}

.coupon label {
    display: none;
}

.coupon .input-text {
    margin-bottom: 20px;
    width: 100%;
    outline: none;
    border: 1px solid #f5f5f5;
    border-color: #f8f8f8;
    background-color: #ebebeb;
    border-radius: 5px;
    padding: 3px 20px;
    min-height: 52px;
    color: #3479b4;
}

.cart_totals {
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    border: 1px solid #ededed;
    border-radius: 5px;
    padding: 25px 30px 34px;
}

.cart_totals>h2 {
    display: none;
}

.cart-collaterals .shop_table tr:not(.order-total) th {
    font-size: 14px;
    font-weight: 400;
    background: none;
    color: #a6a9ae;
}

.wc-proceed-to-checkout .button {
    padding: 0 41px;
    height: 52px;
    line-height: 50px;
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    color: #fff;
    border-color: #3479b4;
    background-color: #3479b4;
    text-align: center;
    display: block;
}

tr.order-total span.woocommerce-Price-amount.amount {
    font-size: 24px;
    font-weight: 700;
    color: #d31819;
}

.cart-collaterals-wrap .cart-collaterals.row {
    justify-content: flex-end;
}

.coupon button.button {
    padding: 0 41px;
    height: 52px;
    line-height: 50px;
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    color: #fff;
    border-color: #3479b4;
    background-color: #3479b4;
    text-align: center;
}

tbody {
    background: #fff;
}

.site .content-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.tutor-dashboard-header-wrap {
    background: #fff;
    box-shadow: 0 2px 15px rgba(51, 51, 51, 0.05);
    border-bottom: 1px solid #ededed;
}

.tutor-dashboard-header {
    padding: 30px 0;
    border: 0;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.dashboard-header-toggle-menu {
    display: none !important;
}

.dashboard-header-toggle-menu {
    flex-shrink: 0;
    cursor: pointer;
    margin: 0 20px 0 0;
    color: #3479b4;
    height: 30px;
    line-height: 30px;
}

.dashboard-header-toggle-menu svg {
    vertical-align: middle;
}

.tutor-header-user-info {
    flex-grow: 1;
    display: flex;
    align-items: center;
}

html[lang=ar] .tutor-dashboard-header-avatar {
    margin: 0 0 0 24px;
}

.tutor-dashboard-header-avatar {
    flex-shrink: 0;
    margin: 0 24px 0 0;
}

.tutor-dashboard-header-avatar img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
}

.tutor-dashboard-header-info {
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tutor-dashboard-header-display-name {
    font-size: 20px;
    line-height: 1.6;
    margin: 0;
}

.tutor-dashboard-header-display-name .welcome-text {
    color: #9b9b9b;
}

.tutor-dashboard-header-ratings {
    margin: 8px 0 0;
}

.tm-star-rating.style-01 .tm-star-empty {
    color: #ccc;
}

.tutor-dashboard-header-ratings .rating-count {
    color: #9b9b9b;
}

div#page.dashboard-content {
    margin-left: 0;
    margin-right: 320px;
}





.tutor-dashboard-left-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 99998;
    height: 100%;
    transition: .25s background linear;
}

.tutor-dashboard-left-menu .dashboard-nav-wrapper {
    position: relative;
    z-index: 1;
    width: 320px;
    max-width: 90%;
    height: 100%;
    background: #fff;
    box-shadow: 0 2px 15px rgba(51, 51, 51, 0.05);
    transform: translateX(320px);
    transition: transform .3s;
    pointer-events: auto;
    cursor: auto;
}



.dashboard-nav-header {
    display: flex;
    align-items: center;
    padding: 30px 40px 43px;
}

.dashboard-header-toggle-menu.dashboard-header-close-menu {
    display: none;
    font-size: 32px;
    color: #aeb9cd;
    margin: 0 20px 0 0;
}

.dashboard-header-toggle-menu {
    flex-shrink: 0;
    cursor: pointer;
    margin: 0 20px 0 0;
    color: #3479b4;
    height: 30px;
    line-height: 30px;
}

.dashboard-nav-header .branding {
    flex-grow: 1;
}

.branding {
    line-height: 0;
}

html[lang=ar] .branding-logo-wrap a {
    float: right;
}

.branding-logo {
    display: block !important;
}

.branding-logo-wrap img {
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
}

.dashboard-nav-content-inner {
    position: relative;
    padding: 0 20px;
}

.ps-container {
    -ms-touch-action: auto;
    touch-action: auto;
    overflow: hidden !important;
    -ms-overflow-style: none;
}

html[lang=ar] .tutor-dashboard-permalinks li a {
    padding: 13px 60px 13px 20px;
}

.tutor-dashboard-permalinks li.active a {
    color: #fff;
    background: #3479b4 !important;
}

.tutor-dashboard-permalinks li a {
    display: block;
    position: relative;
    font-size: 13px;
    font-weight: 400;
    color: #808388;
    border-radius: 5px;
    line-height: 26px;
    padding: 13px 20px 13px 60px;
}

.page-main-content,
.page-sidebar {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.tutor-dashboard-content {
    padding: 43px 0 0;
    margin: 0;
    margin-bottom: 80px;
}

.tutor-dashboard-content>.tutor-fs-5,
.tutor-dashboard-content>h3 {
    font-size: 28px;
    font-weight: 400;
    line-height: 30px;
    margin: 0 0 31px;
}

.dashboard-profile-info {
    border-radius: 5px;
    border: 1px solid #ededed;
    background: #fff;
    padding: 30px;
    margin: 0 0 30px;
}

.dashboard-profile-info-item {
    display: flex;
    margin: 0 0 6px;
}

html[lang=ar] .dashboard-profile-info-item .heading {
    padding: 0 0 0 10px;
}

.dashboard-profile-info-item .heading {
    font-weight: 400;
    color: #a6a9ae;
    min-width: 180px;
    padding: 0 10px 0 0;
    line-height: 26px;
}

.dashboard-profile-info-item .content {
    flex-grow: 1;
    font-weight: 500;
}

.dashboard-profile-info-item:last-child {
    margin: 0;
}

.dashboard-profile-info-item {
    display: flex;
    margin: 0 0 6px;
}

.dashboard-info-cards {
    align-items: stretch;
}

.dashboard-info-card {
    margin: 0 0 30px;
}

html[lang=ar] .dashboard-info-card-box {
    padding: 38px 29px 38px 20px;
}

.dashboard-info-card-box {
    display: flex;
    height: 100%;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #eee;
    padding: 38px 20px 38px 29px;
}

@media (min-width: 1200px) {
    html[lang=ar] .dashboard-info-card-icon {
        margin: 0 0 0 48px;
    }

    .dashboard-info-card-value {
        font-size: 40px;
    }

    .tutor-dashboard-left-menu .dashboard-nav-wrapper {
        transform: none;
    }
}

@media screen and (min-width: 1400px) {
    .dashboard-info-card-icon {
        margin: 0 48px 0 0;
    }
}

.dashboard-info-card-icon {
    position: relative;
    flex-shrink: 0;
    width: 82px;
    height: 82px;
    border: 1px solid #d3dffe;
    border-radius: 50%;
    color: #4e84fa;
    text-align: center;
    background: #f4f7ff;
    margin: 0 20px 0 0;
    font-size: 36px;
}

.dashboard-info-card-icon>span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1;
}

.dashboard-info-card-value {
    display: block;
    font-size: 34px;
    font-weight: 400;
    line-height: 1;
    color: #808388;
}

.dashboard-info-card-heading {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 11px 0 0;
}

.yellow-card .dashboard-info-card-icon {
    color: #ffc221;
    border-color: #ffde89;
    background: #fffcf2;
}

.green-card .dashboard-info-card-icon {
    color: #6cbd7e;
    border-color: #daeedf;
    background: #f6fbf7;
}

.pink-card .dashboard-info-card-icon {
    color: #fc8a89;
    border-color: #fdc0c0;
    background: #fff8f8;
}

.purple-card .dashboard-info-card-icon {
    color: #7f86ff;
    border-color: #bbbeff;
    background: #f8f8ff;
}

.orange-card .dashboard-info-card-icon {
    color: #f49263;
    border-color: #f9c5ac;
    background: #fff9f6;
}







.page-mobile-main-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: rgba(0, 0, 0, .7);
    visibility: hidden;
    opacity: 0;
}

.mfp-inline-holder .mfp-content,
.mfp-wrap,
.page-mobile-main-menu {
    cursor: url(assets/images/cursor/light-close.png) 16 16, pointer;
}

.mobile-menu-push-to-right .page-mobile-main-menu>.inner,
.mobile-menu-slide-to-right .page-mobile-main-menu>.inner {
    float: left;
}

.page-mobile-main-menu>.inner {
    background-color: #3479b4;
}

.page-mobile-main-menu>.inner {
    position: relative;
    height: 100%;
    max-width: 90%;
    text-align: left;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding-top: 80px;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    cursor: default;
    background: #fff;
    width: 360px;
}

.page-mobile-main-menu>.inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.page-mobile-menu-header {
    background: #fff;
}

.page-mobile-menu-header {
    padding: 0 30px 0 15px;
}

.page-mobile-menu-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px 0 30px;
    height: 80px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-mobile-main-menu .menu__container,
.page-mobile-menu-logo {
    text-align: right;
}

.page-mobile-menu-logo {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.page-mobile-popup-logo img {
    width: 55px !important;
    height: auto;
}

.page-close-mobile-menu {
    color: #111;
}

.page-close-mobile-menu {
    position: relative;
    cursor: pointer;
    height: 40px;
    width: 40px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #111;
}

.page-close-mobile-menu .burger-icon-top {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.page-close-mobile-menu .burger-icon-bottom,
.page-close-mobile-menu .burger-icon-top {
    display: block;
    position: absolute;
    top: 19px;
    left: 5px;
    width: 29px;
    height: 2px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
    transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
    transition: transform .6s cubic-bezier(.165, .84, .44, 1);
    transition: transform .6s cubic-bezier(.165, .84, .44, 1), -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
}

.page-close-mobile-menu .burger-icon-bottom:after,
.page-close-mobile-menu .burger-icon-top:after {
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0) translateZ(0);
    transform: scaleX(0) translateZ(0);
    -webkit-transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
    transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
    transition: transform .6s cubic-bezier(.165, .84, .44, 1);
    transition: transform .6s cubic-bezier(.165, .84, .44, 1), -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
}

.page-close-mobile-menu .burger-icon-bottom:after,
.page-close-mobile-menu .burger-icon-bottom:before,
.page-close-mobile-menu .burger-icon-top:after,
.page-close-mobile-menu .burger-icon-top:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--mainColor);
    opacity: .99;
}

.page-close-mobile-menu .burger-icon-bottom:before,
.page-close-mobile-menu .burger-icon-top:before {
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
    -webkit-transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1) .2s;
    transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1) .2s;
    transition: transform .6s cubic-bezier(.165, .84, .44, 1) .2s;
    transition: transform .6s cubic-bezier(.165, .84, .44, 1) .2s, -webkit-transform .6s cubic-bezier(.165, .84, .44, 1) .2s;
}

.page-close-mobile-menu .burger-icon-bottom {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}

.page-close-mobile-menu .burger-icon-bottom:before {
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
}

.page-close-mobile-menu .burger-icon-bottom:before,
.page-close-mobile-menu .burger-icon-top:before {
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
    -webkit-transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1) .2s;
    transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1) .2s;
    transition: transform .6s cubic-bezier(.165, .84, .44, 1) .2s;
    transition: transform .6s cubic-bezier(.165, .84, .44, 1) .2s, -webkit-transform .6s cubic-bezier(.165, .84, .44, 1) .2s;
}

.page-close-mobile-menu .burger-icon-bottom:after {
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
}

.page-mobile-menu-content {
    overflow-y: auto;
    height: calc(100vh - 80px);
}

.tutor-dashboard-permalinks li a:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    font-size: 20px;
    min-width: 30px;
    margin: 0;
    color: #3479b4 !important;
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    font-family: boxicons !important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
}

.tutor-dashboard-permalinks li.tutor-dashboard-menu-enrolled-courses a:before {
    content: "\e9ef";
}

html[lang=ar] .tutor-dashboard-permalinks li a:before {
    left: 0;
    right: 20px;
}

.tutor-dashboard-permalinks li.tutor-dashboard-menu-wishlist a:before {
    content: "\eb0a";
}

.tutor-dashboard-permalinks li.tutor-dashboard-menu-index a:before {
    content: "\eb2e";
}

.tutor-dashboard-permalinks li.tutor-dashboard-menu-my-profile a:before {
    content: "\ec63";
}

.tutor-dashboard-permalinks li.tutor-dashboard-menu-reviews a:before {
    content: "\ec27";
}

.tutor-dashboard-permalinks li.tutor-dashboard-menu-my-quiz-attempts a:before {
    content: "\eb68";
}

.tutor-dashboard-permalinks li.tutor-dashboard-menu-purchase_history a:before {
    content: "\ea37";
}

.tutor-dashboard-permalinks li.tutor-dashboard-menu-question-answer a:before {
    content: "\ebd0";
}

.tutor-dashboard-permalinks li.tutor-dashboard-menu-calendar a:before {
    content: "\ea15";
}

.tutor-dashboard-permalinks li.tutor-dashboard-menu-settings a:before {
    content: "\ea6e";
}

.tutor-dashboard-menu-divider {
    background: var(--edumall-color-box-fill-separator);
    margin: 5px 0;
    height: 1px;
    overflow: hidden;
}

.tutor-dashboard-permalinks li.tutor-dashboard-menu-logout a:before {
    content: "\eb4f";
}

.tutor-dashboard-permalinks li.active a:before {
    color: #fff !important;
}

.tutor-dashboard-permalinks li a:hover {
    background-color: #edf0f9;
}

.tutor-dashboard-inline-links {
    margin: 0 0 15px;
}

.tutor-dashboard-inline-links ul:before {
    display: block;
    content: '';
    position: absolute;
    bottom: 14px;
    width: 100%;
    height: 1px;
    background: #eee;
}

.tutor-dashboard-inline-links ul li {
    margin: 0 0 15px;
    list-style-type: none;
    display: inline-block;
}

html[lang=ar] .tutor-dashboard-inline-links ul li a {
    margin: 0 0 0 16px;
}

.tutor-dashboard-inline-links ul li.active a {
    color: #808388;
}

.tutor-dashboard-inline-links ul li a {
    position: relative;
    display: block;
    padding: 0 11px 16px !important;
    margin: 0 16px 0 0;
    color: #a6a9ae;
    font-size: 18px;
    font-weight: 400;
    border: 0 !important;
    line-height: 1;
}

.tutor-dashboard-inline-links ul li.active a:after {
    opacity: 1;
    visibility: visible;
}

.tutor-dashboard-inline-links ul li a:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #3479b4;
    opacity: 0;
    visibility: hidden;
}

.tutor-dashboard-inline-links ul li a:hover {
    color: var(--edumall-color-heading);
}

.dashboard-no-content-found {
    border-radius: 5px;
    border: 1px solid #ededed;
    background: #fff;
    padding: 23px 30px;
    font-weight: 500;
    color: #a6a9ae;
}

.tutor-dashboard-inline-links ul {
    position: relative;
    border: 0;
    margin: 0;
    padding: 0;
}

.tutor-course-topics-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 14px;
}

.tutor-course-topics-wrap .tutor-segment-title {
    margin-bottom: 0;
}

.tutor-segment-title,
.tutor-single-course-segment .tutor-segment-title {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 12px;
    color: #808388;
}

.tutor-course-topics-wrap .topics-total-lessons {
    font-weight: 500;
}

html[lang=ar] .tutor-course-topics-header .tutor-course-topics-header-right span:not(:first-child) {
    margin: 0 45px 0 0;
}

.tutor-course-topics-header-right span:not(:first-child) {
    margin-left: 45px;
}

.tutor-course-topics-contents .tutor-course-topic {
    border: 1px solid #eee;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 0;
    background: #fff;
}

.tutor-topics-in-single-lesson {
    margin-bottom: 1px;
}

.tutor-course-topics-contents .tutor-course-topic>.tutor-course-title {
    padding: 17px 30px;
}

.tutor-course-topics-contents .tutor-course-title h4 {
    font-size: 15px;
    line-height: 26px;
    color: #3479b4;
    margin: 0;
    overflow: hidden;
}

.tutor-course-topic .tutor-course-title h4>i {
    line-height: inherit;
    font-size: 16px;
    float: left;
    margin-right: 10px;
}

.tutor-course-topics-contents .tutor-course-topic+.tutor-course-topic {
    margin-top: 15px;
}

span.toggle-information-icon {
    background: #ccc;
    color: #fff;
    height: 18px;
    width: 18px;
    text-align: center;
    display: inline-block;
    vertical-align: text-bottom;
    line-height: 14px;
    font-size: 16px;
    border-radius: 50%;
    margin-left: 10px;
}

.tutor-course-topics-contents .tutor-topics-in-single-lesson .tutor-topics-summery {
    padding: 10px 30px;
}

.plyr__video-embed.tutorPlayer {
    position: relative;
}

.tutor-course-lesson:nth-child(odd) {
    background: #f8f8f8;
}

.tutor-course-lesson {
    padding: 10px 30px;
    border: 0;
}

.tutor-course-lesson h5 {
    display: flex;
    color: #a6a9ae;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
}

.tutor-course-lesson .lesson-preview-title {
    flex: 1 0 0;
    flex-direction: row;
    display: flex;
    align-items: flex-start;
}

html[lang=ar] .tutor-course-lesson h5 i {
    margin-left: 5px;
}

.tutor-course-lesson h5 i {
    min-width: 15px;
    margin-right: 5px;
    line-height: inherit;
    color: #9b9b9b;
}

.tutor-lesson-duration {
    font-size: 13px;
}

.dashboard-content-box,
.tutor-zoom-frontend {
    border-radius: 5px;
    border: 1px solid #ededed;
    background: #fff;
    padding: 30px;
    margin: 0 0 10px;
    max-width: 100%;
}

.tutor-option-field-label>label,
.tutor-input-group>label,
.tutor-form-group>label {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #808388;
    margin: 0 0 5px;
}

.tutor-option-field-row label,
.tutor-form-group label {
    display: block;
    margin-bottom: 10px;
}

.tutor-option-field textarea,
.tutor-option-field select,
.tutor-option-field input,
.tutor-input-group textarea,
.tutor-input-group select,
.tutor-input-group input,
.tutor-form-group textarea,
.tutor-form-group select,
.tutor-form-group input {
    margin-bottom: 20px;
    width: 100%;
    outline: none;
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    padding: 3px 20px;
    min-height: 52px;
}

input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    color: #3479b4;
    border-color: #f8f8f8;
    background-color: #f8f8f8;
}

.dashboard-content-box-title,
.tutor-zoom-frontend .zoom-content>.tutor-fs-6 {
    font-size: 20px;
    margin: 0 0 11px;
}

#tutor_profile_cover_photo_editor {
    height: 344px;
    position: relative;
}

#tutor_profile_cover_photo_editor #tutor_photo_dialogue_box {
    display: none;
}

#tutor_profile_cover_photo_editor #tutor_cover_area {
    height: 245px;
    background-color: #e9edfb;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}

#tutor_profile_cover_photo_editor #tutor_cover_area .tutor_cover_deleter {
    position: absolute;
    color: white;
    background: rgba(0, 0, 0, 0.247);
    text-align: center;
    width: 36px;
    border-radius: 50%;
    height: 36px;
    right: 22px;
    top: 22px;
    cursor: pointer;
    font-size: 14px;
    line-height: 36px;
}

#tutor_profile_cover_photo_editor #tutor_cover_area .tutor_cover_uploader {
    padding: 0 20px;
    position: absolute;
    right: 22px;
    font-size: 15px;
    color: #fff;
    border-color: #3479b4;
    background-color: #3479b4;
    font-weight: 400;
    letter-spacing: 0em;
    text-transform: none;
    bottom: 22px;
    height: 52px;
    line-height: 50px;
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
}

#tutor_profile_cover_photo_editor #tutor_photo_meta_area {
    text-align: right;
    padding-left: 190px;
    margin-top: 16px;
}

#tutor_profile_cover_photo_editor #tutor_photo_meta_area>img,
#tutor_profile_cover_photo_editor #tutor_photo_meta_area>span {
    display: inline-block;
    vertical-align: middle;
}

#tutor_profile_cover_photo_editor #tutor_photo_meta_area>span>strong {
    font-weight: 500;
    color: #808388;
}

#tutor_profile_cover_photo_editor #tutor_photo_meta_area>span.loader-area {
    display: none;
}

#tutor_profile_area {
    width: 142px;
    height: 142px;
    left: 35px;
    top: 145px;
    border-radius: 50%;
    border: 5px solid white;
    position: absolute;
    overflow: hidden;
    background-color: #e9edfb;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

#tutor_profile_area .tutor_overlay {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.253);
    padding: 0;
    height: 37px;
    cursor: pointer;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

#tutor_profile_cover_photo_editor #tutor_pp_option {
    position: absolute;
    background: #353535;
    width: 157px;
    top: 294px;
    left: 27px;
    border-radius: 6px;
    color: white;
    z-index: 99;
    display: none;
}

#tutor_profile_cover_photo_editor #tutor_pp_option .up-arrow {
    text-align: center;
    height: 0;
}

#tutor_profile_cover_photo_editor #tutor_pp_option>*:not(:last-child) {
    position: relative;
    z-index: 1;
}

#tutor_profile_cover_photo_editor #tutor_pp_option span:first-of-type {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

#tutor_profile_cover_photo_editor #tutor_pp_option>*:not(:last-child) {
    position: relative;
    z-index: 1;
}

#tutor_profile_cover_photo_editor #tutor_pp_option span {
    display: block;
    padding: 5px 10px;
    cursor: pointer;
    overflow: hidden;
    font-style: normal;
    font-weight: normal;
    line-height: 26px;
    color: #fff;
    font-size: 14px;
}

#tutor_profile_cover_photo_editor #tutor_pp_option span i {
    text-align: center;
    min-width: 20px;
    font-size: 16px;
}

#tutor_profile_cover_photo_editor #tutor_pp_option span:last-of-type {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.dashboard-settings-form .form-description {
    font-size: 13px;
    line-height: 24px;
}

.dashboard-settings-form .tutor-form-group .niceSelect {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    background: #fbfbfb;
    margin-bottom: 18px;
}

.dashboard-settings-form .tutor-form-group.tutor-profile-form-btn-wrap.form-submit-wrap button {
    color: #fff;
    border-color: var(--mainColor);
    background-color: var(--mainColor);
    display: inline-flex;
    align-items: center;
    border-radius: 5px !important;
    justify-content: center;
    padding: 0 31px;
    height: 52px;
    line-height: 50px;
    outline: none;
    border-width: 1px;
    border-style: solid;
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.dashboard-settings-form .tutor-form-group.tutor-profile-form-btn-wrap.form-submit-wrap button:hover {
    background: #6798d0;
    border-color: #6798d0;
}


@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1420px;
    }
}
.tm-button.style-border, .tm-button.style-flat, .tm-button.style-thick-border {
    padding: 0 10px;
    min-height: 52px;
    border-radius: 10px;
    max-width: 100%;
    width: 115px;
    font-size: 12px;
    font-weight: 600;
    background: rgb(52 121 180 / 5%);
}


.intro-icons .intro-icon:nth-of-type(2) {
    top: 49px !important;
 }


