header.ed-default-header .header-logo {
    padding: 15px 0;
}

.ed-default-header .mobile-side-menu-toggle {
    color: var(--ed-color-heading-primary);
    font-size: 30px;
}

.tp-postbox-content.postbox__content.post-content ul.post-meta {
    padding-left: 0;
}

.tp-postbox-content.postbox__content.post-content ul.post-meta li a i {
    margin-right: 10px;
}

.tp-postbox-content.postbox__content.post-content .post-meta li {
    text-transform: capitalize;
}

.postbox__wrapper .post-inner-2 .post-thumb {
    height: inherit;
}


/* Blog Pagination CSS  */

.pagination-wrap li span {
    background-color: var(--ed-color-grey-1);
    color: var(--ed-color-heading-primary);
    font-weight: 600;
    height: 55px;
    width: 55px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border-radius: 50%;
}

.pagination-wrap li span.current {
    background-color: var(--ed-color-theme-primary);
    color: var(--ed-color-common-white);
}


/* Blog Sidebar Widget  */

.sidebar-widget .tp-sidebar-search .tp-sidebar-search-input input {
    padding: 14px 20px;
    padding-left: 30px;
    border: none;
    box-shadow: none;
    border-radius: 100px;
    width: 100%;
    position: relative;
}

.sidebar-widget .tp-sidebar-search .tp-sidebar-search-input button {
    position: absolute;
    left: auto;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--ed-color-theme-primary);
    font-size: 16px;
    font-weight: 500;
}

.sidebar-widget .tagcloud a {
    background-color: var(--ed-color-common-white);
    padding: 8px 18px;
    font-family: var(--ed-ff-body);
    font-size: 15px !important;
    font-weight: 400;
    border-radius: 100px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

.sidebar-widget .tagcloud a:hover {
    background-color: var(--ed-color-theme-primary);
    color: var(--ed-color-common-white);
}

.sidebar-widget.widget_categories ul {
    margin-bottom: 0;
}

.sidebar-widget.widget_categories ul li {
    font-family: var(--ed-ff-body);
    font-size: 16px;
    font-weight: 400;
    list-style: none;
    text-transform: capitalize;
    padding: 0;
}

.sidebar-widget.widget_categories ul ul {
    padding-left: 15px;
    padding-top: 10px;
}

.sidebar-widget.widget_categories ul li:not(:last-child) {
    margin-bottom: 10px;
}

.sidebar-widget.widget_categories ul li a {
    position: relative;
    padding-left: 20px;
}

.sidebar-widget.widget_categories ul li a::after {
    position: absolute;
    content: "";
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    background: var(--ed-color-text-body);
    border-radius: 50%;
}

.sidebar-widget.widget_categories ul li a:hover::after {
    background-color: var(--ed-color-theme-primary);
}

.sidebar-widget .sidebar-post {
    grid-gap: 20px;
}

.sidebar-widget .sidebar-post img {
    min-width: 80px;
    height: 80px;
    object-fit: cover;
}


/* Blog Details  */

.tp-blog-area .tp-postbox-details-main-wrapper ul {
    padding-left: 0;
}

.tp-blog-area .tp-postbox-details-main-wrapper .post-meta li {
    text-transform: capitalize;
    list-style: none;
}

.tp-blog-area .tp-postbox-details-main-wrapper .post-meta li a {
    text-decoration: none;
}

.tp-blog-area .tp-postbox-details-main-wrapper .post-meta li a i {
    margin-right: 10px;
}

.tp-postbox-details-article .blog-details-content blockquote {
    text-align: left;
}

.tp-postbox-details-article .blog-details-content blockquote p {
    text-align: left;
}

.tp-postbox-details-share {
    margin-top: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid rgba(10, 11, 15, 0.1);
    border-bottom: 1px solid rgba(10, 11, 15, 0.1);
}

.tp-postbox-details-social a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    font-size: 16px;
    border: 1px solid #e6e8f0;
    background: var(--ed-color-common-white);
    box-shadow: 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}

.tp-postbox-details-social a:not(:last-of-type) {
    margin-right: 5px;
}

