h1,
h3,
h4,
h5,
h6,
.h3,
.h4,
.h5,
.h6 {
    /* font-family: "Open Sans", sans-serif; */
    font-family: "Poppins", sans-serif;
}

.img-logo {
    height: 5.5rem !important;
    position: relative;
    bottom: 5px;
    left: 0px;
}

.fixed-top .img-logo {
    height: 4.5rem !important;
}

.fixed-top .btn-wrap {
    padding-top: 2rem !important;
}

.letus-btn:hover .letus-btn:focus,
.letus-btn:active,
.viewall-btn:hover .viewall-btn:focus,
.viewall-bt:active {
    color: #fff !important;
}

.nav-item a:hover,
.nav-item a:focus,
.nav-item a:active,
.jobs_content a:hover,
.jobs_content a:focus,
.jobs_content a.active {
    color: #59677c !important;
}

.right-menu-icon li a {
    color: #59677c !important;
}

.header-wrapper .nav-menu li .dropdown-menu {
    border-top: 3px #59677c solid;
    min-width: auto !important;
}

.footer-wrapper a:hover,
.footer-wrapper a:focus,
.footer-wrapper a:active {
    color: #c9f7d8 !important;
    opacity: 0.7;
}

.fixed-top .navbar-toggler {
    margin-right: 15px;
}

.icon-wrap {
    min-height: 44px;
}

.signup-label {
    color: #ba9793;
}

.profile-btn {
    /* height: 60px;
    display: flex;
    align-items: center; */
    display: inline-block;
    padding: 15px !important;
}

table.dataTable {
    color: #000;
    font-size: 0.8rem;
}

a {
    color: #7987a1;
}

.tab-content a:hover,
.tab-content a:active,
.tab-content a:focus {
    color: #7987a1;
    text-underline-offset: 0.4rem;
    text-decoration: underline;
    text-decoration-color: #59677c;
}

.footer-logo {
    height: 80px !important;
}

.border-vertical {
    border-left: thin solid #e8e8e8;
}

.padding100 {
    padding-left: 100px !important;
}

.social-icon-margin100 {
    margin-left: 90px;
}

.login-btn {
    /* background-color: #ba9793 !important;
    border-radius: 5px !important;
    border-color: #ba9793;
    font-size: 0.8rem !important; */
}

.blue-btn-light {
    background-color: #e6e7e9 !important;
    border-radius: 5px !important;
    border-color: #e6e7e9;
    font-size: 0.8rem !important;
    color: #59677c !important;
}

#points-error {
    width: 100%;
    display: block;
}

.blue-btn-light:focus {
    color: #59677c !important;
}

.register-btn {
    background-color: #59677c !important;
    border-radius: 5px !important;

    font-size: 0.8rem !important;
}

.register-btn:hover {
    color: #fff !important;
}

.bg-blue {
    background-color: #c6d5dc;
}

.point-text {
    /* border: 1px solid #ba9793;
    border-radius: 5px; */
    padding: 25px;
}

.bg-gray-btn {
    background-color: #59677c;
    border-radius: 5px !important;

    font-size: 14px !important;
}

.section1-content {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    color: #59677c;
}

.bg-current-subscribe {
    background: #f5e9e1 !important;
}

.subscribe-content {
    font-style: normal;
    display: flex;
    align-items: center;
    color: #595959;
    font-size: 1rem;
}

.subscribe-wrapper form {
    overflow: hidden;
    border-radius: 2px;
}

