body {
    font-family: "Poppins", serif;
    font-size: 14px;
}

img {
    max-width: 100%;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

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

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

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

.text-secondary {
    color: #707070 !important;
}

.section-heading {
    text-align: center;
    max-width: 700px;
    margin: auto;
    padding-bottom: 40px;
}

.greenBorder {
    width: 80px;
    height: 3px;
    background: #00BE55;
    border-radius: 4px;
    display: block;
    margin-bottom: 10px;
}

.section-heading h2 {
    color: #044783;
    font-size: 22px;
    font-weight: 700;
    display: inline-block;
}

.section-heading p {
    color: #000000;
    font-size: 13px;
    margin: 0;
}

.btn-primary {
    font-size: 15px;
    background: #00438C !important;
    border: none !important;
    padding: 11px 20px;
    min-width: 110px;
    border-radius: 100px;
    color: #fff !important;
}

.btn-primary-gradient {
    background: transparent linear-gradient(271deg, #00438C 0%, #1265DA 100%) 0% 0% no-repeat padding-box !important;
    font-size: 13px;
    border: none !important;
    padding: 10px 20px;
    min-width: 110px;
    border-radius: 100px;
    color: #fff !important;
}

.btn-primary-gradient:hover {
    background: transparent linear-gradient(271deg, #00438C 0%, #1265DA 100%) 0% 0% no-repeat padding-box !important;
}

.btn-success {
    font-size: 15px;
    background: #00BE55 !important;
    border: none !important;
    padding: 11px 20px;
    min-width: 110px;
    border-radius: 100px;
    color: #fff !important;
}

.btn-secondary {
    font-size: 15px;
    background: #BCBCBC !important;
    border: none !important;
    padding: 11px 20px;
    min-width: 110px;
    border-radius: 100px;
    color: #fff !important;
}

input,
select {
    box-shadow: none !important;
    outline: none !important;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 30px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(112, 112, 112, .22);
    border-radius: 30px;

}

.mainHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: .3s all;
}

.mainHeader.fixed {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
}

.mainHeader .navbar-nav {
    background-color: #00438C;
    background-image: url(../images/border-bg.svg);
    border-radius: 100px;
    background-position: center;
    background-size: cover;
}

.mainHeader .navbar-nav .nav-item {
    padding: 10px 20px;
}

.mainHeader .navbar-nav .nav-link {
    color: #fff;
    padding: 4px;
}

.mainHeader .navbar-nav .nav-link.active {
    color: #00BE55;
}

.mainBanner {
    background: #F6F6EE;
    padding: 120px 0 200px;
    position: relative;
}

.bgIcons1 {
    position: absolute;
    top: 29%;
    right: 26%;
    transition: .5s all;
    pointer-events: none;
}

.bgIcons2 {
    position: absolute;
    top: 30%;
    right: 0;
    transition: .5s all;
    pointer-events: none;
}

.bgIcons3 {
    position: absolute;
    bottom: 26%;
    left: 3%;
    transition: .5s all;
    pointer-events: none;
}

.bgIcons4 {
    position: absolute;
    top: 52%;
    right: 18%;
    transition: .5s all;
    pointer-events: none;
}

.bgIcons5 {
    position: absolute;
    bottom: 24%;
    right: 3%;
    transition: .5s all;
    pointer-events: none;
}

.bgIcons6 {
    position: absolute;
    top: 43%;
    left: 26%;
    transition: .5s all;
    pointer-events: none;
}

.bgIcons7 {
    position: absolute;
    top: 20%;
    right: 14%;
    transition: .5s all;
    pointer-events: none;
}

.bgIcons8 {
    position: absolute;
    top: 34%;
    right: 10%;
    transition: .5s all;
    pointer-events: none;
}

.bgIcons9 {
    position: absolute;
    top: 12%;
    right: 5%;
    transition: .5s all;
    pointer-events: none;
}

.bgIcons10 {
    position: absolute;
    top: 44%;
    left: 9%;
    transition: .5s all;
    pointer-events: none;
}

.bgIcons11 {
    position: absolute;
    top: 29%;
    left: 18%;
    transition: .5s all;
    pointer-events: none;
}

.bgIcons12 {
    position: absolute;
    top: 38%;
    left: 0;
    transition: .5s all;
    pointer-events: none;
}

.bgIcons13 {
    position: absolute;
    top: 11%;
    left: 10%;
    transition: .5s all;
    pointer-events: none;
}

.recentSearch span {
    position: relative;
    margin: 0 5px;
    background: #fff;
    border-radius: 100px;
}

.recentSearch span a {
    display: block;
    color: #000;
    padding: 7px 20px 7px 30px;
    font-size: 12px !important;
    text-align: left;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.recentSearch span:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 15px;
    width: 7px;
    height: 7px;
    border-radius: 100px;
    background: #00BE55;
}

.bannerTxt {
    text-align: center;
    max-width: 600px;
    margin: auto;
}

.bannerTxt span {
    color: #000000;
    display: block;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 5px;
}

.bannerTxt h1 {
    color: #000000;
    display: block;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 20px;
}

.bannerTxt h1 b {
    color: #00BE55;
    font-weight: 700;
}

.bannerTxt p {
    font-size: 18px;
    font-weight: 500;
}

.bnrSearch {
    margin-top: 100px;
}

.searchInput {
    display: flex;
    flex-wrap: wrap;
}

.searchInput .form-control {
    height: 60px;
    border-radius: 100px;
    background-image: url(../images/search.svg);
    background-repeat: no-repeat;
    background-position: center left 20px;
    background-size: 20px;
    padding-left: 60px;
    border: none;
    overflow: hidden;
}

.recentSearch button.slick-prev.slick-arrow {
    position: absolute;
    left: -40px;
    top: -5px;
    background-image: url(../images/previous.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 0;
    border: none;
    width: 40px;
    height: 40px;
    z-index: 1;
}

.recentSearch button.slick-next.slick-arrow {
    position: absolute;
    right: -40px;
    top: -5px;
    background-image: url(../images/next.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 0;
    border: none;
    width: 40px;
    height: 40px;
    z-index: 1;
}

.gradientBorder {
    width: calc(100% - 190px);
    border-radius: 100px;
    margin-right: 20px;
    padding: 3px;
    background: transparent linear-gradient(270deg, #676CE621 0%, #D3A2EF21 17%, #F3DA3321 60%, #F5705921 100%) 0% 0% no-repeat padding-box;
}

.searchInput .btn {
    border-radius: 100px;
    height: 60px;
    width: 170px;
    font-size: 17px;
    font-weight: 500;
}


.togglediv input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
}

.togglediv label {
    cursor: pointer;
    text-indent: -9999px;
    width: 85px;
    height: 35px;
    background: #fff;
    display: block;
    border-radius: 100px;
    position: relative;
    margin: auto;
}

.togglediv label:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 4px;
    width: 30px;
    height: 30px;
    background: #00BE55;
    border-radius: 90px;
    transition: 0.3s all;
}

.togglediv input:checked+label {
    background: #fff;
}

.togglediv input:checked+label:after {
    left: calc(100% - 5px);
    transform: translateX(-100%);
}

.togglediv {
    padding-bottom: 10px;
}

.learnSection {
    background: #F6F6EE;
}

.contentNeeds {
    padding: 5px;
    border-radius: 16px;
    background-color: #044783;
    max-width: 1000px;
    margin: -130px auto auto;
    position: relative;
    z-index: 1;
}

.maincon {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 10px;
    border: 2px dashed #fff;
    padding: 20px;
}

.layoutText {
    text-align: center;
}

.layoutText figure {
    background-color: #fff;
    padding: 4px;
    border-radius: 4px;
}

.layoutText figure img {
    width: 280px;
    height: 140px;
    object-fit: cover;
    border-radius: 4px;
}

.layoutText h3 {
    font-size: 16px;
    text-align: center;
    color: #fff;
}

.layoutText p {
    color: #fff;
    max-width: 250px;
    font-size: 12px;
    margin: auto;
}

.toggleGroup {
    color: #fff;
}

.toggleGroup {
    font-size: 12px;
}

.sliderImg {
    width: 50%;
}

.sliderImgtxt {
    width: 50%;
}

.sliderImg img {
    width: 500px;
    height: 500px;
    border-radius: 14px;
    object-fit: cover;
    margin: auto;
}

.sliderContent {
    display: flex !important;
    gap: 30px;
}

.slider-thumb img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
}

.sliderImgtxt h3 {
    font-size: 38px;
    font-weight: 700;
}

.sliderImgtxt {
    padding: 30px 60px;
}

.sliderImgtxt p {
    font-size: 16px;
    max-width: 400px;
}

.slider-content button {
    background-color: rgba(4, 71, 131, .7);
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    height: 35px;
    width: 35px;
}

.slider-content .slick-arrow {
    position: absolute;
    display: flex;
    gap: 10px;
    right: 10px;
    top: 0;
    z-index: 10;
}

.slider-content .slick-prev {
    margin-right: 50px;
}

.slider-thumb {
    width: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
}

.slider-thumb .slick-slide {
    padding: 5px;
}

.sliderMain {
    position: relative;
}

.learnSection,
.skillsSection,
.featuresSection,
.courseSection {
    margin: 70px 0px;
}

.skillsSection,
.meetSection {
    position: relative;
}

.skillsDots {
    position: absolute;
    top: -40px;
    right: 0;
}

.skillsBox {
    text-align: center;
    text-decoration: none;
}

.skillsBox figure {
    text-align: center;
    background-color: #FDF4ED;
    border-radius: 50%;
    height: 200px;
    width: 200px;
    margin: auto auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.skillsBox h3 {
    font-size: 16px;
    color: #000000;
}

.skillsBox p {
    color: #000000;
}

.skillsBox2 figure {
    background-color: #EFEFF4;
}

.skillsBox3 figure {
    background-color: #E9F1EE;
}

.skillsBox4 figure {
    background-color: #DAF3F8;
}

.skillsBox figure {
    transition: .3s;
}

.skillsBox:hover figure {
    background-color: #00BE5530;
}

.skillsBox:hover h3,
.skillsBox:hover p {
    color: #00BE55;
}

.featuresSection {
    background-color: #41739f;
    position: relative;
    padding: 50px 0;
}

.featureGroup {
    background-color: #0b4e8a;
    padding: 15px;
    position: relative;
    z-index: 2;
}

.featureTxtbox {
    background-color: #FFFFFF20;
    padding: 10px;
    width: 33.33% !important;
    border-radius: 4px;
}

.featureTxtbox h3 {
    font-size: 14px;
    color: #fff;
}

.featureTxtbox img {
    width: 45px;
    height: 45px;
}

.featureTxtbox p {
    color: #fff;
    font-weight: 300;
}

.featureContent {
    display: flex;
    flex-wrap: wrap;
}

.featureImg img {
    border-radius: 4px;
}

.portraitImg img {
    width: 150px;
    height: 390px;
    object-fit: cover;
    border-radius: 10px;
}

.landscapeImg img {
    width: 150px;
    height: 187px;
    object-fit: cover;
    border-radius: 10px;
}

.CircleLottie {
    position: absolute;
    right: 5px;
    top: 45px;
    z-index: 1;
    pointer-events: none;
}

.shapeLottie {
    position: absolute;
    top: -60px;
    left: -90px;
    pointer-events: none;
    opacity: 0.2;
}

.coursesTabs {
    justify-content: center;
    padding-bottom: 30px;
    border: 0;
}

.coursesTabs .nav-item .nav-link {
    border: 0;
    color: #000000;
    background: none;
    border: none;
}

.coursesTabs .nav-item {
    position: relative;
}

.coursesTabs .nav-item::after {
    content: '';
    position: absolute;
    background-color: #000000;
    top: 14px;
    right: 0;
    width: 2px;
    height: 10px;
}

.coursesTabs .nav-item:last-child::after {
    display: none;
}

.coursesTabs .nav-link.active {
    font-weight: 600;
}

.coursesBox {
    box-shadow: 0px 0px 6px #00000029;
    padding: 6px;
    border-radius: 4px;
    background: #fff;
}

.nonacadBx>figure>a>img {
    min-height: 140px;
    max-height: 140px;
    object-fit: cover;
    width: 100%;
}

.coursesBox .btn-primary-gradient {
    white-space: nowrap;
    padding: 8px 14px;
    min-width: 100px;
}

.coursesBox>figure>img {
    width: 100%;
    height: 160px;
    border-radius: 4px;
    object-fit: cover;
}

.coursesBox b {
    font-weight: 500;
    font-size: 14px;
}

.coursesBox h3 {
    font-size: 14px;
    color: #00438C;
    margin: 18px 0px;
    /* display: -webkit-box; */
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 600;
}

.courseInfo span {
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.pricetag {
    color: #00BE55;
    font-weight: 600;
    font-size: 17px;
}

.pricetag span {
    color: #8F8383;
    text-decoration: line-through;
    font-size: 16px;
}

.exploreMain .sliderImgtxt h3 {
    font-size: 16px;
    font-weight: 500;
    color: #044783;
    max-width: 350px;
}

.exploreMain .sliderImgtxt p {
    font-size: 14px;
}

.exploreMain .sliderImg img {
    width: 100%;
    height: 300px;
    border-radius: 2px;
    object-fit: cover;
}

.slider-explore-thumb .slick-slide {
    padding: 0 10px;
}

.exploreconTent span {

    font-size: 14px;
    color: #00438C;
    font-weight: 600;
}

.exploreconTent b {
    display: block;
    font-weight: 400;
    font-size: 12px;
    color: #000000;
}

.exploreconTent {
    background-color: #fff;
    padding: 5px;
}

.exploreMain .sliderImgtxt {
    padding: 30px 0px;
}

.launchedSection {
    position: relative;
    background: #F6F6EE;
}

.exclusiveTag {
    position: absolute;
    left: 60px;
    top: -20px;
}

.slider-explore .sliderContent {
    justify-content: space-between;
}

.standardPlan {
    background-color: #FFEDB6;
    padding: 20px;
    border-radius: 6px;
    position: relative;
}

.essentialsBg {
    background-color: #D1E8FF;
}

.premiumBg {
    background-color: #B7FFD7;
}

.standardPlan strong {
    color: #00438C;
    font-size: 18px;
    font-weight: 700;
    display: block;
    padding-bottom: 10px;

}

.standardPlan strong b {
    font-weight: 600;
    font-size: 12px;
    color: #000;
}

.standardPlan span {
    display: block;
    color: #000;
    font-size: 18px;
    font-weight: 700;
}

.standardPlan span b {
    display: block;
    color: #000;
    font-size: 13px;
    font-weight: 500;
}

.planlistUl {
    padding-bottom: 50px;
}

.planlistUl>li p {
    font-size: 14px;
    font-weight: 500;
}

.hrClr {
    color: #C2C2C2;
}

.recommended {
    background-color: #00438C;
    padding: 6px 16px;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    border-radius: 0px 6px 0px 0px;
    position: absolute;
    right: 0;
    top: 0;
}

.meetSection {
    background-color: #F6F6EE;
}

.meetLottie {
    position: absolute;
    left: 60px;
    top: -20px;
}

.meetSliderContent {
    display: flex;
    flex-wrap: wrap;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #00000029;
    padding: 15px;
    margin: 10px;
    border-radius: 3px;
}

.meetslidertxt {
    width: calc(100% - 230px);
    padding-right: 40px;
}

.meetslidertxt span {
    display: block;
    color: #1060CF;
    font-size: 20px;
    font-weight: 600;
}

.meetslidertxt b {
    display: block;
    color: #1060CF;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 15px;
}

.meetslidertxt p {
    font-size: 13px;
    font-weight: 500;
    color: #000000;
}

.meetprofileImg {
    width: 230px;
}

.meetprofileImg figure {
    margin: 0;
}

.meetprofileImg figure img {
    /* width: 230px;
    height: 230px;
    object-fit: cover; */

    height: 315px;
    width: 100%;
    border: 2px solid #D5D1D1;
    border-radius: 4px;
}

.featuresecContent .featureTxtbox {
    width: 50% !important;
}

.meetContent {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #00000029;
    padding: 10px 10px 20px;
    margin: 10px;
    border-radius: 3px;
}

.meetContent figure img {
    /* width: 100%;
    height: 200px;
    object-fit: cover; */

    height: 315px;
    width: 100%;
    border: 2px solid #D5D1D1;
    border-radius: 4px;
}

.meetContent span {
    display: block;
    font-size: 16px;
    font-weight: 700;
}

.meetContent b {
    display: block;
    font-size: 13px;
    font-weight: normal;
    position: relative;
    padding-bottom: 5px;
}

.meetContent b:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: #000000;
}

.hovertextMain {
    background: transparent linear-gradient(271deg, #00438C 0%, #1265DA 100%) 0% 0% no-repeat padding-box !important;
    font-size: 15px;
    border: none !important;
    padding: 11px 20px;
    width: 150px;
    border-radius: 100px;
    text-align: center;
    color: #fff !important;
    margin: auto;
    display: block;
    transition: .3s;
}

.studentSayAbout {
    background-image: url(../images/studentBg.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0 150px;
    margin: 70px 0;
}

.sayAboutSlider {
    position: relative;
    z-index: 200;
    padding: 120px 0px 0;
    margin: auto;
    width: 100%;
}

.aboutSliderSec {
    max-width: 600px;
    margin: auto;
}

.topImg {
    position: absolute;
    top: -40px;
    right: 0;
    pointer-events: none;
}

.sayAboutSlider .slick-arrow {
    position: absolute;
    top: auto;
    bottom: -30px;
    width: 40px;
    height: 40px;
    margin-top: -25px;
    border: none;
    background: transparent;
    color: #fff;
    font-family: monospace;
    font-size: 0;
    z-index: 300;
    outline: none;
    background-size: 40px;
    background-position: center;
}

.sayAboutSlider .slick-prev {
    left: calc(50% - 45px);
    background-image: url(../images/prev-green.svg);
}

.sayAboutSlider .slick-next {
    right: calc(50% - 45px);
    background-image: url(../images/next-green.svg);
}

.sayAboutSlider .item.slick-slide {
    width: 500px;
    height: 250px !important;
    transition: transform .4s;
    position: relative;
    overflow: hidden;
    padding: 20px;
    opacity: .4;
}

.sayAboutSlider .slick-list {
    padding: 30px 0;
}

.sayAbout {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 7px;
    padding: 20px;
    position: relative;
    overflow: hidden;
}

.sayAbout::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}

.sayAbout p {
    text-align: center;
    font-size: 13px;
    color: #000000;
    font-weight: 500;
    max-height: 140px;
    overflow: auto;
}

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

.sayProfile figure {
    width: 50px;
    height: 50px;
    margin: 0;
}

.sayProfile figure img {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px #00000029;
    margin: 0;
}

.sayProfile strong b {
    display: block;
    color: #000000;
    font-weight: 500;
}

.sayProfile strong {
    font-size: 13px;
    color: #000000;
    font-weight: 500;
}

.hovertext2,
.hovertext1 {
    margin: 0;
    transition: .5s;
}

.hovertextMain:hover .hovertext2 {
    display: block;
}

.hovertextMain:hover .hovertext1 {
    display: none;
}

.hovertextMain .hovertext2 {
    display: none;
}

.meetMain .sliderContent {
    background-color: #ffffff;
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 4px;
    padding: 10px;
}

.advantagesSection {
    background: #F6F6EE;
    padding: 50px 0;
}

.benefitsTab {
    max-width: 320px;
    margin: auto;
    gap: 10px;
    border: none !important;
}

.benefitsTab>li {
    width: 150px;
}

.benefitsTab>li .nav-link {
    background: #FFFFFF;
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 6px;
    width: 150px;
    height: 150px;
    font-size: 15px;
    color: #30C768;
    font-weight: 500;
    border: none !important;
}

.benefitsTab>li .nav-link.active {
    background: #30C768;
    color: #fff;
}

.benefitsTab>li .nav-link.active img {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(300%) contrast(100%)
}

.benefitContent h4 {
    font-size: 16px;
    font-weight: 700;
    color: #11171D;
    position: relative;
    padding: 5px 0 5px 20px;
}

.benefitContent h4:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 30px;
    background: #30C768;
}

.benefitContent ul {
    padding-left: 20px;
}

.benefitContent ul li {
    display: block;
    margin-bottom: 20px;
    position: relative;
    padding-left: 17px;
}

.benefitContent ul li:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 100px;
    background: #044783;
}

.benefitContent ul li strong {
    font-size: 14px;
    font-weight: 500;
    color: #044783;
}

.benefitContent ul li p {
    font-size: 13px;
}

.arrowImg {
    position: absolute;
    bottom: 0;
    left: 0;
}

.exclusiveBlog {
    padding: 50px 0;
}

.blogContent {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 7px;
    overflow: hidden;
    padding: 7px 7px 14px;
}

figure.blogImg {
    overflow: hidden;
    border-radius: 6px;
}

figure.blogImg img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    border-radius: 6px;
    transition: .3s all;
    transform: scale(1);
}

.blogContent:hover .blogImg img {
    transform: scale(1.1);
}

.blogContent span {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #00BE55;
    margin-bottom: 10px;
}

.blogContent h4 {
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blogContent h4 a {
    color: #000;
    display: block;
}

.blogContent h4 a:hover {
    color: #00BE55;
}

.blogContent p {
    font-size: 13px;
    color: #A3A3A3;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

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

.blogProfile figure {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px #00000029;
    border: 2px solid #00BE55;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    margin: 0;
}

.blogProfile strong {
    font-size: 13px;
    color: #000000;
    font-weight: 500;
}

.blogProfile strong b {
    display: block;
    color: #044783;
    font-weight: 500;
}

.recentBlogList>li {
    display: block;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e3e3e3;
}

.recentBlogList>li strong {
    font-size: 15px;
    display: block;
    margin-bottom: 5px;
}

.recentBlogList>li a {
    color: #044783;
    text-decoration: underline;
    font-size: 13px;
    font-weight: 500;
}

.footerMain {
    background-image: url(../images/footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    max-width: 1920px;
    margin: auto;
    padding-top: 220px;
}

.footerMain p {
    font-size: 13px;
}

.footLink h3 {
    font-size: 16px;
    color: #044783;
    font-weight: 700;
    margin-bottom: 14px;
}

.footLink .greenBorder {
    width: 50px;
}

.footLink ul li {
    display: block;
    font-size: 13px;
    margin-bottom: 15px;
}

.footLink ul li a {
    display: block;
    font-size: 13px;
    color: #000;
}

.emailTxt {
    word-break: break-all;
}

.loginMain {
    padding: 40px 13px 40px;
    position: relative;
    z-index: 1;
}

.loginMain .mainBanner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.loginSec {
    max-width: 400px;
    margin: auto;
}

.loginSec .loginFormBox {
    background: #fff;
    padding: 45px;
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 20px;
    min-height: 400px;
}

.loginFormBox h3 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
}

.loginFormBox h3::after {
    content: '';
    background: transparent linear-gradient(90deg, #044783 0%, #00C056 100%) 0% 0% no-repeat padding-box;
    border-radius: 10px;
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 60px;
    height: 3px;

}

.loginFormBox p {
    color: #929292;
    font-size: 13px;
    margin-top: 14px;
}

.loginFormBox label {
    font-size: 13px;
    font-weight: 500;
    color: #707070;
}

.loginFormBox input,
.loginFormBox select {
    height: 40px;
    border-radius: 4px;
    border: 1px solid #EBD8D8;
    font-size: 14px;
}

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

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

.loginbtm a {
    font-size: 12px;
    color: #000;
    text-decoration: none;
    font-weight: 500;
}

.cstmCheckbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.cstmCheckbox label {
    position: relative;
    cursor: pointer;
    padding-left: 25px;
    color: var(--blueText);
}

.cstmCheckbox label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #C9C9C9;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 3px;
    position: absolute;
    top: 0px;
    left: 0;
}

.cstmCheckbox input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 6px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.cstmCheckbox input:checked+label:before {
    background: #079848;
    border-color: #079848;
}

.signupTxt {
    font-size: 12px;
    font-weight: 500;
    color: #000;
    text-align: center;
    display: block;
    padding: 16px 0px;
}

.signupTxt a {
    color: #00BE55;
}

.lineotp {
    position: relative;
    display: block;
    z-index: 12;
    color: #8f8499;
    text-align: center;
    margin: 30px 0;

}

.lineotp b {
    background-color: #fff;
    padding: 0px 10px;
    font-weight: 500;
    color: #00438C;
    font-size: 11px;
}

.lineotp b a {
    color: #00438C;
    font-weight: 600;
}

.lineotp::after {
    content: '';
    position: absolute;
    background-color: #f6f6f6;
    top: 10px;
    left: 0;
    height: 2px;
    width: 100%;
    z-index: -1;
}

.eyeInput {
    position: absolute;
    top: 8px;
    right: 10px;
}

.registerPage {
    max-width: 500px;
}

.rightTxt {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 12px;
    color: #30C768;
}


.textUnderline {
    color: #30C768;
    text-decoration: underline;
    font-size: 12px;
    font-weight: 500;
    display: block;
}

.otpFind {
    display: flex;
    justify-content: space-between;
}

.otpFind input {
    width: 40px;
    text-align: center;
    font-weight: 600;
}

.timing {
    font-size: 12px;
    color: #707070;
    font-weight: 500;
    display: block;
    text-align: center;
}

.timing b {
    color: #30C768;
    font-weight: 500;

}



.otpMain strong {
    color: #044783;
    display: block;
    text-align: center;
    padding: 10px 0;
    font-size: 13px;
    font-weight: 600;
}

.modal {
    --bs-modal-width: 350px;
}

.modal-header h1 {
    position: relative;
    font-size: 14px !important;
    font-weight: 600;
}

.modal-header h1::after {
    content: '';
    background: transparent linear-gradient(90deg, #044783 0%, #00C056 100%) 0% 0% no-repeat padding-box;
    border-radius: 10px;
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 60px;
    height: 3px;
}

.modal-header .btn-close {
    background-image: url(../images/crossGreen.svg);
    background-repeat: no-repeat;
    background-size: 22px;
    box-shadow: none;
    opacity: 100%;

}

.sliderAbout .item>img {
    width: 100%;
    height: 80vh;
    object-fit: cover;
    position: relative;
}

.aboutMain .sliderAbout .item>img {
    height: 45vh !important;
}

.aboutMain {
    position: relative;
}

.aboutMain::after {
    content: '';
    position: absolute;
    left: 0;
    opacity: 100%;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    transition: .3s all;
    top: 0;
    background-color: #00000080;
}

.aboutMain .bannerTxt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%);
    z-index: 222;
}

.aboutMain .bannerTxt {
    color: #fff;
}

.aboutMain .bannerTxt h3 {
    font-weight: 700;
    font-size: 35px;
}

.aboutMain .bannerTxt p {
    font-weight: 300;
}

.technoSection {
    margin: 50px 0;
}

.glanceRight {
    padding-left: 100px;
    padding-top: 20px;
    padding-bottom: 15px;
    position: relative;
}

.glanceRight::after {
    content: '';
    position: absolute;
    top: 0;
    left: 40px;
    background-color: #f1f1f1;
    width: 2px;
    height: 100%;
}

.technoSection figure img {
    border-radius: 16px;
}

.moreSection {
    background-color: #F6F6EE;
    padding: 50px 0;
}

.mittsureLeft span {
    font-size: 18px;
    color: #00438C;
    font-weight: 600;
    padding-bottom: 10px;
    display: block;
}

.moreSection::after {
    content: '';
    position: absolute;


}


.mittsureright .mainRight {
    width: 280px;
    height: 280px;
    margin: auto;
    object-fit: cover;
    position: relative;

}

.mittsureright .mainRight .mittsureImg {
    border-radius: 16px;

}


.mainRight .rocketImg {
    position: absolute;
    left: -20px;
    top: 40%;
}

.mainRight .threeImg {
    position: absolute;
    right: -20px;
    top: -10px;
}

.mainRight .paintImg {
    position: absolute;
    right: 40%;
    bottom: 0;

}

.text-primary {
    color: #044783 !important;
}

.visionSection {
    position: relative;
    margin: 50px 0;
}

.visionSection figure img {
    border-radius: 16px;
}


.visionSection .glanceRight {
    padding-left: 80px;
    padding-top: 10px;
    padding-bottom: 5px;
    position: relative;
}


.visionLottie {
    position: absolute;
    left: -110px;
    top: -50px;
    opacity: .5;
}

.mittsureLottie {
    position: absolute;
    left: -120px;
    top: 10px;
    opacity: .4;
}

.moreSection {
    position: relative;
}

.moreSection .mittsureLeft {
    padding-left: 80px;
}

.moreSection {
    background-image: url(../images/mittsureLine.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 600px;
}

.activities {
    max-width: 980px;
    background-color: #fff;
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 10px;
    padding: 20px 60px;
    margin: -35px auto 70px;
    position: relative;
}

.listingStar {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.listingStar>li {
    width: 25%;
    text-align: left;
    padding-left: 30px;
    position: relative;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 10px;
}

.listingStar>li::before {
    content: '\F586';
    font-family: bootstrap-icons;
    background: -webkit-linear-gradient(#00BE55, #29D07B, #93FFDC);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    left: 0;
}



.visionMain .skillsBox3 figure {
    background-color: #efeff4;
}

.visionMain .skillsBox4 figure {
    background-color: #f2f2f2;
}

.visionMain .skillsBox2 figure {
    background-color: #E4FFEE;
}

.visionMain .skillsBox1 figure {
    background-color: #DAF3F8;
}

.visionMain .skillsBox h3 {
    color: #000 !important;
}




.studentSay {
    background: #F9F9FB url(../images/ellipse33.svg);
    background-position: right 10% top 20%;
    background-repeat: no-repeat;
    background-size: 40px;
    padding: 60px 0;
    position: relative;
    margin: 50px 0;
}

.dotsImg {
    position: absolute;
    top: -50px;
    left: 0;
    pointer-events: none;
}

.sayContent {
    background-color: #FFFFFF;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 21px;
    padding: 20px 25px 25px;
    position: relative;
}

.quoteImg {
    position: absolute;
    top: -10px;
    left: 25px;
    pointer-events: none;
}

.sayContent p {
    color: #707070;
    font-size: 13px;
    line-height: 25spx;
}

.studentSaySlider {
    padding: 0 30px;
}

.studentSaySlider .slick-slide {
    padding: 12px;
}

.studentSaySlider .slick-arrow {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
    border-radius: 100px;
    border: none;
    background: rgba(4, 71, 131, .7);
    color: #fff;
    z-index: 1;
}

.studentSaySlider .slick-prev {
    left: 0;
}

.studentSaySlider .slick-next {
    right: 0;

}

.ourProagram {
    background: #F9F9FB;
    padding: 50px 0;
}


.programAccordion .card .card-header {
    background: #E5F4EC;
    font-size: 14px;
    color: #30C768;
    font-weight: 500;
    padding: 20px 25px;
    border: none;
    border-radius: 10px;
    transition: .35s all;
}

.programAccordion .card .card-header[aria-expanded="true"] {
    background: #30C768;
    color: #fff;
}

.programAccordion .card .card-header span {
    font-size: 16px;
}

.programContent {
    background: #30C768;
    position: relative;
    padding: 30px;
}



.programContent figure {
    margin: 0;
    text-align: right;
}

.programContent figure img {
    height: 300px;
    width: 210px;
    display: inline-block;
    object-fit: cover;
}

.programContent h3 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
}

.programContent p {
    color: #fff;
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 30px;
}



.activitieSection {
    padding: 60px 0;
}

.activitieSlider .slick-list {
    padding-left: 0 !important;
}

.activitieSlider .slick-slide {
    padding: 0 8px;
}

.galleryBigImg img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.gallerySmallImg img {
    width: 100%;
    height: 167px;
    object-fit: cover;
}

.activitieSlider .slick-arrow {
    position: absolute;
    top: -30px;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
    border-radius: 100px;
    border: none;
    background: rgba(0, 190, 85, .7);
    color: #fff;
    z-index: 1;
}

.activitieSlider .slick-prev {
    right: 45px;
}

.activitieSlider .slick-next {
    right: 0;
}

/* blog css start  */
.exclusiveSection {
    background: #ffffff;
    margin: 70px 0;
}

.exclusiveBox .courseInfo span {
    font-weight: 600;
}

.exclusiveBox .blogProfile strong {
    color: #044783;
}

.exclusiveBox {
    background-color: #FAFAFA;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    padding: 10px;
    display: block;
}

.exclusiveBox>figure img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    border-radius: 4px;
    transition: .3s all;
    transform: scale(1);

}

.exclusiveBox:hover .blogImg img {
    transform: scale(1.1);
}

.exclusiveBox b {
    color: #00BE55;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
}

.exclusiveBox p {
    color: #A3A3A3;
    font-size: 12px;

}

.exclusiveBox h3 {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.blogsliderSection {
    background-color: #F6F6EE;
    padding: 100px 0px 0px;
}

.blogsliderleft {
    width: 60%;
    position: relative;

}

.blogsliderleft h3 {
    font-size: 20px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.blogsliderleft p {
    font-size: 12px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blogsliderleft .courseInfo span {
    font-weight: 600;
}

.techLine {
    position: relative;
    color: #00BE55;
    padding-left: 80px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

.techLine::after {
    content: '';
    position: absolute;
    left: 0px;
    width: 70px;
    background-color: #C2C2C2;
    height: 2px;
    top: 10px;
}

.sliderRight {
    position: relative;
    padding-right: 5px;
}


.sliderRight .imgoneSlider {
    width: 260px;
    height: 400px;
    object-fit: cover;
    position: relative;
}

.blogSliderMain {
    display: flex;
    gap: 20px;
}


.knowMorebtn {
    position: absolute;
    right: -70px;
    bottom: 30px;
    border: 1px solid #fff !important;
    z-index: 1;
}

.slick-counter {
    color: #9fa5ac;
    font-size: 20px;
    font-weight: 300;
    left: 0;
    position: absolute;
    bottom: 20px;
    display: none !important;
}

.slick-counter .current {
    color: #000;
    font-size: 26px;
    margin-right: -3px;
    font-weight: 600;
}

.slick-counter .total {
    margin-left: -2px;
    font-size: 14px;
}

.sliderBlog .slick-arrow {
    position: absolute;
    top: auto;
    bottom: 0 !important;
    background-color: #EAEAEA;
    height: 58px;
    width: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    border: 0;
    z-index: 1;
}

.sliderBlog .slick-prev {
    right: 178px;
}

.sliderBlog .slick-next {
    right: 120px;
}

.sliderBlog .slick-dots {
    display: flex;
    gap: 5px;
    position: absolute;
    right: 50px;
    bottom: 25px;
}

.sliderBlog .slick-dots li button {
    font-size: 0;
    width: 6px;
    height: 6px;
    padding: 0;
    background-color: #5e88b6;
    border: 0;
}

.slick-dots li.slick-active button {
    background-color: #fff;
}

.exclusiveSection .courseInfo {
    color: #000;
}

.exclusiveSection .section-heading h2 {
    color: #044783 !important;
}

.exclusiveSection .section-heading {
    max-width: 100%;
    flex-wrap: wrap;
}

.exclusiveInput input:focus {
    box-shadow: none;

}

.exclusiveInput input {
    background-image: url(../images/searchIcon-gray.svg);
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 18px;
}

.exclusiveInput input {
    min-width: 340px;
    background-color: #F3F3F3 !important;
    font-size: 13px;
    height: 40px;
}

.blogTxt strong {
    font-size: 40px;
    position: relative;
    z-index: 1;
    margin-right: 60px;
}

.blogTxt strong::before {
    content: '';
    position: absolute;
    background-color: #00438C20;
    width: 70px;
    height: 40px;
    bottom: -4px;
    right: -30px;
    z-index: -1;
}

.blogTxt {
    display: flex;
    align-items: center;
    justify-content: end;

}

.articalMain {
    background-color: #00438C;
    padding: 20px 30px 20px 130px;
}

.artificialBx figure img {
    width: 150px;
    height: 70px;
    object-fit: cover;
    border-radius: 6px;

}

.vrLine {
    width: 70px;
    height: 5px;
    background-color: #00BE55;
    display: block;
    position: absolute;
    right: -30px;
    top: 35%;
    z-index: 10;
    border-radius: 30px;
    rotate: 90deg;

}

.articalMain h4 {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    display: block;
    margin-bottom: 15px;
}

.artificialBx h6 {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.artificialBx .courseInfo {
    color: #fff;
}

.artificialBx {
    display: flex;
    gap: 16px;
    padding: 8px 8px;
    border: 1px solid #70707000;
    transition: .3s;
    margin-bottom: 10px;

}

.artificialBx:hover {
    background-color: #FFFFFF30;
    box-shadow: 0px 0px 6px #00000029;
}

.artificialBx:hover .arrowGreen {
    background-color: #00BE55;
}

.arrowGreen {
    padding: 4px 8px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 4px;
    transition: .3s;
}

.articalBlog {
    background-color: #F6F6EE;
    padding: 100px 0px 20px;

}

.articalBlog figure.blogImg img {
    height: 450px;
    border-radius: 0;

}

.articalBlog h4 {
    font-size: 25px;
    font-weight: 700;
    padding-bottom: 5px;

}

.BlogtextMain {
    padding: 20px 0px;

}

.BlogtextMain strong {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    padding: 20px 0px;
    display: block;
}

.BlogtextMain p {
    margin: 0;
}



.blogRightSec {
    width: 66%;
}

.blogSliderMain .slick-prev .slick-arrow.slick-disabled {
    background-color: #e51818;
}

.articalMain {
    position: relative;
    z-index: 1;
}

.mouseLottie {
    position: absolute;
    right: 10px;
    bottom: -45px;
}

.sliderBlog {
    width: 550px;
    margin-right: -120px;
    z-index: 11;
    position: relative;
}


.exclusiveBox a {
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.exclusiveBox h4 a:hover {
    color: #00BE55;
}

.leadership {
    position: relative;
    margin: 70px 0;
}

.galaxyLoader {
    position: absolute;
    bottom: -70px;
    left: 0;
}

.leadershipContent {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    z-index: 1;
}

.leadershipContent:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% - 290px);
    height: 100%;
    background-color: #F6F6EE;
    z-index: -1;

}

.leadershipContent:before {
    content: "";
    position: absolute;
    right: 30px;
    top: -30px;
    width: 60px;
    height: 60px;
    background-image: url(../images/ellipse.svg);
    background-size: contain;
    pointer-events: none;

}

.leaderImg {
    width: 330px;
    height: 300px;
    background: url(../images/hexagon.png);
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    padding-top: 17px;
    padding-left: 31px;
}

.leaderImg img {
    width: 340px;
    height: 264px;
    object-fit: cover;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

.leaderInfo {
    width: calc(100% - 360px);
    position: relative;
    padding: 20px 20px 20px 40px;

}

.leaderInfo strong {
    font-size: 16px;
}

.leaderInfo h3 {
    color: #044783;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.leaderInfo p {
    color: #000;
    font-size: 13px;
}

.leaderInfo p b {
    font-weight: 600;
}

.leaders {
    background-color: #F6F6EE;
    background-image: url(../images/bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 70px 0;
}

.leadertxt {
    display: flex;
    flex-wrap: wrap;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #00000029;
}

.leadeImage {
    width: 180px;
    height: 100%;
    position: relative;
}

.leadeImage img {
    height: 240px;
    object-fit: cover;
}

.leadeImage::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    border-width: 0 0px 120px 200px;
    border-style: solid;
    border-color: transparent #fff #fff transparent;
}

.leaderDetail {
    width: calc(100% - 180px);
    padding: 20px;
}

.leaderDetail strong {
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 5px;
}

.detailTxt {
    height: 167px;
    overflow: hidden;
    overflow-y: auto;
    margin-right: -10px;
    padding-right: 10px;
}


.leaderDetail p {
    font-size: 13px;
    line-height: 24px;
    margin: 0;
}

.leaderDetail span {
    color: rgba(0, 0, 0, .7);
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
}

.leaderDetail span b {
    color: rgba(4, 71, 131, .7);
    font-weight: 600;
}

.leaderDetail span b {
    display: inline-block;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 2px solid #00BE55;
}

.viewCategory label {
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
}

.viewCategory .form-control {
    font-size: 13px;
    border-radius: 100px;
    color: #044783;
    border: 1px solid #044783;
    height: 40px;
    padding-left: 14px;
}

.bg-light {
    background: #F8F8F2 !important;
}

.viewCourse .blogProfile figure img,
.viewCourse .blogProfile figure {
    width: 35px;
    height: 35px;
    margin: 0;
}

.viewCourse .blogProfile strong b {
    font-size: 13px;
}

.viewCourse .blogProfile strong {
    font-size: 11px;
    line-height: 16px;
}

.viewCourse .coursesBox>figure {
    position: relative;
    margin-bottom: 30px;
}

.viewCourse .labelTxt {
    font-size: 12px;
    background: #F3CA8C;
    color: #000;
    padding: 5px 13px;
    border-radius: 3px;
    position: absolute;
    left: 10px;
    bottom: -15px;
}

.courseBanner {
    background: #F6F6EE url(../images/course-banner.svg);
    background-size: cover;
    background-position: center bottom;
    padding: 100px 0 60px;
}

.courseBanner .bannerTxt h1 {
    font-size: 35px;
    margin: 0 0 5px;
}

.courseBanner .bannerTxt p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}

.courseBanner .bannerTxt span {
    font-size: 14px;
    color: #044783;
    display: block;
    margin-bottom: 30px;
}

.scrollDownJson {
    position: absolute;
    left: -100px;
    top: 0;
}

.courseBanner2 {
    background: #F6F6EE url(../images/course-banner2.jpg);
    background-size: cover;
    background-position: center bottom;
    padding-bottom: 70px;
}

.courseBanner2 .scrollDownJson {
    top: auto;
    bottom: -100px;
    left: auto;
    right: -10%;
}




.contactBanner {
    background: #F6F6EE;
    padding: 120px 0 100px;
    position: relative;

}

.contactBanner .bannerTxt h1 {
    font-size: 45px;

}

.offeringsBanner {
    background: #F6F6EE;
    padding: 80px 0 60px;
    position: relative;

}

.offeringsBanner .bannerTxt h1 {
    font-size: 45px;

}

.lottieSquare {
    position: absolute;
    top: 160px;
    left: 40px;

}

.squareImg {
    position: absolute;
    right: 80px;
    bottom: 90px;
}

.detailsContact {
    background-color: #fff;
    box-shadow: 6px 6px 6px 6px #00000029;
    padding: 20px 15px;
    border-radius: 4px;
    text-align: center;
}

.detailsContact span {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.detailsContact b {
    font-weight: 500;
    display: block;
    color: #707070;
    padding-top: 10px;
}

.detailsContact strong {
    font-weight: 600;
    font-size: 13px;
}

.contactUs {
    margin-top: -50px;
    position: relative;
    z-index: 1;
}

.sendMessage {
    background-color: #F8F8F2;
    padding: 25px 40px;
}

.sendMessage h6 {
    font-size: 16px;
    color: #00438C;
    font-weight: 700;
    text-align: center;
}

.sendMessage p {
    color: #000;
    font-weight: 300;
    text-align: center;
    margin-bottom: 30px;

}

.help-block2 p {
    width: 100% !important;
    font-size: .875em !important;
    color: red !important;
    font-weight: 300;
    text-align: left;
}

.loginFormBox .help-block2 p {
    color: #929292;
    font-size: 13px;
    margin-top: 0 !important;
}

.sendMessage label {
    font-size: 14px;
    color: #707070;
    font-weight: 500;
}

.sendMessage .form-control {
    border: 1px solid #EBD8D8;
    border-radius: 4px;
    height: 40px;
    font-size: 13px;
}

.sendMessage .form-control:focus {
    outline: none;
    box-shadow: none;
}

.sendForm img {
    width: 100%;
    height: 530px;
    object-fit: cover;

}

.messageMain {
    margin: 70px 0;
    position: relative;
}

.askQueations .accordion-button {
    font-size: 13px;
    font-weight: 600;
    background-color: #F4F5FF !important;
    border-radius: 6px;
}

.askQueations .accordion-body {
    font-size: 13px;
    padding: 10px 20px;
    background-color: #f4f5ff;
    border-radius: 0px 0px 4px 4px;
}

.askQueations .accordion-item {
    margin-bottom: 10px;
    border: 0;

}

.askQueations .accordion-button:not(.collapsed) {
    box-shadow: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}


.askQueations .accordion-button .collaps {
    background-color: #000;

}


.askQueations .accordion-button::after {
    background-size: 12px;
    background-image: url(../images/arrowIcon.svg);
    height: 9px;

}

.askQueations button:focus:not(:focus-visible) {
    box-shadow: none;

}

.messageMain .lottieRactangle {
    position: absolute;
    top: -140px;
    right: 0px;
}

.aboutCourses {
    margin: 40px 0;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: ' \F285';
    font-family: bootstrap-icons;
    font-size: 14px;
}

.breadcrumb-item.active {
    color: #044783;
    font-weight: 600;
}

.breadcrumb li a {
    color: #B8B8B8;
    font-weight: 500;
    font-size: 14px;
}

.ViewTabs {
    border: 0;
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 100px;
    padding: 5px;
    width: fit-content;
    display: flex;
    gap: 6px;
    margin-bottom: 30px;

}

.ViewTabs .nav-link {
    padding: 8px 16px;
    border: 0;
    font-size: 13px;
    font-weight: 500;
    border-radius: 100px;
    color: #707070;

}

.ViewTabs .nav-link.active {
    border-radius: 100px;
    background-color: #044783;
    color: #fff;
}

.btnCopy {
    background-color: #00BE55 !important;
    color: #fff !important;
    font-size: 13px;
    border-radius: 0;
    padding: 12px 14px;
    display: inline-block;
    font-weight: 500;
    position: absolute;
    right: 0;
    top: 0;
}

.shareCourse input::placeholder {
    color: #000;
}

.shareCourse input {
    font-size: 12px;
    border-radius: 0;
    height: 45px;
    padding-right: 75px;
    border: 1px solid #000;
    outline: none;


}

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

.socialCart {
    display: flex;
    gap: 10px;
    justify-content: center;
    padding: 14px 0;
}

.cartsImag {
    box-shadow: 0px 0px 6px #00000029;

}

.cartContent {
    padding: 0px 10px;
}

.cartContent>span {
    color: #000;
    font-weight: 600;
    font-size: 20px;
    display: flex;
    align-items: center;
}

.cartContent .lineThr {
    color: #B8B8B8;
    font-weight: 500;
    text-decoration: line-through;
    font-size: 13px;

}

.textRed {
    color: #D10000;
    font-size: 13px;
    font-weight: 500;
}

.access {
    font-size: 12px !important;
    padding: 0px 20px;
    color: #B8B8B8 !important;
    font-weight: 400 !important;
    text-align: center;
    padding-bottom: 20px;
    display: block;

}

.cartsImag .imageMain>img {
    width: 100%;
    height: 165px;
    object-fit: cover;
    border-radius: 4px;
}

.cartsImag .imageMain {
    position: relative;
}

.cartsImag .imageMain::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00000030;
    width: 100%;
    height: 100%;
    border-radius: 4px;


}

.playBtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.studentSkill {
    background-image: url(../images/skill-bg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 100px 0;
    position: relative;
    margin: 60px 0;
}

.dolphinJson {
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
}

.readingBook {
    position: absolute;
    left: 0;
    bottom: -50px;
    pointer-events: none;
}

.studentSkill h2 {
    max-width: 500px;
    margin: auto auto 10px;
    font-size: 26px;
    font-weight: 600;
}

.studentSkill p {
    max-width: 500px;
    margin: auto auto 10px;
    font-size: 16px;
    font-weight: 500;

}

.detailList {
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    padding: 30px 0;
    margin: 60px 0;
    position: relative;
}

.detailList:before {
    content: "";
    position: absolute;
    right: 30px;
    top: -60px;
    width: 50px;
    height: 50px;
    background-image: url(../images/ellipse.svg);
    background-size: contain;
    pointer-events: none;
}

.detailList ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.detailList ul li {
    padding: 0 20px;
    width: 33.33%;
    font-size: 13px;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.detailList ul li figure {
    width: 45px;
    min-width: 45px;
    margin-bottom: 0;
    margin-right: 20px;
}

.popularInstructor {
    margin: 70px 0;
    position: relative;
}

.popularInstructor .visionLottie {
    left: -20px;
    top: -40px;
}

.popularList {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

.popularList>li {
    width: 33.33%;
    padding: 10px
}

.instructorTxt {
    background: #F6F6F6 0% 0% no-repeat padding-box;
    border: 1px solid #DDD9D9;
    display: flex;
    align-items: center;
    padding: 13px;
}

.instructorTxt figure {
    width: 100px;
    margin: 0;
}

.instructorTxt figure img {
    width: 100%;
    height: 75px;
    object-fit: cover;
    border-radius: 3px;
}

.txtInst {
    width: calc(100% - 100);
    padding-left: 10px;
}

.txtInst h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 3px;
}

.txtInst p {
    font-size: 12px;
    color: #707070;
    margin: 0 0 3px;
}

.txtInst span {
    font-size: 11px;
    color: #707070;
    display: block;
    margin-top: 3px;
}

.clientReview {
    background: #F1F8FE url(../images/reviewBg.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 600px;
    padding: 60px 0;
}

.reviewImage {
    width: 250px;
}

.reviewTxt {
    width: calc(100% - 250px);
    padding-left: 50px;
}

.reviewTxt p {
    font-size: 13px;
    line-height: 26px;
    margin-bottom: 10px;
}

.reviewTxt strong {
    font-size: 13px;
    display: block;
    color: #044783;
}

.reviewTxt span {
    font-size: 13px;
    display: block;
}

.reviewImage img {
    width: 250px;
    height: 250px;
    object-fit: cover;
}

.courseBanner3 {
    background: #F6F6EE;
    padding: 130px 0 60px;
    position: relative;
}

.courseBanner3 .bannerTxt {
    max-width: calc(100% - 400px);
    padding-left: 100px;
}

.courseBanner3 .bannerTxt h1 {
    margin-bottom: 10px;
}

.courseBanner3 .bannerTxt h1 b {
    color: #30C768;
}

.courseBanner3 .lottieSquare {
    position: absolute;
    bottom: 30px;
    top: auto;
    left: 40px;
}

/*  */


.lottieCourse {
    position: absolute;
    bottom: 0;
    right: 0;
}

.aboutBg {
    background-color: #F1F8FE;
}

.aboutBg {
    padding: 20px 40px;
    background-image: url(../images/kathak-img.svg);
    background-repeat: no-repeat;
    background-position: center right 40px;
    background-size: 250px;
}

.willLearn {
    margin: 40px 0;
}

.learnInner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.requirementInner {
    background-color: #F6FBFE;
    max-width: 700px;
    padding: 25px 20px;
    position: relative;
}

.requirementInner::after {
    content: '';
    background-image: url(../images/yellow-round.svg);
    background-repeat: no-repeat;
    background-position: top right 10px;
    background-size: 50px;
    top: -25px;
    position: absolute;
    right: 0;
    width: 60px;
    height: 50px;
}

.requirement p {
    margin-bottom: 10px;
}

.needOnly {
    margin: 50px 0;

}

.needBox {
    padding: 14px;
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 4px;
}

.needBox figure img {
    width: 55px;
    height: 55px;
}

.needBox span {
    font-size: 11px;
    font-weight: 600;
}

.expandall {
    font-size: 14px;
    font-weight: 600;
    color: #044783;
}

.headingsections {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.headingsections span {
    font-weight: 500;

}

.curriculumAcrdn button {
    display: flex;
    justify-content: space-between;
    padding-left: 50px;
    font-weight: 600;
    font-size: 14px;
    background-color: #F7F9FA;
}

.accordion-button:not(.collapsed) {
    background-color: #F7F9FA;

}

.curriculumAcrdn button span {
    font-weight: 400;
    color: #707070;
    font-size: 13px;

}

.curriculumAcrdn .accordion-button::after {
    position: absolute;
    left: 16px;

}

.accordianInner figure img {
    width: 70px;
    min-width: 70px;
    height: 70px;
    object-fit: cover;
}

.accordianInner span {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    display: block;
    max-width: 350px;
}

.accordianInner strong {
    color: #707070;
    font-weight: 500;
    font-size: 13px;
    display: block;
}

.accordianInner b {
    font-size: 13px;
    color: #707070;
    font-weight: 500;
}

.accordianInner strong i {
    color: #F8B84E;
}

.accordianInner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;

}

.accordianInner .button:focus(.collapsed) {
    box-shadow: none;
}

.curriculumAcrdn button:focus:not(:focus-visible) {
    box-shadow: none;
}

.curriculumAcrdn .accordion-item {
    border-radius: 0;
}

.curriculumAcrdn .accordion-body {
    padding: 15px 22px 15px 50px;
}

.cartsImag {
    position: sticky;
    top: 100px;
    margin-bottom: 20px;
}

#coursePreview {
    --bs-modal-width: 500px;
}

#coursePreview .modal .modal-dialog-centered {
    background-color: #00000008;
}

#coursePreview .modal-header h1::after,
#createFolder .modal-header h1::after,
#createFile .modal-header h1::after,
#instructor .modal-header h1::after,
#profile .modal-header h1::after,
#studentList .modal-header h1::after,
#teacherList .modal-header h1::after,
#digitalCon .modal-header h1::after,
#scheduledOnline .modal-header h1::after {
    display: none;
}

#coursePreview .modal-content {
    background: rgba(0, 0, 0, .5);
    color: #fff;
}

#coursePreview video {
    object-fit: cover;
}

.prevCrs {
    position: absolute;
    bottom: 12px;
    left: 25%;
    z-index: 2;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
}

.studyMat .requirementInner {
    max-width: 100%;
    background-color: #F8F8F270;
}

.studyMaterials {
    background-color: #F6F6EE;
    padding: 140px 0px 10px;
    margin-bottom: 40px;
}

.studyMaterials .bannerTxt h1 {
    font-size: 30px;
    margin-bottom: 8px;

}

.materialsInner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.coloredLottie {
    position: absolute;
    left: -130px;
    bottom: -60px;

}


.overView {
    background-color: #F8F8F270;
    padding: 25px 20px;
}

.createUl {
    margin-bottom: 18px;
}

.createUl>li {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;

}

.overView {
    position: relative;
}

.overView .mouseLottie {
    position: absolute;
    top: -40px;
    right: 10px;
}

/* dashboard css start  */

.dashboardHead {
    padding: 12px 0;
    background: #fff;
    box-shadow: 0px 3px 6px #00000012;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 65px;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.dropdownPrf {
    border: none;
    box-shadow: none;
    background: none;
    font-size: 13px;
    font-weight: 400;
    color: #000;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0;
}

.dropdownPrf img {
    width: 36px;
    height: 36px;
    border-radius: 100px;
    object-fit: cover;
    overflow: hidden;
}

.leftItem {
    display: flex;
    align-items: center;
    width: 200px;
    padding-left: 20px;
}

.rightItem {
    display: flex;
    align-items: center;
    padding-right: 20px;
    width: calc(100% - 200px);
}

.toggleBtn {
    display: block;
    padding: 0;
    border: none;
    background: none;
}

.searchBox input {
    background-image: url(../images/topsearch-icon.svg);
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 16px;
    height: 40px;
    width: 250px;
    max-width: 250px;
    background-color: #F7F7F7 !important;
    border: 0;
    border-radius: 4px;
    font-size: 14px;
    padding-right: 40px;
}

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




.siderBar {
    position: fixed;
    top: 66px;
    left: -100%;
    width: 290px;
    height: 100vh;
    transition: .2s all;
}

.sideMenu {
    width: 100%;
    height: 100%;
    background: #fff;
    /* padding: 30px 20px; */

}

.menuList {
    /* padding: 30px 20px; */
    padding: 20px 20px 12px 20px;

}


.sideMenuscrl {
    height: calc(100% - 55px);
    overflow: hidden;
    overflow-y: auto;
}



.menuList>li {
    display: block;
}

.menuList>li a {
    display: flex;
    align-items: center;
    color: #000;
    font-size: 13px;
    white-space: nowrap;
    padding: 12px 16px;
    margin-bottom: 6px;
}

.menuList>li a.active {
    background-color: #30C768;
    border-radius: 6px;
    color: #fff;
}

.menuList>li a:hover {
    background-color: #30C768;
    border-radius: 6px;
    color: #fff;
}

.menuList>li a:hover img {
    filter: invert(1);

}

.menuList>li a.active img {
    filter: invert(1);
}


.paymentBox {
    background: transparent linear-gradient(129deg, #00BE55 0%, #29D07B 54%, #93FFDC 100%) 0% 0% no-repeat padding-box;
    padding: 10px 20px;
    border-radius: 16px;
    text-align: center;
    margin: 60px 20px 20px;

}

.paymentBox p {
    color: #fff;
    margin-bottom: 10px;
}

.cancelBtn {
    font-size: 13px;
    color: #044783;
    border-bottom: 1px dashed;
    display: inline-block;
    text-align: center;
    font-weight: 500;
}

.paymentBox figure {
    width: 75px;
    height: 75px;
    border-radius: 100px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -40px auto 20px;
    animation: blink .8s ease-in-out infinite none;
    position: relative;
    z-index: 1;
}


@keyframes blink {
    0% {
        box-shadow: 0 0 0 0 rgba(48, 199, 104, 0.2);
    }

    100% {
        box-shadow: 0 0 0 13px rgba(84, 255, 147, 0.3);
    }
}

.dashboardMain {
    padding: 80px 15px 15px 305px;
    transition: .2s all;
}

.alertsSec {
    /* position: sticky; */
    display: flex;
    gap: 10px;
    top: 81px;
    z-index: 99;
}

.cardBox {
    background: #fff;
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 6px;
    padding: 15px;
}

.alertsSec .alertList {
    padding: 0 0px 0px 30px;
    overflow: hidden;
}

.alertsSec h3 {
    color: #30C768;

}

.alertList a {
    position: relative;
    color: #000;
    padding-left: 20px;
    font-size: 13px;
    font-weight: 500;
    margin-right: 10px;
}

.alertList a::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 6px;
    background-color: #30C768;
    width: 8px;
    height: 8px;
    border-radius: 50%;

}

.adminBx h6 {
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;

}

.adminBx {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.adminBx p {
    font-size: 12px;
    font-weight: 400;
}

.adminBx p b.text-success {
    color: #00BE55 !important;
}

.adminBx span {
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}

/* .countBx {
    display: flex;
    justify-content: space-between;


} */

.countBx span {
    text-align: end;
    font-weight: 600;
    font-size: 14px;

}

.countBx span b {
    display: block;
    font-weight: 500;
    font-size: 18px;
    color: #30C768;
}

.countBx p {
    font-size: 12px;
    margin: 0;
    font-weight: 500;
}

.countBx figure img {
    width: 40px;
    height: 40px;
}

.headingBx {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
}

.headingBx .form-select {
    height: 30px;
    min-width: 120px;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid #BBBABA;
    font-weight: 500;

}

.headingBx h4 {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}

.headingBx .form-select:focus {
    box-shadow: none;
}

.viewAll {
    font-size: 13px;
    color: #000000;
    font-weight: 500;
    padding: 5px 10px;
}

.listingUl {
    max-height: 243px;
    overflow: auto;
    padding-right: 5px;

}

.listingUl>li figure img {
    width: 45px;
    height: 45px;
    border-radius: 4px;
    object-fit: cover;
    max-width: 55px;

}

.listingUl>li span {
    color: #000;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 4px;
    display: block;
}

.listingUl>li {
    padding: 6px;
    border-radius: 4px;
    border: 0.20px solid #aaaaaa;
    background-color: #FAFBFF;
    margin-bottom: 6px;
}

.listingUl>li b {
    display: flex;
    align-items: center;
    color: #707070;
    font-weight: 500;
    font-size: 12px;
}

.iconBtm {
    display: flex;
    gap: 20px;
}

.listBox {
    display: flex;
    gap: 15px;
}

.tbleDiv .table tbody tr td {
    color: #4B4B4B;
    font-size: 12px;
    font-weight: 500;
    padding: 10px 15px;
    vertical-align: middle;
    white-space: nowrap;
}

.tbleDiv .table thead tr th {
    color: #000;
    font-size: 12px;
    font-weight: 600;
    padding: 14px 15px;
    white-space: nowrap;
}

.classesUl {
    height: 240px;
    overflow: hidden;
    overflow-y: auto;
    margin-right: -5px;
    padding-right: 5px;
}

.classesUl>li {
    display: block;
    margin-bottom: 10px;
}

.plannedList {
    border: 1px solid #CCC6C6;
    padding: 7px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 3px;
}

.planUser {
    width: 50%;
    padding-right: 10px;

}

.plannedList figure {
    margin: 0;
}

.plannedList figure img {
    width: 45px;
    height: 45px;
    border-radius: 4px;
    object-fit: cover;

}

.plannedList h4 {
    color: #000;
    font-size: 12px;
}

.plannedList span {
    font-size: 11px;
    color: #707070;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 7px;
}

.plannedList span img {
    width: 17px;
    height: 17px;
    object-fit: cover;
    border-radius: 50%;
}

.plannedList strong {
    width: 25%;
    color: #CCC6C6;
    font-size: 11px;
    font-weight: 500;
    border-left: 1px solid #bbbbbb;
    padding-left: 10px;
}

.plannedList strong b {
    display: block;
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

.downloadBtn {
    border: none;
    background: none;
    padding: 0;
    width: 30px;
    min-width: 30px;
}



/* css addd updated 22-10-2024 */


/* .teacherMain .teacherLeft {
    width: 70%;
} */

.teacherLeft {
    font-size: 13px;
}

.teacherImg {
    position: absolute;
    right: 5px;
    top: 46px;
    width: 280px;
}

.studentImg {
    top: 39px;
}

.teacherTable {
    background-color: #fff;
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 6px;
}

.tableSearch input {
    background-color: #fff;
    height: 36px;
    width: 200px;
    border-radius: 30px;
    padding-left: 35px;
    font-size: 13px;
    border: 1px solid #B9B7B7;

}

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

.tableSearch input {
    background-image: url(../images/search.svg);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center left 10px;
}

.tbleDiv .dropdown-menu,
.teacherrightTable .dropdown-menu,
.schoolDropdown .dropdown-menu {
    border: none;
    background: #fff;
    box-shadow: 0px 0px 16px #0000001A;
    border-radius: 6px;
    padding: 5px;
}

.tbleDiv .dropdown-item,
.teacherrightTable .dropdown-item,
.schoolDropdown .dropdown-item {
    font-size: 13px;
    padding: 10px;
    border-radius: 7px;
    font-weight: 500;
}

.tbleDiv .dropdown-item:hover,
.teacherrightTable .dropdown-item:hover,
.schoolDropdown .dropdown-item:hover {
    color: #4D91CC;
    background: #F2F2F2;
}

.teacherrightTable button img {
    width: 16px;
    height: 16px;
    transition: .3s;

}

.teacherrightTable button span {
    padding: 8px 10px !important;
    transition: .3s;
}


.teacherrightTable button span:hover {
    background-color: #C9D6EF !important;
    border-radius: 100px;

}

.headerTbl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: #DAE1F3;
}

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

.tooltip {
    font-size: 12px;

}

.nameTbl {
    white-space: nowrap;
}

.nameTbl img {
    width: 25px;
    height: 25px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 10px;
}

.activeTxt {
    color: #2C896C;
    background-color: #D9E8E4;
    padding: 6px 10px;
    border-radius: 4px;
}

.deactiveTxt {
    color: #FF0000;
    background-color: #FCD3D3;
    padding: 6px 10px;
    border-radius: 4px;
}

.headerTbl h6 {
    font-size: 14px;
    font-weight: 600;
}

.offcanvas-footer {
    background-color: #fff;
    width: 100%;
    padding: 15px !important;
    border-top: 1px solid #dee2e6 !important;
}

.offcanvas {
    --bs-offcanvas-width: 580px;
}

.formPanel b {
    color: #E12D20;
}

.formPanel .form-control::placeholder {
    color: #000;
}

.formPanel .form-group .form-control,
.formPanel .form-group select,
.formPanel .form-group textarea {
    font-size: 13px;
    border: 1px solid #B9B9B9;
    height: 40px;
    border-radius: 4px;
}

.formPanel .form-group textarea {
    height: 80px;
    resize: none;
}

.formPanel .form-group input:focus {
    box-shadow: none;
}

.formPanel .form-group label {
    font-size: 14px;
    color: #044783;
    font-weight: 500;
    padding-bottom: 10px;
}

.bginput input {
    background-image: url(../images/user-icon.svg);
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 12px;
    padding-right: 30px;
}

.dateBirth {
    background-image: url(../images/calender-icon.svg) !important;

}

.email {
    background-image: url(../images/email-icon.svg) !important;

}

.mobile {
    background-image: url(../images/mobile-icon.svg) !important;

}

.qualification {
    background-image: url(../images/qualification-icon.svg) !important;
    background-size: 14px !important;
}

.code {
    background-image: url(../images/code-icon.svg) !important;
    background-size: 14px !important;

}

.backbtn {
    color: #000;
    border-bottom: 1px dashed #000 !important;
    border-radius: 0;
    padding: 0px 2px;
    font-size: 14px;
    font-weight: 600;

}

.backbtn:focus {
    border: none;
}

.typeCheckList {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: -5px;
}

.typeCheckList>li {
    width: auto;
    padding: 5px;
}

.typeCheck input[type="checkbox"]:checked~label {
    background: #E4F2FF;
    border: 2px solid #0c59be;
    color: #0c59be !important;
}

.typeCheck label {
    background-color: #f5f5f5;
    border-radius: 4px;
    padding: 6px 10px !important;
    color: #707070 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin: 0;
    transition: .1s all;
    cursor: pointer;
}

.typeCheck input[type="checkbox"]:checked~label i {
    display: block;
    visibility: visible;
    overflow: visible;
    width: inherit;
}

.typeCheck label i {
    display: none;
    visibility: 0;
    width: 0;
    overflow: hidden;
}

.customPagination {
    margin: 10px 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: end;
}

.pagination .page-link {
    border-radius: 50% !important;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 6px #00000029;
    border: 0;
}

.pagination {
    gap: 10px;
}

.pagination .page-link {
    color: #304C9F;
    font-size: 14px;
}

.pagination .active .page-link {
    background: #00376a;
    color: #fff;
}



.switchTbl .form-check-input {
    width: 3em;
    height: 1.2rem;
}

.switchTbl.form-switch .form-check-input:checked {
    background-position: right center;
}

.switchTbl.form-switch .form-check-input {
    background-position: left center;
    background-image: url(../images/round-white.svg);
    background-color: #d4d4d4;
    border-color: #d4d4d4;
    cursor: pointer;
}

.switchTbl .form-check-input:checked {
    background-color: #30C768;
    border-color: #30C768;
}

.btnNo {
    border-bottom: 2px dashed #000 !important;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0;
    padding: 0 4px;
    margin-top: 10px;
}

#statusMdl .modal-header .btn-close,
#studentInactive .modal-header .btn-close,
#statusToggle .modal-header .btn-close,
#createFolder .modal-header .btn-close,
#createFile .modal-header .btn-close,
#instructor .modal-header .btn-close,
#profile .modal-header .btn-close,
#addAddress .modal-header .btn-close,
#studentList .modal-header .btn-close,
#teacherList .modal-header .btn-close,
#digitalCon .modal-header .btn-close,
#scheduledOnline .modal-header .btn-close,
#otpModal .modal-header .btn-close,
#logOut .modal-header .btn-close {
    background-image: url(../images/cross-mdl.svg);
    background-size: 12px;
}

.select2.select2-container.select2-container--default {
    width: 100% !important;
}

.select2-container--default .select2-search--inline .select2-search__field {
    padding: 0px 10px !important;
    cursor: pointer !important;

}

.select2-results__option:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 18px;
    width: 18px;
    border: 1px solid #B9B9B9;
    border-radius: 3px;
    background-color: #fff;
    margin-right: 10px;
    vertical-align: middle;
}

.select2-results__option[aria-selected=true]:before {
    font-family: "bootstrap-icons";
    content: "\F633";
    color: #fff;
    background-color: #00438C;
    border: 0;
    display: inline-block;
    padding-left: 3px;

}

.select2-container--default .select2-search--inline .select2-search__field {
    height: 28px !important;
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
    font-size: 12px !important;

}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #DCE9FE !important;
    font-size: 12px !important;
    padding: 4px 10px !important;
    border: none !important;

}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #000000;
    font-weight: bold;
    margin-right: 8px !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background: none !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected=true] {
    color: #000 !important;
}

.logsUl>li {
    margin-bottom: 40px;

}

.logsUl>li:last-child {
    margin-bottom: 10px;

}


.logsUl>li span {
    color: #000;
    font-size: 14px;
    font-weight: 500;

}

.logsUl>li strong {
    color: #B6B6B6;
    font-weight: 500;
    font-size: 12px;
    display: flex;
    align-items: center;


}

.logsUl>li strong img {
    width: 14px;
    height: 14px;
    margin-right: 8px;
}

.logsInner {
    position: relative;
}

.logsUl>li .logsInner::after {
    content: '';
    position: absolute;
    top: 35px;
    left: 17px;
    width: 2px;
    background-color: #E7E8F3;
    height: 55px;
    z-index: -1;
}

.logsUl>li:last-child .logsInner::after {
    display: none;
}



.logsUl>li strong b {
    font-weight: 500;
    padding-left: 12px;


}

.logsInner {
    display: flex;
    align-items: center;
    gap: 14px;
}

#studentInactive .modal-header p,
#statusToggle p,
#createFolder p {
    font-size: 12px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header {
    border: none !important;
    background: #ffffff !important;
    font-weight: normal;
    color: #454545;
    text-align: center;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover,
.ui-state-default:hover {
    background: #054da3 !important;
    color: #ffffff !important;
}

.ui-datepicker td span,
.ui-datepicker td a {
    padding: 6px 8px !important;
}

.ui-widget.ui-widget-content {
    border: none !important;
    box-shadow: 0px 0px 6px #00000029;
    padding: 6px;
}

.ui-icon-circle-triangle-w {
    background-image: url(../images/arrowprw.svg) !important;
    background-size: 7px;
}

.ui-icon-circle-triangle-e {
    background-image: url(../images/arrownxt.svg) !important;
    background-size: 7px;

}

.ui-icon-circle-triangle-w,
.ui-icon-circle-triangle-e {
    background-position: center !important;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    background: none !important;
    border: none !important;
    top: 2px !important;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px !important;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px !important;
}

/* 
.ui-icon, .ui-widget-content .ui-icon {
    background-image: url(../images/previous.svg) !important;
} */


/* planner css start  */
.plannerHeader {
    display: flex;
    align-items: center;
    gap: 10px;
}

.plannerHeader select {
    border: 1px solid #D2D2D2;
    font-size: 12px;
    border-radius: 30px;
    width: 100px;

}

.plannerHeader select:focus {
    box-shadow: none;
}

.plannerHeader span {
    font-size: 13px;
    font-weight: 500;

}

.tableTop {
    padding: 10px 20px;
}

.plannerUl {
    display: flex;
    gap: 24px;
}

.plannerUl>li {
    position: relative;
    color: #000;
    font-weight: 500;
    font-size: 13px;

}

.plannerUl>li::after {
    content: '';
    position: absolute;
    top: 4px;
    right: -12px;
    background-color: #272727;
    height: 12px;
    width: 2px;
}

.plannerUl>li:last-child::after {
    display: none;
}

.tableTop {
    background-color: #DAE1F3;
    margin: 10px 20px;
    border-radius: 6px 6px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.planDetails .accordion-button {
    border-radius: 4px;
    padding: 12px 10px;
}

.planDetails .accordion-item {
    margin-bottom: 10px;

}

.planDetails .accordion-body {
    padding: 10px 10px;
    border: 1px solid #D9D5D5;
    border-top: 0;
    border-radius: 0px 0px 4px 4px;
}

.planDetails .accordion-item {
    border: 0 !important;
}

.planDetails .accordion-item button {
    font-weight: 500;
    font-size: 14px;
    color: #000 !important;
    border-radius: 4px;
    border: 1px solid #D9D5D5;

}

.planDetails .accordion-item button[aria-expanded="true"] {
    border-radius: 4px 4px 0 0;
}

.planDetails .accordion-button::after {
    background-image: url(../images/arrow-accordian.svg);
    background-size: 20px;
}

.planDetails .accordion-button:focus {
    box-shadow: none !important;
}

.numbaring {
    background-color: #E2DCED;
    border-radius: 5px;
    padding: 10px 10px;
    font-weight: 600;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.accordianUl li {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-bottom: 16px;
}

.accordianUl>li:last-child {
    padding-bottom: 0;
}

.accordianUl li figure img {
    width: 60px;
    max-width: 60px;
    height: 46px;
}

.accordianUl li strong {
    font-size: 13px;
    font-weight: 500;
}

.accordianUl li p {
    font-size: 12px;
    font-weight: 400;
    margin: 0;
}

.digitalBox figure {
    position: relative;
    margin: 0;
}

.digitalBox figure img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 6px;
}

.digitalBox a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.digitalBox a img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 50%;
}

.footerBtn {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.lessonDetail strong {
    font-weight: 400;
    color: #707070;
    font-size: 14px;
    display: block;

}

.lessonDetail span {
    font-size: 14px;
    font-weight: 600;

}

.progress {
    background-color: #CCC5C5;
    height: 12px;
    border-radius: 30px;
}

.actualStatus {
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    padding: 10px 14px;
}

.actualStatus .progress-bar {
    background-color: #30C768;
}

.actualStatus b {
    font-size: 14px;
    color: #30C768;
    font-weight: 500;
    padding-bottom: 10px;
    display: block;

}

.actualStatus span {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    display: block;
}

.lessonDetail {
    position: sticky;
    top: 81px;
}

.detailTable tr {
    border: white;
}

.detailTable.tbleDiv .table tbody tr td:first-child {
    color: #707070;
    font-weight: 600;
    padding: 5px 10px 5px 0;
}

.detailTable.tbleDiv .table tbody tr td:last-child {
    color: #000;
    padding: 5px 0 5px 0;
}

.searchContent input {
    background-image: url(../images/topsearch-icon.svg);
    background-repeat: no-repeat;
    background-position: center left 10px;
    background-size: 14px;
    height: 36px;
    width: 250px;
    max-width: 250px;
    background-color: #F7F7F7 !important;
    border: 0;
    border-radius: 4px;
    font-size: 14px;
    padding-left: 33px;
}

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

.btnremoveBg {
    border: 0;
    background: transparent;

}

.btnSuccess {
    background-color: #00BE55 !important;
    padding: 8px 10px;
    font-size: 14px;
    border-radius: 4px;
    color: #fff;
    border: 1px solid #00BE55;
    cursor: pointer;

}

.fileUploded {
    background-color: #F0F3F5;
    padding: 10px;
    border-radius: 4px;
    max-width: 260px;
    margin-bottom: 14px;

}

.formPanel h6 {
    font-size: 14px;
}

.uploadInner>figure img {
    width: 35px;
    height: 35px;
    max-width: 35px;
}

.uploadInner {
    position: relative;
    background-color: #fff;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.uploadInner button {
    position: absolute;
    right: 2px;
    top: 1px;
}

.fileUploded span {
    font-size: 12px;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 145px;
}

.crossbtn {
    border: 0;
    background-color: transparent;

}

.digitaluplBox {
    background-color: #EEF7FE;
    padding: 20px 20px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.digitaluplBox>figure img {
    width: 40px;
    height: 32px;
}

.digitaluplBox span {
    color: #000;
    font-size: 13px;
    font-weight: 500;
}

.digitaluplBox b {
    display: block;
    color: #98989A;
    font-size: 11px;
    font-weight: 400;
}

.greenBx {
    background-color: #DBF8EA;
}

.purpleBx {
    background-color: #F4EFFA;
}

.yellowBx {
    background-color: #F6F3E5;
}

.folderChoosefile label {
    padding: 20px;


}

.folderChoosefile span {
    font-size: 14px;
    font-weight: 600;
    display: block;
    padding: 10px 0;
}

.folderChoosefile p {
    font-size: 12px;
}

.folderChoosefile {
    text-align: center;
    border: 0.3px dashed #707070;
    border-radius: 6px;
    margin-bottom: 40px;
}

.classDetails .plannerHeader select {
    width: 140px;

}

.classesCourse {
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 6px;
    padding: 15px 20px;
}

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

.courseHeader span {
    color: #044783;
    font-weight: 600;
    font-size: 14px;
}

.courseHeader b::after {
    content: '';
    position: absolute;
    background-color: #C5C5C6;
    top: 7px;
    left: -10px;
    border-radius: 50%;
    height: 5px;
    width: 5px;

}

.courseHeader b {
    font-size: 13px;
    color: #C5C5C6;
    position: relative;
    font-weight: 500;
}

.classesBx {
    border: 1px solid #DBF3F3;
    border-radius: 6px;
    padding: 12px 15px;
    text-align: center;
    background-color: #FCFDFD;
}

.classesBx img {
    width: 50px;
    height: 45px;
}

.classesBx span {
    font-size: 11px;
    font-weight: 600;
}

.classesBx p {
    font-size: 11px;
    color: #98989A;
    margin: 0;
}


.myCourseLft figure {
    width: 90px;
    margin: 0;
}

.myCourseLft figure img {
    width: 80px;
    height: 120px;
    object-fit: cover;
}

.coursesName {
    width: calc(100% - 80px);
    padding-left: 10px;
}

.coursesName h3 {
    font-size: 17px;
    font-weight: 600;
    /* white-space: nowrap;
    text-overflow: ellipsis; */
    max-width: 200px;
    /* overflow: hidden; */
    margin: 0 0 7px;
}

.coursesName p {
    margin: 0 0 5px;
    color: #707070;
}

.myCourses .tbleDiv .table {
    border: 1px solid #C3C3C3;
}

.myCourses .tbleDiv .table tr th,
.myCourses .tbleDiv .table tr td {
    border-color: #C3C3C3;
}

.myCourses .tbleDiv .table tr th {
    color: #707070;
    font-weight: 500;
}

.myCourses .tbleDiv .table tr td {
    color: #000;
    font-weight: 500;
}

.coursesFilter label {
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
}

.coursesFilter .form-select {
    font-size: 13px;
    height: 35px;
    border-radius: 100px;
    color: #000000;
    min-width: 120px;
}

.fileLabelTxt span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.fileLabelTxt label {
    cursor: pointer;
}

.fileLabelTxt label img {
    min-width: 30px;
}

.assignStatus {
    color: #2C896C;
    background: #D9E8E4;
    display: inline-block;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 3px;
    min-width: 80px;
    text-align: center;
}

.notassignStatus {
    color: #98989a;
    background: #f5f5f5;
    display: inline-block;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 3px;
    min-width: 80px;
    text-align: center;
}

.viewAccess .tbleDiv .table tbody tr td a {
    color: #4D91CC;
    font-style: italic;
    font-weight: 500;
    text-decoration: underline;
}

.accessDetail {
    border: 1px solid #D1CACA;
    padding: 15px;
    border-radius: 4px;
}

.accessDetail span {
    font-size: 14px;
}

.accessDetail b {
    display: block;
    font-size: 26px;
    font-weight: 600;
}

.accessDetail p {
    margin: 0;
    font-size: 13px;
    color: #A9A9A9;
}

.viewAccess .progress-stacked {
    border-radius: 100px;
    gap: 2px;
    height: 6px;
}

.viewAccess .progress-stacked>.progress {
    overflow: visible;
    height: 6px;
}

.viewAccess .progress-stacked>.progress>.progress-bar {
    width: 100%;
    border-radius: 100px;
}

.viewAccess .bg-success {
    background: #30C768 !important;
}

.viewAccess .bg-primary {
    background: #044783 !important;
}

.viewAccess .tbleDiv {
    border: 1px solid #D1CACA;
    border-radius: 4px;
}

.viewAccess .tbleDiv thead tr:first-child th {
    background: #DAE1F3;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 13px;
}

.toggleBtn input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
    display: none;
}

.toggleBtn label {
    cursor: pointer;
    text-indent: -9999px;
    width: 50px;
    height: 24px;
    background: #D4D4D4;
    display: block;
    border-radius: 100px;
    position: relative;
}

.toggleBtn label:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

.toggleBtn input:checked+label {
    background: rgba(4, 71, 131, .34);
}

.toggleBtn input:checked+label:after {
    background: #044783;
}

.toggleBtn input:checked+label:after {
    left: calc(100% - 3px);
    transform: translateX(-100%);
}

.tbleDiv tr th span {
    font-size: 12px;
    font-weight: 500;
}


.chapterDetail {
    border-radius: 6px;
    overflow: hidden;
}

.chapterDetail video {
    border-radius: 6px;
}

.nav-tabs.tbs .nav-link {
    font-size: 13px;
    border: 0;
    border-bottom: 2px solid transparent;
    color: #C4C1BF;
    font-weight: 500;
}

.nav-tabs.tbs .nav-link.active {
    border-bottom: 2px solid #044783;
    color: #044783;
}

.chapterDetail p {
    font-size: 13px;
    line-height: 24px;
}

.chapterNme {
    width: 70%;
    padding-right: 20px;
}

.chapterNme h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 5px;
}

.chapterNme span {
    display: block;
    color: #6D6D78;
    font-size: 12px;
}

.chapterSlide {
    color: #707070;
    font-size: 12px;
    width: 30%;
}

.chapterSlide span {
    white-space: nowrap;
}

.prevBtn,
.nextBtn {
    background: none;
    border: none;
    padding: 0;
    outline: none;
}

.docxList {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

.docxList>li {
    width: 33.33%;
    padding: 10px;
}

.docxTxt {
    background: #FAFAFC 0% 0% no-repeat padding-box;
    border-radius: 10px;
    border: none;
    padding: 10px;
    position: relative;
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.docxTxt:hover:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.5) 100%);

    pointer-events: none;

}

.fileName {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    z-index: 1;
    text-align: left;
    font-size: 12px;
    color: #fff;
}

.ScheduleList {
    display: flex;
    flex-wrap: wrap;
    margin: -6px;
}

.ScheduleList>li {
    width: 33.33%;
    padding: 6px;
}

.schedulContent {
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    padding: 10px;
    overflow: hidden;
    height: 100%;
}

.schedulContent figure {
    margin: -10px -10px 10px;
    position: relative;
}

.schedulContent figure img {
    width: 100%;
    height: 120px;
    object-fit: cover;
}

.schedulContent p {
    font-size: 11px;
    margin: 0 0 5px;
    display: flex;
}

.schedulContent p b {
    font-weight: 500;
    min-width: 85px;
    font-size: 12px;
}

.schedulContent p a {
    color: #044783;
    border-bottom: 1px dotted;
}

.schedulContent .btn {
    padding: 7px 13px;
    margin-top: 14px;
}

.labelTxts {
    font-size: 12px;
    background: #F3CA8C;
    color: #000;
    padding: 2px 13px;
    border-radius: 3px;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1;
}

.pageTab {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.pageTab .tabLink {
    background: #938f8f;
    width: 50%;
    border: none;
    font-size: 18px;
    color: #fff;
    padding: 18px 20px;
    font-weight: 500;
}

.pageTab .tabLink.active {
    background: #00BE55;
}

.homeBanner {
    background-image: url(../images/background-image.png) !important;
    background-size: cover;
    background-position: 100% 100%;
    padding: 100px 0 0;
}

.homeBanner .bannerTxt {
    max-width: 660px;
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    padding-bottom: 70px;
}

.homeBanner .bannerTxt h1 {
    font-size: 48px;
    font-weight: 600;
    line-height: 55px;
}

.bannerImages {
    width: 60%;
    margin-left: auto;
}

.bannerImages img {
    height: 440px;
}

.bannerSlide .slick-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

.bannerSlide .slick-dots button {
    width: 11px;
    height: 11px;
    border: 0;
    background: #b5e7cc;
    font-size: 0;
    border-radius: 100px;
    transition: .3s width;
    margin: auto;
}

.bannerSlide .slick-dots .slick-active button {
    background: #00be55;
    width: 25px;
}

.contentView h6 {
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 10px;
}

.contentView h6 strong {
    font-weight: 500;
    color: #989898;
    margin-left: 8px;
    font-size: 12px;

}

.contentView h6 b {
    color: #000;
}

.docxList .digitalBox figure>img {
    height: 130px;
}

.upcomingList>li {
    margin-bottom: 20px;
}

.upcomingList .upcomingContent {
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 4px;
    overflow: hidden;
    padding: 0;
}

.upcomingList .upcomingImg img {
    width: 170px;
    height: 125px;
    max-width: 170px;
    object-fit: cover;
}

.upcomingList .upcomingtxt p {
    font-size: 12px;
    color: #C4C1BF;
    margin: 0;
}

.upcomingList .upcomingtxt {
    padding: 10px;
}

.upcomingList .upcomingtxt h3 {
    font-size: 14px;
    font-weight: 600;

}

.upcomingList .upcomingtxt span {
    font-size: 12px;
    font-weight: 500;
}

.upcomingList .upcomingtxt span img {
    width: 13px;
    margin-right: 5px;
}

.timerleft {
    font-size: 12px;
    color: #D10000;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;

}

.upcomingList .upcomingContent {
    display: flex;
    align-items: center;
}

.learnerUl {
    display: flex;
    align-items: center;
}

.learnerUl>li img {
    width: 25px;
    max-width: 25px;
    height: 25px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid #fff;
}

.learnerUl>li span {
    width: 25px;
    max-width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #FFBE40;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-left: -10px;
    font-size: 10px !important;
}

.upcomingList .totalLearner {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
}

.upcomingList .totalLearner strong {
    font-weight: 500;
    font-size: 13px;
}

.upcomingList .totalLearner b {
    color: #30C768;
    font-weight: 500;
    font-size: 12px;
}

.learnerUl>li:nth-child(2) img,
.learnerUl>li:nth-child(3) img {
    margin-left: -10px;
}

.learnermain {
    display: flex;

}


.pastUl>li .upcomingImg img {
    width: 180px;
    height: 185px;
    max-width: 180px;
    object-fit: cover;
}

.ongoingBx {
    border: 1px solid #D9D9D9;
    border-radius: 11px;
    margin-bottom: 16px;
    width: calc(33.33% - 8px);
}

.ongoingBx .ongoingimg figure img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.ongoingimg>img {
    width: 100%;
    height: 155px;
    max-width: 100%;
    border-radius: 6px;
    object-fit: cover;
}

.ongoingimg figure {
    position: relative;


}

.ongoingimg figure::after {
    content: '';
    position: absolute;
    top: 0;
    background-color: #0000003d;
    width: 100%;
    height: 100%;
    left: 0;
    border-radius: 10px;
}

.ongoingimg {
    position: relative;
}

.ongoingimg a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cornerTxt {
    position: absolute;
    right: 10px;
    top: 10px;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 13px;

}

.ongoingTxt {
    padding: 15px 15px;
}

.profileClasses strong {
    font-size: 13px;
    color: #98989A;
    font-weight: 500;
}

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

.profileClasses img {
    width: 30px;
    height: 30px;
    border-radius: 100px;
    object-fit: cover;

}

.ongoingTxt h3 {
    font-size: 13px;
    font-weight: 500;
}

.ongoingTxt .progress {
    height: 8px;
    background-color: #EDEDED;
}

.ongoingTxt .progress-bar {
    background-color: #044783;
    border-radius: 30px;
}

.ongoingTxt span {
    font-size: 12px;
    font-weight: 500;
}

.mainboxClasses {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.goingBoxmain {
    position: sticky;
    top: 80px;
}

.mainboxClasses {
    max-height: calc(100vh - 100px);
    overflow: auto;
    padding-right: 5px;
}

.exploreBox {
    background-color: #EBE8F9;
    border-radius: 6px;
    padding: 15px;

}

.exploreBox figure img {
    width: 45px;
}

.exploreBox span {
    font-size: 13px;
    font-weight: 600;
}

.exploreBox strong b {
    color: #00BE55;
    font-size: 12px;
    margin-left: 5px;
    font-weight: 600;

}

.exploreBox strong {
    font-size: 10px;
    font-weight: 600;
    color: #ADABAB;
    padding: 10px 0;
    display: block;

}

.boxorglight {
    background-color: #FCF4E9;
}

.boxgrnlight {
    background-color: #EFFAFC;
}

.boxpinklight {
    background-color: #FAECEB;
}


.boxgrylight {
    background-color: #E1E6E9;
}

.btn-explore {
    font-size: 13px;
    border: none !important;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    width: fit-content;
    color: #0B59CF !important;
}

.exploreBox p {
    font-size: 14px;
    font-weight: 500;
    color: #ADABAB;
    margin: 10px 0;
}

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

.headingList p {
    color: #B0B1B7;
    font-size: 12px;
    margin: 0;

}

.languageBox {
    padding: 15px;
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 10px;
    position: relative;
}

.cornerImg {
    position: absolute;
    right: 0;
    top: 0;

}

.cornerImg {
    width: 35px;
    height: 40px;
}

.languageBox h6 {
    font-size: 14px;
    font-weight: 600;

}

.languageBox span {
    font-size: 13px;
    font-weight: 600;
    color: #00BE55;
    display: block;
    padding-bottom: 6px;

}

.languageBox span b {
    color: #ADABAB;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    min-width: 142px;
}

.bg-success {
    background: #00be55 !important;
    font-size: 13px;
    border: none !important;
    padding: 10px 20px;
    min-width: 110px;
    border-radius: 100px;
    color: #fff !important;
}

.formPanel .form-group textarea:focus {
    box-shadow: none;
}

.classTabs {
    white-space: nowrap;
    padding-bottom: 10px;
    margin-bottom: 10px;
    gap: 8px;
    border: 0;
}

.classTabs .nav-link span {
    background-color: #fff;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;

}

.classTabs .nav-link {
    border: 1px solid #DEE3E6;
    padding: 6px 12px 6px 6px;
    border-radius: 30px;
    background-color: #DEE3E6;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #000;
    font-size: 12px;
    font-weight: 500;
}

.classTabs .nav-link.active {
    background-color: #00BE55;
    color: #fff;
    font-weight: 300;
    border: 1px solid #00BE55;

}

.classTabs .nav-link.active span {
    color: #00BE55;
}

.calenderbtn {
    background-color: #DCE9FE;
    border: 1.5px solid #1061D2 !important;
    padding: 6px 10px;
    border: 0;
    color: #1061D2;
    font-size: 12px;
    display: flex;
    align-items: center;
    font-weight: 500;
    border-radius: 4px;
    transition: all .5s;
}

.dailypHeader span {
    color: #000;
    font-size: 14px;
    font-weight: 600;

}

.dailypHeader b {
    color: #ADABAB;
    font-weight: 400;
    font-size: 12px;

}

.dailyPlanner .tbleDiv tr th span {
    color: #000;

}

.dailyPlanner .tbleDiv tr th span b {
    display: block;
    color: #707070;
    font-weight: 400;
}

.shiftBox strong b {
    display: block;
    font-weight: 500;
    color: #044783;
}

.shiftBox strong b i {
    font-style: normal;
    color: #00BE55;
    font-weight: 600;
}

.shiftBox strong {
    height: 100%;
    padding-left: 15px;
    color: #000;
    font-weight: 500;
}

.shiftBox {
    height: 100%;
    width: 180px;
    padding: 10px;
    min-height: 65px;
    border-radius: 4px;
    background-color: #CDE4F4;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;

}

.shiftBox::after {
    content: '';
    position: absolute;
    left: 0px;
    height: calc(100% - 2px);
    width: 3px;
    background-color: #0068B5;
    border-radius: 10px;
    margin: 0px;

}

.filterButtonUl {
    display: flex;
    flex-wrap: wrap;
    margin: -6px;
}

.filterButtonUl>li {
    padding: 6px;
}

.filterbutton {
    background: #DEE3E6;
    border-radius: 8px;
    padding: 8px 15px;
    border: none;
    font-size: 12px;
}

.filterbutton.active {
    background: #00BE55;
    color: #fff;
}

.lightOrange {
    background-color: #F2D796;
}

.lightgreen {
    background-color: #C1F2D0;
}

.lightpink {
    background-color: #FCE3F5;
}

.lightBlue {
    background-color: #d2deea;
}

.lightred {
    background-color: #F2CDC1;
}

.shiftBox.lightred::after {
    background-color: #F1754D;

}

.shiftBox.lightBlue::after {
    background-color: #7C91A7;

}

.shiftBox.lightpink::after {
    background-color: #E040B3;

}

.shiftBox.lightOrange::after {
    background-color: #A58334;

}

.shiftBox.lightgreen::after {
    background-color: #59AC72;

}

.completedTask .shiftBox {
    background: #F2F2F2;
}

.completedTask .shiftBox::after {
    background: #AFB3B6;
}

.tbleDiv {
    vertical-align: middle;
}

.dailypHeader {
    border: 1px solid #dee2e6;
    border-bottom: 0;
    padding: 10px 10px;
    border-radius: 4px 4px 0 0;
    align-items: center;
    justify-content: space-between;
}

.changeMonth {
    color: #044783;
    font-weight: 500;
    border-bottom: 2px dashed #044783;
    font-size: 12px;
    width: fit-content;
    margin: 4px 0 10px 0;
}

.dailyPlanner p {
    font-size: 12px;
}

.chapterBox {
    padding: 10px;
    border: 1px solid #D2D2D2;
    border-radius: 6px;
    margin-bottom: 10px;
}

.chapterNumber {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    background: #EBEEF6;
}

.chapterName span {
    font-size: 12px;
    color: #6E737F;
}

.chapterName span b {
    font-weight: 600;
}

.chapterVideos {
    background: #F2F5F9;
    padding: 14px;
    border-radius: 6px;
}

.chapterVideos h4 b {
    color: #ADABAB;
    font-size: 12px;
    font-weight: 600;
}

.chapterList {
    display: flex;
    flex-wrap: wrap;
    margin: -7px;
}

.chapterList>li {
    width: 20%;
    padding: 7px;
}

.chapterBtn {
    background: #FFFFFF;
    border-radius: 7px;
    overflow: hidden;
}

.chapterBtn figure {
    margin: 0;
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F2F5F9;
}

.chapterBtn figure img {
    width: 100%;
    height: 90px;
    object-fit: cover;
    border-radius: 7px;
}

.chapterBtn p {
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 7px;
}

.chapterBtn span {
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: normal;
    font-size: 12px;
    color: #707070;
}

.documentList .chapterBtn figure {
    border: 5px solid #fff;
    border-radius: 7px;
}

.documentList .chapterBtn figure img {
    width: 40px;
    height: auto;
}

.plybtn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: none;
    outline: none;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

button.plybtn img {
    width: 30px;
    height: 30px;
}

.coursePrv {
    --bs-modal-width: 580px !important;
}

.coursePrv .btn-close {
    background-image: url(../images/whiteClose.svg);
    background-repeat: no-repeat;
    background-size: 10px;

}

.monthHeader {
    background-color: #E8ECF1;
    border-radius: 4px;
    padding: 20px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.monthHeader span {
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
}

.monthHeader b {
    font-weight: 600;
    display: block;
    font-size: 14px;

}

.monthsUl {
    padding: 20px 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}

.monthsUl>li {
    width: 25%;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}

.monthsUl>li a {
    color: #000;
    font-weight: 500;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
}

.monthsUl>li a.active {
    background-color: #00BE55;
    color: #fff;
}

#changeMonth .modal-body {
    background-color: #F2F5F9 !important;
    border-radius: 8px;

}

.dashboardHead .alertsSec {
    width: calc(100% - 480px);
}

.currentBg {
    background-color: #F1F5FD !important;
}

#profile {
    --bs-modal-width: 850px;
}

.profileUpload figure>img {
    width: 160px;
    height: 140px;
    object-fit: cover;
    border-radius: 10px;
    margin: auto;

}

.contentprf {
    font-size: 12px;
    width: 150px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    display: none;
}

.profileUpload figure {
    width: 160px;

}

.profileUpload figure:hover::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 160px;
    height: 140px;
    border-radius: 10px;
    z-index: 1;
    background-color: #00000050;
    transition: .3s;

}

.profileUpload {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.profileUpload figure:hover .contentprf {
    display: block;

}

.profileSidebar {
    background-color: #F1F2F5;
    width: 25%;
    border-radius: 4px 0 0 4px;

}

.profileTabs {
    padding-top: 20px;
}

.profileTabs .nav-link.active {
    background-color: #fff;
    color: #000;
}

.profileRight {
    width: 75%;
    padding: 20px 25px;
}

.profileTabs .nav-link {
    background-color: transparent;
    text-align: left;
    color: #000;
    font-size: 12px;
    width: 100%;
    border-radius: 0;
    padding: 12px 30px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;

}

.profileRight .tab-pane .formPanel {
    max-height: 355px;
    overflow: auto;
    overflow-x: hidden;
    padding-right: 10px;
    margin-top: 30px;
}

.profileRight .formPanel .form-control,
.profileRight .formPanel .form-select {
    background-color: #F9FAFC;
    border: 1px solid #E5DFDF;
    font-size: 12px;
}

.profileRight .formPanel label {
    font-size: 13px;
}

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

.profileMain {
    display: flex;
}

.profileMain .btn-close:focus {
    box-shadow: none;
}

.profileMain .btn-close {
    position: absolute;
    right: 12px;
    top: 12px;
    background-size: 10px;

}

.profileRight .formPanel input {
    position: relative;
    padding: 10px 32px 10px 10px;
}

.eyeBtn {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #000 !important;
}

.afterNone::after {
    display: none;
}

/* .loginTabs  {
    border-bottom: 4px solid #000;

} */

.loginTabs {
    display: flex;
    position: relative;

}

.loginTabs .nav-item {
    flex: 1 0 0%;
}

.loginTabs .nav-item .nav-link {
    display: block;
    text-align: center;
    width: 100%;
    padding: 10px 0;
}

.loginTabs .nav-item .nav-link.active {
    background-color: transparent;
    border: 0;
    position: relative;
    color: #044783;

}

.loginTabs .nav-item .nav-link.active::after {
    content: '';
    position: absolute;
    background: transparent linear-gradient(90deg, #044783 0%, #00C056 100%) 0% 0% no-repeat padding-box;
    height: 4px;
    width: 100%;
    border-radius: 30px;
    left: 0;
    bottom: -2px;
    z-index: 10000;

}

.loginTabs .nav-item .nav-link {
    color: #044783;
    font-weight: 600;
    font-size: 12px;
    color: #ADABAB;
}

.loginTabs::after {
    content: '';
    position: absolute;
    background-color: #e9e8e8;
    height: 4px;
    width: 100%;
    bottom: -2px;
    border-radius: 30px;

}

.loginTabs .nav-item .nav-link.active {
    position: relative;
}

.languageEducation {
    background: url(../images/bg-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
    overflow: hidden;
}

.educationTxt {
    background: #fff;
    padding: 40px;
    border-radius: 3px;
}

.educationTxt h3 {
    font-size: 24px;
    color: #000;
    font-weight: 700;
    max-width: 320px;
    line-height: 38px;
    margin-bottom: 20px;
}

.educationTxt h3 b {
    color: #00BE55;
}

.educationTxt p {
    font-size: 13px;
    margin-bottom: 20px;
}

.educationTxt .btn-success {
    font-size: 13px;
    padding: 10px 20px;
    display: inline-block;
}

.locationImge {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 230px;
    height: 230px;
    margin: auto;
}

.locationImge figure img {
    width: 230px;
    height: 230px;
    object-fit: cover;
    border-radius: 230px;
}

#circleImage {
    transition: transform 0.3s ease-in-out;
}

.mainCourseTab {
    background: #F2F5FE;
    padding: 8px;
    border-radius: 8px;
    margin-bottom: 25px;
}

.mainCourseTab .coursesTabs {
    flex-wrap: nowrap;
}

.mainCourseTab .coursesTabs .nav-item {
    padding: 0 5px;
}

.mainCourseTab .coursesTabs .nav-item .nav-link {
    background: #FFFFFF;
    border: 1px solid #D5DAE8;
    border-radius: 7px;
    font-weight: normal;
    font-size: 13px;
    outline: none;
    box-shadow: none;
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}

.mainCourseTab .coursesTabs .nav-item .nav-link img {
    width: 20px;
    min-width: 20px;
    height: 20px;
}

.mainCourseTab .coursesTabs .nav-item .nav-link i {
    position: relative;
}

.hoverImg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 1;
    visibility: hidden;
}

.mainCourseTab .coursesTabs .nav-item .nav-link:hover,
.mainCourseTab .coursesTabs .nav-item .nav-link.active {
    background: #00BE55;
    border-color: #00BE55;
    color: #fff;
}

.mainCourseTab .coursesTabs .nav-item .nav-link:hover img,
.mainCourseTab .coursesTabs .nav-item .nav-link.active img {
    opacity: 1;
    visibility: hidden;
}

.mainCourseTab .coursesTabs .nav-item .nav-link:hover .hoverImg,
.mainCourseTab .coursesTabs .nav-item .nav-link.active .hoverImg {
    opacity: 1;
    visibility: visible;
}

.mainCourseTab .coursesTabs .nav-item::after {
    display: none;
}

.scrtabs-tab-container {
    position: relative;
}

.scrtabs-tabs-fixed-container {
    margin-top: 2px;
}

.scrtabs-tab-scroll-arrow span {
    display: none;
}

.scrtabs-tab-scroll-arrow-left {
    width: 40px;
    height: 30px;
    background-color: transparent !important;
    background-image: url(../images/tab-prev.svg);
    background-size: 30px;
    border: none;
    background-repeat: no-repeat;
    margin-top: 6px;
    padding: 0;
}

.scrtabs-tab-scroll-arrow-right {
    margin-top: 6px;
    width: 40px;
    height: 30px;
    background-color: transparent !important;
    background-image: url(../images/tab-next.svg);
    background-size: 30px;
    border: none;
    background-repeat: no-repeat;
    padding: 0;
    background-position: center right;
}

.SchedulerTable .shiftBox strong {
    padding-left: 0;
    padding-bottom: 2px;
}

.SchedulerTable .shiftBox b {
    padding: 0;
    display: block;
    font-weight: 500;
    color: #044783;
    font-size: 11px;
    line-height: normal;
}


.chapterSide .tableSearch .form-control {
    background-color: #F7F7F7;
    border-radius: 5px;
    border: none;
    height: 43px;
}

.chapterSide h5 {
    font-size: 12px;
    color: #707070;
}

.chapterSide .chapterList {
    max-height: 500px;
    overflow: hidden;
    overflow-y: auto;
    display: block;
    margin: 0;
}

.chapterSide .chapterList>li {
    display: block;
    padding: 3px 3px 3px 0;
    width: 100%;
}

.chapterSide .chapterBtn {
    display: flex;
    gap: 10px;
    align-items: center;
    background: none;
    border: 1px solid transparent;
    padding: 7px;
    border-radius: 4px;
    text-align: left;
    width: 100%;
}

.chapterSide .chapterBtn.selected {
    border: 1px solid #D1CACA;
}

.chapterSide .chapterBtn figure,
.chapterSide .chapterBtn figure img {
    width: 70px;
    min-width: 70px;
    height: 55px;
    border-radius: 4px;
    object-fit: cover;
}

.chapterSide .chapterBtn p {
    margin: 0 0 5px;
    font-size: 13px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
}

.chapterSide .chapterBtn:hover {
    background: #f3f3f3;
}

.plannedCall {
    padding: 16px 0;
    padding-right: 5px;
}

.plannedCall>li figure img {
    border-radius: 50%;
}

.badge {
    color: #9790EB !important;
    background-color: #EAE8FB;
    border-radius: 30px;
    padding: 7px 10px;
    display: block;
    min-width: 110px;
    width: 110px;
    text-align: center;
    font-size: 12px !important;

}

.badge.orange {
    background-color: #F5E9C9;
    color: #FFB200 !important;
}

.badge.green {
    background-color: #C1F2D0;
    color: #59AC72 !important;
    /* width: 70px;
    min-width: 70px; */
}

.eyebtn {
    width: 50px;
    height: 50px;
}

.plannedCall>li {
    padding: 20px 10px 10px;
    position: relative;
    margin-bottom: 20px;
}

.plannedCall>li .plannedMain {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.plannedCall>li .badge {
    position: absolute;
    top: -15px;
    left: 6px;
    z-index: 10;
    display: table;
}

.shoppingMain .shoppingCart {
    background-image: url(../images/background-shopping.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 30px;
    padding: 175px 0 0px 0;
}

.cartHeading h3 {
    font-weight: 600;
    font-size: 16px;
    margin: 0;

}

.cartHeading a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
    width: fit-content;
    margin-bottom: 10px;
}

.cartHeading nav {
    padding-left: 30px;
}

.shoppingTable .tbleDiv .table {
    border: 1px solid #EBE5E5;
    border-radius: 4px;
}

.tblheadCart {
    display: flex;
    justify-content: space-between;
}

.tblheadCart h2,
.tblheadCart span {
    font-size: 14px;
    font-weight: 500;
}

.tblheadCart b {
    font-weight: 700;
}

.shoppingTable .myCourseLft figure img {
    border-radius: 6px;
}

.shoppingTable .coursesName p {
    color: #000;
    font-weight: 600;
}

.shoppingTable .coursesName span {
    display: block;
    color: #707070;
}

.shoppingTable .coursesName h3 {
    color: #000;

}

.shoppingTable .tbleDiv tr th {
    border: 0;
}

.textGreen {
    color: #00BE55;
    font-weight: 700;
    font-size: 16px;
}

.cartAdd button {
    border: 0;
    padding: 0;
    background-color: transparent;
}

.cartAdd input {
    width: 20px;
    height: 22px;
    border: 0;
    font-weight: 600;
    text-align: center;
}

.discountBx {
    background-image: url(../images/books-img.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 120px;
    background-color: #C8F1DA;
    padding: 10px;
    border-radius: 6px;
}

.discountBx span {
    font-weight: 600;
    font-size: 13px;

}

.discountBx span b {
    color: #00BE55;
    font-size: 20px;
    font-weight: 600;
}

.btnShopping {
    color: #044783;
    font-weight: 600;
    border: 0;
    background-color: transparent;
    font-size: 12px;
    padding: 2px 1px;

}

.discountBx p {
    width: 200px;
    font-size: 12px;
    font-weight: 500;
    padding: 10px 0;
    margin: 0;
}


.shoppingAddress {
    border: 1px solid #EBE5E5;
    padding: 12px;
    border-radius: 6px;
}

.shoppingAddress h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.shoppingAddress p {
    font-size: 12px;
    font-weight: 500;
}

.cartTotal {
    background-color: #FFD28D;
    border-radius: 16px;
    padding: 22px 10px 10px 10px;
}

.cartTotal table tr td {
    border: 0;
    font-size: 12px;
    font-weight: 500;
    background: transparent;
    padding: 5px 10px;

}

.Checkout {
    background-color: #fff !important;
    color: #000 !important;
}

.changeaddBtn {
    background-color: transparent;
    border: 1px solid #00BE55;
    border-radius: 4px;
    padding: 10px 20px;
    color: #00BE55;
    font-weight: 500;
    font-size: 12px;
    transition: .3s;
}

.changeaddBtn:hover {
    background-color: #fff;

}

.changeAddress {
    background-color: #F5F5F5;
    padding: 20px 15px;
    border: 1px solid #EBE5E5;
    border-radius: 6px;
    margin-bottom: 15px;
}

.changeAddress span b {
    font-weight: 600;
}

.changeAddress span {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
}

.changeAddress p {
    font-size: 12px;
}




.subscriptionBanner {
    background: url(../images/pricing-banner.jpg);
    padding: 130px 0 90px;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.subscriptionBanner .bottomLottie {
    position: absolute;
    bottom: -20px;
    right: -50px;
}

.subscriptionBanner .bannerTxt h1 {
    font-size: 46px;
    margin-bottom: 10px;
}

.subscriptionBanner .bannerTxt p {
    font-size: 16px;
}

.subscriptionTab ul {
    display: flex;
    justify-content: center;
    max-width: 330px;
    margin: auto;
    background: #00BE55;
    padding: 4px;
    border-radius: 100px;
}

.subscriptionTab ul>li {
    width: 50%;
}

.tbButton {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    padding: 11px 10px;
    border-radius: 100px;
    border: none;
    background: none;
    color: #fff;
    text-align: center;
    font-size: 13px;
}

.tbButton i {
    display: none;
    font-size: 20px;
    line-height: 0;
}

.tbButton.active {
    background: #FFFFFF;
    color: #000;
}

.tbButton.active i {
    display: inline-block;
}

.dropdownFilter {
    padding: 40px 0;
}

.dropdownFilter h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.dropdownFilter .form-select {
    font-size: 13px;
    height: 40px;
}

.freetext {
    text-align: center;
    padding: 30px 0 50px;
}

.freetext h4 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
}

.freetext p {
    font-size: 13px;
    margin-bottom: 0;
    color: #ADABAB;
}

.addAddress .modal-dialog {
    max-width: 500px;
}

.addAddress .modal-header h2 {
    font-size: 16px;
    font-weight: 600;
}

.addAddress h3 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 7px;
}

.addAddress .formPanel .form-group label {
    padding-bottom: 5px;
}

.addAddress .formPanel .form-group input[readonly] {
    background-color: #EFF3F6;
}

.teacherOnline>li span {
    font-size: 11px;
    color: #fff;
    position: absolute;
    bottom: 5px;
    right: 10px;
    z-index: 1;
}

.teacherOnline>li figure a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.teacherOnline>li figure::after {
    content: '';
    position: absolute;
    top: 0;
    background-color: #0000003d;
    width: 100%;
    height: 100%;
    left: 0;
    border-radius: 10px;
}

.teacherOnline>li figure img {
    border-radius: 10px;
}

.teacherOnline>li .peragraph {
    color: #707070;
}

.teacherOnline>li h3 {
    font-size: 13px;
    font-weight: 600;
}

.teacherOnline>li p {
    display: flex;
    justify-content: space-between;
}

#pastTab .teacherOnline>li {
    width: 25%;
}

.teacherOnline strong {
    font-weight: 500;
    min-width: 85px;
    font-size: 12px;

}

.teacherOnline .totalLearner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.teacherOnline .learnerUl>li b {
    width: 25px;
    max-width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #FFBE40;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-left: -10px;
    font-size: 10px !important;
    font-weight: 400;
}

.onlineTabs {
    border-bottom: 2px solid #E9E9E9 !important;
    margin-bottom: 3px;
}


.studentLearner h3 b {
    color: #044783;
    font-weight: bold;
    font-size: 20px;


}

.studentLearner h3 {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;

}

.studentLearner .searchBox input {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 13px;
}

.studentLearner table tr td {
    vertical-align: middle;
    font-size: 13px;
}

.studentLearner table tr th {
    font-size: 13px;
    font-weight: 600;
    color: #707070;
}

.profileLerner {
    font-size: 13px;
    font-weight: 500;

}

.profileLerner img {
    width: 34px;
    height: 34px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 10px;
}

.learnerList {
    height: 250px;
    overflow: auto;
    padding-right: 5px;
    margin-bottom: 10px;
}

.learnerList tr td {
    border: 0;
}

.schoolDropdown {
    position: absolute;
    top: 7px;
    right: 12px;
    padding: 2px;
    border-radius: 50%;

}

.schoolDropdown .dropdown-menu {
    position: absolute !important;
    right: -6px !important;
    left: auto !important;
}

.materialStudy span {
    color: #000;
    font-weight: 700;
    padding-bottom: 16px;
    display: block;
}

.materialStudy strong {
    color: #989898;
    font-weight: 500;
    margin-left: 5px;
}

.materialStudy .classesBx {
    border: 0;
    background-color: #FAFAFC;
}

.shedularRight {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.shedularRight span {
    color: #ADABAB;
    font-size: 12px;

}

.shedularRight select {
    width: 100px;
    max-width: 100px;
    height: 36px;
    font-size: 12px;
    font-weight: 500;
    border: 1.3px solid #BBBABA;
}

.viewallBtn {
    background-color: #00BE55 !important;
    color: #fff !important;
    padding: 7px 14px;
    font-size: 13px;
}


/*  */



.ViewBox {
    background-color: #EAF9F6;
    padding: 20px 10px;
    border-radius: 10px;
    text-align: center;
}

.ViewBox span {
    font-size: 13px;
    font-weight: 600;
    padding-bottom: 10px;
    display: block;
}

.btnview {
    background-color: #fff !important;
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 40px;
    font-size: 12px;
    font-weight: 500;
    padding: 7px 20px;
    border: 0;
    display: inline-block;
    color: #000;
}

.btnviewCO {
    color: #fff;
    background-color: #044783 !important;
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 40px;
    font-size: 12px;
    font-weight: 500;
    padding: 7px 20px;
    border: 0;
    display: inline-block;
}

.ViewBox span b {
    color: #705a5a;
    font-size: 12px;
    display: block;
    font-weight: 500;
    margin-top: 10;
}

.mySubjects>li {
    width: 20%;
    padding: 4px;
}

.mySubjects {
    display: flex;
    flex-wrap: wrap;
    margin: -4px;
}

.watchingBox {
    border: 1px solid #D6C6C6;
    border-radius: 6px;
    padding: 0px 10px;
}

.watchingBox img {
    width: 65px;
    object-fit: cover;
    border-radius: 4px;
}

.watchingBox b {
    font-size: 12px;
    font-weight: 500;
}

.watchingBox b span {
    color: #C6C3C3;
}

.watchingBox strong {
    font-size: 12px;
    font-weight: 500;
}

.watchingBox h3 {
    font-size: 13px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.watchingBox p {
    margin-bottom: 8px;
    font-size: 12px;
    color: #ADABAB;
}

.watchingBox .progress-bar,
.progressTbl .progress-bar {
    background-color: #3DBDAA;
}

.watchingBox .progress,
.progressTbl {
    background-color: #EBEBEB;
    height: 7px;

}

.mycoursesTbl h2 span {
    background-color: #FFBE03;
    color: #000;
    font-size: 12px;
    padding: 4px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.mycoursesTbl .myCourseLft h3 {
    font-size: 12px;
    margin-bottom: 2px;
}

.mycoursesTbl .myCourseLft img {
    width: 40px;
    height: 40px;
    border-radius: 4px;
}

.mycoursesTbl .myCourseLft figure {
    width: 40px;

}

.mycoursesTbl .myCourseLft p {
    color: #ADABAB;
    margin: 0;
}

.lessonCom {
    color: #000;
}

.lessonCom b {
    color: #ADABAB;
    font-weight: 500;
}

.mycoursesTbl table tr th {
    color: #ADABAB !important;
}

.mycoursesTbl table tr td {
    color: #000 !important;

}

.scienceBg {
    background-color: #FFF8E6;
}

.mathematicsBg {
    background-color: #F4F4FE;
}

.computerBg {
    background-color: #FEF2F1;
}

.hindiBg {
    background-color: #DEEAF8;
}

.socialBg {
    background-color: #FFE8F9;
}

.hours {
    font-weight: 600;
}

.hours b {
    font-size: 10px;
    font-weight: 500;
    color: #C6C3C3;

}

.monthCal {
    background-color: #F8F9FA;
    border-radius: 4px;
    padding: 5px 10px;
    position: relative;
}

.monthCal .headingBx .viewAll {
    color: #044783;
}

.dateUl {
    display: flex;
    gap: 10px;
    white-space: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
}

.dateUl>li span {
    color: #000;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    width: 52px;
    border-radius: 10px;
    padding: 10px 4px;
    display: inline-block;

}

.dateUl>li span.active {
    background-color: #00BE55;
    color: #fff;
}

.dateUl>li span.active b {
    color: #fff !important;
}

.dateUl>li span b {
    display: block;
    font-weight: 400;
    margin-top: 3px;
    font-size: 12px;
    color: #98B4CD;

}

.subjectsUl>li strong {
    color: #9D9CA0;
    font-size: 13px;
    font-weight: 500;

}

.subjectsUl>li strong {
    position: relative;
    display: block;
}

.subjectsUl>li strong::after {
    content: '';
    position: absolute;
    left: 70px;
    top: 10px;
    width: calc(100% - 70px);
    background-color: #DBDBDB;
    height: 1px;

}

.subjectBox span {
    font-weight: 600;
    font-size: 12px;
}

.subjectBox span b {
    display: block;
    font-weight: 500;
    font-size: 12px;
    margin: 7px 0;
}

.subjectBox figure {
    font-size: 12px;
    font-weight: 500;

}

.subjectBox figure>img {
    margin-right: 10px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    object-fit: cover;

}

.subjectBox strong {
    color: #000 !important;
    font-size: 12px !important;
    font-weight: 500;

}

.star {
    color: #F8B84E;
}

.subjectsUl {
    height: 154px;
    overflow: auto;
    padding-right: 5px;
}

.subjectsUl>li {
    margin-bottom: 10px;
}

.subjectBox {
    background-color: #CDE4F4;
    padding: 12px 10px 10px;
    border-radius: 4px;
    margin-left: 70px;
    position: relative;
}

.subjectBox::after {
    content: '';
    position: absolute;
    background-color: #0068B5;
    height: calc(100% - 6px);
    top: 3px;
    left: 0px;
    width: 3px;
    border-radius: 10px;
}

.englishBg {
    background-color: #F2D796;
}

.englishBg::after {
    background-color: #A58334;
}

.socialStd {
    background-color: #C1F2D0;
}

.associatedTbl {
    max-height: 526px;
    overflow: auto;
    padding-right: 4px;
}

.associatedTbl table tr,
.associatedTbl table tr td,
.associatedTbl table tr th {
    border: none;
}

.associatedTbl table tr th {
    color: #ADABAB !important;
    font-weight: 500 !important;

}


.associatedTbl table tr td {
    background-color: #F5F6FB;

}

.progressTbl {
    min-width: 100px;
}

.joinclassBox {
    padding: 15px 14px;
    border-radius: 6px;
    background-color: #EFF4FB;
}

.joinTxt h3 {
    font-size: 13px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.joinTxt figure {
    font-size: 12px;
}

.joinTxt img {
    width: 20px !important;
    height: 20px !important;
    border-radius: 50% !important;
    margin-right: 4px;


}

.joinclassBox figure img {
    max-width: 45px;
    width: 45px;
    height: 45px;
    border-radius: 4px;
}


.joinclassBox {
    border: 1px solid #D9D9D9;
}


.joinclassBox p {
    font-size: 12px;

}

.joinclassBox ul {
    display: flex;
    flex-wrap: wrap;
}

.joinclassBox ul>li {
    width: 50%;
    margin-bottom: 10px;
}

.joinclassBox ul>li strong {
    font-size: 12px;
    font-weight: 400;
    color: #ADABAB;
}

.joinclassBox ul>li strong b {
    font-weight: 600;
    display: block;
    color: #000;
}

.joinclassBox span {
    font-size: 12px;
    font-weight: 600;
    color: #044783;
}

.associatedTbl table tr td {
    border-bottom: 4px solid #fff;
}

.progressCount p {
    color: #fff;
    font-weight: 500;

}

.progressCount b {
    color: #98B4CD;
    font-weight: 500;
}

.progressCount span {
    color: #98B4CD;
    font-weight: 400;
    font-size: 12px;
}

.progressCount {
    position: relative;
    padding-left: 18px;
    margin-bottom: 20px;
}

.progressCount::after {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    background-color: #00BE55;
    width: 4px;
    height: 36px;
    border-radius: 10px;
}

.borderOrg::after {
    background-color: #FE8949;
}


/*Student Panel Css*/
.studentHead {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    background: transparent linear-gradient(255deg, #00438C 0%, #0853B1 49%, #1265DA 100%) 0% 0% no-repeat padding-box;
}

.navList {
    display: flex;
    flex-wrap: wrap;

}

.navList>li {
    margin: 0 15px;
}

.navList>li a {
    font-size: 13px;
    color: #A1CEF6;
    position: relative;
}

.navList>li a.active {
    color: #fff;
}

.navList>li a.active:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
}

.studentBanner {
    background: transparent linear-gradient(255deg, #00438C 0%, #0853B1 49%, #1265DA 100%) 0% 0% no-repeat padding-box;
    padding: 100px 20px 30px;
}

.studentOverView {
    background: rgba(255, 255, 255, .1);
    padding: 30px;
    border-radius: 4px;
}

.accountStart {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    border: 1px solid rgba(152, 180, 205, .27);
    padding: 10px;
    border-radius: 4px;
    max-width: 260px;
    background: #2f67b0;
}

.accountStart figure {
    width: 40px;
    min-width: 40px;
    height: 40px;
}


.accountStart figure {
    margin: 0;
}

.accountStart p {
    font-weight: 500;
    color: #fff;
    margin: 0;
    font-size: 13px;
}

.accountStart p span {
    display: block;
    font-size: 12px;
    color: #A1CEF6;
}

.studentinfoList {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.studentinfoList:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url(../images/star-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
}

.studentImage figure {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    overflow: hidden;
    margin: 0 0 5px;
}

.studentImage figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.studentImage h5 {
    color: #FFFFFF;
    font-size: 14px;
    margin: 0;
}

.studentImage span {
    font-size: 13px;
    color: #A1CEF6;
}

.studentinfoList>li {
    width: 50%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(92, 140, 205, .27);
    border-right: 1px solid rgba(152, 180, 205, .27);
    padding: 20px 20px;
}

.studentinfoList>li:nth-child(even) {
    border-right: 0;
}

.studentinfoList>li:nth-last-child(1),
.studentinfoList>li:nth-last-child(2) {
    border-bottom: 0;
}

.studentinfoList>li figure {
    width: 35px;
    min-width: 35px;
    height: 35px;
    margin: 0;
}

.studentinfoList>li p {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    padding-left: 10px;
    margin: 0;
}

.studentinfoList>li p span {
    display: block;
    color: #A1CEF6;
    font-size: 12px;
}

/* rishabh css start  */
.teacherTxt {
    display: flex;
    align-items: center;
    gap: 14px;
}

.teacherTxt figure img {
    max-width: 35px;
    width: 35px;
    height: 35px;
    object-fit: cover;
    border-radius: 50%;

}

.teacherTxt strong {
    width: 40px;
    height: 40px;
    padding: 6px;
    background-color: #fff;
    border: 1px solid #ADABAB;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #044783;
    font-size: 18px;
    font-weight: 600;
    border-radius: 50%;
}

#teacherList .teacherTxt strong {
    width: 30px;
    height: 30px;
    font-weight: 500;
    font-size: 14px;

}

.todayBadge {
    background-color: #00BE55;
    color: #fff;
    font-weight: 400;
    border-radius: 30px;
    padding: 4px 10px;
}

.watchingCon img {
    width: 60px;
    height: 60px;
    min-height: 60px;
}

.watchingCon h3 {
    margin-bottom: 5px;
}

.watchingCon .coursesName p {
    margin: 0;
    font-weight: 500;
}

.watchingTxt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 10px !important;
    color: #000;
    font-weight: 600;
}

.WatchMain {
    overflow: auto;
    overflow-x: hidden;
    max-height: 455px;
    padding-right: 4px;
}

.classesMain>span {
    color: #707070;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 10px;
    display: block;
}

#academicTab .tbleDiv tr td,
#talentTab .tbleDiv tr td,
#boardacademicDash .tbleDiv tr td,
#talentDash .tbleDiv tr td {
    padding: 20px 15px;
}

#boardacademicDash .tbleDiv tr th {
    border: 0;
}

.widthFit {
    width: fit-content;
}

.planInfo {
    background-color: #F8F9FA;
    padding: 20px 15px;
    border-radius: 4px;
}

.planName {
    display: flex;
    gap: 10px;
}

.planName figure img {
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #00BE55;
    padding: 10px;
    box-shadow: 0px 3px 6px #00000029;
    width: 47px;
    min-width: 47px;
    height: 47px;

}

.planName h3 {
    font-size: 14px;
    font-weight: 500;
}

.planName span {
    color: #707070;
    display: block;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 10px;
}

.planContent p {
    color: #000;
    font-size: 12px;
    font-weight: 400;
}

.premiumTxt {
    text-align: end;

}

.premiumTxt strong {
    font-weight: 600;
    font-size: 14px;


}

.premiumTxt span {
    display: block;
    font-size: 12px;

}

.premiumTxt span b {
    margin-left: 6px;
}

.premiumTxt b strong {
    font-size: 15px;
}

.accessUl>li .accessTxt {
    display: flex;
    gap: 10px;
    font-size: 13px;
    font-weight: 400;
}

.accessUl>li {
    margin-bottom: 8px;
}

.accessDetails {
    background-color: #F8F9FA;
    padding: 15px;
    border-radius: 4px;
}

.btnRecommended {
    background-color: #044783;
    font-size: 9px !important;
    border: none;
    padding: 4px 9px;
    border-radius: 100px;
    color: #fff;
    margin-left: 10px;

}

.planName p b {
    color: #707070;
    font-weight: 500;
    font-size: 10px;
}

.countBx .planName {
    background-color: #F8F9FA;
    padding: 25px;
    border-radius: 4px;
}

#billingInfoTb table tr td b {
    color: #707070;
    font-weight: 500;
}

#transactionTb .tbleDiv tr td {
    background-color: #F8F9FA;
    border: 0;
    padding: 20px 15px;

}

.paidBadge {
    color: #000;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 6px;
    background-color: #CEEEE2;
}

.failedBadge {
    color: #000;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 6px;
    background-color: #E5BCBF;
}

#transactionTb .tbleDiv:last-child tr td {
    border-bottom: 10px solid #fff;

}

.badgeDay {
    background-color: #F3CA8C;
    color: #000 !important;
    padding: 4px 10px;
    border-radius: 4px;
    display: inline-block !important;
    font-weight: 600;
    font-size: 11px !important;
}

.danceChep .chapterBtn figure>img {
    width: 100%;
    height: 130px;
}

.danceChep .chapterBtn figure {
    min-height: 130px;
}


.damceCourse .chapterSide .chapterList {
    max-height: 580px;
}

.blueTxt {
    color: #00438C;
    font-size: 13px;
    padding: 4px 0px;
    font-weight: 500;
    margin-bottom: 20px;
    display: inline-block;
    border-bottom: 2px solid #044783;
}

#scheduledOnline {
    --bs-modal-width: 450px;

}

