.text-23px {
    font-size: 23px !important;
}

.text-20px {
    font-size: 20px !important;
}

.text-19px {
    font-size: 19px !important;
}

.text-18px {
    font-size: 18px !important;
}

.text-17px {
    font-size: 17px !important;
}

.text-16px {
    font-size: 16px !important;
}

.text-15px {
    font-size: 15px !important;
}

.text-14px {
    font-size: 14px !important;
}

.text-13px {
    font-size: 13px !important;
}

.text-12px {
    font-size: 12px !important;
}

.text-11px {
    font-size: 11px !important;
}

.text-10px {
    font-size: 10px !important;
}

.text-9px {
    font-size: 9px !important;
}

.text-8px {
    font-size: 8px !important;
}


.card_preview_text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 53px;
}

.card_preview_text_blog {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 53px;
}

.card_preview_text_course {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 78px;
}

.active-cat {
    color: var(--color-1) !important;
    font-weight: 600 !important
}


.child_category_menu {
    left: calc(100% + 0px);
    padding: 10px 0px;
    top: -5px !important;
}

.mega_list li a {
    border-radius: 5px;
}

.primary-menu li {
    padding: 4px 20px;
}

.mega_list li {
    padding: 0px 15px;
}

.main-mega-menu {
    left: 150px;
    padding: 17px 0px;
    transition: .3s;
}

.mega_list li a span i {
    margin-top: 5px;
    display: inline-block;
}