.subscribe-wrapper form input {
    line-height: 50px;
    width: 70%;
    background-color: #fff;
    border: 0;
    outline: none;
    display: inline-block;
    padding: 0 15px;
    float: left;
    font-size: 14px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.subscribe-wrapper form button {
    float: left;
    padding: 0 20px;
    width: auto;
    line-height: 35px;
    text-align: center;
    background-color: #ba9793;
    border: 0;
    outline: none;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 4px !important;
    font-size: 1rem !important;
}

.mycourses {
    min-height: 115px;
}

.share-details-wrap {
    min-height: 110px;
}

.feature-course {
    color: #000 !important;
    border-radius: 100px !important;

    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    background: #f0d3cf;
}

.footer-social-icon {
    color: #fff !important;
}

.action-section {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.action-section a {
    margin-right: 5px;
    font-size: 12px;
    color: #59677c;
    font-weight: bold;
    cursor: pointer;
}

.action-section a:hover,
.action-section a:focus,
.action-section a:active {
    text-underline-offset: 0.4rem;
    text-decoration: underline;
    text-decoration-color: #59677c;
}

.slider-content {
    position: absolute;
    z-index: 10;
    bottom: 20%;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    left: 1%;
}

.slider-content h1 {
    color: #59677c;
    font-size: 30px;
    font-weight: bold;
}

.slider-content .subscribebtn {
    background: #fff;
    padding: 5px;
    border-radius: 4px !important;
    color: #000;
    cursor: pointer;

    font-style: normal;
    font-weight: 600;
    font-size: 18px;
}

.slider-content .subscribebtn:hover {
    color: #59677c;
}

.subscribebtn {
    background: #fff;
    padding: 5px;
    border-radius: 4px !important;
    color: #000;
    cursor: pointer;

    font-style: normal;
    font-weight: 600;
    font-size: 18px;
}

.subscribebtn:hover,
.subscribebtn:focus,
.subscribebtn:active {
    color: #59677c;
    opacity: 0.7;
}

.banner-title {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    color: #fff;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.65;
}

.header-wrapper .menu-fr li {
    padding: 0 10px;
}

/* Carousel 4*/
.testimony-29101 .image {
    width: 50%;
    background-size: cover;
    background-position: center center;
}

@media (max-width: 991.98px) {
    .testimony-29101 .image {
        height: 300px;
    }
}

.testimony-29101 .text {
    width: 60%;
    padding: 3rem 2rem;
}

.testimony-29101 .text blockquote {
    position: relative;
    padding-bottom: 50px;
    font-size: 18px;
    width: 70%;
    float: right;
}

.testimony-29101 .text blockquote .author {
    font-size: 14px;
    position: absolute;
    bottom: 0;
}

.carousel-control-prev,
.carousel-control-next {
    height: 25%;
    top: 37.5%;
}

.btn-mute {
    font-size: 20px;
    background: rgba(255, 255, 255, 0.6);
}
.btn-mute:before {
    content: "🔈";
}
.btn-mute.active {
    background: rgba(255, 255, 255, 0.3);
}
.btn-mute.active:before {
    content: "🔊";
}

@media (max-width: 991.98px) {
    .testimony-29101 .image,
    .testimony-29101 .text {
        width: 100%;
        display: block !important;
    }
}

@media (max-width: 991.98px) {
    .slider-content .owl-nav {
        display: none;
    }
}

.slider-content .owl-nav .owl-prev,
.slider-content .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #000;
}

.slider-content .owl-nav .owl-prev span,
.slider-content .owl-nav .owl-next span {
    font-size: 30px;
}

.slider-content .owl-nav .owl-prev:hover,
.slider-content .owl-nav .owl-next:hover {
    color: #000;
}

.slider-content .owl-nav .owl-prev:active,
.slider-content .owl-nav .owl-prev:focus,
.slider-content .owl-nav .owl-next:active,
.slider-content .owl-nav .owl-next:focus {
    outline: none;
}

.slider-content .owl-nav .owl-prev {
    left: 20px;
}

.slider-content .owl-nav .owl-next {
    right: 20px;
}

.slider-content .owl-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    z-index: 2;
}

.slider-content .owl-dots .owl-dot {
    display: inline-block;
}

.slider-content .owl-dots .owl-dot > span {
    -webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    -o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 3px solid #5f6d7f;
    border-radius: 10px;
}

.slider-content .owl-dots .owl-dot.active > span {
    background-color: #59677c;
    border: 3px solid #b9b6bb;
}

.background-banner {
    background-image: url("../images/banner.png");
    height: 650px;
    background-size: 100% 100%;
}

.sliderImage {
    height: 650px;
    width: 500px !important;
}

.feature_bg_banner {
    background-image: url("../images/coursebg.png");
    background-size: 100% 100%;
}

.mobilesection1 {
    width: 75%;
}

.tickicon {
    color: #fff !important;
    background-color: #9bbcc9;
}

.border-mobilesection {
    border: 1px solid #bfbfbf;
}

.evolve-btn {
    background: #c6d5dc;
    border-radius: 100px !important;
    color: #000;
}