.tp-postbox-details-social a:hover {
    color: var(--ed-color-common-white);
    border: 1px solid var(--ed-color-theme-primary);
    background: var(--ed-color-theme-primary);
    box-shadow: 0 0 1px 0 #07A698, 0 1px 2px 0 rgba(20, 56, 181, 0.25);
}

.tp-postbox-details-tag.tagcloud a {
    font-size: 16px;
    font-weight: 400;
    color: var(--ed-color-text-body);
    padding: 8px 20px;
    border-radius: 100px;
    background-color: var(--ed-color-grey-1);
    border: 1px solid #e6e8f0;
    box-shadow: 0 1px 1px 0 rgba(48, 54, 81, 0.06);
    text-transform: capitalize;
    transition: all 0.3s 0s ease-out;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

.tp-postbox-details-tag.tagcloud a:hover {
    background-color: var(--ed-color-theme-primary);
    color: var(--ed-color-common-white);
}

.tp-postbox-details-navigation-bar svg path {
    stroke: var(--ed-color-theme-primary);
}

.tp-blog-details-thumb:hover .postbox__thumb-slider .post-thumb-carousel .swiper-arrow {
    transition: all 0.3s ease-in-out;
    visibility: visible;
    opacity: 1;
}

.tp-postbox-details-main-wrapper .tp-postbox-thumb .video-btn a {
    background-color: var(--ed-color-theme-primary);
    color: var(--ed-color-common-white);
    font-size: 30px;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tp-postbox-details-main-wrapper .tp-postbox-thumb .video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tp-postbox-details-main-wrapper .tp-postbox-thumb .video-btn .ripple:before,
.tp-postbox-details-main-wrapper .tp-postbox-thumb .video-btn .ripple:after {
    height: 100px;
    width: 100px;
}

.tp-postbox-comment-box .postbox__comment-avater.tp-postbox-comment-info {
    width: 100px;
}

.tp-postbox-details-author-box .tp-postbox-details-author-avata img {
    width: 600px;
}

.tp-postbox-details-author-box .tp-postbox-details-author-content {
    margin-left: 20px;
}

.tp-postbox-details-author-box .blog-details-author-title {
    text-transform: capitalize;
}

.tp-postbox-details-author-box .tp-postbox-details-author-social a {
    margin-right: 15px;
}

.blog-details-content blockquote cite {
    font-size: 20px !important;
    font-weight: 600;
    color: var(--ed-color-heading-primary);
    margin-bottom: 0;
    position: relative;
}


/* Blog Contact Form  */

.tp-postbox-details-input label {
    display: block;
    margin-bottom: 15px;
}

.tp-contact-input-form input,
.tp-contact-input-form textarea {
    border-radius: 6px;
    border: 1px solid #E0E5EB;
    color: var(--ed-color-text-body);
    background-color: var(--ed-color-grey-1);
    transition: all 0.3s 0s ease-out;
    font-size: 16px;
    font-weight: 400;
    padding: 13px 20px;
    width: 100%;
    border-radius: 6px;
    outline: none;
}

.tp-contact-input-form .tp-contact-input {
    margin-bottom: 15px;
}

.tp-contact-input-form textarea {
    resize: none;
    height: 150px;
}

.tp-postbox-comment-from.blog-contact-form p {
    margin-bottom: 0;
}

.tp-postbox-comment-from p.comment-notes {
    margin-bottom: 15px !important;
}


/* Edcare Shop CSS  */


/* Shop Sidebar CSS  Start */

.tp-shop-widget {
    background-color: var(--ed-color-grey-1);
    padding: 40px 30px;
    border: 1px solid var(--ed-color-border-1);
    border-radius: 15px;
}

.tp-shop-widget.tp-sidebar-search {
    border: none;
    padding: 0;
    margin-bottom: 0;
}

.tp-shop-widget .tp-sidebar-search-input input {
    padding: 14px 20px;
    padding-left: 30px;
    border: none;
    box-shadow: none;
    border-radius: 100px;
    width: 100%;
    position: relative;
}

.tp-shop-widget .tp-sidebar-search-input button {
    position: absolute;
    left: auto;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--ed-color-theme-primary);
    font-size: 16px;
    font-weight: 500;
}

.tp-shop-widget .wp-block-group {
    margin-top: 0;
    margin-bottom: 0;
}

.star-container {
    position: relative;
    width: 1em;
    height: 1em;
    display: inline-block;
    margin-right: 5px;
}

.star-container .fa-regular.fa-star {
    position: absolute;
}

.star-container .starfill {
    position: absolute;
    width: 0%;
    height: 100%;
    overflow: hidden;
}


/* Event Pagination CSS  */

.etn-row.etn-pagination-wrapper .pagination-wrap {
    margin-top: 0;
}

.category-item a {
    background-color: var(--ed-color-common-white);
    color: var(--ed-color-heading-primary);
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    padding: 7.5px 30px 7.5px 5px;
    display: inline-flex;
    align-items: center;
    column-gap: 15px;
    border-radius: 100px;
    border: 1px solid #E0E5EB;
}

.category-item a span {
    background-color: var(--ed-color-grey-1);
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.category-item a:hover {
    background-color: var(--ed-color-theme-primary);
    color: var(--ed-color-common-white);
}

.blog-contact-form .request-form .form-item .form-control {
    background-color: transparent!important;
    border: 1px solid #E0E5EB!important;
}

.blog-contact-form .request-form .form-item .nice-select {
    width: 100%;
    height: auto;
    line-height: inherit;
    padding: 15.5px 20px;
    margin-bottom: 25px;
}

.blog-contact-form .request-form .form-item .nice-select.open .list {
    width: 100%;
}

.blog-contact-form .request-form .form-item .nice-select:after {
    top: 46%;
    width: 10px;
    height: 10px;
    border-color: var(--ed-color-text-body);
    border-bottom: 1px solid var(--ed-color-text-body);
    border-right: 1px solid var(--ed-color-text-body);
    right: 35px;
}

.blog-contact-form.contact-form .request-form .form-group .form-item textarea {
    height: 147px;
}


/* Shop Detais CSS  */

.tp-product-details-top .woocommerce-product-gallery__wrapper {
    background-color: #F2F4F7;
}


/* Tutor Course Pagination  */

.tutor-pagination-numbers.edcare-pagination-li li {
    list-style: none;
    display: flex;
    gap: 10px;
    justify-content: center;
}

.tutor-pagination-numbers ul li span,
.tutor-pagination-numbers ul li a {
    background-color: var(--ed-color-grey-1);
    color: var(--ed-color-heading-primary);
    font-weight: 600;
    height: 55px;
    width: 55px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border-radius: 50%;
}

.tutor-pagination-numbers ul li a:hover {
    background-color: var(--ed-color-theme-primary);
    color: var(--ed-color-common-white);
}

.tutor-pagination-numbers ul li span.current {
    background-color: var(--ed-color-theme-primary);
    color: var(--ed-color-common-white);
}

.course-item .course-author-box .course-review span.tutor-icon-star-bold {
    color: var(--ed-color-theme-primary);
}


/* Blog CSS update  */

.blog-section .post-card-2 img {
    height: 260px;
    object-fit: cover;
    border-radius: 15px;
}


/* Hero style 05 CSS  */

.hero-content-5 .hero-form .form-control {
    padding: 32px 40px !important;
}

.header .mid-header .mid-header-inner .category-form-wrap .select-control .list {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.header .mid-header .mid-header-inner .category-form-wrap {
    padding: 0px 10px!important;
}

.grid-post:last-child {
    margin-bottom: 0;
}

.post-card-2.post-card-3.grid-post:last-child {
    margin-bottom: 24px;
}


/* Header menu last CSS  */

header.ed-default-header .primary-header-inner .header-menu-wrap ul li.menu-last ul li ul {
    top: 100%;
    left: -100%;
    right: auto;
    visibility: visible;
    opacity: 1;
    overflow: visible !important;
}

header.ed-default-header .primary-header-inner .header-menu-wrap ul li.menu-last ul {
    right: 0;
    left: auto;
}

header.ed-default-header .primary-header-inner .header-menu-wrap .sub-menu ul.submenu li:after {
    right: 20px;
}

header.ed-default-header .primary-header-inner .header-menu-wrap .sub-menu ul.submenu li:hover:after {
    color: #fff;
}


/* checkout page Block CSS  */

body[class*=woocommerce-] .wc-block-components-form .wc-block-components-text-input label,
body[class*=woocommerce-] .wc-block-components-text-input label {
    left: 26px;
    transform: translateY(0px) !important;
}


/* elementor container width and padding  */

.e-con {
    --container-max-width: 1310px !important;
    --container-default-padding-top: 0px;
    --container-default-padding-right: 0px;
    --container-default-padding-bottom: 0px;
    --container-default-padding-left: 0px;
}

.header .top-bar .top-bar-inner .top-bar-right .register-box {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-right: 20px;
    padding: 12px 20px 12px 0px;
    border-right: 2px solid rgba(255, 255, 255, 0.05);
}

.header .top-bar .top-bar-inner .top-bar-right .register-box {
    margin-right: 0!important;
    border-right: none!important;
}

.header .top-bar .top-bar-inner .top-bar-right .top-social-wrap {
    border-left: 2px solid rgba(255, 255, 255, 0.05);
    padding: 12px 0;
    padding-left: 20px;
}

.custom-content-item {
    border-radius: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.custom-content-item:hover {
    box-shadow: 0px 10px 28px rgba(19, 36, 39, 0.13);
    border-radius: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.custom-content-item .icon,
.custom-content-item .icon img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.custom-content-item:hover .icon img {
    filter: brightness(0) invert(1);
}

.elementor-1818 .elementor-element.elementor-element-5e6d5e6 {
    margin-bottom: 0;
}

.footer-insta-item {
    position: relative;
    z-index: 1;
    height: 100%;
    max-width: 100%;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.footer-insta-item .overlay {
    background-color: #07A698;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer-insta-item .insta-img {
    width: 100%;
    height: 100%;
}

.footer-insta-item .insta-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-insta-item .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer-insta-item .icon a {
    background-color: var(--ed-color-common-white);
    color: var(--ed-color-theme-primary);
    height: 55px;
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.footer-insta-item:hover .overlay {
    visibility: visible;
    opacity: 0.64;
}

.footer-insta-item:hover .icon {
    transform: translate(-50%, -50%) scale(1);
}

.footer-insta-item .icon a:hover {
    background-color: var(--ed-color-theme-primary);
    color: var(--ed-color-common-white);
}

.custom-search-form-1.hero-form {
    max-width: 100%;
    width: 100%;
    position: relative;
    margin-bottom: 50px;
}

.custom-search-form-1.hero-form .form-control {
    background-color: var(--ed-color-common-white);
    padding: 19px 40px;
    box-shadow: none;
    border: 1px solid #E0E5EB;
    border-radius: 100px;
    border: 1px solid #E0E5EB;
    box-shadow: 0px 11px 41px 3px rgba(23, 67, 63, 0.12);
    padding-left: 50px;
    padding-right: 220px;
}

.custom-search-form-1.hero-form .icon {
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
    font-size: 14px;
    color: var(--ed-color-heading-primary);
}

.custom-search-form-1.hero-form button {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
    .custom-search-form-1.hero-form button {
        position: relative;
        top: 0;
        right: auto;
        left: 0;
        transform: translate(0);
        margin-top: 10px;
    }
    .custom-search-form-1.hero-form {
        text-align: center;
    }
}

.custom-home-8-brand .sponsor-section .bg-shape {
    display: none;
}

.home-8.shape.shape-1 {
    animation: about-anim 2s infinite linear alternate-reverse;
}

.home-8__video {
    display: inline-block;
}

.home-8__video a {
    background-color: var(--ed-color-common-white);
    color: var(--ed-color-theme-primary);
    height: 100px;
    width: 100px;
    font-size: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.home-8__video a:hover {
    background-color: var(--ed-color-theme-primary);
    color: var(--ed-color-common-white);
}

.home-8__video a .ripple {
    height: 100px;
    width: 100px;
}

.hero-9.shape.shape-1 {
    top: 50px;
    right: 0;
    left: auto;
    bottom: auto;
    z-index: 4;
}

.hero-9.shape.shape-1 {
    animation: about-anim 2s infinitelinear alternate-reverse;
}

.hero-9.shape.shape-2 {
    bottom: auto;
    left: auto;
    right: 0;
    z-index: 1;
}

@-webkit-keyframes about-anim {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(15px);
        -moz-transform: translateX(15px);
        -ms-transform: translateX(15px);
        -o-transform: translateX(15px);
        transform: translateX(15px);
    }
}

@-moz-keyframes about-anim {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(15px);
        -moz-transform: translateX(15px);
        -ms-transform: translateX(15px);
        -o-transform: translateX(15px);
        transform: translateX(15px);
    }
}

@-ms-keyframes about-anim {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(15px);
        -moz-transform: translateX(15px);
        -ms-transform: translateX(15px);
        -o-transform: translateX(15px);
        transform: translateX(15px);
    }
}

@keyframes about-anim {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(15px);
        -moz-transform: translateX(15px);
        -ms-transform: translateX(15px);
        -o-transform: translateX(15px);
        transform: translateX(15px);
    }
}

.footer-form-wrap .home-subscribe-1 {
    display: block;
}

.footer-form-wrap .home-subscribe-9 {
    display: none;
}

.footer-form-wrap .home-subscribe-14 {
    display: none;
}

.subscribe-form-wrap .home-subscribe-1 {
    display: none;
}

.subscribe-form-wrap.home-14 .subscribe-form.home-subscribe-9 {
    display: none;
}

.subscribe-form-wrap .home-subscribe-14 {
    display: none;
}

.home-subscribe-9 .home-subscribe-9 {
    display: block;
}

.home-subscribe-9 input {
    height: 66px!important;
}

.sidebar-widget .sidebar-post .post-content {
    padding: 0;
}

.home-10__video.video-btn {
    width: 132px;
    height: 132px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(4.5px);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.home-10__video.video-btn a {
    background: rgba(255, 255, 255, 0.05);
    color: var(--ed-color-common-white);
    font-size: 30px;
    backdrop-filter: blur(30px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 100px;
    width: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cat-item .icon {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.course-carousel-3 {
    overflow: visible;
}

.appointment-form-custom .form-item .form-control {
    padding: 12px 20px;
    border: 1px solid var(--ed-color-border-1);
    border-radius: 5px;
    box-shadow: none;
    margin-bottom: 20px;
    color: var(--ed-color-text-body);
}

.appointment-form-custom .form-item>.form-control.nice-select {
    font-size: 16px;
    color: var(--ed-color-text-body);
    width: 100%;
    height: auto;
    line-height: inherit;
    padding: 12px 20px;
}

.appointment-form-custom .form-item textarea {
    height: 146px;
}

.appointment-form-custom .form-item .nice-select {
    width: 100%;
    border: 1px solid var(--ed-color-border-1);
    border-radius: 5px;
    box-shadow: none;
    margin-bottom: 20px;
    height: 54px;
    line-height: 54px;
    color: var(--ed-color-text-body);
}

.appointment-form-custom .form-item .nice-select .list {
    width: 100%;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.ed-primary-btn {
    border: none;
    text-align: left;
}

.sponsor-carousel-2 .sponsor-item {
    height: 80px;
}

.appointment-form-custom .form-item span {
    font-size: 16px;
}

.header.header-7 .top-bar .top-bar-inner .top-bar-right .top-social-wrap {
    border: 0;
}

.slider-section .edcare-slider-thumb .swiper-slide .slider-thumb-item img {
    border-radius: 50px!important;
}

.post-card-13 .post-content .post-bottom .post-author img {
    border-radius: 50px;
}

.header-7 .top-bar-inner .top-bar-right .country-list {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-right: 20px;
    padding: 5px 0;
    padding-right: 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.header-7 .top-bar-inner .top-bar-right .country-list i {
    color: var(--ed-color-common-white);
}

.header-7 .top-bar-inner .top-bar-right .ddl-select {
    background-color: transparent;
    padding: 0;
    padding-right: 25px;
    border: none;
    height: auto;
    color: var(--ed-color-common-white);
    font-size: 16px;
}

.header-7 .top-bar-inner .top-bar-right .ddl-select ul li {
    color: var(--ed-color-heading-primary);
}

.growth-item {
    overflow: hidden;
}

.growth-item .title {
    font-size: 16px;
}

.growth-item .progress {
    height: 7px;
    overflow: visible;
    border-radius: 100px;
}

.growth-item .progress .progress-bar {
    position: relative;
    background-color: var(--ed-color-theme-primary);
    overflow: visible;
    border-radius: 100px;
}

.growth-item .progress .progress-bar span {
    font-size: 16px;
    font-weight: 600;
    background-repeat: no-repeat;
    color: var(--ed-color-heading-primary);
    padding: 10px 10px 20px 10px;
    position: absolute;
    top: -41px;
    right: -11px;
}

.header-login-separator {
    color: var(--ed-color-common-white);
}

.header .top-bar .top-bar-inner .top-bar-right .register-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
}

.header .top-bar .top-bar-inner .top-bar-right .register-box .user-dropdown {
    position: relative;
    display: inline-block;
}

.header .top-bar .top-bar-inner .top-bar-right .register-box .user-dropdown .username {
    cursor: pointer;
    padding: 12px 0 12px 10px;
    display: inline-block;
}

.header .top-bar .top-bar-inner .top-bar-right .register-box .user-dropdown .dropdown-content {
    background-color: var(--ed-color-theme-primary);
    display: block;
    width: 90px;
    padding: 6px 12px;
    -webkit-box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
    box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
    position: absolute;
    left: 8px;
    top: 45px;
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    -webkit-transform: rotate3d(1, 0, 0, -90deg);
    transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    transition: all 0.6s ease;
}

.header .top-bar .top-bar-inner .top-bar-right .register-box .user-dropdown .dropdown-content a {
    color: var(--ed-color-common-white);
}

.header .top-bar .top-bar-inner .top-bar-right .register-box .user-dropdown:hover .dropdown-content {
    top: 48px;
    opacity: 1;
    visibility: visible;
    z-index: 9;
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
}

.header .primary-header-inner .header-menu-wrap li:hover>.tp-mega-menu {
    visibility: visible;
    transition: all 0.6s ease;
    opacity: 1;
    transform: none;
}

.tp-mega-menu {
    background-color: var(--ed-color-common-white);
    display: block;
    padding: 0;
    -webkit-box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
    box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
    position: absolute;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    -webkit-transform: rotate3d(1, 0, 0, -90deg);
    transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    transition: all 0.6s ease;
}

.header-1 .primary-header-inner .header-menu-wrap .has-mega-menu:after,
.header-2 .primary-header-inner .header-menu-wrap .has-mega-menu:after,
.header-3 .primary-header-inner .header-menu-wrap .has-mega-menu:after,
.header-4 .primary-header-inner .header-menu-wrap .has-mega-menu:after {
    background-image: none;
    font-family: "Font Awesome 6 Pro";
    font-size: 14px;
    font-weight: 700;
    content: "\f078";
    color: var(--ed-color-heading-primary);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.header .primary-header-inner .header-menu-wrap .sub-menu li.menu-item-has-children:after,
.header .primary-header-inner .header-menu-wrap .has-mega-menu:after {
    color: var(--ed-color-heading-primary);
}

.header.header-1.header-3 .primary-header-inner .header-menu-wrap .sub-menu .has-mega-menu,
.header .primary-header-inner .header-menu-wrap .sub-menu .has-mega-menu {
    padding-right: 5px;
}

.header-2 .primary-header-inner .header-menu-wrap .sub-menu .has-mega-menu,
.header-3 .primary-header-inner .header-menu-wrap .sub-menu .has-mega-menu {
    padding-right: 18px;
}

.edcare-megamenu-width-1 .tp-mega-menu {
    width: 1200px;
}

.edcare-megamenu-width-2 .tp-mega-menu {
    width: 580px;
}

.edcare-megamenu-width-3 .tp-mega-menu {
    width: 90%;
}

.edcare-megamenu-width-4 .tp-mega-menu {
    width: 1075px;
}

.edcare-megamenu-width-5 .tp-mega-menu {
    width: 590px;
}

.edcare-el-menu-list ul {
    margin: 0;
    padding: 0;
    display: block !important;
    visibility: visible !important;
    position: inherit !important;
    transform: inherit !important;
    background-color: inherit !important;
    opacity: 1 !important;
    box-shadow: inherit !important;
}

.edcare-el-menu-list ul li {
    border: inherit!important;
    margin: inherit!important;
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

.edcare-el-menu-list ul li a {
    padding: 0;
}

.edcare-el-menu-list ul li a {
    padding: inherit!important;
}

.edcare-el-menu-list ul li a:hover {
    background-color: inherit!important;
}

.edcare-el-menu-list ul li:hover {
    background-color: inherit!important;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

.edcare-el-menu-list ul li:not(:last-of-type) {
    margin-bottom: 15px;
}

.edcare-megamenu-home-thumb {
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 6px;
    background: #DCDCDC;
    border: 1px solid #E3E4E9;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
    box-shadow: 0px 1px 1px rgba(1, 15, 28, 0.14);
}

.edcare-megamenu-home-thumb img {
    width: 270px;
    height: 170px;
    border-radius: 6px;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

.edcare-megamenu-home-thumb::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
    background-color: rgba(1, 15, 28, 0.3);
}

.edcare-megamenu-home-title {
    font-size: 17px;
    font-weight: 500;
    color: #2A2B30;
    letter-spacing: -0.16px;
}

.edcare-megamenu-home-title span {
    font-size: 13px;
    font-weight: 600;
    border-radius: 100px;
    padding: 2px 8px 3px;
    margin-left: 3px;
    color: var(--tp-common-white);
    background: #E70C46;
    box-shadow: 0px 4px 8px 0px rgba(150, 5, 40, 0.25);
}

.edcare-megamenu-home-item:hover .edcare-megamenu-home-thumb::after {
    opacity: 1;
    visibility: visible;
}

.header .top-bar .top-bar-inner .top-bar-right .register-box {
    padding: 0;
    padding-right: 20px;
}

.header-4 .top-bar .top-bar-inner .top-bar-right .register-box {
    padding-left: 30px;
}

.header.header-4 .top-bar .top-bar-inner .top-bar-right .register-box a:hover {
    color: var(--ed-color-common-white);
}

.header-4 .top-bar .top-bar-inner .top-bar-right .top-social-wrap {
    border-left: 0;
}

@media only screen and (max-width: 992px) {
    .mobile-side-menu .mean-bar .mean-nav.mean-nav>ul li ul {
        display: block!important;
    }
}

.edcare-header-inner-login {
    position: relative;
}

.edcare-header-user-box {
    background-color: var(--ed-color-common-white);
    width: 280px;
    padding: 0;
    box-shadow: 0px 50px 100px rgba(64, 1, 4, 0.1), 0px -6px 0px rgba(248, 99, 107, 0.004);
    position: absolute;
    top: 100%;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    z-index: 999;
}

.edcare-header-user-box.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(12px);
    display: block;
    transition: all 0.3s ease-in-out;
}

.edcare-header-user-content {
    position: relative;
    z-index: 4;
    transition: all 0.3s ease-in-out;
}

.edcare-header-user-profile-content h4 {
    margin-bottom: 0;
}

.edcare-header-user-profile {
    padding: 20px 30px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--ed-color-border-1);
    transition: all 0.3s ease-in-out;
}

.edcare-header-user-profile-thumb {
    margin-right: 20px;
}

.edcare-header-user-profile-thumb img {
    border-radius: 50px!important;
    width: 50px;
    max-width: 60px !important;
}

.header .top-bar .top-bar-inner .top-bar-right .register-box .edcare-header-user-list ul li {
    list-style: none;
    border-bottom: 1px dashed var(--ed-color-border-1);
}

.header .top-bar .top-bar-inner .top-bar-right .register-box .edcare-header-user-list ul li span {
    margin-right: 10px;
}

.header .top-bar .top-bar-inner .top-bar-right .register-box .edcare-header-user-list ul li a {
    padding: 10px 30px;
    font-family: var(--ed-ff-body);
    color: var(--ed-color-heading-primary);
    display: block;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    transition: all 0.3s ease-in-out;
}

.header .top-bar .top-bar-inner .top-bar-right .register-box .edcare-header-user-list ul li:hover {
    background-color: var(--ed-color-theme-primary);
    border-bottom: 1px dashed var(--ed-color-theme-primary);
    padding-left: 10px;
    transition: all 0.3s ease-in-out;
}

.header .top-bar .top-bar-inner .top-bar-right .register-box .edcare-header-user-list ul li:hover a {
    color: var(--ed-color-common-white);
    transition: all 0.3s ease-in-out;
}

button.edcare-user-menu-toggle {
    color: var(--ed-color-common-white);
}

.edcare-tutor-button {
    display: block;
    border-radius: 4px;
}

.edcare-tutor-button:hover {
    background-color: var(--ed-color-theme-primary);
}

.edcare-tutor-button.tutor-btn {
    border: none;
}

.edcare-tutor-form-group {
    margin-bottom: 15px;
}

.tp-login-from-btn .edcare-tutor-button.tp-btn-inner:hover {
    background-color: var(--ed-color-theme-primary);
}

.tp-login-from-btn .tp-btn-inner {
    padding: 17px 40px;
}

section .tutor-wrap .tutor-login-form-wrapper .tutor-form-check-input {
    width: 2px !important;
    height: 24px;
}

.subscribe-form-wrap.home-14 .subscribe-form.home-subscribe-14 .form-item .form-control {
    color: var(--ed-color-common-white);
    width: 440px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: none;
    padding: 2px 30px;
    border-radius: 100px;
    padding-left: 55px;
    height: 50px;
}

.subscribe-form-wrap.home-14 .subscribe-form.home-subscribe-14 .form-item {
    position: relative;
}

.subscribe-form-wrap.home-14 .subscribe-form.home-subscribe-14 .form-item .icon {
    color: var(--ed-color-common-white);
    position: absolute;
    top: 52%;
    left: 30px;
    transform: translateY(-50%);
}

.subscribe-form-wrap.home-14 .subscribe-form.home-subscribe-14 {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    flex-wrap: wrap;
    row-gap: 20px;
}

.edcare-play-store-button {
    background-color: #425454;
    display: flex;
    align-items: center;
    column-gap: 10px;
    padding: 7px 30px;
    border-radius: 100px;
    transition: all 0.3s ease-in-out;
}

.edcare-play-store-button h4 {
    color: var(--ed-color-common-white);
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}

.edcare-play-store-button p {
    transition: all 0.3s ease-in-out;
}

.edcare-play-store-button i {
    color: var(--ed-color-common-white);
    font-size: 30px;
    transition: all 0.3s ease-in-out;
}

.edcare-play-store-button:hover,
.edcare-play-store-button:hover h4,
.edcare-play-store-button:hover p,
.edcare-play-store-button:hover i {
    transition: all 0.3s ease-in-out;
}

.edcare-home-accordion-16 .e-n-accordion-item[open] {
    box-shadow: 0px 9px 36px rgba(15, 34, 32, 0.23);
}

.edcare-home-accordion-16 .e-n-accordion-item[open] .e-n-accordion-item-title {
    padding-bottom: 0;
}

.elementor-icon-list-item {
    list-style: none;
}

.about-circle-14 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    animation-name: spin;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.pricing-item .pricing-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.assisted-students-20 {
    animation: about-anim 1s infinite linear alternate-reverse;
}

.testi-item-13 .testi-bottom .rating-box .review li.point {
    display: none;
}

.slider-14 .edcare-slider-thumb {
    background-color: var(--ed-color-common-white);
    max-width: 1326px;
    width: 100%;
    height: 150px;
    padding: 20px;
    padding-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    top: auto;
    right: auto;
    border-radius: 20px 20px 0 0;
}

.slider-14 .edcare-slider-thumb:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 20px;
    box-shadow: -6px -6px var(--ed-color-common-white);
}

.slider-14 .edcare-slider-thumb .swiper-slide .slider-thumb-item {
    max-width: 413px;
    width: 100%;
    height: 130px;
    border-radius: 15px;
}

.slider-14 .edcare-slider-thumb .swiper-slide .slider-thumb-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px !important;
}

.slider-14 .edcare-slider-thumb .swiper-slide .slider-thumb-item {
    position: relative;
}

.slider-14 .edcare-slider-thumb .swiper-slide .slider-thumb-item span {
    color: rgba(255, 255, 255, 0.36);
    font-size: 36px;
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
}

.slider-14 .swiper-vertical>.swiper-wrapper {
    flex-direction: row;
}

.slider-14 .edcare-slider-thumb .swiper-slide {
    width: 33%;
    margin-right: 10px;
}

.home-subscribe-20 .icon i {
    color: var(--ed-color-theme-primary);
}