@import url('https://fonts.googleapis.com/css2?family=Leckerli+One&display=swap');
@import url('snowflake.css');

.leckerli-one-regular {
    font-family: "Leckerli One", cursive !important;
    font-weight: 400;
    font-style: normal;
}

:root {
    --maroon: #B80000;
    --primary: #39347b;
    --primary-transparent: #39347b95;
    --light-primary: #8274DD;
    --light-warning: #f0e6bd;
    --sale: #d9ecff;
    --secondary: #fecb00;
    --light-secondary: #fbefb2;
    --light: #F1F4FC;
    --dark: #7881A3;
    --light-marron: #FEC6C6;
    --light-green: #C1FCEC;
    --green: #38D0C1;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: var(--secondary) !important;
    color: var(--primary);
}


.bg-light-primary {
    background-color: var(--light-primary);
}

.text-light-primary {
    color: var(--light-primary);
}


.btn-light-primary {
    background-color: var(--light-primary);
    border-color: var(--light-primary);
    color: white;
}

.btn-light-primary:hover {
    background-color: var(--primary);
    border-color: var(--primary);
    color: white;
}


.category-grid img {
    width: 100%;
}

.category-grid:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 20px;
}

.category-grid .info {
    height: 11.5rem;
}

.category-grid p {
    line-height: 1.7;
}

@font-face {
    font-family: "cera thin";
    src: url("../fonts/Cera-Pro-Light.ttf");
}

@font-face {
    font-family: "cera regular";
    src: url("../fonts/Cera-Pro-Regular.otf");
}

@font-face {
    font-family: "cera medium";
    src: url("../fonts/Cera-Pro-Medium.ttf");
}

@font-face {
    font-family: "cera bold";
    src: url("../fonts/Cera-Pro-Bold.ttf");
}

@font-face {
    font-family: "cera black";
    src: url("../fonts/Cera-Pro-Black.ttf");
}

@font-face {
    font-family: "cera thin";
    src: url("../fonts/Fontspring-DEMO-cerapro-thin.otf");
}

html {
    font-size: 13px;
}

.form-control,
.form-select {
    font-size: .8rem !important;
}

.cera-black {
    font-family: "cera black" !important;
}

.cera-bold {
    font-family: "cera bold" !important;
}

.cera-medium {
    font-family: "cera medium" !important;
}

.cera-regular {
    font-family: "cera regular" !important;
}

.cera-light {
    font-family: "cera thin" !important;
}

body {
    font-family: "cera regular";
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "cera bold";
    font-weight: normal !important;
}

a {
    color: var(--primary) !important;
}

.text-maroon {
    color: var(--maroon);
}

.bg-primary-subtle {
    background-color: var(--light-primary);
    color: white;
}

.bg-warning-subtle {
    background-color: var(--light-warning);
}

.bg-light {
    background-color: var(--light) !important;
}

.bg-light-maroon {
    background-color: var(--light-marron) !important;
}

.bg-light-green {
    background-color: rgb(193, 252, 236);
}

.bg-dark {
    background-color: var(--dark) !important;
}

.text-green-primary {
    color: var(--green);
}

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

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

.back-to-top {
    position: fixed;
    display: none;
    left: 15px;
    bottom: 15px;
    z-index: 99;
    border-radius: 100px;
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-out, visibility linear 0.5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity 0.5s ease-out, visibility linear;
    visibility: visible;
    opacity: 1;
}