.newsbanner {
    background-image: url("../images/newsbanner.png");

    background-size: 100% 100%;
}

.courses-title {
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    color: #000000;
}

.courses-subtitle {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;

    color: #262626;
}

.list-inline-item .active {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #262626 !important;
}

.course-box {
    padding: 1rem;
    padding-top: 5px;
}

.courses-lineitem {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;

    /* identical to box height */
    text-align: center;
    text-transform: uppercase;

    /* Gray/gray-8 */
    color: #595959;
}

.course-subscribe-btn {
    background: #7987a1;
    border-radius: 100px;
    font-size: 12px;
    color: #fff;
    width: 165px;
    height: 34px;
    text-align: center;
    padding: 5px;
}

.course-amount {
    font-style: normal;
    font-size: 20px;
    font-weight: 700;
}

.course-title-wrap {
    display: block;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    margin-bottom: 0;
}

.course-title {
    overflow: hidden;
    color: var(--Gray-gray-9, #262626);
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.course-detail-title {
    white-space: normal;
}

.total-lesson {
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
}

.course-lesson-contents {
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    min-height: 56px;
}

.my-course {
    min-height: 34px;
}

a.group-view-icon {
    color: #59677c !important;
}

.post-title {
    display: block;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.course-lesson {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;

    /* identical to box height */

    /* Gray/gray-7 */
    color: #8c8c8c;
}

a.readmore {
    color: #9eaec7;
    font-size: 14px;
}

.course-lesson-content,
.home-lesson-content,
.lesson-content {
    font-family: "Nunito", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    word-wrap: break-word;
    color: #8c8c8c;
}

.viewall-btn {
    font-size: 18px;

    background-color: #59677c !important;
    border-radius: 4px !important;
}

.news-subheading {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;

    /* Gray/gray-7 */
    color: #8c8c8c;
}

.events-subheading {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;

    /* Gray/gray-7 */
    color: #8c8c8c;
}

.newscontent,
.eventscontent {
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    color: #8c8c8c;
    word-wrap: break-word;
}

.newscontent {
    min-height: 75px;
}

.mycourse-title {
    min-height: 58px;
}

.share-wrap {
    min-height: 79px;
}

.img-course {
    max-height: 348px;
}

.news-title,
.events-title {
    font-style: normal;
    font-weight: 700;
    font-size: 1rem;
    line-height: 24px;
    text-wrap: nowrap;
    /* Gray/gray-9 */
    color: #262626;
}

.sharesubscripe-icon-home {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    /* background-color: #59677c;
    border: 1px solid transparent;
    padding: 10px 14px; */
    line-height: 1.5;
    border-radius: 0.25rem;
    border-radius: 50px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.sharesubscripe-icon {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: #59677c;
    border: 1px solid transparent;
    padding: 15px 15px;
    line-height: 1.5;
    border-radius: 0.25rem;
    border-radius: 50px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.sharesubscripe-icon i,
.sharesubscripe-icon-home i {
    color: #fff;
}

.featuresinglebanner {
    /*    border: 1px solid #ccc;*/
    border-radius: 10px;
}

.subscribeBox {
    /* background-color: #ba9793; */
}

.buynow-btn {
    background-color: #ba9793;
}

.playicon {
    width: 30px;
    height: 30px;
    border-radius: 20px;
    display: inline-block;
    line-height: 28px !important;
    text-align: center;
    background: #ba9793;
    color: #fff;
    font-size: 20px;
}

.lockicon {
    width: 30px;
    height: 30px;
    border-radius: 20px;
    display: inline-block;
    line-height: 28px !important;
    text-align: center;
    background: #bfbfbf;
    color: #fff;
    font-size: 20px;
}

.course-share-icon {
    border: 1px solid #ba9793;
    width: 30px;
    height: 30px;
    border-radius: 45px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    line-height: 30px;
}

.text-theme-color {
    color: #ba9793;
}

form.emaraform label.error,
label.error {
    color: red;
}

label#dob-error {
    width: 100%;
}

.card-img-top {
    width: 270px !important;
    height: 270px !important;
    object-fit: cover;
}

.payment-title {
    font-style: normal;
    font-weight: 700;
    font-size: 1rem;
    line-height: 22px;
    color: #262626;
}

.separator {
    border-bottom: 1px solid #d1d7dc;
    margin: 1rem 0;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #fff !important;
    opacity: 0.7;
}

.upgrade-price {
    color: #1d2026;

    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    text-align: center;
}

.common-banner {
    /* background-image: url("../images/banner.png");
    height: 100px; */
    background-size: 100% 100%;
    background-color: #757888;
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
}

.page-header {
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.slider-banner {
    height: 650px;
    background-size: 100% 100%;
}

.formerror {
    color: red !important;
}

.course-card-image {
    /* max-height: 375px;
    max-height: 196px; */
}

.language-dropdown {
    border-top: 3px #0055ff solid;
}

.testimonial-content {
    font-style: normal;
    font-weight: 500 !important;
    font-size: 0.8rem !important;
    line-height: normal;
    text-align: center;
    color: #262626 !important;
}

.fs-1 {
    font-size: 1rem !important;
}

.vertical-center {
    align-items: center;
}

.testimonial-name {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #262626;
}

.testimonial-subtitle {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #8c8c8c;
}

.news-date,
.news-name {
    font-style: normal;
    font-weight: 700 !important;
    font-size: 10px !important;
    line-height: 28px;
    color: #697484 !important;
}

.mobile-section-title {
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    color: #262626;
}

.ar-close {
    padding: 1rem 2rem !important;
    margin: -1rem auto -1rem -1rem !important;
    position: inherit !important;
}

.mobile-section-subtitle {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #8c8c8c;
}

.mobile-section-subcontent {
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    /* line-height: 32px; */
    color: #8c8c8c;
}

.padding6 {
    padding: 6px !important;
}

html[dir="rtl"] .pl-4,
html[dir="rtl"] .px-4 {
    padding-right: 1.5rem !important;
}
html[dir="rtl"] .pr-5,
html[dir="rtl"] .px-5 {
    padding-left: 3rem !important;
}

html[dir="rtl"] .text-right {
    text-align: left !important;
}

html[dir="rtl"] .text-left {
    text-align: right !important;
}

html[dir="rtl"] .float-right {
    float: left !important;
}

html[dir="rtl"] .float-left {
    float: right !important;
}

html[dir="rtl"] .mr-2,
html[dir="rtl"] .mx-2 {
    margin-left: 0.5rem !important;
}

html[dir="rtl"] .social-icon-margin100 {
    margin-right: 90px;
}

html[dir="rtl"] .upper-header ul li {
    position: relative;
    padding-right: 15px;
    margin-right: 0px;
}

html[dir="rtl"] .border-vertical {
    border-right: thin solid #e8e8e8;
    border-left: 0px;
}

.star-rating {
    font-size: 0;
    white-space: nowrap;
    display: inline-block;
    /* width: 250px; remove this */
    height: 20px;
    overflow: hidden;
    position: relative;
    background: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjREREREREIiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=");
    background-size: contain;
}

.star-rating i {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    /* width: 20%; remove this */
    z-index: 1;
    background: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjRkZERjg4IiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=");
    background-size: contain;
}

.star-rating input {
    -moz-appearance: none;
    -webkit-appearance: none;
    opacity: 0;
    display: inline-block;
    /* width: 20%; remove this */
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 2;
    position: relative;
}

.mobile-ar label#mobileNumber-error {
    position: absolute;
    top: 50px;
}

.star-rating input:hover + i,
.star-rating input:checked + i {
    opacity: 1;
}

.star-rating i ~ i {
    width: 40%;
}

.star-rating i ~ i ~ i {
    width: 60%;
}

.star-rating i ~ i ~ i ~ i {
    width: 80%;
}

.star-rating i ~ i ~ i ~ i ~ i {
    width: 100%;
}

.star-rating.star-5 {
    width: 100px;
}

.star-rating.star-5 input,
.star-rating.star-5 i {
    width: 20%;
}

.star-rating.star-5 i ~ i {
    width: 40%;
}

.star-rating.star-5 i ~ i ~ i {
    width: 60%;
}

.star-rating.star-5 i ~ i ~ i ~ i {
    width: 80%;
}

.star-rating.star-5 i ~ i ~ i ~ i ~ i {
    width: 100%;
}

.note-btn {
    font-size: 1rem !important;
}

.note-del-btn {
    opacity: 0.7;
}

.mark-btn,
.mark-btn:hover,
.mark-btn:active,
.mark-btn:focus {
    background: #59677c;
    border-color: #59677c;
}

.notification img {
    border-radius: 0 !important;
}

.star-rating.star-3 {
    width: 150px;
}

.star-rating.star-3 input,
.star-rating.star-3 i {
    width: 33.33%;
}

.star-rating.star-3 i ~ i {
    width: 66.66%;
}

.star-rating.star-3 i ~ i ~ i {
    width: 100%;
}

.tetimonial-username {
    font-style: normal;
    font-size: 14px;
    line-height: 22px;
    color: #595959;
}

.tetimonial-title {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #595959;
}

.tetimonial-descripiton {
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    color: #595959;
}

.tetimonial-date {
    font-style: normal;
    font-size: 14px;
    line-height: 22px;
    color: #595959;
}

.testimonial-profile {
    border-radius: 50% !important;
    width: 100px;
    height: 100px;
}

.scrollToTop:hover {
    background: rgba(0, 0, 0, 0.6);
    text-decoration: none;
}

.scrollToTop {
    background: rgba(0, 0, 0, 0.1);
    bottom: 15px;
    display: none;
    height: 50px;
    padding: 2px;
    position: fixed;
    right: 15px;
    text-align: center;
    text-decoration: none;
    width: 50px;
    z-index: 99999;
}

.scrollToTop i {
    color: #fff;
    font-size: 30px;
    padding: 5px;
}

.doctor-thumb img {
    max-width: 100%;
    height: auto !important;
}

.sliderArrow {
    color: #59677c;
    /*background-color: #fff;*/
    font-size: 50px;
    border-radius: 5px;
}

.home-testimonial-profile {
    border-radius: 50% !important;
    height: 50px;
}

.testimonial-banner {
    background-color: #fff;
}

.card-min-height {
    border: 1px solid #59677c !important;
    min-height: 335px;
}

.card .carousel-item {
    /* min-height: 370px; */
}

.card .carousel-caption {
    right: 15px;
    left: 15px;
    top: 15px;
    color: #3d3d3d;
    min-height: 195px;
    padding: 15px;
}

.card .carousel-caption .col-sm-3 {
    display: flex;
    align-items: center;
}

.card .carousel-caption .col-sm-9 {
    text-align: left;
}

.card .carousel-control-prev,
.card .carousel-control-next {
    color: #3d3d3d !important;
    opacity: 1 !important;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-image: none;
    color: #fff;
    font-size: 14px;
    background-color: #ba9793;
    height: 32px;
    line-height: 32px;
    width: 32px;
    padding: 0px;
    border-radius: 5px;
}

.testimonial-btn-dark {
    /* background-color: #59677c !important;
    border: none !important;
    color: #fff; */
    background-color: #e6e7e9 !important;
    border: none !important;
    color: #515184 !important;
}

.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover {
    opacity: 0.85;
}

.control-width-unset {
    width: unset !important;
}

.carousel-control-prev {
    left: 0%;
}

.carousel-control-next {
    right: 0%;
}

.midline {
    width: 60px;
    border-top: 1px solid #d43025;
}

.carousel-caption h2 {
    font-size: 14px;
}

.carousel-caption h2 span {
    color: #cd3a54;
}

@media (min-width: 320px) and (max-width: 575px) {
    /* .carousel-caption {
        position: relative;
    }
    .card .carousel-caption {
        left: 0;
        top: 0;
        margin-bottom: 15px;
    }
    .card .carousel-caption img {
        margin: 0 auto;
    }*/
    /*    .carousel-control-prev {
        left: 35%;
        top: 105%;
    }
    .carousel-control-next {
        right: 35%;
        top: 105%;
    }*/
    /*.card .carousel-caption h3 {
        margin-top: 0;
        font-size: 16px;
        font-weight: 700;
    }*/
}

@media (min-width: 576px) and (max-width: 767px) {
    .carousel-caption {
        position: relative;
    }

    .card .carousel-caption {
        left: 0;
        top: 0;
        margin-bottom: 15px;
    }

    .card .carousel-caption img {
        margin: 0 auto;
    }

    .card .carousel-caption h3,
    .card .carousel-caption small {
        text-align: center;
    }

    /*    .carousel-control-prev {
        left: 35%;
        top: 105%;
    }
    .carousel-control-next {
        right: 35%;
        top: 105%;
    }*/
}

@media (min-width: 767px) and (max-width: 991px) {
    .card .carousel-caption h3 {
        margin-top: 0;
        font-size: 16px;
        font-weight: 700;
    }
}

.btn.btn-rounded {
    border-radius: 50px;
}

#popupcontent img {
    max-width: 100%;
}

.letus-btn:hover {
    text-decoration: underline !important;
}

.testimonialSliderArrow button::after {
    position: unset !important;
}

.testimonialCarousel .card button {
    font-size: 18px;
    color: #111;
    font-weight: 600;
    padding-left: unset;
}

.clearicon {
    position: absolute;
    right: 0px !important;
    left: unset !important;
    cursor: pointer;
    top: 12px !important;
    font-size: 20px;
}

/* Carousel styling */
#home .carousel-item {
    max-height: 100vh;
    height: 450px;
}

#carouselFeature .carousel-item {
    max-height: 100vh;
    height: auto;
}

.review-btn {
    height: 40px;
    line-height: normal !important;
}

#carouselExampleIndicators {
    /*  position: relative;
    min-height: 100vh;*/
}

