a {
    text-decoration: none;
    color: #08101C;
}

.sticky-top.hedaer {
    background-color: #fff;
    box-shadow: 0 0 6px #ccc;
}

.aprv-card-desn {
    border-bottom: 1px solid #ccc;
}

.aprv-card-desn .form-select,
.aprv-card-desn .form-control {
    padding: 10px;
    border: 1px solid #000 !important;
    box-shadow: none !important;
    border-radius: 10px;
    width: 100%;
}

.mw-900{
    max-width: 900px;
    margin: 0 auto;
}

.aprv-card-desn button {
    width: 100%;
    background-color: #08101C !important;
    color: #fff !important;
    border: 1px solid #08101C !important;
    border-radius: 10px;
    padding: 10px;
}

.nave-cernter-item-1 li.nav-item {
    text-align: center;
}

.evt-card-left i {
    font-size: 16px;
}

.cel-btn {
    background: transparent;
    border: none;
}

.aprv-card-desn .form-label {
    font-size: 14px;
    font-weight: 500;
}

.calendar {
    margin: 32px 0;
    background: white;
    border-radius: 5px;
    padding: 20px;
}

.celendor-top {
    display: flex;
    align-items: center;
    gap: 16px;
}

#monthYear {
    margin: 0;
}

.days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    margin-top: 10px;
}

.day {
    font-weight: bold;
    padding: 6px;
    text-align: center;
    background: #08101C;
    color: #fff;
    border: 1px solid #e0e0e0;
    border-bottom: none;
}

.calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

.day-cell {
    border: 1px solid #e0e0e0;
    height: 60px;
    text-align: center;
    position: relative;
}

.event {
    background-color: #08101C;
    padding: 2px;
    border-radius: 3px;
    position: absolute;
    bottom: 2px;
    left: 5px;
    right: 5px;
    color: #fff;
    text-wrap: nowrap;
}

.event.Black {
    background-color: #08101C;
}

.event.Red {
    background-color: #c42525;
}

.event.Green {
    background-color: #159c32;
}

.event:hover {
    position: absolute;
    width: auto;
    z-index: 99;
    padding: 2px 6px;
}

.event-listing-sec .event:hover {
    position: absolute;
    width: fit-content;
    z-index: 99;
    left: 50%;
    transform: translateX(-50%);
    padding: 2px 6px;
}

.today {
    background-color: transparent;
    /* Highlight color */
    border: 2px solid #ffa600;
    /* Border color for today's date */
}

.sucess-ico,
.cancel-ico,
.pending-ico {
    color: #000;
}

.sucess-ico {
    color: #159c32;
}

.cancel-ico {
    color: #ffa600;
}

.pending-ico {
    color: #c42525;
}

.evt-card-d1 {
    display: flex;
    gap: 16px;
    background-color: #F6F6F6;
    padding: 12px;
    border-radius: 10px;
}

.evt-card-d1 p,
.evt-card-d1 h2,
.evt-card-d1 h3 {
    margin-bottom: 0;
}

.date-evt {
    text-align: center;
    color: #fff;
    border-radius: 10px;
    overflow: hidden;
    height: fit-content;
    min-width: 60px;
}

.date-evt h2 {
    background: #08101C;
    width: 100%;
    padding: 6px;
    font-size: 20px;
}

.date-evt p {
    background: #393D43;
    padding: 6px;
    min-width: 60px;
    font-size: 14px;
}

.evt-content-date {
    position: relative;
}

.evt-content-date h3 {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 6px;
}

.evt-content-date p {
    color: #8B8B8B;
}

.l_more-btn {
    padding: 10px 36px;
    background-color: #08101C;
    border: 1px solid #08101C;
    border-radius: 10px;
    color: #fff;
    display: block;
    width: fit-content;
}

.aprv-footer {
    background: #f0f0f0;
    padding: 24px 0;
}

.aprv-footer-left {
    border-radius: 12px;
    background-color: #fff;
    padding: 16px;
    height: 100%;
}

.aprv-footer-right {
    padding: 16px;
    border-radius: 12px;
    background: #F8F8F8;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.not-ico-size {
    font-size: 32px;
}

.section-heading-title {
    font-weight: 400 !important;
    font-size: 40px;
    line-height: 62px;
    text-transform: uppercase;
    font-family: belleza;
}

.page-links-step {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 0;
}

.page-links-step a {
    color: #7c7c7c;
}

.page-links-step a:last-child {
    color: #08101C;
}

.evt-fee-card {
    border: 1px solid #cccc;
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 46px;
}