.btn {
    transition: 0.5s;
    font-family: "cera bold";
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn.btn-primary {
    background-color: var(--primary);
    border-color: var(--primary);
    color: var(--secondary) !important;
}

.btn-outline-primary {
    background-color: transparent;
    border-color: var(--light-primary);
    color: rgb(52, 51, 98);
}

.btn-outline-primary:hover {
    background-color: rgb(52, 51, 98);
    border-color: rgb(52, 51, 98);
    color: rgb(255, 255, 255) !important;
}

.btn-outline-secondary {
    background-color: transparent;
    border-color: rgb(255, 204, 41);
    color: rgb(255, 255, 255);
    border-width: 2px;
}

.btn-outline-secondary:hover {
    background-color: rgb(52, 51, 98);
    border-color: rgb(52, 51, 98);
    color: rgb(255, 255, 255) !important;
}

.btn-secondary {
    background-color: var(--secondary) !important;
    border-color: var(--secondary) !important;
    color: var(--primary) !important;
}

.bg-secondary {
    background-color: var(--secondary) !important;
    color: var(--primary) !important;
}

.bg-secondary-light {
    background-color: var(--light-secondary) !important;
    color: var(--primary) !important;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.course-icon-img {
    position: absolute;
    bottom: 0px;
    height: 127px;
    right: 20px;
    width: auto !important;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 0px;
}

.text-primary {
    color: var(--primary) !important;
}

.text-secondary {
    color: var(--secondary) !important;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "ï„‡";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 2rem;
    padding: 1.5rem 0px;
    color: rgb(255, 255, 255);
    font-size: .8rem;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (min-width:1700px) {
    html {
        font-size: 19px;
    }

    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .container-xxl {
        max-width: none;
        width: 90%;
    }
}

@media (max-width: 1122px) {
    .navbar-light .navbar-nav .nav-link {
        margin-right: 20px;
        font-size: 13px;
    }
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link {
        margin-right: 0px;
        padding: 10px 0px;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid rgb(238, 238, 238);
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 4.4rem;
    padding: .7rem 0px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: 0.5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        margin-top: 0px;
        opacity: 0;
        visibility: hidden;
        transition: 0.5s;
    }

    .navbar .dropdown-menu.fade-down {
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        transform: rotateX(0deg);
        visibility: visible;
        transition: 0.5s;
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    bottom: 0px;
    display: flex;
    transform: translate(0px, -2rem);
    padding: 0 1rem !important;
    pointer-events: none;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(000, 000, 000);
    background: transparent;
    border: 1px solid rgb(000, 000, 000);
    font-size: 22px;
    transition: 0.5s;
    transform: none;
    pointer-events: visible;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(rgba(24, 29, 56, 0.7), rgba(24, 29, 56, 0.7)) center center / cover no-repeat, url("../img/carousel-1.jpg");
    background-size: 100%;
}

.page-header-inner {
    background: rgba(15, 23, 43, 0.7);
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: var(--secondary);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 5px;
    left: -60px;
    background: var(--secondary);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0px;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0px;
}

.service-item {
    background: var(--light);
    transition: 0.5s;
    height: 100%;
}

.service-item:hover {
    transform: translate(0px, -10px);
    background: var(--primary) !important;
}

.service-item * {
    transition: 0.5s;
}

.service-item:hover * {
    color: var(--light) !important;
}

.category img,
.course-item img {
    transition: 0.5s;
    max-width: 100%;
}

.category a:hover img,
.course-item:hover img {
    transform: scale(1.1);
}

.team-item img {
    transition: 0.5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.testimonial {
    min-height: 31rem;
}

.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    height: 100%;
    width: 0px;
    background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    background: linear-gradient(to left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {

    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {

    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    transition: 0.5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: rgb(255, 255, 255) !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0px 5px;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(204, 204, 204);
    transition: 0.5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    font-weight: normal;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 35px;
    transition: 0.3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0px;
    text-align: left;
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: 0.3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "ï„…";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0px;
    font-size: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .footer-menu a:last-child {
    margin-right: 0px;
    padding-right: 0px;
    border-right: none;
}

.owl-carousel.teachers-carousel .owl-item img {
    max-height: 250px;
    max-width: 100%;
    width: auto;
    display: inline-block;
}

.owl-carousel.teachers-carousel .overflow-hidden {
    text-align: center;
    background-color: var(--primary);
}

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

.filter-row.affix {
    position: sticky;
    width: 100%;
    z-index: 9;
    top: 126px;
}

.filter-row {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 6px 0px;
    background: rgb(254, 204, 1);
    padding: 20px 0px 0px;
    margin-bottom: 25px;
}

.filter-row>.container {
    padding-left: 60px;
    position: relative;
}

.filter-row>.container>img {
    position: absolute;
    left: 15px;
    top: 10px;
}

.filter-cat-results .f-cat {
    opacity: 0;
    display: none;
}

.filter-cat-results .f-cat.active {
    opacity: 1;
    animation: 0.65s ease 0s 1 normal forwards running fadeIn;
}

.card.filter-cat-results .f-cat.active {
    opacity: 1;
    display: flex;
    animation: 0.65s ease 0s 1 normal forwards running fadeIn;
}

.vmc-course-card-base-info .incase-undefined {
    display: block;
    font-size: small;
    margin-top: 10px;
    font-weight: 300 !important;
}

.input-holder {
    margin-bottom: 15px !important;
}

.vmc-course-card-highlights {
    min-height: 8rem;
}

.sale .vmc-course-card-highlights {
    min-height: 50px;
}

.rounded-5 {
    border-radius: 1.2rem;
}

.data-row {}

.data-row.sale {
    display: inline-block;
    text-align: center;
}

.data-row>div.wrapper {
    width: 33%;
    display: inline-block;
    float: left;
}

.data-row.sale>div.wrapper {
    width: 280px;
    display: inline-block;
    text-align: left;
    float: none;
}

@media screen and (max-width:991px) {
    .data-row>div.wrapper {
        width: 50% !important;
    }
}

@media screen and (max-width:767px) {
    .data-row>div.wrapper {
        width: 100% !important;
    }

    .data-row>div {
        width: 100%;
        display: inline-block;
        float: left;
    }

    .container {
        max-width: 100%;
    }
}

.filter-cat-results .f-cat.active {
    display: flex;
}

.f-cat .course-header-bg {
    min-height: 13rem;
    position: relative;
}

.sale .f-cat .course-header-bg {
    min-height: 180px;
}

.f-cat .course-header-bg img.icon-img {
    position: absolute;
    bottom: 0px;
    right: 20px;
    height: 185px;
    display: none;
}

.sale .f-cat .course-header-bg img.icon-img {
    height: 100px;
}

.f-cat[data-cat3="cat-IIT-JEE"] .course-header-bg {
    background-color: var(--sale);
}

.f-cat[data-cat3="cat-FOUNDATION"] .course-header-bg {
    background-color: var(--sale);
}

.f-cat[data-cat3="cat-IIT-JEE"] .course-header-bg .jee {
    display: block;
    width: auto;
}

.f-cat[data-cat3="cat-FOUNDATION"] .course-header-bg .jee {
    display: block;
    width: auto;
}

.f-cat[data-cat3="cat-IIT-JEE"] .course-header-bg .h4 {
    color: var(--primary);
}

.f-cat[data-cat3="cat-NEET"] .course-header-bg {
    background-color: var(--sale);
}

.f-cat[data-cat3="cat-NEET"] .course-header-bg .neet {
    display: block;
}

.vmc-course-cards {
    height: 100%;
    margin-bottom: 15px;
}

.vmc-course-cards[data-cat3="cat-IIT-JEE"] img.vmc-course-card-img.for-IIT-JEE {
    display: block !important;
}

.vmc-course-cards[data-cat3="cat-NEET"] img.vmc-course-card-img.for-NEET {
    display: block !important;
}

.vmc-course-cards[data-cat3="cat-FOUNDATION"] img.vmc-course-card-img.for-FOUNDATION {
    display: block !important;
}

.vmc-course-cards[data-cat3="cat-PREFOUNDATION"] img.vmc-course-card-img.for-PREFOUNDATION {
    display: block !important;
}

.vmc-course-cards[data-cat="cat-offline"] .vmc-course-card-details-btn {
    display: none;
}

.header-carousel .owl-nav {
    padding: 0px 6px;
}

@media only screen and (max-width: 767px) {
    .vmc-course-card-highlights {
        min-height: 130px;
    }

    .course-wrapper {
        max-width: 100%;
        width: 100%;
    }

    .vmc-course-cards {
        height: auto;
    }

    .data-row {
        row-gap: 0px;
    }
}

.bg-primary {
    background-color: rgb(52, 51, 98) !important;
}

.btn {
    border-radius: .3rem;
    /* padding: 7px 6px;
    margin: 0em; */
    font-size: .9rem;
}

.teachers-grid .card-body {
    border-radius: 2rem;
    padding-top: 80px;
    min-height: 16rem;
}

.teachers-grid .dp {
    height: 60px;
}

.teachers-grid .dp img {
    height: 120px;
    width: 120px;
}

.testimonial .dp {
    height: 18rem;
    width: 18rem;
    text-align: center;
    background-color: var(--secondary);
    overflow: hidden;
    border-radius: 40rem;
    border: #fff 5px solid;
}

.testimonial .dp img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: inline-block;
}

.teachers-grid-new {
    background-color: white;
    border-radius: 15px;
}

.teachers-grid-new .card-body {
    height: 9rem;
}

footer {
    color: var(--light);
}

footer h3 {
    font-size: 1rem;
    font-weight: bold;
    color: rgb(233, 236, 245);
    margin-bottom: 0.7rem !important;
}

footer address {
    text-transform: none;
}

footer .item ul {
    margin: 0px;
    padding: 0px;
}

footer .item li a {
    padding: 5px 0px;
    display: block;
    font-size: 0.9rem;
    text-transform: uppercase;
}

footer .item li a:hover {
    color: rgb(233, 236, 245);
}

footer .social {
    margin-bottom: 1em;
    overflow: hidden;
    padding: 0px;
    margin-top: 10px !important;
}

footer .social li {
    float: left;
    margin-right: 20px;
    margin-bottom: 5px;
}

footer .social li a {
    background: rgb(254, 204, 0);
    border-radius: 50%;
    color: rgb(255, 255, 255);
    display: inline-block;
    width: 36px;
    height: 36px;
    padding: 0px;
    text-align: center;
}

footer .item.yellow-text li a {
    color: rgb(254, 204, 0);
}

footer .ph {
    font-size: 20px;
    font-weight: bold;
    margin-top: 0.5em;
}

footer .ph span {
    width: 36px;
    height: 36px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

footer li {
    list-style: none;
}

.data-avail {
    display: flex;
}

.data-avail:empty {
    display: none !important;
}

#chat-box {
    position: fixed;
    right: -500px;
    bottom: 4%;
    width: 250px;
    height: 200px;
    transition: 0.5s;
    z-index: 2;
}

#chat-top {
    width: 100%;
    line-height: 2;
    background: rgb(18, 140, 126);
    color: white;
    text-align: center;
    border-radius: 5px 5px 0px 0px;
    padding: 0px 10px;
    z-index: 2;
}

#chat-msg {
    background: rgb(236, 229, 221);
    padding: 10px;
    box-shadow: rgb(153, 153, 153) 0px 0px 25px -10px;
}

#chat-msg1 {
    background: rgb(236, 229, 221);
    padding: 10px;
    border-radius: 0px 0px 5px 5px;
}

#chat-msg p {
    font-size: 14px;
    padding: 5px;
    background: white;
    border-radius: 0px 50px 50px;
    margin-bottom: 10px;
}

#chat-msg1 p {
    font-size: 14px;
    padding: 5px;
    background: white;
    border-radius: 0px 50px 50px;
    margin-bottom: 10px;
}

#chat-form {
    display: flex;
}

.chat-in {
    width: 80%;
}

#chat-form input {
    border-radius: 5px 0px 5px 5px;
    border: none;
    outline: none;
    font-size: 14px;
    padding: 5px;
    line-height: 2;
}