.elVideo {
    width: 100%;
    height: 100%;
}

.active .videoSlider {
    margin-top: 0;
    width: 100%;
    border: none;
    box-shadow: none;
}

.mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-attachment: fixed;
    z-index: 1;
}

/*chat css*/
.chat {
    max-height: 500px;
    overflow: auto;
}

.chat .chat-history {
    padding: 10px 30px 20px;
    border-bottom: 2px solid white;
}

.chat .chat-history .message-data {
    margin-bottom: 15px;
}

.chat .chat-history .message-data-time {
    color: #a8aab1;
    padding-left: 6px;
}

.chat .chat-history .message {
    color: white;
    padding: 18px 20px;
    line-height: 26px;
    font-size: 14px;
    border-radius: 5px;
    margin-bottom: 10px;
    width: 90%;
    position: relative;
}

.chat .chat-history .message:after {
    content: "";
    position: absolute;
    top: -15px;
    left: 20px;
    border-width: 0 15px 15px;
    border-style: solid;
    border-color: #7a929b transparent;
    display: block;
    width: 0;
}

.chat .chat-history .you-message {
    background: #7a929b;
    color: white;
}

html[dir="rtl"] .chat .chat-history .you-message {
    width: 100%;
}

.chat .chat-history .me-message {
    background: #9e7f7b;
}

