/* -------------------------------------- Font -------------------------------------- */

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");


/* -------------------------------------- custom override -------------------------------------- */

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:active,
:hover,
:focus {
    outline: 0 !important;
    outline-offset: 0;
}

a,
a:hover {
    text-decoration: none;
}

a:hover {
    color: var(--primary-color);
}

ul,
ol {
    margin: 0;
    padding: 0;
}

/*===== Variable Define =====*/
:root {
    /* colors */
    --primary-color: #813588;
    --secondry-color: #e64261;
    --bg-color-shade: #fef4ff;
    --white-color: #fff;
    --black-color: #000;
    --red1-color: #EB5757;
    --green1-color: #008000;
    --green2-color: #0EB514;
    --blue1-color: #0F8CFF;
    --gray1-color: #9c9c9c;
    --gray2-color: #4f4f4f;
    --gray3-color: #828282;
    --gray4-color: #9C9C9C;
    --border-color: #E0E0E0;
    --table-header-background: #F7F7F7;
    --prep-border-color: #454545;
    --footer-color: #1e1e1e;
    --footer-border: rgba(255, 255, 255, 0.3);

    /* font family */
    --primary-font: "Inter", sans-serif;

    /* font size */
    --font-size40: 2.5rem;
    --font-size34: 2.125rem;
    --font-size30: 1.875rem;
    --font-size24: 1.5rem;
    --font-size22: 1.375rem;
    --font-size20: 1.25rem;
    --font-size18: 1.125rem;
    --font-size16: 1rem;
    --font-size14: 0.875rem;
    --font-size12: 0.75rem;
    --font-size10: 0.625rem;

    /* extra mobile fonts */
    --font-m-size20: 1.25rem;
    --font-m-size18: 1.125rem;
    --font-m-size16: 1rem;
    --font-m-size14: 0.875rem;
    --font-m-size12: 0.75rem;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 123px;
}

body {
    font-family: var(--primary-font);
    font-size: 100%;
    width: 100%;
    height: 100%;
    font-weight: 400;
}


/*
==========================================
   Custom CSS Design
==========================================
*/

h1 {
    font-size: var(--font-size40);
    font-weight: 700;
    margin-bottom: 0px;
    color: var(--primary-color);
    line-height: 120%;
}

h2 {
    margin-bottom: 0;
}

h3 {
    font-weight: 400;
    font-size: var(--font-size24);
    font-family: var(--primary-font);
    line-height: 122.72%;
    color: var(--black-color);
    margin-bottom: 0px;
}

h4 {
    font-weight: 400;
    font-size: var(--font-size22);
    font-family: var(--primary-font);
    line-height: 122.72%;
    color: var(--black-color);
    margin-bottom: 0px;
}

h5 {
    margin-bottom: 0;
}

h6 {
    margin-bottom: 0px;
}

p {
    font-size: var(--font-size16);
    color: var(--text-color);
    font-weight: 400;
    margin-bottom: 0;
    line-height: initial;
}

span {
    font-size: var(--font-size16);
}

input {
    font-size: var(--font-size16);
}

input::placeholder {
    font-size: var(--font-size16);
}

button {
    font-size: var(--font-size16);
}


/* form */

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: transparent !important;
    box-shadow: none !important;
}

/* form */


.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: url('../icons/breadcrumb-arrow.svg');
}


.breadcrumb-item {
    font-weight: 400;
    font-size: var(--font-m-size14);
    line-height: 121.4%;
    color: var(--gray2-color);
}

.breadcrumb-item a {
    font-weight: 400;
    font-size: var(--font-m-size14);
    line-height: 121.4%;
    color: var(--gray2-color);
}

.breadcrumb-item a:hover {
    color: var(--primary-color);
    font-weight: 500;
}

/* white breadcrumb */

.white-breadcrumb .breadcrumb-item a {
    font-weight: 400;
    font-size: var(--font-m-size14);
    line-height: 121.4%;
    color: var(--white-color);
}

.white-breadcrumb .breadcrumb-item a:hover {
    color: var(--secondry-color) !important;
    font-weight: 500;
}


.white-breadcrumb .breadcrumb-item.active {
    color: var(--white-color);
}


.white-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    content: url('../icons/breadcrumb-arrow-white.svg');
}


/*  */


.breadcrumb-flex-ellipsis {
    flex-wrap: nowrap;
}



.breadcrumb-item:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 400px;
}


/*  */

.page-title {
    font-style: normal;
    font-weight: 700;
    font-size: var(--font-size24);
    line-height: 120.833%;
    color: var(--color-black);
}


.page-subtitle {
    font-style: normal;
    font-weight: 400;
    font-size: var(--font-m-size16);
    line-height: 118%;
    color: var(--gray2-color);
}

/* -------------------------------------- Main Grid -------------------------------------- */
.main-grid {
    padding: 0px 3.47vw;
}

.main-grid {
    padding: 0px 3.47vw;
}

.main-grid-desktop {
    padding: 0px 3.47vw;
}


/* -------------------------------------- Main Content Wrapper -------------------------------------- */