#send-btn {
    width: 20%;
    padding: 0px 5px;
}

#chat-top-right {
    float: right;
    padding: 5px 0px;
}

#chat-box::after {
    content: "";
    position: absolute;
    bottom: 85px;
    right: 90%;
    width: 0px;
    height: 0px;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    z-index: 2;
    border-left: 25px solid rgb(236, 229, 221);
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.kenytChatBubble {
    display: none;
}

.modal .validation_error {
    display: block;
    margin-bottom: 20px;
}

.offcanvas.hiding,
.offcanvas.show,
.offcanvas.showing {
    visibility: visible;
}

.why-digital-card {
    border-radius: 18px;
    height: 130px;
    background-color: var(--light);
}

.why-digital-card .card-body {
    display: flex;
    align-items: center;
}

.why-digital-card .num {
    position: absolute;
    top: -2px;
    left: -2px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 27px;
    padding: 5px;
}

.why-digital-card .icon {
    width: 120px;
    height: 120px;
    border-radius: 120px;
    display: flex;
    background-color: rgb(113, 108, 182);
    position: absolute;
    padding: 28px;
    right: -15px;
    bottom: -15px;
}

.why-digital-card .icon img {
    width: 100%;
}

.text-light-primary {
    color: var(--light-primary);
    font-weight: 700;
}