.sliderDate {
    width: 100%;

}

.sliderDate .item span {
    color: #000;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    padding: 10px 10px;
    border-radius: 6px;
}

.sliderDate .item b {
    font-weight: 400;
    font-size: 12px;
    display: block;
}

.sliderDate .slick-arrow {
    position: absolute;
    top: 0px;
    right: 0;
    border: 0;
    background: none;
    width: 28px;
    padding: 0;
    z-index: 10;
}

.sliderDate .item.active span {
    background-color: #00BE55;
    border-radius: 6px;
    color: #fff;

}

.nextIcon {
    margin-right: 32px;
}

#otpModal {
    --bs-modal-width: 400px;
    border-radius: 6px;
}

#otpModal .otpFind {
    max-width: 260px;
    margin: auto;
}

#otpModal .modal-content {
    border-radius: 20px !important;
}

#otpModal h3::after {
    left: 30%;
}




/*TPG CSS*/
.menuList>li a.submenuToggle {
    padding-right: 40px;
    position: relative;
    border-radius: 6px;
}

.menuList.menuList>li a.submenuToggle[aria-expanded="true"] img {
    filter: invert(1);
}

.menuList>li a.submenuToggle[aria-expanded="true"] {
    background-color: #30C768;
    color: #fff;
}

.menuList>li a.submenuToggle:before {
    content: "\F282";
    font-family: bootstrap-icons !important;
    position: absolute;
    right: 15px;
}

