@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 0 !important;
}

img {
    max-width: 100%;
    height: auto;
}

.nt-icon {
    display: flex;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid #DEE3E6;
}

.prof-name {
    color: #011B30;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-weight: 600;
}

.prof-dst {
    color: #768998;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-weight: 500;
}

.prof-img {
    border-radius: 50%;
}

.dropdown-profile::after {
    display: none !important;
}

.dropdown-profile {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.candidate-panel-div a {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #03599F;
    text-decoration: none;
    color: #03599F;
    text-align: center;
    font-family: "Plus Jakarta Sans", serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.candidate-panel-div a:hover {
    background-color: #03599F;
    color: #FAFBFB;
}

/* ===================================
    1. Header
====================================== */

.top-bar {
    background-color: #011B30;
    display: flex;
    padding: 16px 0;
    justify-content: space-between;
    align-items: center;
}

.top-info-section {
    gap: 32px;
}

.top-nav-dropdown .top-nav-dropdown-item {
    color: #FAFBFB;
    font-family: "Plus Jakarta Sans", serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.56px;
}

.top-nav-dropdown .top-nav-dropdown-item:focus,
.top-nav-dropdown .top-nav-dropdown-item:hover {
    color: #FAFBFB;
}

.alt-font {
    color: #FAFBFB;
    font-family: "Plus Jakarta Sans", serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.56px;
}

.nav-main {
    padding: 20px 0 !important;
    background-color: rgba(255, 230, 198, 0.20);
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 10%;
    left: 100%;
    margin-top: -1px;
}

.dropMenu {
    background-color: #FFFAF4 !important;
}

.items-submenu {
    background-color: #FFFAF4 !important;
}

.menu-item:hover {
    background-color: transparent !important;
    color: #03599F !important;
}

.menu-item:active {
    background-color: transparent !important;
    color: #03599F !important;
}

.sub-item:hover {
    background-color: transparent !important;
    color: #03599F !important;
}

.sub-item:active {
    background-color: transparent !important;
    color: #03599F !important;
}

.navbar-nav li:hover>ul.dropdown-menu {
    display: block;
}

.dropdown-item {
    color: #FAFBFB;
    font-family: "Plus Jakarta Sans", serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.56px;
}

.dropdown-toggle::after {
    display: none !important;
}

.navDropdown {
    color: #03599F !important;
    font-family: "Raleway", serif;
    font-size: 18px !important;
    font-weight: 600 !important;
}

.search-input {
    background-image: url('../Lms-images/search-icon.svg');
    background-repeat: no-repeat;
    background-position: 12px 14px;
    background-size: 20px 20px;
    display: flex;
    width: 200px;
    padding: 12px 16px 12px 36px;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #DEE3E6;
    background-color: transparent !important;
    color: #011B30;
}

.search-input::placeholder {
    color: #768998;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.search-input:focus-visible {
    outline: none !important;
}

.signIn-btn {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #DEE3E6;
    text-decoration: none;
    margin-left: 12px;
}

.signIn-text {
    color: #011B30;
    text-align: center;
    font-family: "Plus Jakarta Sans", serif;
    font-size: 16px;
    font-weight: 500;
}

.signUp-btn {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #03599F;
    text-decoration: none;
    margin-left: 12px;
}

.signUp-text {
    color: #FAFBFB;
    text-align: center;
    font-family: "Plus Jakarta Sans", serif;
    font-size: 16px;
    font-weight: 500;
}

.nt-icon {
    display: flex;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid #DEE3E6;
}

.prof-name {
    color: #011B30;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-weight: 600;
}

.prof-dst {
    color: #768998;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-weight: 500;
}

.prof-img {
    border-radius: 50%;
}

.dropdown-profile::after {
    display: none !important;
}

.dropdown-profile {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.candidate-panel-div a {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #03599F;
    text-decoration: none;
    color: #03599F;
    text-align: center;
    font-family: "Plus Jakarta Sans", serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

/* ===================================
Homepage CSS
    2. Banner
====================================== */

.banner-main {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
}

.banner-heading {
    color: #FFF;
    text-align: center;
    font-family: "ES Rebond Grotesque TRIAL";
    font-size: 64px;
    font-weight: 700;
}

.banner-pg {
    color: #FAFBFB;
    text-align: center;
    font-family: "Raleway", serif;
    font-size: 18px;
    font-weight: 500;
}

.border-solid {
    width: 60px;
    height: 2px;
    background-color: #E28000;
}

.heroSection {
    padding: 75px 0 50px 0;
    background: url('../Lms-images/Banner-img2.png') lightgray -8.25px 0px / 104.4% 100% no-repeat;
    height: 125vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.counter-sect {
    padding: 16px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.60);
    background: rgba(2, 53, 95, 0.60);
    backdrop-filter: blur(4px);
}

.count1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.count1 h4 {
    color: #FFF;
    text-align: center;
    font-family: "ES Rebond Grotesque TRIAL";
    font-size: 48px;
    font-weight: 700;
    line-height: 64px;
}

.banner-btn {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: linear-gradient(273deg, #FFB555 -50.01%, #E28000 100%);
    text-decoration: none;
    color: #FAFBFB;
    text-align: center;
    font-family: "Plus Jakarta Sans", serif;
    font-size: 16px;
    font-weight: 600;
    margin-top: 24px;
}

.count1 p {
    color: #FAFBFB;
    text-align: center;
    font-family: "Raleway", serif;
    font-size: 24px;
    font-weight: 500;
}

@media only screen and (max-width: 480px) {
    .banner-heading {
        color: #FFF;
        font-size: 24px;
        line-height: 32px;
    }

    .banner-pg {
        font-size: 14px;
        line-height: 18px;
        width: 200px;
    }

    .nav-main {
        padding: 16px 0 !important;
    }

    .count1 h4 {
        color: #FFF;
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 0;
    }

    .count1 p {
        font-size: 14px;
        line-height: 20px;
    }

    .heroSection {
        background: url('../Lms-images/Hero2.png') lightgray -8.25px 0px / 104.4% 100% no-repeat;
        padding: 54px 16px 16px 16px;
        height: 100%;
    }

    .counter-sect {
        padding: 16px;
        border-radius: 20px;
        border: 1px solid rgba(255, 255, 255, 0.60);
        background: rgba(2, 53, 95, 0.60);
        backdrop-filter: blur(4px);
    }

    .alt-font {
        display: none;
    }

    .top-bar {
        padding: 12px 16px;
    }

    .dropdown:hover .dropdown-menu {
        display: block;
    }
}

/* ===================================
    3. Features
====================================== */

.features-sect {
    display: flex;
    justify-content: center;
    padding: 60px 20px;
    background: rgba(255, 230, 198, 0.70);
}

.featureIconSect {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.featureSect h6 {
    color: #011B30;
    font-family: "ES Rebond Grotesque TRIAL";
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
}

.featureSect span {
    color: #011B30;
    font-family: "Raleway", serif;
    font-size: 22px;
    font-weight: 500;
    align-self: stretch;
}

.featureIconSect span {
    color: #011B30;
    font-family: "Raleway", serif;
    font-size: 22px;
    font-weight: 500;
}

@media only screen and (max-width: 480px) {
    .features-sect {
        padding: 32px 16px;
    }

    .featureSect span {
        font-size: 16px;
    }

    .featureSect h6 {
        font-size: 24px;
    }

    .featureIconSect span {
        font-size: 18px;
    }

    .ab-col {
        border-bottom: 0.5px solid #E28000;
        padding-bottom: 24px;
    }
}

/* ===================================
    4. Courses
====================================== */

.courses-sect {
    background: linear-gradient(255deg, #000910 -0.13%, #03599F 112.12%);
    padding: 100px 20px;
}

.c-heading h6 {
    color: #FFE6C6;
    font-family: "ES Rebond Grotesque TRIAL";
    font-size: 48px;
    font-weight: 700;
}

.course {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ct-text {
    color: #FFF;
    font-family: "Raleway", serif;
    font-size: 18px;
    font-weight: 600;
}

.look-small {
    border-radius: 50%;
    background: #E28000;
    text-align: center;
    width: 45px;
    height: 45px;
    margin-left: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.look-small span {
    color: #FFF;
    font-family: "Raleway", serif;
    font-size: 10px;
    font-weight: 600;
}

.course-para p {
    color: #FFF;
    font-family: "Raleway", serif;
    font-size: 18px;
    font-weight: 500;
    margin-top: 16px;
}

.main-title {
    color: #FAFBFB;
    font-family: "Raleway", serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
}

.c-tab {
    margin-top: 40px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-shrink: 0;
    border-radius: 16px;
    background: rgba(1, 27, 48, 0.20);
    box-shadow: 4px 4px 12px 0px rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
    border: none !important;
    gap: 15px;
}

.title-course {
    border-right: 1px solid rgba(255, 255, 255, 0.60);
    padding-right: 48px;
}

.tab-title {
    color: #F2F2F2 !important;
    font-family: "Raleway", serif;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 28px;
    letter-spacing: 0.8px;
    background-color: transparent !important;
    padding: 0 !important;
    border: none !important;
}

.tab-title.active {
    padding: 20px 0 !important;
    color: #FF9C1C !important;
    border-bottom: 2px solid #FF9C1C !important;
}

.tab-title:hover {
    padding: 20px 0 !important;
    color: #FF9C1C !important;
    border-bottom: 2px solid #FF9C1C !important;
}

.tab-title-main.active {
    padding: 20px 0 !important;
    color: #FF9C1C !important;
    border-bottom: 2px solid #FF9C1C !important;
}

.c-info-sect {
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.208);
    background: radial-gradient(100.08% 100.08% at 50% 36.92%, rgba(249, 249, 249, 0.00) 82.12%, rgba(249, 249, 249, 0.26) 10.38%), rgba(3, 89, 159, 0.26);
    box-shadow: 0px 4px 12px 0px rgba(7, 4, 27, 0.40);
    backdrop-filter: blur(8px);
    opacity: 0.9;
}

.crTab {
    margin-top: 60px;
}

.box-of-course {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    padding: 24px;
    height: 125px;
}

.home-c-hdg {
    color: #FFF;
    font-family: "Raleway", serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.72px;
}


.home-p {
    color: #EBEDF0;
    font-family: "Raleway", serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.56px;
}

.cert-Sect {
    margin: 60px 0;
}

.cert-text {
    margin-bottom: 16px;
}

.cert-text h4 {
    color: #FFE9D7;
    font-family: "ES Rebond Grotesque TRIAL";
    font-size: 28px;
    font-weight: 600;
}

.cert-text p {
    color: #FFF;
    font-family: "Raleway", serif;
    font-size: 18px;
    font-weight: 400;
}

.ctImg-section {
    display: flex;
    justify-content: end;
    gap: 12px;
}

.cert2Img {
    margin-top: 40px;
    margin-bottom: -20px;
}

.moreDiv {
    margin-top: 24px;
    display: flex;
    align-items: center;
}

.moreText {
    color: #FF9C1C;
    font-family: "Raleway", serif;
    font-size: 18px;
    font-weight: 500;
    margin-left: 8px;
}

.moreLinks {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 480px) {
    .courses-sect {
        padding: 32px 16px;
    }

    .ct-text {
        font-size: 12px;
    }

    .c-heading h6 {
        font-size: 24px;
        border-bottom: 2px solid #FFE6C6;
    }

    .c-tab {
        padding: 20px !important;
    }

    .course-para p {
        font-size: 14px;
    }

    .tab-title-main.active {
        padding: 0 !important;
    }

    .tab-title.active {
        padding: 0 !important;
    }

    .cert-Sect {
        margin: 24px 0;
    }

    .cert-text h4 {
        font-size: 24px;
    }

    .cert-text p {
        font-size: 14px;
    }

    .ctImg-section {
        flex-direction: column;
        margin-top: 24px;
    }

    .cert2Img {
        margin-top: 24px;
    }

    .box-of-course {
        height: auto;
    }

    .moreText {
        font-size: 16px;
    }
}

/* Solutions section css */

.solutions-sect {
    padding: 100px 20px;
}

.sol-hdg h2 {
    color: #011B30;
    text-align: center;
    font-family: "ES Rebond Grotesque TRIAL";
    font-size: 48px;
    font-weight: 700;
}

.sol-hdg p {
    color: #1D3C55;
    text-align: center;
    font-family: "Raleway", serif;
    font-size: 18px;
    font-weight: 500;
}

.solution-part {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.solution-part h6 {
    color: #011B30;
    font-family: "ES Rebond Grotesque TRIAL";
    font-size: 26px;
    font-weight: 600;
    line-height: 40px;
    align-self: stretch;
}

.solution-part p {
    color: #1D3C55;
    font-family: "Raleway", serif;
    font-size: 16px;
    font-weight: 500;
}

.sol-col {
    margin-top: 60px;
}

.learn-btn {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #03599F;
    text-decoration: none;
    color: #03599F;
    text-align: center;
    font-family: "Plus Jakarta Sans", serif;
    font-size: 16px;
    font-weight: 600;
}

.learn-btn:hover {
    background-color: #03599F;
    color: #FFFFFF;
}

@media only screen and (max-width: 480px) {
    .solutions-sect {
        padding: 32px 16px;
    }

    .sol-hdg h2 {
        font-size: 24px;
    }

    .sol-hdg p {
        font-size: 16px;
    }

    .solution-part h6 {
        font-size: 18px;
    }

    .solution-part p {
        font-size: 14px;
    }

    .solution-part {
        gap: 8px;
    }

    .sol-col {
        margin-top: 16px;
    }
}

/* Purpose section css */
.purpose-sect {
    background: linear-gradient(167deg, rgba(255, 230, 198, 0.00) 5.42%, rgba(255, 230, 198, 0.70) 69.41%);
    padding: 100px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mission-sect {
    border-radius: 20px;
    background: url('../Lms-images/about1.png') lightgray 50% / cover no-repeat;
    display: flex;
    padding: 24px;
    align-items: center;
    margin-top: 60px;
}

.mInfo-sect {
    display: flex;
    padding: 80px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    border-radius: 16px;
    border: 1px solid #FFF;
    background: linear-gradient(180deg, #03599F 0%, rgba(255, 255, 255, 0.25) 100%);
    backdrop-filter: blur(12px);
}

.mInfo-sect h4 {
    color: #FFF;
    font-family: "ES Rebond Grotesque TRIAL";
    font-size: 48px;
    font-weight: 700;
    align-self: stretch;
}

.mInfo-sect p {
    color: #FFF;
    font-family: "Raleway", serif;
    font-size: 18px;
    font-weight: 500;
}

.vision-sect {
    border-radius: 20px;
    background: url('../Lms-images/about2.png') lightgray 50% / cover no-repeat;
    display: flex;
    padding: 24px;
    align-items: center;
    margin-top: 60px;
}

.vision-sect img {
    border-radius: 20px;
    position: absolute;
    top: 10%;
    right: 4%;
    transform: scaleX(-1);
    display: flex;
    padding: 24px;
    align-items: center;
}

.vInfo-sect {
    display: flex;
    padding: 80px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    border-radius: 16px;
    border: 1px solid #FFF;
    background: linear-gradient(180deg, #E28000 0%, rgba(255, 255, 255, 0.25) 100%);
    backdrop-filter: blur(12px);
}

.vInfo-sect h4 {
    color: #FFF;
    font-family: "ES Rebond Grotesque TRIAL";
    font-size: 48px;
    font-weight: 700;
}

.vInfo-sect p {
    color: #FFF;
    font-family: "Raleway", serif;
    font-size: 18px;
    font-weight: 500;
}

.videoDiv {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.videoPlay_button {
    position: absolute;
}

@media only screen and (max-width: 480px) {
    .purpose-sect {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .m-sect {
        margin-top: 20px;
    }

    .v-sect {
        margin-top: 20px;
    }

    .infoImg {
        border-radius: 16px 16px 0 0;
    }

    .mission-info-sect {
        background-color: #03599F;
        padding: 40px 20px;
        gap: 12px;
        border-radius: 0 0 16px 16px;
    }

    .mission-info-sect h4 {
        color: #fff;
        font-size: 24px;
    }

    .mission-info-sect p {
        color: #fff;
        font-size: 14px;
    }

    .vission-info-sect {
        background-color: #E28000;
        padding: 40px 20px;
        gap: 12px;
        border-radius: 0 0 16px 16px;
    }

    .vission-info-sect h4 {
        color: #fff;
        font-size: 24px;
    }

    .vission-info-sect p {
        color: #fff;
        font-size: 14px;
    }
}

/* Blogs section css */

.blog-sect {
    display: flex;
    padding: 100px 20px;
    flex-direction: column;
    align-items: center;
}

.blog-row {
    margin-top: 60px !important;
}

.Blog-leftPart {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.blogDiv1 h6 {
    color: #011B30;
    font-family: "Raleway", serif;
    font-size: 22px;
    font-weight: 600;
}

.blogDiv1 p {
    color: #1D3C55;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-weight: 400;
}

.blogIn1 h6 {
    color: #011B30;
    font-family: "Raleway", serif;
    font-size: 18px;
    font-weight: 500;
}

.blogIn1 p {
    color: #576E81;
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-weight: 400;
}

.blogDiv2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.blogIn2 {
    display: flex;
    padding: 14px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 53px;
    border: 1px solid #FFE6C6;
    background: #FFF3E3;
}

.blog3Div {
    margin-top: 30px;
}

.blog2ImgDiv img {
    border-radius: 20px;
}

.blog3ImgDiv img {
    border-radius: 20px;
}

.blog2Text1 h6 {
    color: #011B30;
    font-family: "Raleway", serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.72px;
}

.blog2Text1 p {
    color: #1D3C55;
    font-family: "Plus Jakarta Sans", serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.56px;
}

.blogDiv2 {
    margin-top: 32px;
}

.blog2Text2 h6 {
    color: #011B30;
    font-family: "Raleway", serif;
    font-size: 18px;
    font-weight: 500;
}

.blog2Text2 p {
    color: #576E81;
    font-family: "Plus Jakarta Sans", serif;
    font-size: 18px;
    font-weight: 400;
}

.viewBtn {
    margin-top: 60px;
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 480px) {
    .blog-sect {
        padding: 32px 16px;
    }

    .blog-row {
        margin-top: 24px !important;
    }

    .viewBtn {
        margin-top: 20px;
    }

    .Blog-leftPart {
        background-color: #fff3e3;
        padding: 20px;
        border-radius: 20px;
    }

    .blog2Div {
        background-color: #fff3e3;
        padding: 20px;
        border-radius: 20px;
        margin-top: 30px;
    }

    .blog3Div {
        background-color: #fff3e3;
        padding: 20px;
        border-radius: 20px;
    }

    .blog2ImgDiv img {
        width: 100%;
    }

    .blog3ImgDiv img {
        width: 100%;
    }
}

/* Contact section css */

.contact-sect {
    display: flex;
    padding: 100px 20px;
    flex-direction: column;
    align-items: center;
}

.contactForm {
    display: flex;
    padding: 40px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 20px;
    border: 1px solid #EBEDF0;
    background: #FFF;
    box-shadow: 10px 10px 50px 0px rgba(0, 98, 255, 0.03);
}

.formInputDiv {
    display: flex;
    justify-content: space-between;
}

.form-label {
    color: #011B30;
    font-family: "Raleway", serif;
    font-size: 1.125rem;
    font-weight: 600;
}

.inpFormfields {
    display: flex !important;
    padding: 18px 16px !important;
}

.inpFormfields:focus {
    border-color: #03599F !important;
    box-shadow: none !important;
}

.textareaFields:focus {
    border-color: #03599F !important;
    box-shadow: none !important;
}

input::placeholder {
    color: #576E81;
    font-family: "Plus Jakarta Sans", serif;
    font-size: 16px;
    font-weight: 400;
}

.form-check-label {
    color: #4C4C4C;
    font-family: "Plus Jakarta Sans", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.textareaFields {
    color: #576E81 !important;
    font-family: "Raleway", serif;
    font-size: 16px;
    font-weight: 500;
    resize: none;
}

.sendBtn {
    display: flex;
    width: 120px;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    border: none !important;
    border-radius: 8px;
    background-color: #03599F;
    color: #FAFBFB;
    font-family: "Plus Jakarta Sans", serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.form-check-input {
    width: 24px;
    height: 24px;
    padding: 3px;
    border-radius: 8px;
}

.form-check-input:checked {
    width: 24px;
    height: 24px;
    padding: 3px;
    border-radius: 8px;
    border: none !important;
    background-color: #03599F !important;
}

.form-check-input:focus {
    box-shadow: none !important;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.iconBg {
    display: flex;
    padding: 20px;
    gap: 10px;
    border-radius: 100px;
    border: 1px solid #FFE6C6;
    background: #FFF3E3;
}

.infoSect {
    display: flex;
    align-items: center;
    gap: 20px;
}

.textSide h6 {
    color: #011B30;
    font-family: "Raleway", serif;
    font-size: 18px;
    font-weight: 600;
}

.textSide p {
    color: #1D3C55;
    font-family: "Plus Jakarta Sans", serif;
    font-size: 16px;
    font-weight: 400;
}

.textSide a {
    text-decoration: none;
}

@media only screen and (max-width: 480px) {
    .contact-sect {
        padding: 32px 16px;
    }

    .formInputDiv {
        gap: 0 !important;
        flex-direction: column;
    }

    .contactForm {
        padding: 16px;
    }

    .contact-info {
        margin-top: 24px;
    }
}


/* ===================================
Course List page CSS
    2. Course List Banner
====================================== */

.Course-list-banner {
    display: flex;
    padding: 32px 0 100px 0;
    justify-content: center;
    align-items: center;
    background: linear-gradient(257deg, #03599F 0.23%, #000910 231.99%);
}

.hdgSect {
    padding-top: 48px;
}

.courseHdg {
    color: #FFE6C6;
    font-family: "ES Rebond Grotesque TRIAL";
    font-size: 48px;
    font-weight: 700;
    line-height: 64px;
}

.coursePara {
    color: #FFF;
    font-family: "Raleway", serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
}

.ct-text {
    color: #FFF;
    font-family: "Raleway", serif;
    font-size: 18px;
    font-weight: 600;
}

.look-small {
    border-radius: 50%;
    background: #E28000;
    text-align: center;
    width: 45px;
    height: 45px;
    margin-left: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.look-small span {
    color: #FFF;
    font-family: "Raleway", serif;
    font-size: 10px;
    font-weight: 600;
}

/* ===================================
    3. Course List
====================================== */

.Course-list {
    display: flex;
    padding: 100px 0;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background: linear-gradient(166deg, rgba(255, 230, 198, 0.00) 2.31%, rgba(255, 230, 198, 0.70) 67.92%);
}

.course-tabHdg h2 {
    color: #011B30;
    font-family: "ES Rebond Grotesque TRIAL";
    font-size: 48px;
    font-weight: 700;
    line-height: 64px;
}

.courses-number {
    color: #768998;
    font-family: "ES Rebond Grotesque TRIAL";
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}

.crInfobox {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.search-input-side {
    gap: 8px;
}

.web-search {
    width: 350px;
    box-sizing: border-box;
    border: 1px solid #DEE3E6;
    background: #FAFBFB;
    border-radius: 12px;
    background-image: url('../Lms-images/search-icon.svg');
    background-position: 16px 16px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    padding: 16px 16px 16px 48px;
    color: #768998;
    font-family: "Raleway", serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

.filter {
    display: flex;
    padding: 16px !important;
    align-items: center;
    border-radius: 12px !important;
    border: 1px solid #DEE3E6 !important;
    background: #FAFBFB !important;
}

.filter-search {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #DEE3E6;
    background: #FAFBFB;
    background-image: url('../Lms-images/small-search.svg');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 12px 12px 12px 34px;
    gap: 8px;
    color: #768998;
    font-family: "Raleway", serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}

.filter:hover {
    border: 1px solid #884D00 !important;
    background-color: #E28000 !important;
}

.filter:hover svg path {
    stroke: #FAFBFB;
}

.filter:focus:not(:focus-visible) {
    border: 1px solid #884D00 !important;
    background-color: #E28000 !important;
    outline: 0;
}

.filter:focus:not(:focus-visible) svg path {
    stroke: #FAFBFB;
}

.filter-li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.d-sect {
    padding: 8px 16px 16px 16px !important;
    width: 420px;
    border-radius: 20px !important;
    border: 1px solid #DEE3E6 !important;
    background: #FFF !important;
}

.dropdown-header {
    color: #011B30 !important;
    font-family: "ES Rebond Grotesque TRIAL";
    font-size: 28px !important;
    font-weight: 700;
    line-height: 36px;
}

/* location list scrollbar */

#locationList {
    max-height: 80px;
    overflow-y: auto;
    padding-left: 2px;
}

#locationList::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#locationList::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#locationList::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #011B30;
}

/* vessel list scrollbar */

#VesselList {
    max-height: 80px;
    overflow-y: auto;
    padding-left: 2px;
}

#VesselList::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#VesselList::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#VesselList::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #011B30;
}

/* Duration list scrollbar */

#DurationList {
    max-height: 80px;
    overflow-y: auto;
    padding-left: 2px;
}

#DurationList::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#DurationList::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#DurationList::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #011B30;
}

.filter-acdn {
    margin-bottom: 16px;
    border-radius: 8px !important;
    border: 1px solid #DEE3E6 !important;
    background-color: #FAFBFB !important;
}

.filter-acdn-btn::after {
    background-image: url('../Lms-images/filter-down.svg') !important;
    background-position: center center;
}

.filter-acdn-btn {
    border-radius: 8px !important;
    font-family: "Raleway" !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 20px;
    color: #011B30;
    line-height: 24px;
    letter-spacing: 0.72px;
}

.filter-acdn-btn:focus {
    box-shadow: none !important;
    background-color: transparent !important;
}

.filter-acdn-btn:not(.collapsed) {
    background-color: transparent !important;
    border-radius: 8px 8px 0 0 !important;
    box-shadow: none !important;
}

.filter-check {
    border-radius: 6px !important;
    border: 1px solid #011B30 !important;
}

.filter-label {
    color: #1D3C55;
    font-family: "Plus Jakarta Sans", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.rank-numbers {
    color: #768998;
    font-family: "Plus Jakarta Sans", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.reset-btn {
    color: #03599F;
    text-align: right;
    font-family: "Raleway", serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.72px;
    background: none !important;
    border: none !important;
}

.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none !important;
}

/* Tabs section css */

.course-tab1 {
    margin-top: 48px;
    gap: 16px;
    justify-content: space-evenly;
    align-items: center;
    border-radius: 16px;
    border: 1px solid #DEE3E6;
    background: #FFF;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    overflow-y: hidden;
    max-width: 100%;
    position: relative;
}

.cr-title {
    color: #011B30;
    font-family: "Raleway", serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}

.title-course {
    border-right: 1px solid #DEE3E6;
    padding: 0 20px 0 20px;
}

.c-tab-title {
    color: #1D3C55 !important;
    font-family: "Raleway", serif;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 28px;
    letter-spacing: 0.8px;
    background-color: transparent !important;
    padding: 0 !important;
    border: none !important;
}

.c-tab-title.active {
    padding: 20px 0 !important;
    color: #FF9C1C !important;
    border-bottom: 2px solid #FF9C1C !important;
}

.c-tab-title:hover {
    padding: 20px 0 !important;
    color: #FF9C1C !important;
    border-bottom: 2px solid #FF9C1C !important;
}

.crTab {
    margin-top: 48px;
}

.course-info {
    height: 100%;
    border-radius: 16px;
    padding: 24px;
    border: 1px solid #DEE3E6;
    background-color: #FFF !important;
    box-shadow: 0px 4px 12px 0px rgba(7, 4, 27, 0.04);
}

.course-info:hover {
    background: radial-gradient(102.43% 102.43% at 50% 36.92%, rgba(249, 249, 249, 0.00) 42.12%, rgba(249, 249, 249, 0.26) 88.38%), linear-gradient(295deg, #000910 -27.02%, #03599F 81.57%);
    box-shadow: 0px 4px 12px 0px rgba(7, 4, 27, 0.08);
}

.course-info:hover .info-hdg {
    color: #FAFBFB;
}

.course-info:hover .info-p {
    color: #FAFBFB;
}

.course-info:hover .comp-hdg {
    color: #FAFBFB;
}

.course-info:hover .mode-hdg {
    color: #FAFBFB;
}

.course-info:hover .main-price {
    color: #FAFBFB;
}

.course-info:hover svg path {
    stroke: #FAFBFB;
}

.comp-hdg {
    color: #011B30;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.course-box {
    text-decoration: none;
}

.info-hdg {
    color: #011B30;
    font-family: "Raleway", serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

.info-p {
    color: #1D3C55;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.mode-hdg {
    color: #1D3C55;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.infoDiv {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #DEE3E6;
}

.priceDiv {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.strike-price {
    color: #94A3AF;
    font-family: "Plus Jakarta Sans";
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    text-decoration: line-through;
}

.main-price {
    color: #011B30;
    font-family: "Plus Jakarta Sans";
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}

.discout-offer {
    color: #18BB54;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

/* ===================================
    3. Course Chance
====================================== */

.Course-chance {
    display: flex;
    padding: 100px 0;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.chance-hdg {
    color: #011B30;
    font-family: "ES Rebond Grotesque TRIAL";
    font-size: 48px;
    font-weight: 700;
    line-height: 64px;
}

.chance-para {
    color: #1D3C55;
    font-family: "Raleway", serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
}

/* ===================================
    4. Course Skills Section
====================================== */

.Skills-sect {
    display: flex;
    padding: 100px 0px;
    flex-direction: column;
    align-items: flex-start;
    background: linear-gradient(255deg, #000910 -0.13%, #03599F 112.12%);
}

.skill-hdg {
    color: #FFE6C6;
    text-align: center;
    font-family: "ES Rebond Grotesque TRIAL";
    font-size: 48px;
    font-weight: 700;
    line-height: 64px;
}

.skill-para {
    color: #FAFBFB;
    text-align: center;
    font-family: "Raleway", serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
}

.mainSkillDiv {
    padding-top: 48px;
    display: flex;
    align-items: center;
}

.skillsDiv {
    display: flex;
    flex-direction: column;
}

.skillHdgtext {
    display: flex;
    align-items: center;
}

.skill-text {
    color: #FFF;
    font-family: "Raleway", serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
}

.skill-info {
    color: #FFF;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding-top: 16px;
}

.skill-info2 {
    color: #FFF;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding-top: 8px;
}

@media only screen and (max-width: 480px) {
    .mainSkillDiv {
        flex-direction: column;
    }
}

/* ===================================
Course Details page css
    2. Course Details Banner
====================================== */

.breadcrumb-item {
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-weight: 400;
}

.breadcrumb-item a {
    color: #DEE3E6;
}

.breadcrumb-item.active {
    color: #FF9C1C !important;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-weight: 600;
}

.Course-detail-banner {
    padding: 32px 0 60px 0;
    background: linear-gradient(180deg, rgba(1, 27, 48, 0.00) -1.73%, rgba(1, 27, 48, 0.90) 100%), url('../Lms-images/detail-Image.png') lightgray 0px -440.078px / 100% 256.031% no-repeat;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.university-name {
    color: #FFF;
    font-family: "Nunito Sans", serif;
    font-size: 24px;
    font-weight: 600;
}

.ust-hdg-div h2 {
    color: #FFE6C6;
    font-family: "ES Rebond Grotesque TRIAL";
    font-size: 48px;
    font-weight: 700;
    line-height: 64px;
}

.demo-btn {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #FAFBFB;
    color: #FAFBFB;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}

.sign-btn {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: none;
    background-color: #03599F;
    color: #FAFBFB;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

/* ===================================
    3. Course Details Tabs
====================================== */

.course-details-main {
    padding: 40px 0 60px 0;
    background: linear-gradient(166deg, rgba(255, 230, 198, 0.00) 2.31%, rgba(255, 230, 198, 0.70) 67.92%);
}

.nav-button-sect {
    border-radius: 20px;
    border: 1px solid #DEE3E6;
    background-color: #FFF;
    padding: 16px !important;
    align-items: center;
    gap: 8px;
}

.nav-pills .details-tab-btn {
    display: flex;
    padding: 12px 24px !important;
    justify-content: center;
    align-items: center;
    border-radius: 8px !important;
    border: 1px solid #DEE3E6 !important;
    background: #FAFBFB !important;
    color: #768998 !important;
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-weight: 600;
    gap: 4px;
}

.nav-pills .details-tab-btn:hover {
    background: #03599F !important;
    color: #FAFBFB !important;
    font-weight: 600;
}

.nav-pills .details-tab-btn:hover svg path {
    stroke: #FFFFFF;
}

.nav-pills .details-tab-btn.active {
    display: flex;
    padding: 12px 24px !important;
    justify-content: center;
    align-items: center;
    border-radius: 8px !important;
    background: #03599F !important;
    color: #FAFBFB !important;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-weight: 600;
}

.nav-pills .details-tab-btn.active svg path {
    stroke: #FFFFFF;
}

/* About content part css */

.about-content-div1 {
    border-radius: 20px;
    border: 1px solid #DEE3E6;
    background: #FFF;
    padding: 24px 16px 24px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
}

.abt-hdg {
    color: #011B30;
    font-family: "Raleway", serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}

.about-content {
    display: flex;
    padding: 16px;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    border: 1px solid #DEE3E6;
    background-color: #FAFBFB;
}

.pre-content {
    padding: 16px;
    border-radius: 16px;
    border: 1px solid #DEE3E6;
    background-color: #FAFBFB;
}

.content-para {
    color: #1D3C55;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0px;
}

.about-content-div2 {
    margin-top: 24px;
    border-radius: 20px;
    border: 1px solid #DEE3E6;
    background: #FFF;
    padding: 24px 16px 24px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
}

.pre-para {
    color: #1D3C55;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.pre-ul {
    padding: 1rem !important;
}

.pre-li {
    color: #1D3C55;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.pre-hdr {
    color: #E28000;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.bottom-para {
    color: #768998;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0px;
}

.about-content-div3 {
    margin-top: 24px;
    border-radius: 20px;
    border: 1px solid #DEE3E6;
    background: #FFF;
    padding: 24px 16px 24px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
}

li::marker {
    color: #E28000 !important;
}

.lms-info {
    color: #1D3C55;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

.dt-info-hdg {
    color: #E28000;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
}

/* Institute content part css */

.inst-content-div {
    border-radius: 20px;
    border: 1px solid #DEE3E6;
    background: #FFF;
    padding: 24px 16px 24px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
}

.inst-hdg {
    color: #011B30;
    font-family: "Raleway", serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}

.inst-inner-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.location-btn-div {
    display: flex;
    align-items: center;
    gap: 16px;
}

.loct-dn {
    background-image: url('../Lms-images/arrow-down-round2.svg');
    background-repeat: no-repeat;
    background-position: 165px 15px;
    padding: 12px 16px !important;
    border-radius: 8px !important;
    border: 1px solid #DEE3E6 !important;
    background-color: #FAFBFB !important;
    width: 200px;
    text-align: left !important;
    color: #768998 !important;
    font-family: "Raleway", serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

.cont-dn {
    background-image: url('../Lms-images/arrow-down-round2.svg');
    background-repeat: no-repeat;
    background-position: 165px 15px;
    padding: 12px 16px !important;
    border-radius: 8px !important;
    border: 1px solid #DEE3E6 !important;
    background-color: #FAFBFB !important;
    width: 200px;
    text-align: left !important;
    color: #768998 !important;
    font-family: "Raleway", serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

.inst-div {
    border-radius: 16px;
    padding: 16px;
    border: 1px solid #DEE3E6;
    background-color: #FAFBFB;
    box-shadow: 0px 4px 12px 0px rgba(7, 4, 27, 0.04);
}

.inst-name {
    color: #011B30;
    font-family: "Raleway", serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

.inst-info-div span {
    color: #1D3C55;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}

.inst-info {
    color: #03599F;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-decoration: none;
}

/* Lessons content part css */

.lesson-content-div {
    border-radius: 20px;
    border: 1px solid #DEE3E6;
    background: #FFF;
    padding: 24px 16px 24px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
}

.lesson-hdg {
    color: #011B30;
    font-family: "Raleway", serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}

.lsn-acdn-btn::after {
    display: none;
}

.accdn-outer-div {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.lesson-acdn {
    border-radius: 12px !important;
    border: none !important;
}

.accdn-body {
    border-radius: 0 0 12px 12px !important;
    background-color: rgba(221, 239, 254, 0.50) !important;
}

.lsn-acdn-btn {
    background-image: url('../Lms-images/arrow-down-01-round.svg');
    background-repeat: no-repeat;
    background-position: 14px 16px;
    padding-left: 40px !important;
    justify-content: space-between !important;
    background-color: #FAFBFB !important;
    border-radius: 12px !important;
    border: 1px solid #DEE3E6 !important;
    color: #1D3C55 !important;
    font-family: "Raleway", serif;
    font-size: 18px !important;
    font-weight: 600;
}

.lsn-acdn-btn:focus {
    box-shadow: none !important;
    background-color: transparent !important;
}

.lsn-acdn-btn:not(.collapsed) {
    background-image: url('../Lms-images/arrow-down-02-round.svg');
    background-repeat: no-repeat;
    background-position: 14px 16px;
    color: #FAFBFB !important;
    background-color: #03599F !important;
    border: 1px solid #DEE3E6 !important;
    border-radius: 12px 12px 0 0 !important;
}

.lsn-acdn-btn:not(.collapsed) .small-border-div {
    background-color: #DEE3E6;
}

.small-border-div {
    height: 1px;
    width: 20px;
    transform: rotate(90deg);
    background-color: #1D3C55;
}

.lsn-acdn-btn:not(.collapsed) .lect {
    color: #FAFBFB !important;
}

.lsn-acdn-btn:not(.collapsed) .duration {
    color: #FAFBFB !important;
}

.lesson-body {
    padding: 8px 16px !important;
}

.lect {
    color: #1D3C55;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.duration {
    color: #1D3C55;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.lect-sect {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lect-hdg-left {
    color: #1D3C55;
    font-family: "Raleway", serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}

.lect-time {
    color: #1D3C55;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.watch-btn {
    padding: 10px 16px;
    border-radius: 8px;
    border: none;
    background-color: #03599F;
    color: #FAFBFB;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    margin-right: 16px;
}

/* Resources content part css */

.resources-content-div {
    border-radius: 20px;
    border: 1px solid #DEE3E6;
    background: #FFF;
    padding: 24px 16px 24px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
}

.res-inner-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lang-select {
    background-image: url('../Lms-images/arrow-down-01-sharp.svg') !important;
    background-size: 18px 18px !important;
    border-radius: 8px !important;
    border: 1px solid #DEE3E6 !important;
    background-color: #FAFBFB !important;
    color: #768998 !important;
    font-family: "Raleway", serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    padding: 12px 16px !important;
    width: 200px !important;
}

.lang-select:focus {
    box-shadow: none !important;
}

.module-card-div {
    display: flex;
    padding: 16px;
    flex-direction: column;
    gap: 16px;
    border-radius: 12px;
    border: 1px solid #DEE3E6;
    background: #FAFBFB;
}

.mod-badge {
    display: flex;
    padding: 4px 8px;
    justify-content: center;
    align-items: start;
    width: 100px;
    border-radius: 6px;
    border: 1px solid #FE9000;
    background: rgba(255, 156, 28, 0.16);
}

.mod-num {
    color: #FE9000;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0px;
}

.chapter-name {
    color: #1D3C55;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0px;
}

.chapter-info {
    color: #768998;
    font-family: "Raleway", serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0px;
}

.mod-btn {
    display: flex;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    gap: 8px;
    background: #03599F;
    color: #FAFBFB;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0px;
    text-decoration: none;
}

/* Faqs content part css */

.faq-content-div {
    border-radius: 20px;
    border: 1px solid #DEE3E6;
    background: #FFF;
    padding: 24px 16px 24px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
}

.faq-hdg {
    color: #011B30;
    font-family: "Raleway", serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}

.accdn-outer-div {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.faq-acdn {
    border-radius: 12px !important;
    border: none !important;
}

.accdn-body {
    border-radius: 0 0 12px 12px !important;
    background-color: rgba(221, 239, 254, 0.50) !important;
}

.faq-acdn-btn {
    background-color: #FAFBFB !important;
    border-radius: 12px !important;
    border: 1px solid #DEE3E6 !important;
    color: #1D3C55 !important;
    font-family: "Raleway", serif;
    font-size: 18px !important;
    font-weight: 600;
}

.faq-acdn-btn::after {
    background-image: url('../Lms-images/arrow-down-round2.svg') !important;
    background-repeat: no-repeat !important;
}

.faq-acdn-btn:focus {
    box-shadow: none !important;
    background-color: transparent !important;
}

.faq-acdn-btn:not(.collapsed)::after {
    background-image: url('../Lms-images/arrow-down-02-round.svg') !important;
    background-repeat: no-repeat !important;
}

.faq-acdn-btn:not(.collapsed) {
    color: #FAFBFB !important;
    background-color: #03599F !important;
    border: 1px solid #DEE3E6 !important;
    border-radius: 12px 12px 0 0 !important;
}

.faq-acdn-btn:not(.collapsed) .small-border-div {
    background-color: #DEE3E6;
}

.small-border-div {
    height: 1px;
    width: 20px;
    transform: rotate(90deg);
    background-color: #1D3C55;
}

.faq-sect p {
    color: #1D3C55;
    font-family: "Raleway", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

/* Reviews content part css */

.review-content-div {
    border-radius: 20px;
    border: 1px solid #DEE3E6;
    background: #FFF;
    padding: 24px 16px 24px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
}

.review-hdg {
    color: #011B30;
    font-family: "Raleway", serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}

.review-box {
    border-radius: 16px;
    border: 1px solid #DEE3E6;
    background-color: #FAFBFB;
    display: flex;
    padding: 16px;
    flex-direction: column;
    gap: 10px;
}

.review-name {
    color: #011B30;
    font-family: "Raleway", serif;
    font-size: 18px;
    font-weight: 600;
}

.review-date {
    color: #768998;
    font-family: "Plus Jakarta Sans";
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.review-sect-hd {
    color: #011B30;
    font-family: "Raleway", serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
}

.review-dsc {
    color: #1D3C55;
    font-family: "Raleway", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

/* Course pricing card css */
.cardMainDiv {
    display: flex;
    padding: 16px;
    flex-direction: column;
    border-radius: 20px;
    border: 1px solid #DEE3E6;
    background-color: #FFF;
    gap: 32px;
}

.course-price-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-price {
    color: #94A3AF;
    font-family: "Plus Jakarta Sans";
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    text-decoration: line-through;
}

.dis-price {
    color: #011B30;
    font-family: "Plus Jakarta Sans";
    font-size: 22px;
    font-weight: 700;
    line-height: 38px;
}

.dis-offer {
    color: #18BB54;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.save-btn {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background-color: #FFFFFF;
    border: none;
    border: 1px solid #03599F;
    color: #03599F;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-weight: 500;
}

.save-btn:hover {
    background-color: #03599F;
    color: #FFFFFF;
}

.detailsMode {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mode-sect span {
    color: #1D3C55;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.result-div span {
    color: #1D3C55;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.wd-div {
    display: flex;
    padding: 16px;
    flex-direction: column;
    gap: 10px;
    border-radius: 16px;
    border: 1px solid rgba(255, 181, 85, 0.30);
    background: linear-gradient(166deg, rgba(255, 230, 198, 0.00) 2.31%, rgba(255, 230, 198, 0.70) 67.92%);
}

.wd-course {
    color: #03599F;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.wd-para {
    color: #011B30;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0px;
}

.wd-htext {
    color: #E28000;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0px;
}

.course-start-div {
    display: flex;
    padding: 16px;
    flex-direction: column;
    gap: 10px;
    border-radius: 16px;
    border: 1px solid rgba(24, 187, 84, 0.30);
    background: linear-gradient(166deg, rgba(24, 187, 84, 0.00) 2.31%, rgba(24, 187, 84, 0.20) 67.92%);
}

.course-time-text {
    color: #18BB54;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.course-time-div {
    display: flex;
    gap: 12px;
}

.course-day1 {
    color: #18BB54;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0px;
}

.course-day2 {
    color: #003900;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0px;
}

.colon-div {
    color: #18BB54;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 24px;
    font-weight: 700;
}

.pay-hdg {
    color: #768998;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.share-hdg {
    color: #768998;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.social-logo-div {
    gap: 12px;
}

.social-class {
    display: flex;
    width: 36px;
    height: 36px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: 1px solid #768998;
}

.social-class:hover {
    background-color: #DEE3E6;
}

/* Footer section css */

.footer-web {
    background: linear-gradient(25deg, rgba(118, 192, 252, 0.4823179271708683) 0%, rgba(255, 255, 255, 1) 14%, rgba(255, 255, 255, 1) 80%, rgba(255, 230, 198, 1) 100%);
    padding: 100px 20px;
}

.footer-left-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}

.footer-text-part {
    margin-top: 64px;
}

.ft-para {
    color: #011B30;
    font-family: "Raleway", serif;
    font-size: 16px;
    font-weight: 500;
}

.inner-text {
    color: #FF9C1C;
    font-family: "Raleway", serif;
    font-size: 16px;
    font-weight: 700;
}

.footer-logo-part {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 48px;
}

.logoimgDiv {
    padding: 14px;
    border-radius: 100%;
    background: #03599F;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pay-logo-part {
    margin-top: 48px;
}

.pay-logo-part p {
    color: #576E81;
    font-family: "Raleway", serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.22px;
}

.pay-img-part {
    display: flex;
    align-items: center;
    gap: 5px;
}

.headingText {
    color: #011B30;
    font-family: "Raleway", serif;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.24px;
}

.footer-right-section {
    padding-left: 80px;
}

.right-text-section {
    padding-bottom: 24px;
    border-bottom: 1px solid #E28000;
}

.links-part {
    margin-top: 24px;
}

.links-ul {
    list-style: none;
    padding: 0;
}

.links-ul li {
    padding-bottom: 16px;
}

.links-ul li a {
    color: #011B30;
    font-family: "Raleway", serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.22px;
    text-decoration: none;
}

.nextLinks {
    padding-bottom: 16px;
}

.nextLinks a {
    color: #03599F;
    font-family: "Raleway", serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.22px;
    text-decoration: none;
    padding-left: 16px;
}

.logoText {
    color: #011B30;
    font-family: "Raleway", serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.22px;
}

.footer-logo-section {
    display: flex;
    align-items: center;
    margin-top: 16px;
    gap: 16px;
}

.right-input-section {
    margin-top: 32px;
}

.inputsect {
    display: flex;
    align-items: center;
    gap: 24px;
}

.footer-input {
    border-radius: 0 !important;
    border: none !important;
    border-bottom: 1px solid #011B30 !important;
    background-color: transparent !important;
}

.footer-input:focus {
    box-shadow: none !important;
}

.check-input {
    width: 16px !important;
    height: 16px !important;
    border-radius: 6px !important;
    border: 1px solid #011B30 !important;
}

.formInputDiv {
    margin-top: 24px;
    gap: 60px;
}

.terms-link {
    color: #011B30;
    font-family: "Raleway", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.joinBtn {
    border-radius: 8px;
    border: 1px solid #03599F;
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    color: #03599F;
    font-family: "Raleway", serif;
    font-size: 16px;
    font-weight: 700;
    background-color: transparent;
    width: 120px;
}

.joinBtn:hover {
    background-color: #03599F;
    color: #FFFFFF;
}

.footerBottomSect {
    border-top: 1px solid #EBEDF0;
    background-color: #FFE6C6;
    padding: 24px 0;
}

.cp-sect {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cp-text p {
    color: #011B30;
    text-align: center;
    font-family: "Raleway", serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.22px;
}

.policySect a {
    color: #011B30;
    text-align: center;
    font-family: "Plus Jakarta Sans", serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.22px;
    text-decoration: none;
}

.policySect a:hover {
    color: #03599F;
}

@media only screen and (max-width: 480px) {
    .footer-web {
        padding: 32px 16px;
    }

    .footer-right-section {
        padding-left: 0px;
    }

    .cp-sect {
        flex-direction: column;
        gap: 8px;
    }

    .nextLinks a {
        font-size: 16px;
    }

    .links-ul li a {
        font-size: 16px;
    }

    .logoText {
        font-size: 16px;
    }

    .headingText {
        font-size: 20px;
    }

    .right-text-section {
        padding-bottom: 18px;
        padding-top: 14px;
        border-bottom: 1px solid #E28000;
    }

    .footer-text-part {
        margin-top: 24px;
    }

    .footer-logo-part {
        gap: 20px;
        margin-top: 18px;
    }

    .inputsect {
        flex-direction: column;
    }

    .pay-logo-part {
        margin-top: 32px;
    }

    .accd-links {
        list-style: none;
        padding: 0 !important;
        margin-bottom: 0 !important;
    }

    .accd-links li a {
        color: #03599F;
        font-family: "Raleway";
        font-size: 16px;
        font-weight: 500;
        line-height: 20px;
        text-decoration: none;
    }

    .accd-links li {
        margin-bottom: 10px !important;
    }

    .footer-adn {
        margin-bottom: 16px;
        border-radius: 8px !important;
        border: 1px solid #DEE3E6 !important;
    }

    .footer-acdn-btn::after {
        background-image: url('../Lms-images/elements.svg') !important;
        background-position: center center;
    }

    .footer-acdn-btn {
        border-radius: 8px !important;
        border: 1px solid #DEE3E6 !important;
        color: #03599F;
        font-family: "Raleway" !important;
        font-size: 16px !important;
        font-weight: 500 !important;
        line-height: 20px;
    }

    .footer-acdn-btn:focus {
        box-shadow: none !important;
        background-color: transparent !important;
    }

    .footer-acdn-btn:not(.collapsed) {
        background-color: transparent !important;
        border-radius: 8px 8px 0 0 !important;
    }

    .inputs-part {
        margin-top: 16px;
    }
}

/* Gallery images css */

.gallery-sect {
    display: flex;
    padding: 100px 20px;
    flex-direction: column;
    align-items: center;
    background: rgba(221, 239, 254, 0.60);
}

/* slider css */

.swiper {
    width: 100%;
    padding: 2rem 0;
}

.swiper-slide {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 60px;
}

.swiper-slide-img {
    width: 100%;
    border-radius: 12px !important;
}

.swiper-slide-img img {
    width: 100%;
    height: 420px;
}

.swiper-slide-content {
    display: flex;
    align-items: center;
    gap: 8px;
}

.swiper-slide-content h6 {
    color: #1D3C55;
    text-align: center;
    font-family: "Raleway", serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.swiper-3d {
    margin: 0 !important;
}

.swiper-next {
    position: absolute;
    bottom: 0%;
    right: 44%;
    border-radius: 69px;
    background: linear-gradient(273deg, #FFB555 -50.01%, #E28000 100%);
}

.swiper-prev {
    position: absolute;
    bottom: 0%;
    left: 50%;
    border-radius: 69px;
    background: #FAFBFB;
}

.img-swiper {
    margin-top: 60px;
}

@media only screen and (max-width: 480px) {
    .swiper-next {
        right: 42%;
    }

    .swiper-prev {
        left: 40%;
    }

    .gallery-sect {
        padding: 32px 16px;
    }
}

/*new css */
/* .table.batch-table:not(.table-bordered).table-row-dashed tr {
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: var(--bs-border-color);
} */
 .table.batch-table>:not(caption)>*>* {
    background-color: transparent;
 }
 .table.batch-table th{
 color: #000;
 background-color: #DDEFFE80 !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
 }
  .table.batch-table td{
 font-size: 14px;
    line-height: 20px;
    color: #1D3C55 !important;
  }
  .table.batch-table {
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    overflow: hidden;
  }

  .table.batch-table th,
  .table.batch-table td {
    border: 1px solid #dee2e6;
  }
  .table.batch-table thead th:first-child {
    border-top-left-radius: 6px;
  }

   .table.batch-table thead th:last-child {
    border-top-right-radius: 6px;
  }

   .table.batch-table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 6px;
  }

  .table.batch-table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 6px;
  }
  .green-circle {
    border: 3px solid var(--bs-success);
    background-color: transparent;
    color: var(--bs-success);
}
.orange-circle{
border: 3px solid var(--bs-warning);
    background-color: transparent;
    color: var(--bs-warning);
}
.red-circle{
border: 3px solid var(--bs-danger);
    background-color: transparent;
    color: var(--bs-danger);
}

.border-circle{
     border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 1rem;
    min-width: 1rem;
     width: 1rem;
    padding: 0 .1rem;
    line-height: 0;
}

.form-check-input {
    width: 20px !important;
    height: 20px !important;
}
.form-check .form-check-input {
    float: inherit!important;
}