.bnr-form .form-control,
.bnr-form .form-select {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.bnr-form .validation_error {
    color: rgb(184, 0, 0);
    position: absolute;
    font-size: 11px;
}

.bg-success {
    background-color: rgb(115, 186, 0) !important;
}

.shadow-sm {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px !important;
}

.syllabus .tab-pane {
    max-height: 400px;
}

.syllabus .tab-pane table p {
    margin-bottom: 0;
}

.syllabus .nav-pills .nav-link {
    background-color: var(--light);
    margin-bottom: 10px;
    padding: 10px 18px;
    white-space: nowrap;
}

.syllabus .nav-pills .nav-link.active {
    background-color: var(--primary) !important;
    color: var(--secondary);
}

.syllabus h4 {
    font-family: "cera regular";
}

.syllabus hr {
    background: white;
    opacity: 1;
    height: 2px;
}

@media screen and (min-width: 767px) {
    .syllabus .nav-pills .nav-link {
        text-align: left;
        border-radius: 5px;
    }
}

.milstone figure {
    width: 220px;
    height: 220px;
    background-color: var(--light);
    border-radius: 200px;
    display: inline-block;
}

.prep-for-exam .exam {
    border: 1px solid rgb(214, 220, 242);
    border-radius: 0.7rem;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    font-family: "cera medium";
    margin: 0.3rem;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 5px inset;
    display: inline-block;
    min-width: 8rem;
}

.advantages .rounded-end-5 {
    border-bottom-right-radius: 3rem !important;
    border-top-right-radius: 3rem !important;
}

.advantages .rounded-start-5 {
    border-bottom-left-radius: 3rem !important;
    border-top-left-radius: 3rem !important;
}

.imp-links a {
    color: var(--light) !important;
    font-size: 11px;
}

.border-dashed {
    border-style: dashed !important;
}

ul#lightgallery {
    padding: 0px;
    list-style: none;
    margin: 0px;
}