.submenuList {
    padding-left: 40px;
}

.submenuList>li>a {
    padding: 5px 0 5px 10px;
    background: none !important;
    color: #000;
    position: relative;
}

.submenuList>li>a:before {
    content: "\F309";
    position: absolute;
    top: 10px;
    left: -14px;
    font-family: bootstrap-icons !important;
    font-size: 30px;
    line-height: 10px;
}

.submenuList>li>a:hover,
.submenuList>li>a.active {
    background: none !important;
    color: #00BE55;
}

.activeStatus {
    display: inline-block;
    color: #00BE55;
    position: relative;
    padding-left: 12px;
}

.activeStatus:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5px;
    height: 5px;
    margin: auto;
    border-radius: 100px;
    background-color: #00BE55;
}

.deactiveStatus {
    display: inline-block;
    color: #FF0000;
    position: relative;
    padding-left: 12px;
}

.deactiveStatus:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5px;
    height: 5px;
    margin: auto;
    border-radius: 100px;
    background-color: #FF0000;
}

.assignedtxt {
    border-radius: 4px;
    background: #CCF2DD;
    color: #2C896C;
    padding: 7px 13px;
    width: 98px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: none;
}

.unassignedtxt {
    border-radius: 4px;
    background: #FCE7F5;
    color: #864A63;
    padding: 7px 13px;
    width: 115px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: none;
}