.cart-top-number {
    width: 16px;
    height: 16px;
    position: absolute;
    top: -14px;
    right: -8px;
    background-color: var(--color-formady-red-notification);
    color: white;
    border-radius: 50px;
    padding: 0px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nice-select.form-select ul.list {
    width: auto;
    border-radius: 8px;
    border: 1px solid #fff;
    padding: 5px 5px;
    margin: 0px;
}

.nice-select.form-select ul li {
    border-radius: 5px;
    border: 1px solid #fff;
    padding: 2px 10px;
    margin: 0px;
}



/* Modal custom animation */
.fade-scale {
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all .2s cubic-bezier(0.87, 0.94, 0.68, 1.1);
    -o-transition: all .2s cubic-bezier(0.87, 0.94, 0.68, 1.1);
    transition: all .2s cubic-bezier(0.87, 0.94, 0.68, 1.1);
}

.fade-scale.in {
    opacity: 1;
    transform: scale(1);
}

.fade-in-effect {
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: .1s;
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* Modal custom animation Ended*/




/* 8 home page code start */


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

:root {
    --skinColor1: #13BE95;
    --skinColor2: #5363D2;
    --skinColor3: #00907f;
    --skinColor4: #f95c16;
    --skinColor5: #264871;
    --skinColor6: #ff2458;
    --whiteColor: #FFF;
    --blackColor: #000;
}

body {
    padding: 0;
    margin: 0;
    color: #858C8A;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    background-color: #fff;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p,
label {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    display: inline-block;
    color: inherit;
    transition: .3s;
    outline: none;
}

.btn:focus,
button:focus,
.form-control:focus {
    box-shadow: none;
}

button {
    border: none;
    outline: none;
}

img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

i[class^="fi-rr-"]:before,
i[class=" fi-rr-"]:before,
span[class^="fi-rr-"]:before,
span[class="fi-rr-"]:before {
    line-height: unset;
}

/* old */
.row-20 {
    row-gap: 20px;
    --bs-gutter-x: 20px;
}

.row-28 {
    row-gap: 28px;
    --bs-gutter-x: 28px;
}

.row-30 {
    row-gap: 30px;
    --bs-gutter-x: 30px;
}

/* new */
.g-20px {
    row-gap: 20px;
    --bs-gutter-x: 20px;
}

.g-28px {
    row-gap: 28px;
    --bs-gutter-x: 28px;
}

.gx-30px {
    --bs-gutter-x: 30px;
}

.gy-20px {
    row-gap: 20px;
}

.gy-30px {
    row-gap: 30px;
}

/* flex gap */
.gap-6px {
    gap: 6px !important;
}

.gap-12px {
    gap: 12px !important;
}

.gap-20px {
    gap: 20px !important;
}

.gap-30px {
    gap: 30px !important;
}

/* old */
.mb-10 {
    margin-bottom: 10px;
}

.mb-12 {
    margin-bottom: 12px;
}

.mb-14 {
    margin-bottom: 14px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-24 {
    margin-bottom: 24px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-110 {
    margin-bottom: 110px;
}

/* new */
.mb-2px {
    margin-bottom: 2px !important;
}

.mb-4px {
    margin-bottom: 4px !important;
}

.mb-5px {
    margin-bottom: 5px !important;
}

.mb-6px {
    margin-bottom: 6px !important;
}

.mb-8px {
    margin-bottom: 8px !important;
}

.mb-10px {
    margin-bottom: 10px !important;
}

.mb-12px {
    margin-bottom: 12px !important;
}

.mb-14px {
    margin-bottom: 14px !important;
}

.mb-16px {
    margin-bottom: 16px !important;
}

.mb-18px {
    margin-bottom: 18px !important;
}

.mb-20px {
    margin-bottom: 20px !important;
}

.mb-26px {
    margin-bottom: 26px !important;
}

.mb-28px {
    margin-bottom: 28px !important;
}

.mb-30px {
    margin-bottom: 30px !important;
}

.mb-40px {
    margin-bottom: 40px !important;
}

.mb-50px {
    margin-bottom: 50px !important;
}

.mb-80px {
    margin-bottom: 80px !important;
}

.mb-100px {
    margin-bottom: 100px !important;
}

/* padding */
.p-10px {
    padding: 10px !important;
}

.p-12px {
    padding: 12px !important;
}

.p-14px {
    padding: 14px !important;
}

.p-16px {
    padding: 16px !important;
}

.p-18px {
    padding: 18px !important;
}

.p-20px {
    padding: 20px !important;
}

.p-26px {
    padding: 26px !important;
}

.p-40px {
    padding: 40px !important;
}

/* font size */
.fs-12px {
    font-size: 12px !important;
}

.fs-13px {
    font-size: 13px !important;
}

.fs-14px {
    font-size: 14px !important;
}

.fs-15px {
    font-size: 15px !important;
}

.fs-16px {
    font-size: 16px !important;
}

.fs-17px {
    font-size: 17px !important;
}

.fs-18px {
    font-size: 18px !important;
}

.fs-20px {
    font-size: 20px !important;
}

.fs-28px {
    font-size: 28px !important;
}

.fs-32px {
    font-size: 32px !important;
}

.fs-34px {
    font-size: 34px !important;
}

.fs-40px {
    font-size: 40px !important;
}

.fs-44px {
    font-size: 44px !important;
}

.fs-48px {
    font-size: 48px !important;
}

.fs-56px {
    font-size: 56px !important;
}

.fs-82px {
    font-size: 82px !important;
}


/* line hight */
.lh-normal {
    line-height: normal !important;
}

.lh-19px {
    line-height: 19px !important;
}

.lh-20px {
    line-height: 20px !important;
}

.lh-22px {
    line-height: 22px !important;
}

.lh-23px {
    line-height: 23px !important;
}

.lh-24px {
    line-height: 24px !important;
}

.lh-25px {
    line-height: 25px !important;
}

.lh-26px {
    line-height: 26px !important;
}

.lh-28px {
    line-height: 28px !important;
}

.lh-29px {
    line-height: 29px !important;
}

.lh-30px {
    line-height: 30px !important;
}

.lh-36px {
    line-height: 36px !important;
}

.lh-37px {
    line-height: 37px !important;
}

.lh-38px {
    line-height: 38px !important;
}

.lh-42px {
    line-height: 42px !important;
}

.lh-44px {
    line-height: 44px !important;
}

.lh-48px {
    line-height: 48px !important;
}

.lh-52px {
    line-height: 52px !important;
}

.lh-60px {
    line-height: 60px !important;
}

.lh-107px {
    line-height: 107px !important;
}

/* title */
.title-1 {
    font-family: 'Poppins';
    color: #030531;
    font-weight: 500;
    line-height: 1.3;
}

.italic-1 {
    font-style: italic;
    background: linear-gradient(133deg, #264871 18.22%, #076785 89.38%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-right: 3px;
}

.subtitle-1 {
    font-family: 'Rubik';
    font-weight: 400;
    color: #86868d;
    line-height: 1.5;
}

.title-2 {
    font-family: 'Poppins';
    color: #062320;
    font-weight: 600;
    line-height: 1.3;
}

.title-3 {
    font-family: 'Lexend Deca';
    font-weight: 500;
    line-height: 1.3;
    color: #0f101a;
}

.subtitle-2 {
    font-family: 'Outfit';
    font-weight: 400;
    line-height: 1.5;
    color: #93949e;
}

.subtitle-3 {
    font-family: 'Poppins';
    font-weight: 400;
    line-height: 1.5;
    color: #8f919b;
}

.subtitle-4 {
    font-family: 'Poppins';
    font-weight: 400;
    line-height: 1.5;
    color: #838b95;
}

.title-4 {
    font-family: 'Lato';
    font-weight: 600;
    line-height: 1.3;
    color: #1d242d;
}

.title-5 {
    font-family: 'DM Sans';
    font-weight: 600;
    line-height: 1.3;
    color: #121421;
}

.subtitle-5 {
    font-family: 'Poppins';
    font-weight: 400;
    line-height: 1.5;
    color: #93949e;
}

/* Text Color */
.text-danger-2 {
    color: var(--skinColor6);
}

.rounded-20px {
    border-radius: 20px !important;
}

.rounded-10px {
    border-radius: 10px !important;
}

/* ===================================================================
                            Header Footer CSS Start
====================================================================*/
/* Header Area Css Start ***
**************************/
.Login-btn-1 {
    border-radius: 10px;
    background: var(--skinColor1);
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    padding: 12px 30px;
    transition: .3s;
}

.Login-btn-1:hover {
    background: #039572;
}

.header-wrap {
    padding: 27px 0;
}

.nav-wrap {
    column-gap: 50px;
}

.nav-area ul {
    column-gap: 50px;
}

.nav-area ul li a {
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 500;
    transition: .3s;
    position: relative;
    color: #858c8a;
    z-index: 3;
}

.nav-area ul li a svg {
    display: none;
}

.nav-area nav>ul>li>a::after {
    position: absolute;
    content: " ";
    left: 0;
    bottom: -2px;
    height: 2px;
    width: 0px;
    background: var(--skinColor1);
    border-radius: 3px;
    transition: .3s;
    z-index: -1;
}

.nav-area ul li a.active,
.nav-area ul li a:hover {
    color: #0d221d;
}

.nav-area ul li a.active::after,
.nav-area ul li a:hover::after {
    width: 20px;
}

/* Dropdown */
.nav-area nav>ul>li {
    position: relative;
}

.nav-area ul li .menu-dropdown {
    position: absolute;
    border-radius: 10px;
    background: var(--whiteColor);
    box-shadow: 0px 8px 38px 0px rgba(16, 16, 16, 0.08);
    padding: 8px;
    min-width: 220px;
    left: 0;
    top: calc(100% + 25px);
    transform: translateX(-37%);
    visibility: hidden;
    opacity: 0;
    transition: .5s;
    z-index: 2;
}

.nav-area nav>ul li:hover .menu-dropdown {
    top: calc(100% + 16px);
    visibility: visible;
    opacity: 1;
}

.nav-area ul li .menu-dropdown a {
    padding: 8px;
    border-radius: 7px;
    width: 100%;
    transition: .3s;
}

.nav-area ul li .menu-dropdown a:hover {
    background: rgba(19, 190, 149, 0.08);
    color: var(--skinColor1);
}

.nav-area ul li .menu-dropdown::after {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    background: transparent;
    border: 17px solid transparent;
    border-bottom-color: var(--whiteColor);
    top: -34px;
    left: 50%;
    transform: translateX(-50%);
    filter: drop-shadow(0px -2px 38px rgba(16, 16, 16, 0.08));
}

/* Language Dropdown */
.language-dropdown .nice-select .list {
    border-radius: 10px;
    background: var(--whiteColor);
    box-shadow: 0px 8px 38px 0px rgba(16, 16, 16, 0.08);
    padding: 8px;
    min-width: 115px;
    left: -50%;
    transform: translateX(-10%);
}


.language-dropdown .nice-select .option.selected {
    font-weight: 500;
}

.language-dropdown .nice-select .option {
    font-family: 'Poppins';
    color: #858C8A;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 8px;
    border-radius: 7px;
}

/* Nice Select */
.language-dropdown .nice-select {
    margin: 0;
    padding-right: 26px;
    padding-left: 0;
    background: transparent;
    color: #192335;
    font-family: 'Poppins';
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: none;
    display: flex;
    align-items: center;
}

.language-dropdown .nice-select:after {
    border: none;
    background-image: url(../image/angle-down-black-20.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    transform-origin: 10px 0;
    right: 0px;
    height: 20px;
    width: 20px;
    top: 50%;
    transform: rotate(0deg) translateY(-50%);
    margin: 0;
    margin-top: 1px;
}

.language-dropdown .nice-select.open:after {
    transform: rotate(180deg) translateY(-50%);
}

/* Search */
.nav-btn-area .nav-search {
    margin-right: 20px;
}

.nav-search .search-form {
    right: 200px;
    top: 200px;
}

.nav-search .search-field {
    background-color: transparent;
    background-image: url(../image/search-black-20.svg);
    background-position: 94% 9px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    border: none;
    cursor: pointer;
    padding: 8px 14px;
    border-radius: 20px;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition: width 400ms ease, background 400ms ease;
    width: 0px;
    cursor: pointer;

    color: #858C8A;
    font-family: 'Poppins';
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.nav-search .search-field::placeholder {
    color: #858C8A;
}

.nav-search .search-field:focus {
    background-color: var(--whiteColor);
    border: 1px solid #EDF0F7;
    cursor: text;
    outline: 0;
    width: 262px;
    color: #858C8A;
    background-image: url(../image/search-gray-20.svg);
    opacity: 1;
}

.nav-search .search-form .search-submit {
    display: none;
}

/* clears the ‘X’ from Internet Explorer */
.nav-search input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

.nav-search input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

/* clears the ‘X’ from Chrome */
.nav-search input[type="search"]::-webkit-search-decoration,
.nav-search input[type="search"]::-webkit-search-cancel-button,
.nav-search input[type="search"]::-webkit-search-results-button,
.nav-search input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

.nav-search input:-webkit-autofill,
.nav-search input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
}

.nav-search input[data-autocompleted] {
    background-color: transparent !important;
}

.nav-btn-area .language-dropdown {
    padding: 0 30px 0 20px;
    position: relative;
}

.nav-btn-area .language-dropdown::after {
    position: absolute;
    content: "";
    height: 20px;
    width: 1px;
    background: #EDF0F7;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* Off Canvas Css Start */
.header-wrap .mobile-menu {
    border: none;
    padding: 0;
    background: transparent;
}

/* Off Canvas Css End */
/* Header Area Css End ***
************************/


/* Footer Area Css End ***
************************/
.footer-section {
    background: linear-gradient(180deg, #1e3764 0%, #192335 100%);
}

.footer-main-wrap {
    padding: 50px 0;
    column-gap: 20px;
    row-gap: 30px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-logo-area {
    max-width: 292px;
    width: 100%;
}

.footer-logo-area .info {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 13px;
    line-height: 27px;
    color: #e4e4e4;
}

.footer-social-list {
    gap: 16px;
}

.footer-social-list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    width: 32px;
    height: 32px;
}

.footer-social-list li a:hover {
    border-color: #2F57EF;
}

.contact-us-btn1 {
    border-radius: 10px;
    border: 1px solid #2F57EF;
    padding: 12px 30px;
    display: flex;
    align-items: center;
    column-gap: 8px;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 15px;
    color: var(--whiteColor);
    position: relative;
    z-index: 1;
    background: transparent;
    background-clip: padding-box;
    max-width: max-content;
    transition: .3s;
}

.contact-us-btn1:hover {
    color: #436aff;
}

.contact-us-btn1 svg {
    display: block;
}

.contact-us-btn1 path {
    transition: .3s;
}

.contact-us-btn1:hover path {
    fill: #436aff;
}

.contact-card {
    height: 159px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.contact-card .contact-icon {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    border: none;
}

.contact-card .g-title {
    margin: 0 0 8px 0;
    min-height: 24px;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.contact-card a {
    display: -webkit-box;
    width: 75%;
    margin: 0 auto;
    margin-bottom: auto;
    color: #7b7b91;
    text-decoration: none;
    font-size: 11px;;
    line-height: 1.3;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.conatact-map iframe {
    height: 785px;
}

.contact-left form.global-form input[type="text"] {
    height: 54px;
    border-radius: 8px;;
}
.contact-left form.global-form button{
    width: 100%;
    background: #12baa9;
    color: #fff;
    border-radius: 8px;
}


/* Footer Nav */
.footer-nav-wrap .title {
    font-family: 'Euclid Circular A';
    font-weight: 600;
    font-size: 18px;
    color: var(--whiteColor);
}

.footer-nav-wrap li a {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 15px;
    color: #dedede;
    display: block;
}

.footer-nav-wrap li a:hover {
    color: #436aff;
}

.footer-nav-wrap li:not(:last-child) {
    margin-bottom: 16px;
}

.footer-contact-subscribe {
    max-width: 360px;
    width: 100%;
}

.footer-contact-area {
    margin-bottom: 36px;
}

.footer-contact-area .title {
    font-family: 'Euclid Circular A';
    font-weight: 600;
    font-size: 18px;
    color: var(--whiteColor);
}

.footer-contact-area .info {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 15px;
    color: #dedede;
    word-break: break-all;
}

.footer-contact-area .info:not(:last-child) {
    margin-bottom: 16px;
}

.footer-newsletter-area .title {
    font-family: 'Euclid Circular A';
    font-weight: 600;
    font-size: 18px;
    color: var(--whiteColor);
}

.footer-newsletter-area .info {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 15px;
    color: #dedede;
    margin-bottom: 16px;
}

.footer-search-group {
    width: 100%;
    position: relative;
}

.footer-search-group .form-control {
    padding: 10px 15px;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 13px;
    color: #dedede;
    border-radius: 10px 0 0 10px;
    background: transparent;
    border: 1px solid #2f57ef;
    border-right: none;
}

.footer-search-group .form-control::placeholder {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 13px;
    color: #dedede;
}

.footer-search-group .form-control:focus {
    color: #dedede;
    border-color: #2f57ef;
}

.footer-search-group .submit {
    border-radius: 0 10px 10px 0;
    background: linear-gradient(155deg, #2f57ef 0%, #c464fd 93.75%);
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 13px;
    color: #dedede;
    padding: 9px 25px 10px 24px;
    position: relative;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

/* Footer Bottom */
.footer-bottom-area {
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-bottom-wrap {
    padding: 30px 0;
    column-gap: 40px;
    row-gap: 10px;
}

.footer-bottom-nav {
    column-gap: 40px;
    row-gap: 7px;
}

.footer-bottom-nav a {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 13px;
    color: #dedede;
}

.footer-bottom-nav a:hover {
    color: #436aff;
}

.footer-bottom-wrap .copyright {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 13px;
    color: #dedede;
}

/* Footer Area Css End ***
************************/
/* ===================================================================
                            Header Footer CSS End
====================================================================*/



/* 8 home page code ended */




.Userprofile .dropmenu-end a {
    padding: 6px 10px;
    margin-bottom: 0px;
}

.course-motion-top {
    justify-content: flex-start;
}

.hero-details {
    margin-top: 20px;
}

.page-content-pb-100 {
    padding-bottom: 40px !important;
}

@media only screen and (min-width: 992px) {
    .page-static-sidebar {
        position: sticky;
        top: 5px;
        margin-top: -365px;
    }

    .hero-details,
    .details-page-content {
        margin-top: -100px;
    }

    .page-content-pb-100 {
        padding-bottom: 100px !important;
    }
}

.course-details h2.g-title {
    margin: 30px 0px 20px 0px !important;
}

.course-details .g-text {
    margin-bottom: 30px;
}

.playing-breadcum {
    height: 500px;
}


.course-motion-top li {
    min-width: 166px;
}

.player-feature .hero-details {
    top: 0px;
}

.hero-details img {
    height: auto;
}

.fDetails-tab {
    max-width: unset;
}

.profile-banner-area {
    background: linear-gradient(90deg, #8ca3ff 26%, #d58dff 93%);
    width: 100%;
    height: 310px;
    position: relative;
    z-index: -1;
}

.profile-banner-area:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgb(255 255 255 / 94%) 0%, rgb(255 255 255 / 35%) 70%);
    z-index: 0;
}

.eNtery-item {
    position: relative;
}

.breadcum-area {
    /*background: linear-gradient(90deg, #8ca3ff 26%, #d58dff 93%);*/
    /* background: url("/placeholder/formady-resources/page-background.png") no-repeat bottom center; */
    background: #fff;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.breadcum-area:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: linear-gradient(180deg, rgb(255 255 255 / 94%) 0%, rgb(255 255 255 / 35%) 70%);*/
    z-index: -1;
}

.breadcum-area.bg-white:after,
.breadcum-area.bg-default:after {
    background: linear-gradient(180deg, rgb(255 255 255 / 94%) 0%, rgb(255 255 255 / 68%) 70%) !important;
}

.profile-banner-area-container {
    margin-top: -280px;
}

.profile-info {
    position: relative;
}

.profile-info img.photo {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: auto;
    text-align: center;
}

.profile-info .name,
.profile-info .email {
    text-align: center;
    font-size: 15px;
}

.profile-info .name {
    margin: 16px 0px;
    font-size: 24px;
    font-weight: 600;
    color: var(--color-2);
    font-family: "Euclid Circular A";
}

.profile-info .upload-new {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 33px;
}

.profile-info .upload-new:hover a {
    display: flex;

}

.profile-info .upload-new>a {
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    text-align: center;
    justify-content: center;
    background-color: #0000007a;
    color: #fff;
    border-radius: 50%;
}

@media (max-width: 576px) {
    .toggle-bar {
        width: 36px;
    }

    .us-btn:after {
        display: none;
    }

    .Userprofile {
        width: 48px;
    }
}

.sub-header-left .nice-select {
    padding: 0px;
}

.eNtry-breadcum .breadcrumb-item.active {
    color: #000;
}

.tab-list li.active {
    border-radius: 6px;
}

.tooltip {
    font-size: 13px;
}

.active-image.no-status::after,
.active-image.no-status::before {
    display: none;
}

/*Start common css*/
.ellipsis-line-1 {
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
}

.ellipsis-line-2 {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
}

.ellipsis-line-3 {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
}

.ellipsis-line-4 {
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.ellipsis-line-5 {
    display: -webkit-box !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.ellipsis-line-12 {
    display: -webkit-box !important;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
}

.ellipsis-line-20 {
    display: -webkit-box !important;
    -webkit-line-clamp: 20;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
}

.alert-purple {
    color: #b94aff;
    background-color: #c364ff1a;
    border-color: #c364ff45;
}

.alert-purple a {
    color: #b94aff;
}

.image-100 {
    min-width: 100px !important;
    width: 100px !important;
    height: 100px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
}

.image-80 {
    width: 80px !important;
    min-width: 80px !important;
    height: 80px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
}

.image-50 {
    width: 50px !important;
    min-width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
}

.image-45 {
    width: 45px !important;
    min-width: 45px !important;
    height: 45px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
}

.image-40 {
    width: 40px !important;
    min-width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
}

.image-35 {
    width: 35px !important;
    min-width: 35px !important;
    height: 35px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
}

.image-30 {
    width: 30px !important;
    min-width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
}

.footer-content img,
.logo-image img {
    width: auto !important;
}

.blog-post1-link .banner img {
    object-fit: cover;
}

/* floating searchbar for mobile app */
@media only screen and (min-width: 992px) {
    .floating-searchbar {
        display: none;
    }
}

.floating-searchbar {
    position: relative;
}

.floating-searchbar>form {
    width: 250px;
    position: absolute;
    right: 0;
    top: 60px;
    z-index: 1001;
    display: flex;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s, margin .3s;
}

.primary-end .nice-control .current {
    display: inline-block !important;
    padding: 0px 6px !important;
}


.floating-searchbar button {
    background-color: transparent;
    height: 100%;
}

.floating-searchbar form>button {
    background-color: #fff;
    height: 42px;
    width: 42px;
    margin: 2px;
    margin-left: -45px;
    border-radius: 10px;
}

.floating-searchbar>form.show {
    visibility: visible;
    opacity: 1;
    margin-top: -4px;
    transition: opacity .3s, margin .3s;
}

/* floating searchbar for mobile app ENDED*/

.modal-spinner-border {
    width: 100px;
    height: 100px;
    line-height: 100px;
    padding: 0px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.color-linkedin {
    color: #0077b5;
}

.color-whatsapp {
    color: #128c7e;
}

.color-twitter {
    color: #1DA1F2;
}

.color-facebook {
    color: #316FF6;
}

.bg-color-e9f6ff {
    background-color: #e9f6ff;
}

.bg-color-ffeff8-f6f0f4 {
    background: linear-gradient(160deg, #ffeff8 10.78%, #f6f0f4 91.29%);
    ;
}

.bg-color-e8f7fc-f1f9fc {
    background: linear-gradient(164deg, #e8f7fc 0%, #f1f9fc 100%);
}

.Userprofile img,
.profile-info img.photo {
    object-fit: cover;
}

.primary-menu .have-mega-menu .menu-parent-a {
    position: relative;
}

.primary-menu .have-mega-menu .menu-parent-a::after {
    vertical-align: middle;
    border: 6px solid #6c7486;
    border-right: 6px solid transparent;
    border-bottom: 0;
    border-left: 6px solid transparent;
    border-radius: 3px;
    background: #fff;
    position: absolute;
    right: -18px;
    top: 9px;
    left: auto;
    width: 10px;
}

.primary-menu .have-mega-menu .menu-parent-a.active::after,
.primary-menu .have-mega-menu .menu-parent-a:hover::after {
    vertical-align: middle;
    border: 6px solid #2f57ef;
    border-right: 6px solid transparent;
    border-bottom: 0;
    border-left: 6px solid transparent;
    border-radius: 3px;
    background: #fff;
    position: absolute;
    right: -18px;
    top: 9px;
    left: auto;
    width: 10px;
}

.description-style {
    color: #3b3b3b;
}

.description-style h1,
.description-style h2,
.description-style h3,
.description-style h4,
.description-style h5,
.description-style h6 {
    margin-bottom: 14px;
}

.description-style h1,
.description-style h2,
.description-style h3,
.description-style h4,
.description-style h5,
.description-style h6,
.description-style strong {
    color: #232323;
}

.description-style ul,
.description-style ol {
    list-style: initial;
    margin: initial;
    padding: 0px 0px 0px 17.5px;
}
.description-style-sm p{
    font-size: 14px;
}

.card.Ecard.eBar-card {
    height: 400px;
}

.lms-testimonial-1 {
    padding: 40px 22px;
}

.single-testimonial1-inner {
    height: 320px;
}

.ps-box {
    position: relative;
    z-index: 2;
}

.breadcum-area {
    z-index: 0 !important;
}

.header-area .offcanvas-body {
    height: 100%;
    overflow-y: auto;
}

.user-slider.owl-carousel .owl-nav:not(:nth-last-child(2)) {
    display: none;
}

.offcanvas-body .list-unstyled .btn-toggle:not(.collapsed) {
    color: var(--color-1) !important;
}

.offcanvas-body .list-unstyled button:hover,
.offcanvas-body .list-unstyled button.active,
.offcanvas-body .list-unstyled a:hover,
.offcanvas-body .list-unstyled a.active {
    color: var(--color-1) !important;
}

.bg-pink {
    background-color: #d336e7 !important;
}

.main-search-item {
    width: 450px !important;
}

.btn-join-now {
    color: #2f57f0 !important;
    font-weight: 600;
}

.nav.nav-bordered .nav-link {
    border-bottom: 2px solid #2f56f000;
    color: #131315;
}

.nav.nav-bordered .nav-link:hover,
.nav.nav-bordered .nav-link.active {
    border-bottom: 2px solid #2f57f0;
    color: #2f57f0;
}

/* overlap content start*/
.overlay-content.show-more {
    max-height: 125px;
    height: min-content;
    overflow-y: hidden;
    position: relative;
}

.overlay-content-max-h-800.show-more {
    max-height: 800px;
}

.overlay-content-max-h-700.show-more {
    max-height: 700px;
}

.overlay-content-max-h-600.show-more {
    max-height: 600px;
}

.overlay-content-max-h-500.show-more {
    max-height: 500px;
}

.overlay-content-max-h-400.show-more {
    max-height: 400px;
}

.overlay-content-max-h-300.show-more {
    max-height: 300px;
}

.overlay-content-max-h-200.show-more {
    max-height: 200px;
}

.overlay-content-max-h-150.show-more {
    max-height: 150px;
}

.overlay-content-max-h-100.show-more {
    max-height: 100px;
}

.overlay-content.show-less {
    position: relative;
    padding-bottom: 40px;
}

.overlay-content.show-more p:last-child {
    position: absolute;
    width: -webkit-fill-available;
    z-index: 1111;
    bottom: 0px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%);
    padding: 30px 0px 6px 0px;
}

.overlay-content.show-less p:last-child {
    padding: 5px 0px;
    width: -webkit-fill-available;
    position: absolute;
    z-index: 1111;
    bottom: -8px;
}

/* overlap content ended*/
.sub-header li.primary-end {
    height: 22px !important;
    margin-top: 4px !important;
}

.testimonial-border .user-info {
    margin-top: 8px;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fw-900 {
    font-weight: 900 !important;
}

.course-card1-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.course-card1-details {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.course-card1-link,
.blog-post1-link,
.dev-course-card,
.dev-news-card,
.lms-1-card{
    transition: box-shadow 0.3s !important;
}
.course-card1-link:hover,
.blog-post1-link:hover,
.dev-course-card:hover,
.dev-news-card:hover,
.lms-1-card:hover {
    box-shadow: 0 14px 32px 0 rgb(147 148 158 / 41%) !important;
    transition: box-shadow 0.3s !important;
}

.elegant-testimonial-slide {
    box-shadow: 0px 4px 10px rgba(147, 148, 158, 0.2);
}

.elegant-testimonial-slide:hover {
    box-shadow: 0px 4px 10px rgba(147, 148, 158, 0.339);
}

.meditation-testimonial-1 {
    padding-bottom: 28px;
}

.swiper-button-prev,
.swiper-button-next {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    border: 1px solid #000;
    color: #000;
    transition: 0.3s;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background-color: #000;
    color: #fff;

    transition: 0.3s;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 25px;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "\f16b";
    font-family: 'uicons-regular-rounded';
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "\f16c";
    font-family: 'uicons-regular-rounded';
}

.swiper-horizontal .row .swiper-scrollbar {
    height: 5px;
    width: 240px;
}

@media all and (max-width:400px) {
    .swiper-horizontal .row .swiper-scrollbar {
        height: 5px;
        width: 180px;
    }
}

.swiper-scrollbar-drag {
    background: #000;
}

.swiper-scrollbar {
    background: #fff;
    box-shadow: 0px 0px 5px 2px #413d3d0a;
}

.swiper-button-prev {
    left: 20px;
}

.swiper-button-next {
    right: 20px;
}

@media all and (max-width:576px) {
    .swiper-slide {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.meditation-testimonial-1 .swiper-slide{
    height: unset;
}
.kindergarden-home .swiper-button-prev{
    left: 0px;
}
.kindergarden-home .swiper-button-next{
    right: 0px;
}





#schedule-list .swiper-button-prev, #schedule-list .swiper-button-next{
    border: none !important;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    content: "\f12c" !important;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    content: "\f12d" !important;
}