li.video-class-box {
    padding: 12px;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 6px 0px;
    background: rgb(255, 255, 255);
    margin: 4px;
}

li.video-class-box tag {
    position: absolute;
    z-index: 3;
    font-size: 14px;
    background: rgb(140, 206, 123);
    color: rgb(255, 255, 255);
    box-shadow: rgba(255, 255, 255, 0.41) 0px 0px 4px 0px;
    border-radius: 8px;
    padding: 4px 10px;
    top: 10px;
    left: 10px;
    display: inline-block;
}

li.video-class-box div.poster-img-holder {
    height: 320px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    overflow: hidden;
    margin: -12px -12px 0px;
    background-color: #000000;
}

li.video-class-box div.info {
    padding: 10px 0px 0px;
}

li.video-class-box div.info small {
    color: rgb(0, 123, 255);
    padding: 6px 8px 6px 0px;
}

li.video-class-box div.info p.desc {
    font-size: 13px;
    line-height: 1.5;
    color: gray;
    min-height: 48px;
}

li.video-class-box div.info h5.tutor {
    font-weight: bold;
    font-size: 16px;
    margin: 0px;
}

#lightgallery .owl-nav {
    position: absolute;
    top: calc(50% - 45px);
    width: 100%;
}

#lightgallery .owl-nav>button {
    left: -20px;
    position: absolute;
    color: rgb(255, 255, 255);
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.44);
    border-radius: 50%;
    line-height: 0;
    outline: 0px;
    font-size: 60px !important;
}