.addQuestion textarea.form-control {
    height: 100px !important;
}

.optionDiv input.form-control {
    width: calc(100% - 250px);
}

.optionDiv .btn {
    font-size: 13px;
    min-width: 110px;
    padding: 7px 10px;
    border-radius: 4px;
}

.optionDiv .cstmCheckbox label {
    padding-bottom: 0;
    font-size: 13px;
    font-weight: 500;
    color: #000;
}

.cstmCheckbox input:checked+label {
    color: #044783;
}

.cstmCheckbox input:checked+label:before {
    background: #044783;
    border-color: #044783;
}

.assignList span {
    font-size: 13px;
    color: #000000;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}

.assignList span b {
    font-size: 15px;
    color: #044783;
}

.searchStudent .form-control {
    font-size: 13px;
    height: 40px;
    background: #F7F7F7;
    border-radius: 4px;
    border: none;
    padding-right: 40px;
    background-image: url(../images/search.svg);
    background-position: center right 15px;
    background-repeat: no-repeat;
    background-size: 13px;
}

.assignList .tbleDiv {
    max-height: 250px;
    overflow: auto;
}

.assignedTo .modal-header .btn-close {
    background-image: url(../images/close.svg);
    background-size: 15px;
}

.assignTb {
    border: none;
    margin: 0 0 20px;
    gap: 10px;
}

.assignTb .nav-link {
    background: #F5F5F5;
    border: 1px solid #E2E2E2;
    border-radius: 6px;
    font-size: 12px;
    position: relative;
    padding: 8px 30px 8px 43px;
    color: #000000;
}

.nav-tabs.assignTb .nav-item.show .nav-link,
.nav-tabs.assignTb .nav-link.active {
    background: #BFEFD4;
    border-color: #BFEFD4;
}

.assignTb .nav-link:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    width: 18px;
    height: 18px;
    margin: auto;
    border: 1px solid #C4C4C4;
    border-radius: 100px;
}