#mainWrapper {
    margin-top: 70px;
    overflow-x: hidden;
}

/* -------------------------------------- Navigation Directory -------------------------------------- */

.nav-directory {
    margin-top: 50px;
}

.nav-directory-type2 {
    padding-top: 50px;
}

.nav-directory-type3 {
    padding-top: 100px;
}

/* -------------------------------------- header Navabar design -------------------------------------- */

.navigation-wrap {
    height: 70px;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
    background-color: var(--white-color);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    padding: 0;
}

.navbar-grid {
    padding: 0px 3.47vw;
    height: 100%;
}


.navbar-brand {
    margin-right: 30px;
}

.headerSearch {
    background: var(--white-color);
    border: 1px solid var(--border-color);
    border-radius: 6px;
    position: relative;
    width: 30%;
    height: 40px;
}

.headerSearch input {
    border: none;
    font-size: var(--font-size16);
    line-height: 118.75%;
    padding-left: 10px;
    padding-right: 30px;
    width: 100%;
    height: 100%;
}

.headerSearch input::placeholder {
    color: var(--gray3-color) !important;
}

.headerSearch input:focus {
    box-shadow: none;
}


.headerSearch.headerMobileSearch input {
    border: none;
    font-size: var(--font-size16);
    line-height: 118.75%;
    padding-left: 30px;
    padding-right: 10px;
    width: 100%;
    height: 100%;
    background: #FAFAFA;
}

.headerSearch.headerMobileSearch {
    background: #FAFAFA;
}

.Header-Search-Icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background-color: transparent;
}

.Header-Search-Icon.mobile-position {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    width: 17px;
}


.indexBtn {
    width: 118px;
    height: 39px;
    border-radius: 4px;
    color: var(--white-color);
    font-size: var(--font-size16);
    line-height: 118.75%;
    border: none;
}

.indexBtn.primaryBtn {
    background-image: linear-gradient(to left, #ed5f69, #f9801c);

}

.indexBtn.secondaryBtn {
    background-color: var(--primary-color);
}


.navigation-item {
    margin-right: 20px;
    font-size: 15px;
}

.navigation-link {
    color: var(--black-color);
    padding: 0px;
}

.navigation-link:active {
    color: var(--black-color) !important;
}

.navigation-link:focus {
    color: var(--black-color) !important;
}

.navbar-grid {
    background: var(--white-color);
}


.navbar-toggler:focus {
    box-shadow: none !important;
}

.navigation-link {
    position: relative;
    display: flex;
    align-items: center;
}

/* mega Menu */

.mega-quiz-img {
    width: 100%;
    height: 360px;
    object-fit: contain;
}


.dropdown-mega .mega-menu {
    width: 76.875%;
    /* height: 498px; */
    height: 425px;
    position: absolute;
    left: 0;
    right: 0;
    top: 85px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--white-color);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 7px 15px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
}


.mega-menu h5 {
    font-weight: 500;
    font-size: var(--font-size16);
    line-height: 122%;
    color: var(--black-color);
}

.mega-menu p {
    font-weight: 400;
    font-size: var(--font-size16);
    line-height: initial;
    color: var(--black-color);
}


.navigation-item:nth-child(1):hover .mega-menu {
    transition: all 0.3s ease;
    top: 70px;
    opacity: 1;
    visibility: visible;

}

.mega-item {
    display: inline-block;
    width: 100%;
    height: 50px;
    background: var(--white-color);
    box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.mega-item::after {
    content: '';
    display: inline-flex;
    background-image: url('../icons/megamenu-arrow.svg');
    align-items: center;
    border: none;
    margin-left: auto;
    background-size: contain;
    background-repeat: no-repeat;
    width: 13px;
    height: 12px;
}

.mega-subjectImg {
    width: 30px;
    height: auto;
}


.mega-item:not(:last-child) {
    margin-bottom: 8px;
}


.mega-border {
    border-right: 1px dashed var(--border-color);
}


/* drop down menu */

.drop-menu {
    position: absolute;
    top: 85px;
    width: 195px;
    min-height: auto;
    background: var(--white-color);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 7px 15px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
}

.navigation-item:nth-child(4):hover .drop-menu-1 {
    transition: all 0.3s ease;
    top: 70px;
    opacity: 1;
    visibility: visible;

}

.drop-menu li {
    list-style: none;
    width: 100%;
    height: 49px;
    display: flex;
    align-items: center;
    padding: 0 15px;
}

.drop-menu li:hover {
    background: #FEF4FF;
    border-radius: 8px 8px 0px 0px;
}

.drop-menu li:nth-child(1):hover {
    background: #FEF4FF;
    border-radius: 8px 8px 0px 0px;
}


.drop-menu li:last-child:hover {
    background: #FEF4FF;
    border-radius: 0px 0px 8px 8px;
}

.drop-menu li a p {
    display: block;
    font-weight: 400;
    font-size: var(--font-size16);
    line-height: 118.75%;
    color: var(--black-color);

}


.list-notification {
    background: var(--primary-color);
    border-radius: 40px;
    padding: 2px 8px;
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    color: var(--white-color);
    display: none;
}

.drop-menu-list.new-notification .list-notification {
    display: block;
}

/* third*/

.navigation-item:nth-child(4):hover .drop-menu-2 {
    transition: all 0.3s ease;
    top: 70px;
    opacity: 1;
    visibility: visible;

}

.drop-menu-list-extend::after {
    content: '';
    display: inline-block;
    margin-left: auto;
    background-image: url(../icons/megamenu-arrow.svg);
    width: 13px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
}

.drop-menu-list.drop-menu-list-extend {
    position: relative;
    width: 100%;
}


.sub-drop-menu {
    position: absolute;
    left: 100%;
    top: 70px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;

}

.drop-menu-list.drop-menu-list-extend:hover .sub-drop-menu.drop-menu {
    top: 0px;
    visibility: visible;
    opacity: 1;
}

/* cart */

.cart-btn {
    border: none;
    background: transparent;
    position: relative;
}

.cart-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color) !important;
    background: var(--primary-color) !important;
    font-size: 8px !important;
    padding: 0px !important;
    min-width: 18px;
    min-height: 18px;
    left: 90% !important;
    top: 2px !important;

}