#lightgallery .owl-nav>button.owl-next {
    left: auto;
    right: -20px;
}

#lightgallery .owl-nav>button>span {
    line-height: 0;
    height: 11px;
    display: block;
}

.video-class-box .degree {
    font-size: 12px;
    margin-bottom: 0px;
    height: 61px;
}

.similar-caruse-carousel .specs {
    font-size: .85rem;
    min-height: 4rem;
}

.similar-caruse-carousel .border.border-dark {
    min-height: 19rem;
}

.owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background-color: #7881A3;
    margin: 5px;
    border-radius: 10px;
}

.owl-dots .owl-dot.active {
    background-color: #000000;
}

.faculty-carousel figure {
    width: 130px;
    height: 130px;
    border-radius: 100px;
    overflow: hidden;
    display: inline-block;
}

@media (max-width: 1199px) {
    .container {
        max-width: 100%;
    }
}

.btn-price-hover {
    border: #302d5b 1px solid;
    border-radius: 15px;
}

.btn-price-hover:hover {
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
    background-color: #fff;
    border: #fff 1px solid;
}

.npf_wgts iframe {
    height: 440px;
}

.npf_wgts.prime-existing iframe {
    height: 480px;
}

.sale-landing .npf_wgts iframe {
    height: 460px;
}

.npf_wgts iframe h1,
.npf_wgts iframe h1.widget_heading {
    display: none;
}

.npfPopup-message iframe {
    height: 23rem;
}

.npfWidgetButton {
    padding-left: 11px !important;
    flex: right;
    position: fixed !important;
    right: -40px !important;
    transform: rotate(270deg) !important;
    top: 50% !important;
    background-color: var(--secondary) !important;
    z-index: 999999 !important;
    border-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 18px;
    color: var(--primary) !important;
    line-height: 1.33;
    padding: 8px 18px;
    font-weight: bold;
    cursor: pointer;
    border: 0;
}

.npfTitle-1bd0d58b36c07467a60077341156646d {
    font-size: 22px;
    text-align: center;
}

.npfTitle-1bd0d58b36c07467a60077341156646d {
    font-size: 20px;
    text-align: center;
    color: var(--primary) !important;
}

div#popup-1bd0d58b36c07467a60077341156646d {
    z-index: 99999;
}

@media(max-width: 768px) {
    .npfWidget-1bd0d58b36c07467a60077341156646d.npfWidgetButton {
        right: -15%;
        z-index: 99999;
    }

    .vmc-course-name {
        margin-bottom: 1rem !important;
    }
}

.viq_tab input[type="radio"] {
    opacity: 0;
}

.bg-sale {
    background-color: var(--sale) !important;
    border-color: var(--sale);
    color: var(--primary);
}

.benefit-number {
    width: 70px;
    height: 70px;
    line-height: 70px;
    color: rgba(0, 0, 0, 0.3) !important;
}