.chat .chat-history .me-message:after {
    border-color: #9e7f7b transparent;
    right: 20px;
    top: -15px;
    left: auto;
    bottom: auto;
}

.chat .chat-message {
    padding: 20px;
}

.chat .chat-message .fa-file-o,
.chat .chat-message .fa-file-image-o {
    font-size: 16px;
    color: gray;
    cursor: pointer;
}

.chat-ul li {
    list-style-type: none;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix:before {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.you {
    color: #935ba7;
}

.me {
    color: #fab15f;
}

.message-data-name {
    font-weight: bold;
}

.timer {
    font-size: x-small;
    font-weight: bold;
}

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

.align-right {
    text-align: right;
}

.float-right {
    float: right;
}

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

.text-right {
    text-align: right;
}

.text_read {
    color: #ccc !important;
}

a.course-share-icon.icon-svg {
    border: none;
}

.icon-svg .img-recommend {
    width: 30px;
    height: 30px;
    vertical-align: top;
}

.cms_page iframe,
.faq_list iframe {
    width: 100%;
}

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

#news_content .post-article {
    min-height: 100%;
}

table.dataTable.dtr-inline.collapsed tbody td:first-child:before,
table.dataTable.dtr-inline.collapsed tbody th:first-child:before {
    top: 15px !important;
}

#subscribed {
    float: left;
    width: 50%;
    line-height: 50px;
    text-align: center;
    background-color: #ba9793;
    border: 0;
    outline: none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    opacity: 0.7;
    border-radius: 8px !important;
}