.cart-circle span {
    font-size: var(--font-m-size12) !important;
    line-height: 100%;
}


/* langauge dropdown */


.dropdown-lang .drop-menu {
    width: 152px;
}


.dropdown-lang:hover .drop-menu {
    opacity: 1;
    visibility: visible;
    top: 70px;
    transition: all 0.3s ease;
}


/* Mobile OffCanvas Css */

.offcanvas-login {
    width: 100%;
    height: 56px;
    background: #FEF4FF;
    border-radius: 4px;
}

.offcanvas-login h6 {
    font-style: normal;
    font-weight: 500;
    font-size: var(--font-m-size16);
    line-height: 118.75%;
    color: var(--black-color);
}

.offcanvas-login p {
    font-weight: 400;
    font-size: var(--font-m-size12);
    line-height: 125%;
    color: var(--gray2-color);
    margin-top: 2px;
}



.offcanvas-login::after {
    content: '';
    display: inline-flex;
    background-image: url('../icons/megamenu-arrow.svg');
    align-items: center;
    border: none;
    margin-left: auto;
    background-size: contain;
    background-repeat: no-repeat;
    width: 13px;
    height: 12px;
}

.offcanvas-item {
    width: 100%;
    height: 50px;
    background-color: var(--white-color);
    list-style: none;
    display: flex;
    align-items: center;
}

.offcanvas-item p {
    font-weight: 400;
    font-size: var(--font-m-size14);
    line-height: 121%;
    color: var(--black-color);
}

.dropdown-arrow::after {
    content: '';
    display: inline-flex;
    background-image: url('../icons/megamenu-arrow.svg');
    align-items: center;
    border: none;
    margin-left: auto;
    background-size: contain;
    background-repeat: no-repeat;
    width: 13px;
    height: 12px;
}


.offcanvas-imagewrapper {
    height: 290px;
    position: absolute;
    bottom: 16px;
    left: 16px;
    right: 16px;
}

.offcanvas-imagewrapper img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}


.offcanvas-navigate {
    height: 53px;
    border-bottom: 1px solid #E0E0E0;
}

.offcanvas-navigate p {
    font-weight: 500;
    font-size: var(--font-m-size14);
    line-height: initial;
    color: var(--black-color);
}

/* offcanvas accordion */

.offcanvas-accordion .accordion-item {
    border: none;
}

.offcanvas-accordion .accordion-header {
    height: 50px;
    display: flex;
    align-items: center;
}

.offcanvas-accordion .accordion-button {
    padding: 0 8px;
    font-style: normal;
    font-weight: 500;
    font-size: var(--font-m-size14);
    line-height: initial;
    color: var(--black-color);
}

.offcanvas-accordion .accordion-button:not(.collapsed) {
    color: initial;
    background-color: #fff;
    box-shadow: none;
}

.offcanvas-accordion .accordion-button:focus {
    box-shadow: none;
    border: none;
}

.offcanvas-accordion .accordion-button::after {
    flex-shrink: 0;
    width: 12px;
    height: 7px;
    margin-left: auto;
    content: "";
    background-image: url('../icons/offcanvas-accordion.svg');
    background-repeat: no-repeat;
    background-size: 12px;
    transition: transform .2s ease-in-out;
    transform: rotate(0deg);
}

.offcanvas-accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
}


/* offcanvas sections */
.offcanvas-Exam {
    display: none;
}

.offcanvas-Practice {
    display: none;
}

.offcanvas-More {
    display: none;
}