.owl-nav {
    text-align: center;
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: 50%;
}

.owl-nav>div {
    content: "";
    font-size: 20px;
    background-color: #fff;
    border: var(--dark) 2px solid;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    line-height: 38px;
    text-align: center;
    color: var(--dark);
}

.owl-nav>div.owl-next {
    /* transform: translate(45px, -25px); */
}

.owl-nav>div.owl-prev {
    transform: translate(-45px, -30px);
}

.owl-nav .owl-prev.disabled {
    opacity: 0;
}

.owl-nav .owl-next.disabled {
    opacity: 0;
}

@media (max-width:1376px) {
    .owl-nav>div.owl-next {
        transform: translate(25px, -55px);
    }

    .owl-nav>div.owl-prev {
        transform: translate(-25px, -55px);
    }
}

@media (max-width:767px) {
    .owl-nav {
        position: static;
        justify-content: center;
    }

    .owl-nav>div.owl-next {
        transform: none;
        margin: 5px;
    }

    .owl-nav>div.owl-prev {
        transform: none;
        margin: 5px;
    }
}

.main-menu {
    height: 4rem;
    position: relative;
    z-index: 100;
}

.main-menu .nav-pills {
    height: 4rem;
    width: auto !important;
    min-width: 100%;
}

.main-menu .nav-pills .nav-item {
    padding: 0 5px;
}

.main-menu .nav-pills .nav-item:first-child {}

.main-menu .nav-pills .nav-item:last-child {
    !i;
    !;
}

.main-menu .nav-pills .nav-link {
    border-radius: .4rem;
    color: var(--primary);
    padding: 0.5rem 1rem .5rem 1rem;
    position: relative;
    border: var(--light-secondary) 3px solid;
    font-size: 1.2rem;
    position: relative;
}

.main-menu .nav-pills .nav-link .red-dot {
    position: absolute;
    top: .4rem;
    right: .4rem;
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.6);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
    }
}

.main-menu .nav-pills .nav-link.active,
.main-menu .nav-pills .show>.nav-link {
    background-color: var(--light-secondary);
    font-family: 'cera bold';
    border-color: var(--secondary);
}

.main-menu .nav-pills .nav-link.active .red-dot,
.main-menu .nav-pills .show>.nav-link .red-dot {
    display: none;
}

.rounded-top-5 {
    border-radius: 1rem 1rem 0 0;
}

@keyframes blinker {
    0% {
        opacity: 1;
        transform: scale(1.05);
    }

    100% {
        opacity: 0.7;
        transform: scale(1);
    }
}

.blink {
    text-decoration: none;
    animation-name: blinker;
    animation-duration: 0.3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
}


@keyframes arrow-blinker {
    0% {
        opacity: 1;
        transform: scale(6.9);
        color: var(--primary);
    }

    100% {
        opacity: 0.7;
        transform: scale(1);
        color: var(--light-primary);
    }
}

.arrow-blink {
    text-decoration: none;
    animation-name: arrow-blinker;
    animation-duration: 0.3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
}


@media (max-height:880px) {
    .npfPopup-message iframe {
        height: 34rem;
    }
}

@media(min-width: 1576px) {
    .modal-sm {
        max-width: 30%;
    }
}

.custom-tooptip {
    position: relative;
}

.custom-tooptip .content {
    position: absolute;
    padding: 20px;
    bottom: 100%;
    background-color: #ffffff;
    margin-bottom: 15px;
    border: var(--light) 1px solid;
    border-radius: 15px;
    opacity: 0;
    transition: display 1.5s ease-out;
}

.custom-tooptip .content .list {
    padding-left: 0 !important;
}

.custom-tooptip .content::after {
    content: "";
    border: transparent 8px solid;
    border-top-color: #fff;
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    top: 100%;
}

.custom-tooptip:hover .content {
    display: block;
    opacity: 1;
    color: var(--primary);
}