.assignTb .nav-link.active:before {
    border-color: #00BE55;
}

.assignTb .nav-link.active:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    width: 8px;
    height: 8px;
    margin: auto;
    border-radius: 100px;
    background: #00BE55;
}

.assignedTo .cstmCheckbox label {
    margin-top: 5px;
}

.assignedTo .cstmCheckbox label:before {
    padding: 7px;
}

.assignedTo .cstmCheckbox input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 5px;
    width: 5px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.completedbg {
    background-color: #CCF2DD;
    border-radius: 4px;
    padding: 6px 10px;
    color: #2C896C;
    min-width: 90px;
    display: block;
    text-align: center;
}

.textReview .btn-primary-gradient,
.textReview .btn-success,
.textReview .btn-secondary {
    min-width: 75px;
    padding: 6px 10px;

}

.textReview .btn-success,
.textReview .btn-secondary {
    font-size: 13px;
}

.textReview table tr:last-child td {
    border: none;
}

.ongoingbg {
    background-color: #FCE7F5;
    border-radius: 4px;
    padding: 6px 10px;
    min-width: 90px;
    display: block;
    text-align: center;
    color: #864A63;
}

.detailsTbl tr td:first-child {
    color: #707070;
    font-weight: 600;
}

.detailsTbl tr td {
    border: none;
    padding: 10px 0;
    font-size: 13px;
}