.sharesubscripe-icon-home.icon-svg {
    padding: 0;
}

.sharesubscripe-icon-home.icon-svg .img-recommend {
    width: 32px;
    height: 32px;
    vertical-align: top;
}


.course_progress {
    display: flex !important;
    height: 1rem !important;
    overflow: hidden !important;
    font-size: 0.75rem !important;
    background-color: #e9ecef !important;
    border-radius: 0.25rem !important;
    position: relative !important;
    left: 0px !important;
    width: 100% !important;
}

.nav-menu a.nav-link.active,
.dropdown-item.active {
    color: #59677c !important;
    background-color: transparent !important;
    text-decoration: underline;
    text-underline-offset: 0.5em;
    text-decoration-color: #59677c;
}

.btn,
.login-btn,
.register-btn,
select {
    appearance: auto;
    -webkit-appearance: none;
}
a.login-btn {
    text-decoration: none;
}

i#toggleloginPassword,
i#toggleconfirmPassword,
i#togglePassword {
    cursor: pointer;
}

.cms_page p {
    width: 100%;
}

.news-img {
    width: 100%;
    max-height: 150px;
}

/*********** Media Queries *************/
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 576px) {
    .news-img {
        width: 100%;
        max-height: none;
    }
    .carousel-item,
    #home .carousel-item {
        max-height: 100vh;
        height: auto;
    }
    .header-wrapper .nav-menu li .dropdown-menu {
        width: 100%;
    }

    .col-xs-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-xs-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .social-icon-margin100 {
        margin-left: 0;
    }

    .search-wrap {
        background: none !important;
    }

    .search-cat {
        margin-bottom: 0.5rem;
    }

    .search-cat .form-group .style1-select,
    .search-input input[type="text"] {
        border: 1px solid #ccc !important;
    }

    .padding100 {
        padding-left: 0 !important;
    }

    .btn-wrap {
        padding-top: 0 !important;
    }

    .courses-title {
        font-size: 1rem;
    }

    .cd-icons {
        text-align: left !important;
    }

    /* .mask {
        display: none;
    } */

    .slider-content {
        display: none;
    }

    .header-wrapper .nav-menu {
        margin-left: 15px;
        margin-top: 15px;
    }

    .header-wrapper .nav-menu {
        display: block;
    }

    .header-wrapper .nav-menu li {
        padding: 10px 0;
        text-align: left;
        width: 100%;
        margin: 0;
    }

    .header-wrapper .nav-menu li a i {
        margin-right: 20px;
    }

    /* .header-wrapper .nav-menu li .dropdown-menu.show {
        margin-right: 24px;
    } */

    .fixed-top .img-logo {
        bottom: 0px !important;
        top: 20px;
    }

    .main-content .middle-sidebar-header .right-menu-icon li {
        display: block;
    }

    html[dir="rtl"] .social-icon-margin100 {
        margin-right: 0px;
    }

    html[dir="rtl"] .upper-header ul li {
        padding-right: 10px;
    }

    html[dir="rtl"] .navbar-toggler {
        margin-left: 15px;
    }

    html[dir="rtl"] .navbar-collapse {
        margin-left: 20px;
    }
}