.evt-fee-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.evnt-fee h5 {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

.aply-btn-align-last {
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: end;
    height: 100%;
}

.evtn-date-card {
    background-color: #f0f0f0;
    padding: 12px;
    border-radius: 12px;
}

.evtn-date-card h5 {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 400;
    color: #393E46;
}

.evtn-date-card p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    margin-top: 4px;
}

.down-syllabus-card {
    border: 1px solid #ccc;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.syllabus-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 26px;
}

.syllabus-nav ul li {
    display: flex;
    gap: 12px;
    align-items: self-start;
    margin-bottom: 16px;
}

.syllabus-nav ul li p {
    margin-bottom: 0;
}

.syllabus-nav ul li i {
    background-color: #62B683;
    padding: 4px;
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
}

.syllabus-benefits-sec {
    margin-bottom: 46px;
}

.border-none {
    border: none !important;
}

.event-apl-head {
    background: #08101C;
    color: #fff;
    text-align: center;
    padding: 12px;
}

.event-application-form {
    border: 1px solid #ccc;
    padding: 0;
}

.event-application-form .form-control,
.event-application-form .form-select {
    width: 100% !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* file input btn css start */

.apli-file-upload-btn {
    position: relative;
    width: fit-content;
    height: fit-content;
}

.apli-file-upload-btn .form-control {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}

.apli-file-upload-btn .show-btn {
    background: #393E46;
    color: #fff;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 16px;
}

.apli-file-upload-btn .show-btn i {
    font-size: 24px;
    margin-right: 8px;
    opacity: 0.7;
}

/* file input css end  */

/* .event-application-form .form-check-input {
    background-image: url(../images/mingcute_check-fill.png) !important;
    border-radius: 4px !important;
    padding: 8px;
} */

.event-application-form .form-check-input {
    box-shadow: none !important;
}






/* home page css  */

.homepage-hero-section .owl-carousel button.owl-dot {
    background: #000;
    border-radius: 20px;
    opacity: 0.4;
    width: 14px;
    height: 14px;
    padding: 0;
    margin: 0 4px;
}

.homepage-hero-section .owl-carousel button.owl-dot.active {
    opacity: 1;
    width: 22px;
}

.homepage-hero-section .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.my-60px {
    margin-top: 60px;
    margin-bottom: 60px;
}

.py-60px {
    padding-top: 60px;
    padding-bottom: 60px;
}

.ind-yog-certify-left {
    max-width: 320px;
    margin: 0 auto;
}

.ind-yog-certify-cbg {
    background-image: url("../images/liner.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 36px 20px 0;
    border-radius: 16px;
    color: #fff;
    text-align: center;
    min-height: 320px;
    display: flex;
    flex-direction: column;
}

.certify-of-yoga-cbg {
    text-align: center;
}


.ind-yog-certify-cbg h2,
.certify-of-yoga-cbg h2,
.certify-govt-cbg h2 {
    font-size: 32px;
    font-family: Belleza;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 16px;
    line-height: 52px;
}

.ind-yog-certify-cbg p,
.certify-of-yoga-cbg p,
.certify-govt-cbg p {
    font-size: 16px;
    max-width: 768px;
    margin: 0 auto 16px;
}

.ind-yog-cbg-bottom {
    display: flex;
    align-items: end;
    justify-content: center;
    margin: auto 12px 0 12px;
    gap: 32px;
}

.cbg-btm-left {
    background: #08101C99;
    border-radius: 12px 12px 0 0;
    padding: 12px 16px;
    width: 100%;
}

.cbg-btm-left p {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.cbg-btm-left h3 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 12px;
    text-wrap-mode: wrap;
}

.certify-of-yoga {
    background-color: #F8F8F8;
}

.certify-of-yoga.bg-swert {
    background-image: url("../images/bg-02.png");
    background-position-y: center;
    background-position-x: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.certify-cbg-btn {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    border: 1px solid #000;
    border-radius: 8px;
    padding: 12px 32px;
    display: block;
    max-width: 240px;
    margin: 0 auto;
}

.certify-cbg-btn.clr-brdr-w {
    border-color: #fff;
    background-color: #fff;
    margin-top: 46px;
}

.certify-govt-btn {
    color: #62B683;
    font-size: 20px;
    font-weight: 600;
    font-family: 'belleza';
}

.certify-govt-btn i {
    font-size: 20px;
    margin-right: 10px;
}

.certify-cbg-bottom {
    margin-top: 24px;
}

.fexm-material-section {

    background-position-x: center;
    background-position-y: top;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
    color: #fff;
}

.mw-991px {
    max-width: 800px;
    margin: 0 auto;
}

.owl-carousel.owl-sec-2 .owl-nav.disabled,
.owl-carousel.owl-sec-2 .owl-nav {
    display: flex !important;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    width: 100%;
    left: 0px;
    justify-content: space-between;
}

.owl-carousel.owl-sec-2 .owl-nav button.owl-next span,
.owl-carousel.owl-sec-2 .owl-nav button.owl-prev span {
    font-size: 36px;
    background-color: #000;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    opacity: 0.6;
    transition: 0.3s;
    font-family: "Roboto", serif;
}

.owl-carousel.owl-sec-2 .owl-nav button.owl-next span:hover,
.owl-carousel.owl-sec-2 .owl-nav button.owl-prev span:hover {
    opacity: 1;
}

.team-carousel-sec {
    text-align: left;
}

.mb-slider-name {
    margin-top: 10px;
}

.mb-slider-name h4 {
    font-size: 22px;
    font-weight: 600;
    font-family: 'Belleza';
    margin-bottom: 12px;
}

.syllabus-heading-content h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.mb-slider-name p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

.govt-contect-cardbox {
    background-color: #08101C;
    border-radius: 16px;
    padding: 24px;
    color: #fff;
}

.img-govt-card:first-child {
    max-width: 45px;
    height: auto;
    margin-bottom: 16px;
}

.img-govt-card:last-child {
    max-width: 180px;
    height: auto;
    margin-bottom: 16px;
}

.medi-img-center {
    max-width: 100%;
    max-height: 380px;
}

.govt-certify-cernterbox {
    width: 100%;
    display: flex;
    justify-content: center;
}

.certification-types-cardbox {
    background-color: #fff;
    box-shadow: 4px 4px 12px #ccc;
    height: 100%;
    padding: 16px;
    border-radius: 16px;
}

.video-cardbox {
    max-width: 991px;
    margin: 0 auto;
    position: relative;
}

.you-video-top-head {
    position: absolute;
    width: 100%;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(180deg, #525252 0%, rgba(82, 82, 82, 0.3) 39.69%, rgba(255, 255, 255, 0) 100%);
    padding: 20px;
    left: 0;
    gap: 32px;
}

.logo-v-img {
    min-width: 60px;
    min-height: 60px;
    max-width: 60px;
    max-height: 60px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 6px;
}

.chennel-link-logo {
    display: flex;
    align-items: center;
    gap: 16px;
}

.chennel-link-logo p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
}

.video-copy-linkad {
    color: #fff;
    text-wrap: nowrap;
}

.video-c-ico-link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-c-ico-link a {
    display: block;
    border-radius: 50%;
    animation-name: v-ico-glow-1;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.video-c-ico-link i {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fa0000;
    font-size: 34px;
    background-color: #0000009e;
    border-radius: 50%;
    animation-name: v-ico-glow;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

@keyframes v-ico-glow {
    0% {
        box-shadow: 0 0 0 0 #0000004f;
    }

    100% {
        box-shadow: 0 0 0 24px #0000004f;
    }
}

@keyframes v-ico-glow-1 {
    0% {
        box-shadow: 0 0 0 0 #0000009e;
    }

    100% {
        box-shadow: 0 0 0 10px #0000009e;
    }
}

.login-btn {
    color: #fff;
    background: #08101c;
    border-radius: 4px;
    padding: 10px 20px;
}




/* certification page css  */

.certification-tab-panel .nav-pills .nav-item .nav-link {
    background-color: #F8F8F8;
    border: 1px solid #ADADAD;
    color: #8B8B8B !important;
    border-radius: 12px;
    padding: 8px 24px;
}

.certification-tab-panel .nav-pills .nav-item .nav-link.active {
    background-color: #08101C;
    border: 1px solid #08101C;
    color: #fff !important;
}

.certification-tab-panel .nav-pills {
    gap: 10px;
    margin-bottom: 24px !important;
}

.fee-struc-table th {
    font-weight: 600;
}

.assessment-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.assessment-nav ul .assessment-navlink {
    border: 1px solid #ccc;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    padding: 12px;
    align-items: center;
}

.assessment-nav ul .assessment-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.assessment-pdf-img {
    width: 60px;
    height: auto;
    min-width: 40px;
}

.assessment-left p {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 500;
}

.assessment-dbtn {
    padding: 8px 24px;
    height: fit-content;
    background: #08101C;
    color: #fff;
    border-radius: 12px;
}




@media (max-width: 1199.98px) {
    .evt-content-date h3 {
        font-size: 18px;
    }

    .cbg-btm-left {
        padding: 12px 12px;
    }

    .ind-yog-cbg-bottom {
        gap: 12px;
    }

    .ind-yog-certify-cbg h2, .certify-of-yoga-cbg h2, .certify-govt-cbg h2 {
        font-size: 28px;
        line-height: 42px;
    }
}

@media (max-width: 991.98px) {
    .govt-contect-cardbox {
        padding: 16px;
    }


    .ind-yog-certify-cbg h2,
    .certify-of-yoga-cbg h2,
    .certify-govt-cbg h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .certification-tab-panel .nav-pills .nav-item .nav-link {
        border-radius: 8px;
        padding: 6px 12px;
        font-size: 12px;
    }

    .assessment-left p {
        font-size: 14px;
    }

    .assessment-dbtn {
        padding: 6px 18px;
        border-radius: 8px;
    }
}

@media (max-width: 767.98px) {

    .owl-carousel.owl-sec-2 .owl-nav button.owl-next span,
    .owl-carousel.owl-sec-2 .owl-nav button.owl-prev span {
        font-size: 26px;
        width: 30px;
        height: 30px;
    }

    .chennel-link-logo p {
        margin-bottom: 0;
        font-size: 12px;
        font-weight: 500;
        line-height: normal;
    }

    .date-evt {
        min-width: 60px;
    }

    .date-evt p {
        min-width: 60px;
    }

    .evt-content-date h3 {
        font-size: 16px;
    }

    .logo-v-img {
        min-width: 40px;
        min-height: 40px;
        max-width: 40px;
        max-height: 40px;
    }

    .certification-tab-panel .nav-pills {
        gap: 10px;
        margin-bottom: 24px !important;
        flex-wrap: nowrap;
        text-wrap: nowrap;
        overflow-x: auto;
        scrollbar-width: none;
    }
}

@media (max-width: 575.98px) {

    .assessment-left p {
        margin-bottom: 16px;
    }

    .homepage-hero-section .owl-carousel button.owl-dot.active {
        width: 18px;
    }

    .ind-yog-certify-cbg {
        min-height: 280px;
    }

    .evt-fee-card-head {
        align-items: self-start;
        flex-direction: column;
    }

    .aply-btn-align-last {
        justify-content: start;
    }

    .event:hover {
        width: fit-content;
    }

    .ind-yog-certify-left {
        max-width: 160px;
        margin: 0 auto;
    }

    .homepage-hero-section .owl-carousel button.owl-dot {
        width: 10px;
        height: 10px;
        margin: 0 3px;
    }

    .homepage-hero-section .owl-dots {
        bottom: 10px;
    }

    .my-60px {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .py-60px {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .cbg-btm-left p {
        font-size: 18px;
        margin-bottom: 6px;
    }

    .cbg-btm-left h3 {
        font-size: 12px;
        margin-bottom: 6px;
    }

    .ind-yog-certify-cbg p,
    .certify-of-yoga-cbg p,
    .certify-govt-cbg p {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .you-video-top-head {
        padding: 10px;
        gap: 12px;
    }

    .chennel-link-logo {
        gap: 8px;
    }

    .video-c-ico-link i {
        font-size: 26px;
    }

    @keyframes v-ico-glow {
        0% {
            box-shadow: 0 0 0 0 #0000004f;
        }

        100% {
            box-shadow: 0 0 0 18px #0000004f;
        }
    }

    @keyframes v-ico-glow-1 {
        0% {
            box-shadow: 0 0 0 0 #0000009e;
        }

        100% {
            box-shadow: 0 0 0 8px #0000009e;
        }
    }

    .mb-slider-name h4 {
        font-size: 18px;
        margin-bottom: 6px;
    }

    .assessment-nav ul .assessment-left {
        align-items: start;
        flex-direction: column;
    }

    .assessment-nav ul .assessment-navlink {
        align-items: start;
        flex-direction: column;
    }

    .assessment-dbtn {
        padding: 6px 24px;
    }
}

@media (max-width: 430px) {
    .ind-yog-cbg-bottom {
        margin: auto 0 0;
    }

    .ind-yog-certify-cbg h2,
    .certify-of-yoga-cbg h2,
    .certify-govt-cbg h2 {
        font-size: 18px;
    }

    .ind-yog-certify-cbg p,
    .certify-of-yoga-cbg p,
    .certify-govt-cbg p {
        font-size: 12px;
        margin-bottom: 10px;
        line-height: normal;
    }

    .ind-yog-certify-cbg {
        padding: 10px;
        padding-bottom: 0;
        border-radius: 8px;
        min-height: 260px;
    }

    .cbg-btm-left {
        border-radius: 10px 10px 0 0;
        padding: 8px;
    }

    .ind-yog-cbg-bottom {
        gap: 6px;
    }

    .chennel-link-logo p {
        font-size: 7px;
    }

    .logo-v-img {
        min-width: 26px;
        min-height: 26px;
        max-width: 26px;
        max-height: 26px;
    }
}