.descriptionTxt {
    font-size: 12px;
    padding: 10px;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
}

.questionsBx {
    padding: 20px 20px;
    background-color: #F2F3F7;
    border-radius: 8px;
    margin-bottom: 20px;
}

.questionsBx strong {
    background-color: #FFFFFF;
    color: #044783;
    font-weight: 600;
    font-size: 12px;
    padding: 5px 12px;
    border-radius: 4px;
    border: 1px solid #D2D2D2;
    margin-bottom: 16px;
    display: inline-block;

}

.questionsBx p,
.questionsBx span {
    font-size: 12px;
    font-weight: 600;
}

.questionsUl>li {
    font-size: 13px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.questionsUl>li span {
    margin-right: 20px;
}

.mcqMain {
    padding-left: 38px;
}

.mcqMain b {
    color: #044783;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
}

.mcqMain input {
    width: 80%;
    height: 40px;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid #D2D2D2;
    font-weight: 500;
}

.badgeCorrect {
    background-color: #00BE55;
    color: #fff;
    font-size: 13px;
    padding: 8px 16px;
    border-radius: 8px;
    font-weight: 400 !important;
}

.badgeinCorrect {
    background-color: #EE3131;
    color: #fff;
    font-size: 13px;
    padding: 8px 16px;
    border-radius: 8px;
    font-weight: 400 !important;
}

.answer {
    padding: 10px;
    background-color: #fff;
    border: 1px solid #D2D2D2;
    border-radius: 8px;
    font-weight: 400 !important;
    font-size: 12px !important;
}

.score {
    border: 1px solid #50A2EB !important;
}

.toggleSwitch {
    display: inline-block;
    width: 130px;
    height: 45px;
    position: relative;
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    border-radius: 100px;
    cursor: pointer;
}

.toggleSwitch input {
    opacity: 0;
    width: 0;
    height: 0;
}



.toggleSwitch .conditionOn {
    position: absolute;
    font-size: 13px;
    color: #BA363B;
    top: 12px;
    left: 17px;
    opacity: 0;
    transition: 0.4s ease-in-out;
    font-weight: 500;
}

.toggleSwitch .conditionOff {
    position: absolute;
    font-size: 13px;
    color: #00BE55;
    right: 17px;
    top: 12px;
    transition: 0.4s ease-in-out;
    font-weight: 500;
}

.toggleSwitch .move {
    position: absolute;
    left: 5px;
    right: 0;
    bottom: 0;
    top: 4px;
    width: 36px;
    height: 36px;
    background-image: url(../images/right-white-icon.svg);
    background-color: #00BE55;
    border-radius: 50%;
    z-index: 2;
    transition: 0.4s ease-in-out;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 13px;
}

.toggleSwitch .switch:hover {
    cursor: pointer;
}

.toggleSwitch .switch:has(input:checked) {
    transition: 0.4s ease-in-out;
}

.toggleSwitch input:checked+.move {
    left: calc(100% - 40px);
    background-color: #BA363B;
    transform: rotate(180deg);
}

.toggleSwitch input:checked~.conditionOff {
    opacity: 0;
}

.toggleSwitch input:checked~.conditionOn {
    opacity: 1;
}

.questionPaper .questionsUl {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
    max-width: 750px;
}

.questionPaper .questionsUl>li {
    width: 50%;
    padding: 10px;
}

.questionPaper .questionsUl>li span {
    margin-right: 30px;
    margin-left: 5px;
}

.cstmcheck label {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D2D2D2;
    border-radius: 4px;
    padding: 12px 15px 12px 45px;
    display: block;
    color: #403E3E;
    position: relative;
    cursor: pointer;
}

.cstmcheck label:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 15px;
    width: 18px;
    height: 18px;
    border-radius: 100px;
    border: 1px solid #D2D2D2;
}