.ews-bnr {
    background-image: url("../img/ews/bnr.webp");
    background-size: cover;
}

@media only screen and (max-width:767px) {
    .ews-bnr {
        background: none !important;
    }

    .ews-bnr .bnr-cont {
        background-image: url("../img/ews/bnr.webp");
        background-size: cover;
    }
}

.tab1 .nav-tabs {
    text-align: center;
    border: 4px solid transparent;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    border: 0;
}

.tab1 .nav .nav-item {
    text-align: center;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.tab1 .nav .nav-link {
    margin: 0 2px;
    background-color: var(--m1-tab-bg);
    color: var(--m1-tab-text);
    transition: background-color 0.2s, color 0.2s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2.5;
    border: 0;
    border-radius: 0;
    outline: none;
    width: 100%;
    background-color: var(--light);

}

.tab1 .nav .nav-link:hover {
    background-color: var(--primary);
    color: var(--secondary);
}

.tab1 .nav .nav-link.active,
.tab1 .nav .nav-link.active:hover {
    background: var(--primary);
    color: var(--secondary);
}

.tab1 .nav i {
    display: inline-block;
    margin: 0 0.4em 0 0;
    vertical-align: middle;
    text-transform: none;
    font-size: 1.3em;
    line-height: 1;
    speak: none;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.list {
    list-style: none;
    padding: 0;
}

.list li {
    position: relative;
    padding-left: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1rem;
}

.list.small>li {
    font-size: 0.8rem;
}

.list li::before {
    position: absolute;
    left: 0px;
    content: "\2713\0020";
    color: rgb(102, 102, 102);
}

.list li ul li {
    padding: 0px;
}

.list li ul li::before {
    position: absolute;
    left: -16px;
    top: 10px;
    content: "";
    background-color: rgb(242, 201, 76);
    width: 5px;
    height: 5px;
    border-radius: 10px;
}

.list.list-dot li {
    margin-bottom: 10px;
}

.list.list-dot li::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 10px;
    background-color: rgb(0, 0, 0);
    margin: 7px 0px;
}

.red-dot {
    width: .6rem;
    height: .6rem;
    display: inline-block;
    border-radius: 1rem;
    background-color: var(--maroon);
}

.main25 .student-card .dp {
    border-radius: 20rem;
    width: 9rem;
    overflow: hidden;
    border: #555 1px solid;
}

.main25 .student-card .dp img {
    width: 100%;
}

.benefits-points {
    color: #302d5b;
    background-color: #ffffff85;
    /* background-color: var(--primary-transparent); */
    border-radius: 1rem;
    font-size: 1.2rem;
}

.benefits-points .row {
    align-items: center;
}

.benefits-points p {
    margin-bottom: 0;
}

.number-circle {
    background-color: var(--secondary);
    color: var(--primary);
    width: 4rem;
    height: 4rem;
    display: block;
    font-family: cera bold;
    line-height: 4rem;
    border-radius: .8rem;
    font-size: 1.5rem;
    text-align: center;
}

.card-custom {
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
    height: 21rem;
    text-align: center;
}


.card-content {
    position: relative;
    z-index: 1;
}

.profile-img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #7c4dff;
}

.bg-1 {
    background-color: #f0f4ff;
}

.bg-2 {
    background-color: #fdeaf1;
}

.bg-3 {
    background-color: #ecf9f1;
}

.bg-rank {
    position: absolute;
    bottom: 12%;
    left: 0;
    font-size: 14rem;
    font-weight: 900;
    color: rgba(124, 77, 255, 0.08);
    z-index: 0;
    width: 100%;
    line-height: 1.2;
}

.popular-course {
    background-color: #fff;
}


.why-vmc .sm-circle {
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
}

.why-vmc .sm-circle i {
    font-size: 2rem;
    opacity: 0.5;
    color: rgb(31, 29, 90);
    margin-bottom: 0px !important;
}

.teachers-grid-new {
    padding: 1rem;
}