/* offcanvas practice */
.offcanvas-practiceLink {
    text-decoration: none;
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
    font-weight: 400;
    font-size: var(--font-m-size14);
    line-height: initial;
    color: var(--black-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.offcanvas-practiceLink p {
    font-size: inherit;
    color: inherit;
    line-height: inherit;
}

.offcanvas-practiceLink.new-notification .list-notification {
    display: block;
}

/* -------------------------------------- Footer -------------------------------------- */

.footer {
    background: var(--footer-color);
    padding-top: 50px;
}

.footer h4 {
    font-style: normal;
    font-weight: 600;
    font-size: var(--font-size16);
    line-height: 122.22%;
    color: var(--white-color);
}

.footerText {
    font-weight: 400;
    font-size: var(--font-size14);
    line-height: 137.5%;
    color: var(--gray4-color);
    display: block;
}

.footerText a {
    color: var(--gray4-color);
    font-size: var(--font-size14);
}

.footerText.white {
    font-weight: 400;
    font-size: var(--font-size14);
    line-height: 137.5%;
    color: var(--white-color);
}

.footerText.white span {
    color: var(--gray4-color);
}



.footer-row .col:nth-child(1) .footerBox,
.footer-row .col:nth-child(2) .footerBox,
.footer-row .col:nth-child(3) .footerBox,
.footer-row .col:nth-child(4) .footerBox {
    border-right: 1px solid #333333;
}

.footerBox {
    padding: 0 20px;
    height: 100%;

}


.footer-row .col:nth-child(1) {
    width: 20%;
}

.footer-row .col:nth-child(2),
.footer-row .col:nth-child(3),
.footer-row .col:nth-child(4) {
    width: 20%;
}

.subFooter {
    border-top: 1px solid var(--footer-border);
    min-height: 50px;
    margin-top: 50px;
    display: flex;
    align-items: center;
}

.subFooter-vc {
    height: 19px;
    border-right: 1px solid var(--gray4-color);
    margin: 0 10px;
}


/* Ripple Buttons */

button {
    position: relative;
    overflow: hidden;
    transition: background 400ms;
    font-family: var(--primary-font);
    font-size: 1rem;
    outline: 0;
    border: 0;
    /* box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3); */
    /* black with 30% opacity */
    cursor: pointer;
}

span.ripple {
    position: absolute;
    border-radius: 50%;
    transform: scale(0);
    animation: ripple 600ms linear;
    background-color: rgba(255, 255, 255, 0.7);
}

@keyframes ripple {
    to {
        transform: scale(4);
        opacity: 0;
    }
}


/* -------------------------------------- modal -------------------------------------- */

/* ---- LoginSignup Modal ---- */


.commonModal .modal-content {
    background: var(--white-color);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 7px 15px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
}

.commonModal .modal-body {
    padding: 36px 16px;
}


.commonModalHead {
    font-weight: 500;
    font-size: var(--font-size20);
    line-height: 110%;
    color: var(--black-color);
}

.commonModalSubHead {
    font-weight: 400;
    font-size: var(--font-m-size14);
    line-height: 121.42%;
    color: var(--gray2-color);
}

.commonModalSubHead span {
    color: var(--gray2-color);
    font-size: var(--font-m-size14);
}

.commonModalSubHead a {
    color: var(--blue1-color) !important;
    font-size: var(--font-m-size14);
}

.commonModalMainBox {
    background: var(--white-color);
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 7px 15px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
}


.modal-input-fields {
    border: none;
    font-size: var(--font-m-size16);
}

.modal-input-fields:active {
    border: none;
    box-shadow: none;
}

.modal-input-fields:focus {
    border: none;
    box-shadow: none;
}

.cross-modal {
    position: absolute;
    border: none;
    right: -13px;
    top: -13px;
    background: unset;
    width: 24px;
    height: 26px;
}

/* modal fields */

.formerror {
    margin-top: 16px;
    font-weight: 400;
    font-size: var(--font-m-size12);
    line-height: 125%;
    color: var(--secondry-color);

}

.formerror2 {
    margin-top: 16px;
    font-weight: 400;
    font-size: var(--font-m-size12);
    line-height: 125%;
    color: var(--secondry-color);

}

.modalfieldBox {
    border: 1px solid var(--border-color);
    border-radius: 4px;
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
}

.modalfieldBox:focus-within {
    border: 1px solid #813588;
    box-shadow: 0 0 1px 1px rgba(129, 53, 136, 0.5);
}

.modalfieldBox input[type=number] {
    -moz-appearance: textfield;
}

.modalfieldBox input::-webkit-outer-spin-button,
.modalfieldBox input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.modalContinueBtn {
    width: 100%;
    height: 50px;
    padding: 10px;
    color: var(--white-color);
    background-image: linear-gradient(to left, #ed5f69, #f9801c);
    border-radius: 4px;
    border: none;
}


.termText {
    font-weight: 400;
    font-size: var(--font-m-size12);
    line-height: 125%;
    color: var(--gray2-color);
}

.termText span {
    color: var(--blue1-color);
    font-size: var(--font-m-size12);
}

/* ---- Signup Modal ---- */
/* Referal Code */

.referalCode {
    font-weight: 600;
    font-size: var(--font-size16);
    line-height: 118.75%;
    cursor: pointer;
    color: var(--blue1-color);
}

.referalCode-input {
    display: none;
}

.referalCode-input.show {
    display: block;
}


/* ---- OTP Modal ---- */

#changeMobileNumber {
    cursor: pointer;
}

#otpMobileNumber {
    font-weight: 600;
}

.otp-Mobile-image {
    width: 94px;
}

.otp-fields {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.otp-input {
    width: 20%;
    height: 45px;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}


.otp-input:focus {
    border: 1px solid #813588;
    box-shadow: 0 0 1px 1px rgba(129, 53, 136, 0.5);
}




/* -------------------------------------- common swiper course card CSS Start -------------------------------------- */

.swiper-course-card {
    width: 100%;
    min-height: 330px;
    min-height: 200px;
    background: var(--white-color);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 7px 15px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    /* margin: 10px 1px; */
}


.course-card-wrapper {
    width: 100%;
    height: 46%;
    position: relative;
}

.course-slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* hidden Label tag */
.course-labeltag {
    font-size: var(--font-size14);
    background: linear-gradient(90deg, #0F8CFF 8.16%, #4CA0ED 49.91%, #0F8CFF 99.83%);
    border-radius: 0px 0px 0px 4px;
    padding: 0 12px;
    color: var(--white-color);
    position: absolute;
    right: 0;
    top: 0;
    line-height: initial;
    display: none;
}


/* show Label tag */

.swiper-course-card.showLabeltag .course-labeltag {
    display: block;
}



.course-card-content {
    width: 100%;
    height: 54%;
}

/* hidden discount Label tag */

.discount-code {
    width: 100%;
    height: 18px;
    background: linear-gradient(90deg, #60D164 8.16%, #0EB514 43.53%, #0B850F 99.83%);
    display: block;
    font-size: var(--font-size12);
    color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: initial;
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
}

/* show discount Label tag */

.swiper-course-card.showDiscounttag .discount-code {
    display: flex;
}


.course-detail {
    padding: 15px 0px;
    border-bottom: 1px solid var(--border-color);
    margin: 0 10px;
}

.course-detail h6 {
    font-weight: 500;
    font-size: var(--font-size16);
    line-height: 118.75%;
    color: var(--black-color);
    /* newly */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 35px;
}

.course-detail-subtext {
    font-weight: 400;
    font-size: var(--font-size14);
    line-height: 121.42%;
    color: var(--gray2-color);
    margin-top: 4px;
    display: none;
}


.course-info-Points {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}



.course-point {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 4px;
}

.course-point p {
    font-weight: 400;
    font-size: var(--font-m-size12);
    color: var(--gray2-color);
    line-height: initial;
}


.price-offered {
    display: flex;
    align-items: center;
    gap: 10px;
}

.price-offered p {
    font-weight: 500;
    font-size: var(--font-size16);
    line-height: 118.75%;
    color: var(--black-color);
}

.price-offered s {
    font-weight: 400;
    font-size: var(--font-size12);
    line-height: 125%;
    color: var(--red1-color);
}

.price-off-text {
    font-style: normal;
    font-weight: 400;
    font-size: var(--font-size12);
    line-height: 125%;
    color: var(--green1-color);
}






/* swiper slide */

.listing-Carousal .swiper-slide {
    width: 100%;
    height: 100%;
    font-size: var(--font-size16);
    background: var(--white-color);
}

.listing-Carousal .swiper {
    position: static !important;
}



.listing-Carousal .swiper-button-next {
    background-image: url(../icons/swiper-next.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    right: -12px;
    width: 24px;
    height: 24px;

}

.listing-Carousal .swiper-button-next::after {
    display: none;
}

.listing-Carousal .swiper-button-prev {
    background-image: url(../icons/swiper-prev.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    left: -12px;
    width: 24px;
    height: 24px;
}

.listing-Carousal .swiper-button-prev::after {
    display: none;
}



/* -------------------------------------- common swiper course card CSS End -------------------------------------- */




/* -------------------------------------- Redirect Page Css Start -------------------------------------- */

.redirectPage {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
}

.redirectPage h5 {
    font-style: normal;
    font-weight: 500;
    font-size: var(--font-m-size16);
    line-height: 118.75%;
    margin-top: 20px;
    color: var(--black-color);
}

.mop-logo {
    border: 1px solid #E0E0E0;
    border-radius: 3px;
    width: 60px;
    height: 60px;
}

.star-full:not(:last-child) {
    margin-right: 2px;
}

.star-full {
    position: relative;
    width: 20px;
    height: 20px;
}

.star-full::after {
    position: absolute;
    content: '';
    background-image: url('../icons/star-full.svg');
    width: 20px;
    height: 20px;
    background-size: contain;
    background-position: center;

}

.star-full.star-half::after {
    position: absolute;
    content: '';
    background-image: url('../../icons//star-half.svg');
    width: 20px;
    height: 20px;
    background-size: contain;
    background-position: center;

}


.store-rating {
    margin-top: 10px;
}

.store-rating p {
    font-style: normal;
    font-weight: 400;
    font-size: var(--font-m-size12);
    line-height: initial;
    color: #828282;
    margin-top: 5px;
    text-align: center;
}

.redirect-btns {
    margin-top: 40px;
    width: 100%;
}

.redirect-btn {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    text-align: center;
    border-radius: 4px;
}

.redirect-btn.to-app {
    background-color: var(--primary-color);
    color: var(--white-color);
}

.redirect-btn.to-browser {
    background-color: transparent;
    color: var(--primary-color);
    margin-top: 15px;
}


/* -------------------------------------- Redirect Page Css End -------------------------------------- */


/* -------------------------------------- Download App Box  Css Start -------------------------------------- */


/* Download App */

.downloadAppBox {
    position: fixed;
    width: 100%;
    height: 65px;
    left: 0;
    right: 0;
    bottom: -65px;
    background: #414141;
    box-shadow: 3px 0px 22px rgba(0, 0, 0, 0.2);
    border-radius: 8px 8px 0px 0px;
    z-index: 15;
    padding: 10px;
    display: flex;
    align-items: center;
    transition: all 0.5s ease-in-out;
}

.downloadAppBox.show {
    bottom: 0px;
}



.downloadAppBox h5 {
    font-style: normal;
    font-weight: 500;
    font-size: var(--font-m-size14);
    line-height: initial;
    color: var(--white-color);
}

.downloadAppBox p {
    font-style: normal;
    font-weight: 400;
    font-size: var(--font-size12);
    line-height: 12px;

    color: #EFDADA;
}


.downloadAppImg {
    width: 45px;
    height: 45px;
}

.AppBox-margin-s {
    margin-left: 10px;
}


.star-full-box:not(:last-child) {
    margin-right: 2px;
}

.star-full-box {
    position: relative;
    width: 14px;
    height: 14px;
}

.star-full-box::after {
    position: absolute;
    content: '';
    background-image: url('../icons/star-full.svg');
    width: 14px;
    height: 14px;
    background-size: contain;
    background-position: center;

}

.star-full-box.star-half-box::after {
    background-image: url('../../icons//star-half.svg');
    width: 14px;
    height: 14px;
}


.appBoxBtn {
    background: transparent;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
}

.appBoxBtn img {
    width: 100%;
    height: 100%;
}


/* -------------------------------------- Download App Box  Css End -------------------------------------- */

/* Navbar profile */

.postprofile-btn {
    background-color: transparent;
    border: none;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.post-p-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--primary-color);
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: var(--font-m-size16);
    line-height: 1.18;
    color: #FFFFFF;
    cursor: pointer;
}

.postprofile-btn .drop-menu {
    top: 85px;
    width: 176px;
    /* visibility: visible; */
    right: -20px;
    padding: 15px;
    /* opacity: 1; */
}

.postprofile-btn:hover .drop-menu {
    opacity: 1;
    visibility: visible;
    top: 70px;
    right: -20px;
    width: 176px;
    transition: all 0.3s ease;
    padding: 15px;
}


.postprofile-btn .drop-menu li {
    list-style: none;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0px;
    background-color: transparent !important;
}

.postprofile-btn .drop-menu li:not(:last-child) {
    padding-bottom: 15px;
}

.postprofile-btn .drop-menu li a {
    color: #000 !important;
    background-color: transparent;
}

.postprofile-btn .drop-menu li a:hover {
    color: var(--primary-color) !important;
    font-weight: 600;

}


.postprofile-btn .drop-menu .logout {
    padding-top: 15px;
    border-top: 1px solid #E0E0E0;
}

.postprofile-btn .drop-menu .logout a {
    font-weight: 500;
    color: #F76161 !important;
}

.postprofile-btn .drop-menu .logout a:hover {
    font-weight: 600;
    color: #F76161 !important;
}

.logout-svg {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}


/* post login type 2 */

.m-profile {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

/* -------------------------------------- Media Queries -------------------------------------- */

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

    .commonModal .modal-dialog {
        width: 463px;
    }

}

@media(max-width:1200px) {

    /* font-size */
    :root {
        --font-size40: 2rem;
        --font-size34: 2.125rem;
        --font-size30: 1.875rem;
        --font-size24: 1.5rem;
        --font-size22: 1.375rem;
        --font-size20: 1.25rem;
        --font-size18: 1.125rem;
        --font-size16: 1rem;
        --font-size14: 0.875rem;
        --font-size12: 0.75rem;
        --font-size30: 1.625rem;
    }

    /* navbar */
    .indexBtn {
        width: 151px;
    }

    .headerSearch {
        width: 247px;
    }

    .navbar-brand {
        margin-right: 20px;
    }

    .navigation-item {
        margin-right: 15px;
    }

    /* footer */
    .footerBox {
        padding: 0 15px;
    }

}

@media(max-width:991px) {

    :root {

        --font-size30: 1.5625rem;
    }

    /* navbar */

    .navigation-wrap {
        height: 127px;
    }

    .navbar-grid {
        padding: 15px 2.1vw;
    }

    /* #mainWrapper.mainWrapper {
        margin-top: 136px;
    } */

    /* main */
    #mainWrapper {
        margin-top: 127px;
    }

    .footer-row .col:nth-child(1) .footerBox,
    .footer-row .col:nth-child(2) .footerBox,
    .footer-row .col:nth-child(3) .footerBox {
        border-right: none;
    }

    .footer-row .col:nth-child(4) .footerBox {
        border-right: none
    }

    /* footer */
    .footerBox {
        padding: 0;
    }

    .footer-row .col:nth-child(1) {
        width: 100%;
    }

    .footer-row .col:nth-child(2),
    .footer-row .col:nth-child(3),
    .footer-row .col:nth-child(4),
    .footer-row .col:nth-child(5) {
        width: 100%;
        margin-top: 20px;
    }


    .dropdown-lang:hover .drop-menu {
        opacity: 1;
        visibility: visible;
        top: 25px;
        transition: all 0.3s ease;
        z-index: 5;
    }

}

@media(max-width:576px) {

    /* root  font size reduce by 2px or half for big font */
    :root {
        --font-size40: 1.4375rem;
        --font-size34: 2rem;
        --font-size30: 1.75rem;
        --font-size24: 1.375rem;
        --font-size22: 1.25rem;
        --font-size20: 1.125rem;
        --font-size18: 1rem;
        --font-size16: 0.875rem;
        --font-size14: 0.75rem;
        --font-size12: 0.625rem;
    }


    /* breadcrumb */

    .breadcrumb-flex-ellipsis {
        flex-wrap: nowrap;
    }



    .breadcrumb-item:last-child {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 200px;
    }


    /* Main Grid  and Container on mobile */

    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .navbar-grid {
        padding: 15px 20px;
    }

    .main-grid {
        padding-left: 20px;
        padding-right: 20px;
    }

    .main-grid-desktop {
        padding: 0px;
    }

    .main-grid-mobile {
        padding: 0px 20px;
    }

    /* navbar */
    .brand-logo {
        width: 152px;
    }

    .indexBtn {
        width: 74px;
        height: 35;
    }

    .dropdown-lang .drop-menu {
        width: 120px;
        top: 35px;
        z-index: 5;
    }

    .navigation-link::after {
        width: 20px;
        height: 20px;
    }


    /* .dropdown-lang:hover .drop-menu {
        opacity: 1;
        visibility: visible;
        top: 25px;
        transition: all 0.3s ease;
    } */

    /* nav directory */
    .nav-directory {
        margin-top: 20px;
    }

    .nav-directory-type2 {
        padding-top: 20px;
    }

    /* modal */
    .commonModal .modal-dialog {
        bottom: 0;
        position: fixed;
        width: 100%;
        margin: 0px;
        min-height: unset;
    }

    .commonModal .modal-content {
        border-radius: 8px 8px 0px 0px;
    }


    .commonModal.fade .animate-bottom {
        position: relative;
        animation: animatebottom 0.5s !important;
        transition: none !important;
    }

    .commonModal .animate-bottom {
        position: relative;
        animation: animatebottomdown 0.5s !important;
        transition: none !important;
    }

    .commonModal .modal-body {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .modalfieldBox {
        height: 40px;
    }

    .modalContinueBtn {
        height: 45px;
    }

    .cross-modal {
        position: absolute;
        border: none;
        right: 12px;
        top: 24px;
        background: unset;
        width: 22px;
        height: 25px;
    }

    .commonModalSubHead {
        width: 75%;
    }

    .otp-Mobile-image {
        width: 80px;
    }

    .otp-fields {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }


    /* footer */
    .pb-footer {
        padding-bottom: 50px;
    }

    /* Modal filter css */
    #mobileFilterModal .modal-content {
        height: calc(100vh - 100px);
    }

    #mobileFilterModal .filter-scroll-box {
        height: calc(100vh - 200px);
        overflow-y: auto;
    }

    #mobileSortModal .modal-content {
        height: calc(100vh - 100px);
    }

    #mobileSortModal .filter-scroll-box {
        height: calc(100vh - 200px);
        overflow-y: auto;
    }
}

@media(max-width:450px) {
    .offcanvas-start {
        top: 0;
        left: 0;
        width: 320px !important;
        border-right: 1px solid rgba(0, 0, 0, .2);
        transform: translateX(-100%);
    }

    .page-title {
        font-style: normal;
        font-weight: 700;
        font-size: var(--font-size20);
        line-height: 120.833%;
        color: var(--color-black);
    }


    .breadcrumb-item:last-child {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 180px;
    }



}


@media(max-width:425px) {
    .breadcrumb-item:last-child {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 160px;
    }
}

@media(max-width:400px) {
    .breadcrumb-item:last-child {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 130px;
    }
}

@media(max-width:350px) {
    .breadcrumb-item:last-child {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100px;
    }
}

@media(max-width:320px) {
    .offcanvas-start {
        top: 0;
        left: 0;
        width: 300px;
        border-right: 1px solid rgba(0, 0, 0, .2);
        transform: translateX(-100%);
    }
}


/* Keyframe Animations */

@keyframes animatebottom {
    from {
        bottom: -300px;
        opacity: 0;
    }

    to {
        bottom: 0;
        opacity: 1;
    }
}


/* disabled section */

.free-quiz-boxes {
    display: none;
}

/* New Css */
.section-banner {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
    background: #ffe4ff;
}

.quiz-exam-select {
    margin-top: 20px;
    height: 40px;
    font-size: 16px;
}

.cat-box {
    min-height: auto !important;
}

.quiz-availble {
    background: #F2F2F2;
    border-radius: 30px;
    padding: 2.5px 10px;
    font-weight: 400;
    font-size: var(--font-m-size12);
    line-height: 1;
    color: #4F4F4F;
    display: inline-block;
}

/* Select Exam Css Start */
.select-exam-sec {
    display: inline-block;
    width: 100%;
    height: 50px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

@media(max-width:768px) {
    .mob-view {
        display: flex !important;
    }

    .desk-view {
        display: none !important;
    }
}

.mob-view:hover {
    color: #fff;
}

.select-exam-sec img {
    max-height: 35px;
    height: 35px;
}

.select-exam-sec::after {
    content: '';
    display: inline-flex;
    background-image: url(../icons/megamenu-arrow.svg);
    align-items: center;
    border: none;
    margin-left: auto;
    background-size: contain;
    background-repeat: no-repeat;
    width: 13px;
    height: 12px;
}

.mob-view {
    background: var(--footer-color);
    color: #fff;
    display: none;
    padding-left: 20px;
    padding-right: 20px;
}

.choose-exams {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.choose-exams label {
    cursor: pointer;
}

.choose-exams input {
    display: none;
}

.choose-exam-name {
    color: #000;
}

.choose-exam-name:hover {
    color: #000;
}

/* Select Exam Css End */

.desk-view:hover {
    color: #000;
}

.desk-view {
    background: var(--white-color);
    border: 1px solid var(--border-color);
    border-radius: 4px;
    color: #000;
}

.new-notify {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    color: var(--white-color);
    display: block !important;
    background: #00b763;
    border-radius: 40px;
    padding: 0px 4px;
    text-transform: uppercase;
    position: absolute;
    right: -4px;
    top: -12px;
}

.search-suggestions {
    width: 260px;
    background: #fff;
    padding: 10px;
    flex-direction: column;
    border-radius: 4px;
    gap: 10px;
    font-size: 14px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    background: var(--white-color);
    box-shadow: 0px 0px 2px rgb(0 0 0 / 8%), 0px 7px 15px rgb(0 0 0 / 5%);
    min-height: auto;
}

.search-input:focus~.search-suggestions {
    transition: all 0.3s ease;
    top: 40px;
    opacity: 1;
    visibility: visible;
}

.s-query {
    height: 30px;
    display: flex;
    align-items: center;
    cursor: pointer;
}






/* ----- table-editor-style  -------  */


.table-editor-style p span {
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: var(--font-size16) !important;
    line-height: 118% !important;
    color: var(--black-color) !important;

}


.table-editor-style h3 span {
    display: block;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: var(--font-size18) !important;
    line-height: 116% !important;
    color: var(--black-color) !important;
    margin-bottom: 16px !important;

}



.table-editor-style table {
    --bs-table-bg: transparent !important;
    --bs-table-accent-bg: transparent !important;
    --bs-table-striped-color: #212529 !important;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05) !important;
    --bs-table-active-color: #212529 !important;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1) !important;
    --bs-table-hover-color: #212529 !important;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075) !important;
    width: 100% !important;
    margin-bottom: 1rem !important;
    color: #212529 !important;
    vertical-align: top !important;
    border-color: #dee2e6 !important;
    caption-side: bottom !important;
    border-collapse: collapse !important;
}

.table-editor-style table tr {
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: var(--font-size16) !important;
    line-height: 1.5 !important;
    width: 50% !important;
    color: var(--black-color) !important;
    border-width: 1px 0 !important;
}

.table-editor-style table tr span {
    font-size: var(--font-size16) !important;
    line-height: 1.5 !important;
}

.table-editor-style table td span {
    font-size: var(--font-size16) !important;
    line-height: 1.5 !important;
}

.table-editor-style table tr th {
    padding: 0.5rem 0.5rem !important;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg) !important;
}

.table-editor-style table tbody tr td:not(:last-child) {
    border-right: 1px solid #E0E0E0 !important;
    padding: 5px;
}

.table-editor-style table tbody tr td:nth-child(1) p {
    margin: 0px !important;
    margin-left: 16px !important;
}

@media(max-width:576px) {
    .table-editor-style h3~div {
        overflow-x: auto;
    }

    .table-editor-style table {
        width: 600px !important;
    }


}
.table-editor-style h2 {
    display: block;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: var(--font-size18) !important;
    line-height: 116% !important;
    color: var(--black-color) !important;
    margin-bottom: 16px !important;
}
.table-editor-style p {
    margin-bottom: 16px !important;
}
.table-editor-style table tbody th {
    border-right: 1px solid #E0E0E0 !important;
    padding: 5px;
    background: #f7f7f7;

}
.table-editor-style table tbody tr td {
    border-right: 1px solid #E0E0E0 !important;
    padding: 5px;
}
.table-editor-style ul {
    margin-bottom: 16px !important;
}