.cstmcheck input:checked+label {
    background: #C0E8D6 0% 0% no-repeat padding-box;
    border: 1px solid #D2D2D2;
}

.cstmcheck input:checked+label:before {
    border-color: #00BE55;
}

.cstmcheck input:checked+label:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 19px;
    width: 10px;
    height: 10px;
    margin: auto;
    border-radius: 100px;
    background: #00BE55;
}

.cstmcheck input[type="checkbox"]+label:before {
    border-radius: 1px;
}

.cstmcheck input[type="checkbox"]:checked+label:after {
    content: ' \F633';
    font-family: bootstrap-icons !important;
    display: block;
    position: absolute;
    top: 2px;
    left: 15px;
    width: 18px;
    height: 18px;
    background: none;
    text-align: center;
    line-height: 15px;
    color: #fff;
}

.cstmcheck input[type="checkbox"]:checked+label:before {
    background-color: #00BE55;
}

.textfieldAns {
    display: flex;
    max-width: 800px;
}

.textfieldAns textarea.form-control {
    height: 100px;
    border: 1px solid #D2D2D2;
    border-radius: 4px;
    font-size: 13px;
    resize: none;
}

.classDetail p {
    font-size: 12px;
    color: #ADABAB;
}

.testPaperDetail {
    position: sticky;
    top: 80px;
}


.paperListtbl tr:nth-child(even) {
    background-color: #F8F8F8;

}

.paperListtbl tr th {
    color: #707070 !important;
    background-color: #F5F4FC;
    border: none;

}

.paperListtbl tr td {
    background: none;
    border: none;
}

.paperListtbl tr th:first-child,
.paperListtbl tr td:first-child {
    border-radius: 4px 0 0 4px;
}

.paperListtbl tr th:last-child,
.paperListtbl tr td:last-child {
    border-radius: 0 4px 4px 0;
}


.questionsStatus {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: -5px;
}

.questionsStatus>li {
    width: 16%;
    text-align: center;
    padding: 5px;
    color: #00438C;
    font-weight: 500;
}

.questionsStatus>li span {
    width: 34px;
    height: 34px;
    border: 1px solid #00BE55;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00BE55;
    font-size: 12px;
}

.questionsSts .text-success {
    color: #00BE55 !important;

}

.attemptQus {
    background-color: #00BE55;
    color: #fff !important;
}

/*TPG End*/



@media (min-width:1400px) {
    .gallerySmallImg img {
        height: 200px;
    }

    .galleryBigImg img {
        height: 416px;
    }


}

@media (min-width:1200px) {

    .mainBanner:hover .bgIcons1 {
        top: 250px;
        right: 300px;

    }

    .mainBanner:hover .bgIcons2 {
        top: 270px;
        right: 0;
    }

    .mainBanner:hover .bgIcons3 {
        bottom: 210px;
        left: 50px;
    }

    .mainBanner:hover .bgIcons4 {
        top: 400px;
        right: 230px;
    }

    .mainBanner:hover .bgIcons5 {
        bottom: 150px;
        right: 46px;
    }

    .mainBanner:hover .bgIcons6 {
        top: 290px;
        left: 320px;
    }

    .mainBanner:hover .bgIcons7 {
        top: 130px;
        right: 230px;
    }

    .mainBanner:hover .bgIcons8 {
        top: 270px;
        right: 120px;
    }

    .mainBanner:hover .bgIcons9 {
        top: 100px;
        right: 30px;
    }

    .mainBanner:hover .bgIcons10 {
        top: 340px;
        left: 120px;
    }

    .mainBanner:hover .bgIcons11 {
        top: 200px;
        left: 200px;
    }

    .mainBanner:hover .bgIcons12 {
        top: 290px;
        left: 10px;
    }

    .mainBanner:hover .bgIcons13 {
        top: 80px;
        left: 140px;
    }

    .loginMain .mainBanner .bgIcons3 {
        bottom: 16%;
        left: 3%;
    }

    .loginMain .mainBanner:hover .bgIcons3 {
        bottom: 17%;
        left: 10%;
    }

    .loginMain .mainBanner .bgIcons10 {
        top: 50%;
        left: 11%;
    }

    .loginMain .mainBanner:hover .bgIcons10 {
        top: 53%;
        left: 13%;
    }

    .container-fluid {
        padding: 0 40px;
    }

    .slick-counter {
        display: block !important;
    }

    .siderBar {
        left: 0;
    }

    .open-sidebar .siderBar {
        left: -100%;
    }

    .open-sidebar .dashboardMain {
        padding-left: 15px;
    }


}

@media (min-width:992px) {

    .programAccordion {
        display: flex;
        gap: 10px;
    }

    .programAccordion .card {
        flex-direction: row;
        flex-grow: 0;
        flex-shrink: 1;
        min-width: min-content;
        border: none;
    }

    .programAccordion .card .card-header {
        cursor: pointer;
        transform: rotate(180deg);
        writing-mode: vertical-rl;
        background: #E5F4EC;
        font-size: 14px;
        color: #30C768;
        font-weight: 500;
        padding: 20px 25px;
        border: none;
        border-radius: 10px;
        transition: .35s all;
    }

    .programAccordion .card .card-header[aria-expanded="true"] {
        background: #30C768;
        color: #fff;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        pointer-events: none;
    }

    .programAccordion .card .card-header span {
        font-size: 16px;
        transform: rotate(90deg);
    }

    .programContent {
        background: #30C768;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        position: relative;
        padding: 30px;
    }

    .programContent:before {
        content: "";
        width: 1px;
        height: 80%;
        margin: auto;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        background: #fff;
    }

    .collapseProgram {
        width: 100%;
        height: 100% !important;
        overflow: hidden;
        transition: 0.5s ease-in !important;
    }

    .collapsing.collapseProgram {
        transition: 0.001s ease-out !important;
        height: auto;
        width: 0;
        overflow: hidden;
    }

    .ongoingBx {
        width: 100%;
    }


}

@media (min-width:768px) {

    .sayAboutSlider .item.slick-slide {
        transform: scale(0.7) translate(640px);
    }

    .sayAboutSlider .item.slick-slide.slick-center+.slick-slide {
        transform: scale(0.8) translate(-250px);
        z-index: 10;
    }

    .sayAboutSlider .item.slick-slide.slick-center+.slick-slide+.item.slick-slide {
        transform: scale(0.7) translate(-640px);
        z-index: 5;
    }

    .sayAboutSlider .item.slick-slide.slick-active {
        transform: scale(0.8) translate(250px);
    }

    .sayAboutSlider .item.slick-slide.slick-center {
        transform: scale(1);
        z-index: 30;
        opacity: 1;
    }

    .sayAboutSlider .item.slick-slide.slick-center .sayAbout:before {
        opacity: 0;
        visibility: hidden;
    }

    .searchBox {
        position: relative;
        border: none;
        padding: 0;
    }

    .profileTabs .nav-link {
        padding: 12px 20px;
    }


}

@media (max-width:1199px) {

    .bgIcons1,
    .bgIcons2,
    .bgIcons3,
    .bgIcons4,
    .bgIcons5,
    .bgIcons6,
    .bgIcons7,
    .bgIcons8,
    .bgIcons9,
    .bgIcons10,
    .bgIcons11,
    .bgIcons12,
    .bgIcons13 {
        display: none;
    }

    .mainBanner {
        background-image: url(../images/bg-icons.png);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: top center;
    }

    .siderBar {
        z-index: 999;
    }

    .open-sidebar .siderBar {
        left: 0;
    }

    .dashboardMain {
        padding-left: 15px;
    }

    .leftItem {
        width: 155px;
    }

    .rightItem {
        width: calc(100% - 175px);
    }

    .mySubjects>li {
        width: 25%;
    }

}

@media (min-width:1500px) {
    .footerMain {
        padding-top: 240px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .mainHeader .navbar-nav .nav-item {
        padding: 10px 15px;
    }

    .studentSayAbout {
        background-size: cover;
    }

    .sendForm img {
        height: 581px;
    }

    .teacherMain .teacherLeft {
        width: 100%;
    }

    .bannerImages img {
        height: auto;
    }

    .registerBtn {
        display: none;
    }

}

@media (min-width:768px) and (max-width:991px) {
    .navbar-brand img {
        width: 130px;
    }

    .mainHeader .navbar-nav .nav-item {
        padding: 6px 6px;
        font-size: 12px;
    }

    .btnHeader .btn-primary,
    .btnHeader .btn-success {
        min-width: 88px;
        font-size: 13px;
        padding: 8px 15px;
    }

    .maincon {
        padding: 12px;
    }

    .layoutText {
        width: 200px;
    }

    .skillsBox figure {
        width: 150px;
        height: 150px;
        margin-bottom: 10px;
    }

    .skillsBox h3 {
        margin: 0;
    }

    .skillsBox figure lottie-player {
        width: 80px !important;
        height: 80px !important;
    }

    .meetContent figure img {
        height: 150px;
    }

    .studentSayAbout {
        background-size: cover;
    }

    .programContent {
        width: 100% !important;
    }

    .moreSection .mittsureLeft {
        padding: 0;
    }

    .activities {
        margin-left: 15px;
        margin-right: 15px;
        padding: 20px;
    }

    .listingStar {
        justify-content: start;
    }

    .listingStar>li {
        width: 33.33%;
    }

    .programAccordion .card {
        border: none;
        margin-bottom: 10px;
    }

    .programAccordion .card .card-header {
        padding: 20px 15px;
    }

    .programAccordion .card .card-header[aria-expanded="true"] {
        border-radius: 10px 10px 0 0;
    }

    .programContent {
        border-radius: 0 0 10px 10px;
        width: 100% !important;
        padding: 15px;
    }

    .programContent figure {
        margin-top: 20px;
    }

    .programContent figure img {
        width: 100%;
    }

    .glanceRight,
    .visionSection .glanceRight {
        padding: 0;
    }

    .glanceRight::after {
        display: none;
    }

    .sliderAbout .item>img {
        height: 40vh;
    }

    .sliderBlog {
        width: 100%;
    }

    .blogRightSec {
        width: 100%;
    }

    .articalMain {
        padding: 15px;
    }

    .sliderBlog .slick-prev {
        left: 0;
    }

    .sliderBlog .slick-next {
        left: 58px;
    }

    .blogTxt {
        justify-content: center;
    }

    .leaderImg {
        margin: auto;
        width: 270px;
        height: 245px;
    }

    .leaderImg img {
        width: 300px;
        height: 212px;
    }

    .leaderInfo {
        width: calc(100% - 270px);
        padding: 15px;
    }

    .leadershipContent:after {
        width: calc(100% - 250px);
    }

    .squareImg {
        right: 20px;
        bottom: 60px;
    }

    .viewCategory {
        margin-bottom: 20px;
    }

    .studentSkill {
        padding: 60px 0;
    }

    .dolphinJson lottie-player {
        width: 200px !important;
        height: 200px !important;
    }

    .studentSkill h2 {
        font-size: 20px;
    }

    .studentSkill p {
        font-size: 14px;
    }

    .detailList ul {
        margin: -10px;
    }

    .detailList ul li {
        width: 50%;
        padding: 10px;
    }

    .popularList>li {
        width: 50%;
    }

    .courseBanner3 .banerImg {
        text-align: center;
        width: 100%;
    }

    .courseBanner3 .banerImg img {
        display: block;
        margin: auto;
    }

    .courseBanner3 .bannerTxt {
        max-width: 100%;
        padding: 20px 0 0;
        text-align: center !important;
    }

    .lottieCourse {
        display: none;
    }

    .cartsImag .imageMain>img {
        height: 365px;
    }

    .teacherMain .teacherLeft {
        width: 100%;
    }

    #scheduledTab .ScheduleList li {
        width: 33.33%;
    }

    .homeBanner .bannerTxt {
        max-width: 450px;
        padding-bottom: 10px;
    }

    .homeBanner .bannerTxt h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .bannerImages img {
        height: auto;
    }

    #pastTab .teacherOnline>li {
        width: 33.33%;
    }

    /*Student Panel Css*/
    .navList>li {
        margin: 0 8px;
    }

    .navList>li a {
        font-size: 12px;
    }

    .mySubjects>li {
        width: 33.33%;
    }

    .danceChep .chapterList>li {
        width: 33.33%;
    }

    .registerBtn {
        display: none;
    }

    .slider-explore-thumb .exploreconTent>figure img {
        height: 150px !important;

    }
}