@media (min-width: 577px) and (max-width: 640px) {
    .social-icon-margin100 {
        margin-left: 0px;
    }

    .padding100 {
        padding-left: 0px !important;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 992px) {
    .header-wrapper .nav-menu {
        display: block;
    }
}

@media only screen and (max-width: 992px) {
    .header-wrapper .nav-menu {
        display: block;
    }

    .header-wrapper .nav-menu li {
        padding: 10px 0;
    }
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
}

@media only screen and (min-width: 992px) and (max-width: 1160px) {
    .header-wrapper .row {
        align-items: center;
    }

    .padding100 {
        padding-left: 0 !important;
    }

    .header-wrapper .nav-menu li {
        padding: 0px 14px;
    }

    ul.right-menu-icon {
        align-items: center;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

@media (min-width: 300px) and (max-width: 991px) {
    .social-wrap {
        flex-direction: column;
    }
    .social-wrap a {
        margin: 5px 0;
    }
}
@media (min-width: 300px) and (max-width: 900px) {
}

/*********** End Media Queries *************/
.header-wrapper .row {
    align-items: center;
}

ul.right-menu-icon {
    align-items: center;
    float: right !important;
}

.footer-wrapper {
    margin-top: 100px;
    padding: 20px 0 0px;
    background-color: #6d7d97 !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/footer-bg.png);
}

.page-link {
    color: #59677c !important;
}

.page-item.active .page-link {
    z-index: 3;
    color: #ba9793 !important;
    background-color: #f4eae1;
    border-color: #f4eae1;
}

.page-link:hover {
    color: #fff !important;
}

.text-color {
    color: #59677c;
}

.pagination {
    align-items: center;
    justify-content: center;
}

li.page-item {
    margin-left: 10px;
}

.bg-light-blue {
    background-color: #9eaec7;
    color: #fff;
}

.badge-secondary {
    color: #fff;
    background-color: #59677c;
}

ul.job_sumary li {
    margin-bottom: 10px;
}

.jobs nav {
    margin-top: 10px;
}

#storiesIndicators {
    padding-bottom: 60px;
}

.password-strength-indicator {
    border: 1px solid transparent;
    border-radius: 3px;
    display: block;
    height: 5px;
    min-width: 80px;
    text-align: center;
    margin-top: 5px;
}

.password-strength-indicator.very-weak {
    background: #cf0000;
    border-color: #a60000;
}

.password-strength-indicator.weak {
    background: #f6891f;
    border-color: #c56e19;
}

.password-strength-indicator.mediocre {
    background: #eeee00;
    border-color: #d6d600;
}

.password-strength-indicator.strong {
    background: #99ff33;
    border-color: #7acc29;
}

.password-strength-indicator.very-strong {
    background: #22cf00;
    border-color: #1b9900;
}
.careers h1,
.careers h2,
.careers h3,
.careers h4,
.careers h5 {
    font-weight: 700 !important;
    color: #343a40 !important;
}
p {
    font-family: inherit;
}

.language-dropdown ul,
.language-dropdown ul li,
.language-dropdown ul li a {
    width: 100%;
    display: block;
}
.language-dropdown ul li a:hover,
#myaccount:hover,
.signout:hover {
    background-color: #e6e7e9;
    font-weight: 600;
}
.bg-black-08 {
    background: rgba(0, 0, 0, 0.7);
}
.dropdown-item:hover,
.dropdown-item:focus {
    text-decoration: none;
    background-color: #e6e7e9;
}
.beforeloginmodal:after {
    display: none;
}
.div-dirltr {
    direction: ltr !important;
}
/*.provider {
    cursor: pointer;
    margin: 0 auto;
    position: relative;
    z-index: 9998;
    outline: 0 none;
    background-image: url(../images/flat_w32_h32_w_b_v2.png);
    background-repeat: no-repeat;
    color: white;
    height: 32px;
    line-height: 32px;
    padding: 0 0 0 34px;
    text-align: left;
    text-decoration: none;
    width: 143px;
    background-position: -500px -500px;
    border-radius: 2px;
}
a#button_google {
    background-color: #4285f4;
    border: 1px solid #4285f4;
}

span#provider_google {
    background-position: 2px -5609px;
    background-color: #fff;
}
.name {
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    line-height: 48px;
}
a#button_facebook {
    background: #4267b2;
}
span#provider_facebook {
    background-position: 2px -985px;
}*/
.login-name {
    font-size: 10px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: inherit !important;
}
a:hover, a:focus, a.active {
    text-decoration: none;
    outline: none;
    color: inherit;
}

.dropdown-toggle.active-dropdown::after {
    transform: rotate(-90deg);
}
.navbar-nav .nav-item a {
    text-decoration: none !important;
}
label#countrycode-error {
    display: none !important;
}
.dropdown-hover-all .dropdown:hover>.dropdown-menu {
    display: block;
}
.middle-sidebar-header .dropdown-hover-all .dropdown:hover>.dropdown-menu {
    display: block;
    position: absolute;
    left: -200px;
}
ul.dropdown-menu .dropdown .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
}
a.course-title {
    text-decoration: none;
}
.mycourses > div:first-child{
    min-height: 40px;
}
a.register-btn {
    text-decoration: none;
}
a#emailchange,
a#mobilechange {
    padding: 0.7rem !important;
}
label#mobile_update-error {
    width: 100%;
}
.profileImg {
    color: #fff;
}
.blue-btn.login-btn {
    background-color: #6f819d !important;
    border-radius: 5px !important;
    min-height: 42px;
}
.navbar-light .navbar-toggler-icon {
    position: inherit;
    background-color: transparent;
}
.navbar-light .navbar-toggler-icon:before,
.navbar-light .navbar-toggler-icon:after {
    content: none;
}