@media (max-width:767px) {
    .navbar-brand img {
        width: 130px;
    }

    .navbar-toggler {
        border: none;
        padding: 0;
        outline: none !important;
        box-shadow: none !important;
    }

    #navbarContent {
        position: fixed;
        top: 50px;
        right: -100%;
        width: 100%;
        height: 100% !important;
        background: #f6f6ee;
        transition: .3s all;
    }

    #navbarContent.show {
        right: 0;
    }

    .mainHeader .navbar-nav {
        background: none;
    }

    .mainHeader .navbar-nav .nav-item {
        padding: 0;
        border-bottom: 1px solid #eaeae5;
    }

    .mainHeader .navbar-nav .nav-link {
        padding: 14px;
        color: #000;
    }

    .mainBanner {
        padding: 70px 0 160px;
        background-position: top 50px left;
        background-size: 100%;
    }

    .bannerTxt span {
        font-size: 20px;
    }

    .bannerTxt h1 {
        font-size: 28px;
        margin-bottom: 16px;
    }

    .bannerTxt p {
        font-size: 13px;
    }

    .bnrSearch {
        margin-top: 30px;
    }

    .gradientBorder {
        width: calc(100% - 136px);
        margin-right: 10px;
    }

    .searchInput .form-control {
        height: 45px;
        font-size: 13px;
        padding-left: 32px;
        background-size: 13px;
        background-position: center left 13px;
    }

    .searchInput .btn {
        height: 45px;
        width: 126px;
        font-size: 13px;
    }

    .maincon {
        padding: 10px;
    }

    .layoutText figure img {
        width: 100%;
    }

    .learnSection,
    .skillsSection,
    .featuresSection,
    .courseSection {
        margin: 40px 0;
    }

    .section-heading h2 {
        font-size: 18px;
    }

    .sliderImg {
        width: 100%;
    }

    .sliderContent {
        display: block !important;
    }

    .sliderImgtxt {
        width: 100%;
        padding: 20px 0 0;
    }

    .slider-thumb {
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .sliderImgtxt h3 {
        font-size: 22px;
    }

    .sliderImgtxt p {
        max-width: 100%;
        font-size: 13px;
    }

    .slider-thumb figure {
        margin: 0;
    }

    .slider-thumb img {
        width: 100%;
        height: 80px;
        object-fit: cover;
        border-radius: 10px;
    }

    .skillsBox figure {
        width: 130px;
        height: 130px;
        margin-bottom: 10px;
    }

    .skillsBox figure lottie-player {
        width: 80px !important;
        height: 80px !important;
    }

    .skillsBox h3 {
        font-size: 15px;
        margin-bottom: 0;
    }

    .skillsBox p {
        font-size: 12px;
    }

    .exclusiveTag {
        left: 0;
        top: -6px;
    }

    .exclusiveTag lottie-player {
        width: 90px !important;
        height: 90px !important;
    }

    .coursesTabs .nav-item .nav-link {
        font-size: 13px;
    }

    .exploreMain .sliderImgtxt p {
        font-size: 13px;
    }

    .slider-explore-thumb .slick-slide {
        padding: 5px;
    }

    .exploreconTent figure {
        margin: 0;
    }

    .meetslidertxt {
        width: 100%;
        order: 2;
    }

    .meetprofileImg {
        width: 100%;
        order: 1;
        margin-bottom: 13px;
    }

    .meetslidertxt p {
        margin-top: 20px;
    }

    .meetslidertxt b {
        margin: 0;
    }

    .meetContent {
        padding: 4px;
        margin: 3px;
    }

    .meetContent figure {
        margin: 0;
    }

    .meetContent figure img {
        height: 70px;
    }

    .meetContent span {
        display: none;
    }

    .meetContent b {
        display: none;
    }

    .meetLottie {
        display: none;
    }

    .skillsDots {
        display: none;
    }

    .studentSayAbout {
        background-size: cover;
        padding: 70px 0 90px;
        margin: 30px 0;
    }

    .copyrightTxt p {
        margin-bottom: 13px;
        text-align: center;
    }

    .copyrightTxt ul {
        justify-content: center !important;
    }

    .recentSearch button.slick-prev.slick-arrow {
        left: 0;
    }

    .recentSearch button.slick-next.slick-arrow {
        right: 0;
    }

    .featureContent .slick-slide {
        flex-wrap: wrap;
    }

    .featureTxtbox {
        width: 100% !important;
    }

    .shapeLottie lottie-player {
        width: 290px !important;
        height: 290px !important;
    }

    .CircleLottie {
        display: none;
    }

    .sayAboutSlider .item.slick-slide {
        height: auto !important;
        opacity: 1;
    }

    .sayAbout::before {
        display: none;
    }

    .loginSec .loginFormBox {
        padding: 20px;
    }



    .aboutMain::after,
    .sliderAbout .item>img {
        height: 40vh;
    }

    .aboutMain .bannerTxt {
        position: absolute;
        left: 0;
        right: 0;
        transform: translate(0, -40%);
        padding: 0 15px;

    }

    .bannerTxt br {
        display: none;
    }

    .aboutMain .bannerTxt h3 {
        font-size: 30px;
    }

    .glanceRight {
        padding: 20px 0 0;
    }

    .glanceRight::after {
        display: none;
    }

    .moreSection {
        background-position: bottom right;
        background-size: 410px;
    }

    .moreSection .mittsureLeft {
        padding: 0 0 30px;
    }

    .activities {
        padding: 15px;
        margin: -35px 15px 40px;
    }

    .listingStar>li {
        width: 50%;
        padding-left: 19px;
        padding-right: 5px;
    }

    .section-heading {
        padding-bottom: 25px;
    }

    .visionSection .glanceRight {
        padding: 20px 0 0;
    }

    footer.footerMain {
        background-position: top left -30px;
        padding-top: 140px;
    }

    .studentSaySlider {
        padding: 0;
    }


    .programAccordion {
        display: block;
    }

    .ourProagram {
        padding: 40px 0;
    }

    .programAccordion .card {
        border: none;
        margin-bottom: 10px;
    }

    .programAccordion .card .card-header {
        padding: 20px 15px;
    }

    .programAccordion .card .card-header[aria-expanded="true"] {
        border-radius: 10px 10px 0 0;
    }

    .programContent {
        border-radius: 0 0 10px 10px;
        width: 100% !important;
        padding: 15px;
    }

    .programContent figure {
        margin-top: 20px;
    }

    .programContent figure img {
        width: 100%;
    }

    .activitieSection {
        padding: 40px 0;
    }

    .dotsImg img {
        width: 50px;
    }

    .visionSection {
        margin: 40px 0;
    }



    .articalBlog figure.blogImg img {
        height: 220px;
        margin-bottom: 0;
    }

    .articalBlog h4 {
        font-size: 16px;
    }

    .articalBlog {
        padding: 60px 0px 20px;
    }

    .sliderBlog {
        width: 100%;
        margin-right: 0;
    }

    .blogsliderSection {
        padding-top: 80px;
    }

    .articalMain {
        padding: 10px;
    }

    .blogRightSec {
        width: 100%;
    }

    .blogSliderMain {
        display: block;
    }

    .knowMorebtn {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: inline-block;
        margin-top: 10px;
    }

    .blogsliderleft {
        width: 100%;
        padding-bottom: 20px;
    }

    .sliderRight {
        padding: 0;
    }

    .sliderRight .imgoneSlider {
        width: 100%;
    }

    .vrLine {
        display: none;
    }

    .sliderBlog .slick-dots {
        display: none !important;
    }

    .sliderBlog .slick-prev {
        right: 58px;
    }

    .sliderBlog .slick-next {
        right: 0;
    }

    .exclusiveSection {
        margin: 40px 0;
    }

    .leadershipContent {
        display: block;
    }

    .leaderImg {
        margin: auto;
        width: 270px;
        height: 245px;
    }

    .leaderImg img {
        width: 300px;
        height: 212px;
    }

    .leadershipContent:after {
        width: 100%;
        top: 100px;
        height: calc(100% - 100px);
    }

    .leaderInfo {
        width: 100%;
        padding: 20px;
    }

    .leadeImage {
        width: 120px;
    }

    .leaderDetail {
        width: calc(100% - 120px);
        padding: 10px;
    }

    .leadeImage::before {
        border-width: 0 0px 80px 120px;
    }

    .detailTxt {
        height: 77px;
    }

    .leadeImage img {
        height: 150px;
    }

    .sendForm img {
        height: 300px;

    }

    .contactBanner .bannerTxt h1 {
        font-size: 25px;
    }

    .offeringsBanner .bannerTxt h1 {
        font-size: 25px;
    }

    .squareImg {
        right: 20px;
        bottom: 60px;
        width: 70px;
    }

    .lottieSquare {
        display: none;
    }

    .messageMain .lottieRactangle {
        display: none;
    }

    .sendMessage {
        padding: 25px 15px;
    }

    .messageMain {
        margin: 40px 0;
    }

    .viewCategory {
        margin-bottom: 20px;
    }

    .dolphinJson lottie-player {
        width: 100px !important;
        height: 100px !important;
    }

    .studentSkill h2 {
        font-size: 20px;
    }

    .studentSkill p {
        font-size: 14px;
    }

    .detailList ul {
        margin: -10px;
    }

    .detailList ul li {
        width: 100%;
        padding: 10px;
    }

    .popularList>li {
        width: 100%;
    }

    .courseBanner .bannerTxt h1 {
        font-size: 28px;
    }

    .courseBanner {
        padding: 80px 0 50px;
        background-position: left bottom;
    }

    .courseBanner2 .scrollDownJson {
        right: 0;
        bottom: -140px;
    }

    .courseBanner2 {
        background-position: center bottom;
    }

    .courseBanner .bannerTxt br {
        display: none;
    }

    .reviewImage {
        width: 100%;
    }

    .reviewImage img {
        width: 100%;
    }

    .reviewTxt {
        width: 100%;
        padding: 20px 0 0;
    }

    .coursesBox>figure>img {
        height: 220px;
    }

    .courseBanner3 .banerImg {
        text-align: center;
        width: 100%;
    }

    .courseBanner3 .banerImg img {
        display: block;
        margin: auto;
    }

    .courseBanner3 .bannerTxt {
        max-width: 100%;
        padding: 20px 0 0;
        text-align: center !important;
    }

    .courseBanner3 br {
        display: none;
    }

    .clientReview {
        padding: 40px 0;
    }

    .coursesBox h3 {
        margin-top: 13px;
        margin-bottom: 13px;
    }

    /*  */

    .ViewTabs .nav-link {
        padding: 7px 12px;
        font-size: 10px;
    }

    .aboutBg {
        padding: 20px 18px;
    }

    .reverseRow {
        flex-direction: column-reverse;
    }

    .aboutLeft {
        margin-bottom: 40px;
    }

    .willLearn {
        margin: 40px 0;
    }

    .needOnly {
        margin: 40px 0;
    }

    .needBox {
        display: flex;
        align-items: center;
    }

    .needBox figure {
        margin-right: 30px;
        min-width: 55px;
    }

    .needBox span {
        font-size: 13px;
    }

    .accordianInner {
        flex-wrap: wrap;
    }

    .accordianInner b {
        margin-top: 10px;

    }

    .curriculumAcrdn .accordion-body {
        padding: 15px 15px 15px 15px;
    }

    .lottieCourse {
        display: none;
    }

    .headingsections {
        flex-wrap: wrap;
    }

    .studyMaterials .materialsInner {
        flex-wrap: wrap;
        justify-content: center;
    }

    .studyMaterials .bannerTxt {
        max-width: 100%;
        order: 2;
        padding-top: 15px;
        text-align: center !important;
    }

    .studyMaterials .studyLottie {
        order: 1;
    }

    .studyMaterials .studyLottie lottie-player {
        width: 280px !important;
        margin: auto;
    }

    .studyMaterials .materialsInner .bannerTxt h1 {
        font-size: 25px;
        font-size: 25px;
        padding: 0 20px;
        text-align: center;
    }

    .studyMaterials {
        padding: 120px 0px 70px;
    }

    .coloredLottie {
        bottom: -110px;
    }

    .overallSelect .form-select {
        min-width: inherit;
    }

    .plannedList {
        padding: 10px;
    }

    .planUser {
        width: 100%;
        border-bottom: 1px solid #bbbbbb;
        padding-bottom: 10px;
    }

    .plannedList strong {
        margin-top: 10px;
        width: 50%;
        border-left: 0;
        border-right: 1px solid #bbbbbb;
    }

    .plannedList strong:last-child {
        border-right: 0;
    }

    .adminBx {
        display: block;
    }

    .searchBox {
        position: fixed;
        top: 65px;
        left: 0;
        width: 100%;
        padding: 10px;
        box-shadow: 0 10px 10px rgba(0, 0, 0, .07);
        background: #fff;
        border: none;
        border-radius: 0;
        border-top: 1px solid #f5f5f5;
    }

    .searchBtn {
        border: none;
        background: none;
    }

    .leftItem {
        padding-left: 13px;
        width: 100px;
    }

    .leftItem img {
        width: 100px;
    }

    .rightItem {
        padding-right: 13px;
        width: calc(100% - 100px);
    }

    .searchBox input {
        width: 100%;
        max-width: 100%;
    }

    .dropdownPrf {
        text-align: left;
        font-size: 12px;
    }

    .dropdownPrf img {
        width: 30px;
        height: 30px;
    }

    .headerTbl {
        flex-wrap: wrap;
    }

    .headerTbl .teacherrightTable {
        padding-top: 15px;
    }

    .teacherImg {
        position: initial;
        text-align: center;
        display: block;
        margin: auto;
        padding-top: 10px;
    }

    .digitalBox figure>img {
        height: 180px;
    }

    .plannerHeader {
        display: block;
    }

    .plannerHeader .form-select {
        width: 100%;
        margin-bottom: 10px;
    }

    .plannerHeader span {
        margin-bottom: 15px;
        margin-top: 15px;
        display: block;
    }

    .tableTop .plannerUl {
        margin-bottom: 10px;
    }

    .tableTop {
        flex-wrap: wrap;
        margin: 10px 10px;
    }

    .tableSearch,
    .tableSearch input {
        width: 100% !important;
    }

    .classDetails .plannerHeader {
        width: 100%;
    }

    .classDetails .plannerHeader .form-select {
        width: 100%;
    }

    .coursesFilter {
        flex-wrap: wrap;
    }

    .accessDetail span {
        font-size: 12px;
    }

    .accessDetail {
        padding: 10px;
    }

    .chapterNme {
        width: 100%;
    }

    .chapterSlide {
        width: 100%;
        padding: 10px 0;
    }

    .chapterSlide span {
        margin-right: auto !important;
    }

    .docxList>li {
        width: 50%;
    }



    #scheduledTab .ScheduleList li {
        width: 100%;
    }

    #ongoingTab .teacherOnline li {
        width: 100%;
    }


    .schedulContent figure img {
        height: 180px;
    }

    .ongoingBx {
        width: 100%;
    }

    .upcomingContent {
        display: block !important;
    }


    #upcomingTab .upcomingList .upcomingImg img {
        width: 100%;
        max-width: 100%;
        height: 160px;
    }

    .upcomingList .upcomingtxt {
        margin-left: 0;
        padding: 10px 10px;

    }

    .upcomingList .upcomingtxt a {
        margin-top: 10px;
        display: block;
    }

    .pastUl>li .upcomingImg img {
        width: 100%;
        max-width: 100%;
    }

    .totalLearner {
        width: 100%;
        white-space: nowrap;
    }

    .learnermain {
        display: block;
        margin-top: 10px;
    }

    .homeBanner {
        padding: 70px 0 0;
    }

    .homeBanner .bannerTxt {
        max-width: 100%;
        text-align: center;
        position: relative;
        top: 0;
        left: 0;
        bottom: 0;
        display: block;
        padding-bottom: 10px;
    }

    .homeBanner .bannerTxt h1 {
        font-size: 28px;
        line-height: 36px;
    }

    .bannerImages {
        width: 100%;
        margin-left: auto;
    }

    .bannerImages img {
        height: auto;
    }

    .pageTab .tabLink {
        font-size: 12px;
    }

    .classTabs {
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 10px;
    }

    .profileMain {
        display: block;
    }

    .profileMain .profileSidebar,
    .profileMain .profileRight {
        width: 100%;
    }

    .profileRight {
        padding: 10px;
    }

    .profileTabs .nav-link {
        padding: 12px 10px;
    }

    .educationTxt {
        padding: 13px;
    }

    .educationTxt h3 {
        font-size: 16px;
        line-height: normal;
        margin-bottom: 10px;
    }

    .educationTxt p {
        margin-bottom: 10px;
    }

    .featuresecContent .featureTxtbox {
        width: 100% !important;
    }

    .changeaddBtn {
        margin-top: 15px;
    }

    .shoppingMain .shoppingCart {
        padding: 100px 0 0px 0;
    }

    .subscriptionBanner {
        padding: 70px 0;
    }

    .subscriptionBanner .bannerTxt h1 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    #pastTab .teacherOnline>li,
    #upcomingTab .teacherOnline>li {
        width: 100%;
    }

    /*Student Panel Css*/
    .studentBanner {
        padding-top: 70px;
    }

    .studentOverView {
        padding: 15px;
    }

    .studentNav {
        position: fixed;
        top: 51px;
        right: -100%;
        width: 100%;
        height: calc(100% - 51px);
        background: transparent linear-gradient(255deg, #00438C 0%, #0853B1 49%, #1265DA 100%) 0% 0% no-repeat padding-box;
        transition: .5s all;
    }

    .studentNav.show {
        right: 0;
    }

    .toggleBtn2 {
        background: none;
        border: none;
        margin-left: auto;
        margin-right: 10px;
    }

    .navList {
        display: block;
    }

    .navList>li a {
        padding: 10px;
        display: block;
    }

    .navList>li a.active:after {
        display: none;
    }

    .studentinfoList>li {
        width: 100%;
        border: none;
        border-bottom: 1px solid rgba(152, 180, 205, .27) !important;
        padding: 15px 0;
    }

    .studentinfoList>li:last-child {
        border-bottom: 0 !important;
    }

    .mySubjects>li {
        width: 50%;
    }

    .danceChep .chapterList>li {
        width: 100%;
    }

    #otpModal h3::after {
        left: 28%;
    }

    .premiumTxt {
        text-align: left;
    }

    .planName {
        display: block;
    }
}



@media (max-width: 375px) {
    .coursesBox>figure>img {
        height: 170px;
    }
}



/* switch bottomToggleBtn toggler style */
.bottomToggleBtn {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9999;
    background: #fff;
    padding: 10px 15px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    gap: 10px;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowingGradient 2s infinite;

}

@keyframes glowingGradient {
    0% {
        box-shadow: 0 0 5px #00438C, 0 0 10px #00438C;
    }

    25% {
        box-shadow: 0 0 10px #00438C, 0 0 20px #00BE55;
    }

    50% {
        box-shadow: 0 0 15px #00BE55, 0 0 30px #00438C;
    }

    75% {
        box-shadow: 0 0 10px #00438C, 0 0 25px #00BE55;
    }

    100% {
        box-shadow: 0 0 5px #00BE55, 0 0 10px #00438C;
    }
}