* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
}

html {
    font-size: 15px;
}

body {
    position: relative;
}

.large-heading {
    font-size: 15rem;
    font-weight: 900;
    text-align: center;
}

.danger_color {
    color: red !important;
}

.danger_color:hover {
    color: #9b0101;
}

.flex_icon {
    display: flex;
    gap: 0.5rem;
    align-items: flex-end;
}

.svg_icon {
    width: 17px;
}

.less-large-heading {
    font-size: 3rem;
    font-weight: 900;
    text-align: center;
}

a {
    color: #000;
    text-decoration: none;
}

.blue {
    color: #00a3ff;
}

.underline {
    text-decoration: underline;
}

body {
    border-top: 4px solid var(--mbr);
}

.center {
    max-width: 984px;
    padding: 0 1rem;
    margin: auto;
}

.step-links {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin: 1.5rem 1rem 1rem;
    align-items: center;
}

.welcometitle {
    font-size: 5rem;
    padding-top: 2rem;
    margin: auto;
    font-family: serif;
    text-align: center;
    margin-top: 4rem;
    font-weight: 700;
    letter-spacing: 0.5rem;
}

.sidemar-1rem {
    margin-right: 1rem;
}

.blog-band-and-sharing {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media only screen and (max-width:767px) {
    .center {
        max-width: 767px;
    }

}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .center {
        max-width: 1024px
    }
}

@media only screen and (max-width:1025px) {
    .menu-list-container {
        margin-right: 6rem;
    }

    .heroImgContainer {
        margin-top: 1rem !important;
    }
}

.main-content {
    /* margin-left: -1.34rem; */
}

.dummyspace {
    height: 5rem;
}

.headercontainer {
    display: block;
    position: fixed;
    background: #fff;
    left: 0;
    /* overflow: hidden; */
    width: 100%;
    top: 0;
    z-index: 7;
    box-shadow: none;
    transition: transform .3s cubic-bezier(0, 0, .2, 1), background .15s cubic-bezier(.4, 0, .2, 1), box-shadow .15s cubic-bezier(.4, 0, .2, 1);
    /* box-shadow: 0 0.125rem 0.3125rem rgb(0 0 0 / 26%); */
    /* only on scroll */
}

.snap {
    transform: none;
    box-shadow: 0 0.125rem 0.3125rem rgb(0 0 0 / 26%);
}

.scrolldown {
    transition: transform .15s cubic-bezier(.4, 0, 1, 1), background .15s cubic-bezier(.4, 0, .2, 1), box-shadow .15s cubic-bezier(.4, 0, .2, 1);
    transform: translate3d(0, -150px, 0);
    box-shadow: 0 0.125rem 0.3125rem rgb(0 0 0 / 26%);
}

header {
    position: relative;
    display: flex;
    align-items: center;
    padding: 1rem !important;
    margin: 1.3rem 0;
    justify-content: space-between;
    z-index: 1000;
}

#logo-img {
    max-height: 4rem;
}

.menu-flex {
    /* width: 66%; */
    gap: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

li {
    list-style: none;
}

.menu-links {
    color: #1a1b1f;
    letter-spacing: .25px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;
}

.dropdown-content>.menu-links {

    margin-left: 0px;
    margin-right: 0px;
}

.active {
    border-bottom: 5px solid var(--mbr) !important;
}

.menu-links:hover {
    border-bottom: 2px solid #ff9c66;
}

.menu-item {
    /*     margin-right: 2rem; */
}

.menu-item:last-child {
    margin-right: 0;
}

.heroImage {
    display: block;
    margin: auto;
}

.heroImgContainer {
    margin-top: 3rem 2rem;
    height: 70vh;
    max-height: 370px;
    background: url("../images/homepage_header_background_v2.svg") no-repeat 50% bottom /cover;
}

/* #fc6931 */
:root {
    --mbr: #ff751a;
}

body {
    min-height: 100vh;
}

.header-link {
    color: #fff;
}

.notification-list {
    padding: 1rem;
    text-align: center;
    background: var(--mbr);
    color: #fff;
    font-weight: 700;
}

box-shade {
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%) !important;
}

.nav-divider {
    width: 1px;
    height: 22px;
    background-color: #e4ebf3;
    margin-left: 15px;
    margin-right: 15px;
}

.mb-btn {
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: var(--mbr);
    border-radius: 3px;
    padding: 10px 17px;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    transition: all .2s;
}

.qoutes {
    background: var(--mbr);
    padding: 1rem;
    text-align: center;
    font-size: 1.5rem;
    color: #fff;
    font-weight: 700;
    line-height: 1.7;
    font-family: 'Dawning of a New Day', cursive;
}

.qoute {
    font-size: 2rem;
    font-family: 'Dawning of a New Day', cursive;
}

.wa-flex {
    padding: 1.5rem 9rem;
    display: flex;
    gap: 1rem;
    font-weight: 700;
    flex-wrap: wrap;
    text-align: center;
    align-content: space-around;
    align-items: center;
    background: #33ba47;
    color: #fff;
    margin: 1rem 0;
    border-radius: 4px;
    justify-content: space-between;
}

.white-back {
    letter-spacing: revert;
    /* text-transform: lowercase; */
    background: #fff;
    color: #33ba47;
}

.formheading {
    text-align: center;
    color: var(--mbr) !important;
}

.orange {
    color: var(--mbr) !important;
}

.punchline-one {
    margin-top: 2px !important;
    font-weight: 400 !important;
}

.uponeline {
    margin-top: -1.9rem;
}

.submitbtn {
    background-color: #2d8cff !important;
    color: #fff !important;
}

/* sds */
.carousel {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.carousel-container {
    display: flex;
    transition: transform 0.3s ease-in-out;
}

.carousel-slide {
    flex: 0 0 100%;
}

.carousel-slide img {
    display: block;
    /* width: 100vw; */
    /* height: auto; */
}

.image_slider {
    margin-top: 9.3rem;
    margin-bottom: 1rem;
}

.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.carousel-btn img {
    width: 24px;
    height: 24px;
}

.carousel-btn-prev {
    left: 10px;
}

.carousel-btn-next {
    right: 10px;
}

.carousel-indicators {
    display: flex;
    justify-content: center;
    position: absolute;
    gap: 5px;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
}

.carousel-indicator {
    width: 0.75rem;
    height: 0.75rem;
    border: none;
    border-radius: 1rem;
    background-color: var(--mbr);
    cursor: pointer;
    transition: width 0.5s;
}

.carousel-indicator .carousel_active {
    background: #000;
}

.carousel_active {
    width: 2rem;
}

.teams-page-heading {
    font-size: 4.6rem;
    color: var(--mbr);
    text-align: center;
    margin-bottom: 1rem;
    line-height: 1;
    font-weight: 900;
    padding: 2rem 0 0 0;
}

.teams-page-sub-heading {
    font-size: 2rem;
    color: var(--mbr);
    font-weight: 900;
    margin: 2rem 0;
}

.team-member {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 2rem;
    line-height: 1.6;
    color: #fff;
}

.team-members {
    margin: 4rem 0 4rem 0;
    color: #fff;
}


.team-members-one {
    margin: 1rem 0 4rem 0;
    color: #fff;
}

.teams-heading {
    font-size: 3rem;
    color: var(--mbr);
    font-weight: 700;
}

.member-name {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
}

.member-pro {
    font-weight: 900;
    margin-bottom: 1rem;
}

.member-details {
    background: var(--mbr);
    padding: 1.5rem 2.5rem;
    line-height: 1.6;
    border-radius: 8px;
    color: #ffffff;
    margin-bottom: 3rem;
}

.member-details p {
    margin-bottom: 0.5rem;
    font-size: 1.15rem;
    line-height: 1.7;
    /* display: flex; */
    align-content: center;
    gap: 1rem;
    align-items: center;
}

.team-member-img {
    width: 12rem;
    border-radius: 8px;
}

.mb-subheading {
    text-align: center;
    font-size: 2.5rem;
    color: var(--mbr);
    font-weight: 900;
    margin-bottom: 1rem;
}

.wlc {
    font-size: 2rem;
    font-weight: 900;
    padding: 0;
    line-height: 1.7;
}

.wlcq {
    font-size: 2rem;
    font-weight: 900;
    font-style: italic;
    line-height: 0.5;
}

/* box shadow */
.notification-list,
.mb-btn,
.member-details,
.member-details,
.qoutes,
.wa-flex {
    box-shadow: rgba(0, 0, 0, 0.26) 0px 0.125rem 0.3125rem;
}

h2 {
    font-size: 24px;
    /* margin-bottom: 20px; */
}

.qoute-image-wrapper {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 1rem;
}

.image-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px;
    justify-content: unset;
}

.image-item img {
    max-width: 5rem;
}

.image-item h3 {
    font-size: 18px;
    margin-top: 10px;
}

.galary-image-wrapper {
    padding: 1rem 0;
    display: flex;
    gap: 1rem;
    flex-wrap: nowrap;
    overflow-x: scroll;
    flex-direction: row;
    justify-content: center;
}

.galary-image-wrapper::-webkit-scrollbar {
    width: 3px;
    background-color: #fff;
}

.galary-image-wrapper::-webkit-scrollbar-thumb {
    background-color: var(--mbr);
    border-radius: 8px;
}

.gallery-img-div {
    /* flex: 0; */
}

.small-gallery-image {

    border-radius: 0.5rem;
    height: 100px;
}

.gallery-next-btn-img {
    margin: 0.7rem;
    width: 20px;
    height: 20px;
}



.gallery-next-btn {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 0.5rem 0 1rem;
    font-size: 1.2rem;
    font-weight: 900;
}


.flex-testi-card {
    /* display: flex; */
    flex-wrap: wrap;
    flex-direction: row;
    /* align-content: center; */
    /* align-items: stretch; */
    gap: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    overflow-x: scroll;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.testi-card {
    flex: 1 0 47%;
}

.testi-card {
    padding: 3rem;
    /* background-color: var(--mbr); */
    border: 1px solid #000;
    /* margin: 1rem; */
    border-radius: 8px;
    line-height: 1.6;
}

.testi-name {
    text-transform: uppercase;
    font-weight: 900;
    margin: 2rem 0 0.2rem;
}

.testi-pro {
    text-transform: uppercase;
    font-size: 0.8rem;
}

.flex-testi-card::-webkit-scrollbar {
    width: 6px;
    background-color: #fff;
}

.flex-testi-card::-webkit-scrollbar-thumb {
    background-color: var(--mbr);
    border-radius: 8px;
}

.blogs-container {
    margin-top: 6rem;
}

.blogs-container-one {
    margin-top: 2rem;
}

.blog-post-cards {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
}

.blog-post-card {
    /* flex: 1 0 30%; */
}

.blog-heading {
    font-size: 2rem;
    font-weight: 700;
    margin: 0.5rem 0;
    font-size: 1.7rem;
    line-height: 1.25;
}

.blog-post-card {
    padding: 2rem;
    background: #fc6931bd;
    border-radius: 8px;
    display: flex;
    height: 100%;
    /* height: max-content; */
    /* height: -webkit-fill-available; */
    flex-direction: column;
    box-shadow: 0 0.125rem 0.3125rem rgb(0 0 0 / 26%);
    align-items: stretch;
    justify-content: space-between;
}

.blog-date {
    font-size: 0.8rem;
    font-weight: 700;
    color: #000;
}

.blog-para {
    margin: 0.5rem 0 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* Limit the description to 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.blog-readmore {
    text-decoration: underline;
}

.blog-post-card:nth-of-type(even) {
    color: #fff;
    background-color: var(--mbr);
}


.blog-post-card:nth-of-type(even) * {
    color: #fff;
}

/* .blog-post-card:nth-of-type(2)>.blog-readmore a,
.blog-post-card:nth-of-type(2)>.blog-date {
    color: #fff;
} */

.blog-article-content {
    font-size: 1.2rem;
    line-height: 1.7;
}

.blog-article-content {
    font-size: 1.2rem;
    line-height: 1.7;
}

.blog-article-content * {
    line-break: anywhere;
    font-size: revert;
    font-weight: revert;
    all:revert;
}

.blog-article-content p {
    font-size: 1.2rem;
    line-height: 1.7;
    margin-bottom: 1.2rem;
}

.blog-article-content h2 {
    font-size: 1.7rem;
    line-height: 1.7;
    margin-bottom: 0;
}

.txt-ctr {
    /* margin-top: 1.5rem; */
    text-align: left !important;
}

.blog-article-icon-head {
    display: flex;
    align-content: center;
    align-items: center;
    gap: 1rem;
    font-weight: 700;
    font-size: 0.8rem;
    color: #fff;
    margin-top: 0.5rem;
}

.blog-band {
    background: var(--mbr);
    color: #fff;
    padding: 1.5rem 0;
    margin: 1rem 0;
    box-shadow: 0 0.125rem 0.3125rem rgb(0 0 0 / 26%);
}

.blog-band-color {
    color: #fff;
    margin-top: 0;
    text-align: left;
    margin-bottom: 0.4rem;
}

.profile-down {
    margin-top: 0.35rem;
}

.font-size09 {
    font-size: 0.9rem;
}

.service-strong {
    font-weight: 900;
    font-size: 1.5rem;
}

.service_container {
    margin-bottom: 2rem;
    color: #fff;
    transition: opacity 0.3s ease-in-out;
}

.service-heading {
    color: #fff;
    margin-top: 4rem;
    font-size: 1.5rem;
    font-weight: 700;
    /* color: var(--mbr); */
}

.btn-link {
    border: none;
    background: none;
    cursor: pointer;
}

.delete-form {
    display: inline-block;
}

.form-group {
    margin-bottom: 1rem;
}

.flex {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.gap-1rem {
    gap: 1rem;
}

.mx-content {
    width: max-content;
}

.w-100 {
    width: 100%;
}

/* paginations */
.pagination-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 2rem 0;
}

.pagination-links-container {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.pagination-links-cont {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.pagination-link {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    color: var(--mbr);
    gap: 1rem;
    background-color: #fff;
    border: 1px solid var(--mbr);
    /* border-radius: 0.375rem; */
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.pagination-link:hover {
    color: #6b7280;
    border-color: #d2d6dc;
}

.pagination-link.disabled {
    cursor: default;
    opacity: 0.5;
}

.pagination-arrow {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 0.6rem;
    font-size: 0.875rem;
    font-weight: 500;
    text-decoration: none;
    color: var(--mbr);
    background-color: #fff;
    border: 1px solid var(--mbr);
    /* border-radius: 0.375rem; */
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.pagination-arrow:hover {
    color: #6b7280;
    border-color: #d2d6dc;
}

.pagination-arrow.disabled {
    cursor: default;
    opacity: 0.5;
}

.pagination-icon {
    width: 1.25rem;
    height: 1.25rem;
    fill: currentColor;
}

/* paginations */
.bottom-deep {
    padding-bottom: 8rem;
}

.container-white {
    padding: 2rem;
    background: #fff;
    overflow-x: scroll;
}

.flex-just {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    padding: 0 1rem;
    align-items: center;
    border: 1px solid #000;
    margin: 1rem 0;
}

.flex-just div {
    width: 30%;
    padding: 1rem;
}

.font-weigh {
    font-size: 1.2rem;
    font-weight: 900;
    color: var(--mbr);
    margin-bottom: 1rem;
}

.orange {
    color: var(--mbr)
}

.font-weigh-a {
    font-size: 1.2rem;
    font-weight: 900;
    color: var(--mbr);
}



.orange-btn {
    background: var(--mbr) !important;
    color: #fff !important;
}


.margin-1rem {
    margin-bottom: 1rem;
}

.flex-btn {
    display: flex;
    gap: 1rem;
}

.red {
    padding: 0.5rem;
    background-color: red !important;
    color: #fff !important;
}

.invalid-feedback {
    color: red;
    margin-top: 0.5rem;
    font-weight: 700;
}

.not_meet_high {
    background-color: yellow;
    color: #000;
}

.meet_high td {
    color: #fff !important;
}

.propic-char {
    font-size: 1.6rem;
    font-weight: 900;
    line-height: 1;
    color: #fff;
}

.propic-char-cont {
    display: grid;
    background: var(--mbr);
    width: 35px;
    height: 35px;
    border-radius: 1.5rem;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.gap-5 {
    gap: 0.5rem;
}

.wd100 {
    display: flex;
    background: var(--mbr);
    height: 100px;
    /* margin: auto; */
    padding: 0.5rem 1.5rem;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.26) 0px 0.125rem 0.3125rem;
    justify-content: center;
    align-items: center;
}


.seemore-gallery {
    display: inline-flex;
    /* height: 85px; */
    width: 100%;
    align-items: center;
    align-content: center;
    justify-content: center;
    font-weight: 700;
    color: #fff;
    border-radius: 0.5rem;
}

.formcontainer {
    max-width: 700px;
    margin: 2rem auto;
    padding: 2rem;
}


.blog-article-description {
    margin: 2rem 0;
    font-size: 1.42rem;
}

.blog-article-description * {
    margin-bottom: 2rem;
    font-size: 1.1rem;
    font-weight: 500;
}

.blog-article-description a,
.blog-article-content a {
    text-decoration: underline;
    font-weight: 500;
}

.service-cards {
    flex: 1 0 30%;
    font-size: 3rem;
    text-align: center;
    border: 3px solid var(--mbr);
    color: var(--mbr);
    border-radius: 7px;
}

.service-cards-links {
    display: inline-block;
    cursor: pointer;
    width: 100%;
    height: 100%;
    border: none;
    background: none;
    outline: none;
    font-size: 2.5rem;
    font-weight: 900;
    color: var(--mbr);
    /* background: red; */
    padding: 2rem 1rem;
    transition: all 2s;
}

.service-cards-links:hover {
    background-color: var(--mbr);
    color: #fff;
}

.container-2rem {
    padding: 4rem 0 0 0;
}

/* ----------------------------------------------------------------------------------------------------------------- */

.flex-testi-card-one {
    display: flex;
    flex-wrap: nowrap;
    cursor: pointer;
    flex-direction: row;
    align-content: center;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    overflow-x: scroll;
}



.testi-card-one {
    padding: 3rem;
    border: 1px solid #000;
    border-radius: 8px;
    line-height: 1.6;
    flex: 1 0 47%;
}

.blog-read-more-home {
    margin-top: 0rem;
    display: flex;
    /* text-decoration: underline; */
    justify-content: space-evenly;
}

.flex-testi-card-one::-webkit-scrollbar {
    width: 6px;
    background-color: #fff;
}

.flex-testi-card-one::-webkit-scrollbar-thumb {
    background-color: var(--mbr);
    border-radius: 8px;
}





/* 404 */

.four_404 {
    font-size: 17rem;
    line-height: 1;
    font-weight: 900;
    color: var(--mbr);
}

.heading_404 {
    text-align: center;
    line-height: 1;
}

.logo_404 {
    display: inline-block;
    width: 10rem;
}

.subhead_404 {
    text-align: center;
    font-size: 3.8rem;
    margin-top: -1.5rem;
    font-weight: 900;
    color: var(--mbr);
}




.hidden-service {
    opacity: 0;
    display: none;

}

.service_btn_active {
    background-color: var(--mbr);
    color: #fff;
}


.newsletter-para p {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 3rem;
}


.newsletter-para a {
    font-size: 1.5rem;
    text-align: center;
    color: var(--mbr) !important;
    text-decoration: underline;
}



.orange-row td {
    background-color: var(--mbr);
    color: #fff;
}

.red-row td {
    background-color: red;
    color: #fff;
}

.center-img {
    display: block;
    margin: auto;
}

.dummyspan {
    display: inline-block;
    width: 1rem;

}

.blogs_read {
    display: inline-block;
    padding: 1rem 0rem;
    margin-right: -4rem;
    color: var(--mbr);
    text-decoration: underline;
}

.trusted_cont {
    display: flex;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding: 1.5rem 1rem;
    gap: 2rem;
}

.trusted_cont::-webkit-scrollbar {
    width: 3px;
    background-color: #fff;
}

.trusted_cont::-webkit-scrollbar-thumb {
    background-color: var(--mbr);
    border-radius: 8px;
}

.trust_img {
    width: 8rem;
    /* height: 10rem; */
    /* width: 6rem; */
}

.white * {
    color: #ffffff;
    /* font-weight: 900; */
    /* font-size: 1.5rem; */
}

.service-strong-one {
    font-weight: 700;
    font-size: 1rem;
    font-family: monospace;
    alignment-baseline: text-before-edge;
    line-break: anywhere;
}



.dash-head-title {
    padding-left: 2rem;
    font-size: 1.2rem;
    font-weight: 700;
}

.dash-head-title span {
    font-size: 1.2rem;
}



/* .contact-white * {
    background: #fff;
    color: var(--mbr);
}

.contact-white {
    background: #fff;
    color: var(--mbr);
} */


.course_cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.course_card {
    /* width: 400px; */
    padding: 1rem;
    border-radius: 0.5rem;
    background: var(--mbr);
    color: #fff;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%) !important;
}

.course-band {
    background: var(--mbr);
    color: #fff;
    padding: 1rem 0;
    margin: 1rem 0;
}

.course_img {
    background: url('/assets/course_default.png') center center;
    background-size: cover;
    height: 15rem;
    border-radius: 0.5rem;
}

.course_img-enroll {
    background: url('/assets/course_default.png') center center;
    background-size: cover;
    height: 7rem;
    border-radius: 0.5rem;
}

.instructor-pic {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 1.5rem;
    border: 2px solid #fff;
}

.instructor_pic_a {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.course-right-left {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.instructor-name {
    text-decoration: underline;
}

.course-instructor {
    display: flex;
    gap: 1rem;
    color: #fff;
    align-items: center;
    align-content: center;
}

.course_title {
    padding: auto;
    font-size: 1.4rem;
    margin: 1rem 0 0;
    font-weight: 900;
}

.course_details_in {
    padding: auto;
    color: #fff;
}

.course_rate {
    padding: 0.5rem 0;
}

.discount_rate {
    font-size: 1.1rem;
    font-weight: 700;
    padding-right: 1rem;
}

.real_rate {
    text-decoration: line-through;
}

.discount_cent {
    font-weight: 700;
}

.course_share {
    margin-left: -0.5rem;
}

.white-orange {
    background-color: #fff !important;
    color: var(--mbr) !important;
}

.course-btn-flex {
    display: flex;
    /* background: red; */
    margin-top: 1rem;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}

.img-a-flex {
    display: flex;
}


.course-details-box {
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%) !important;
    padding: 1rem;
    border-radius: 0.5rem;
}

.student_dash-course {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    gap: 1rem;
    /* margin-bottom: 2rem; */
    padding-bottom: 1rem;
    overflow-x: scroll;
    align-items: stretch;
}

.teams-page-sub-heading-one {
    font-size: 2rem;
    color: var(--mbr);
    font-weight: 900;
    margin: 1rem 0;
}


.student_dash-course::-webkit-scrollbar {
    width: 6px;
    background-color: #fff;
}

.student_dash-course::-webkit-scrollbar-thumb {
    background-color: var(--mbr);
    border-radius: 8px;
}

.course_details {
    height: 100%;
    min-width: 24.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: space-between;
}

.stud_dash_course_details {
    padding: 1rem;
    background-color: var(--mbr);
    color: #fff;
}

.stud_dash_course_details_white {
    padding: 1rem;
    background-color: #fff;
    color: #000;
}

.teams-page-sub-heading-one-white {
    font-size: 2rem;
    color: #fff;
    font-weight: 900;
    margin: 1rem 0;
}

.res_card {
    padding: 1rem;
    background: var(--mbr);
    color: #fff;
    margin-bottom: 1rem;
    border-radius: 0.5rem;
}

.res_card_head {
    font-size: 1.2rem;
    text-transform: capitalize;
    margin-bottom: 0.5rem;
}

.flex-just-one {
    justify-content: space-between;
}

.course_enroll_dash {
    display: flex;
    flex-wrap: wrap;
    padding: 1rem;
    gap: 1rem;
}

.course_enroll_dash_card {
    padding: 1rem;
    background: var(--mbr);
    color: #fff;
    border-radius: 0.5rem;
    width: max-content;
}


.font-weight-700 {
    font-weight: 700;
}

.flex-table {
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
}


.contact-flex-icons {
    display: flex;
    gap: 1rem;
}

#menu_links_select {
    display: none;
}



@media only screen and (min-width:768px) and (max-width:1024px) {
    .heroImgContainer {
        max-height: 472px
    }
}

#menutoggler {
    display: none;
    cursor: pointer;
}

/* new working ends here */
@media only screen and (max-width:767px) {
    html {
        /* font-size: 8px; */
    }

    .heroImgContainer {
        max-height: 272px
    }

    .menu-flex-container {
        display: none;
    }

    header {
        flex-direction: column;
        align-items: flex-start;
        position: relative;
        /* padding: 1.5rem 2rem 1rem !important; */
    }

    .menu-list-container {
        width: 100%;
        height: 0;
    }

    #menutoggler {
        display: block;
        position: absolute;
        top: 1.5rem;
        right: 2rem;
        width: 2rem;
        height: 2rem;
        z-index: 120;
        opacity: 0;
    }

    #menutoggler:checked~.menu-list-container {
        margin-top: 1rem;
        display: block !important;
        height: 100%;
        transition: all 0.4s ease;
    }

    #menutoggler:checked~.menu-list-container>.menu-flex-container {
        display: block !important;
    }

    .menu-flex {
        display: block;
    }

    .menu-links {
        display: block;
        width: 100%;
        padding: 0.5rem !important;
    }

    .menu-links:hover {
        background: #f4f4f4;
    }

    .menu-item {
        margin: 0 !important;
    }

    .hamberger {
        position: absolute;
        top: 2rem;
        right: 2rem;
        width: 2rem;
        height: 2rem;
        padding: 0.1rem;
        z-index: 110;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: all 0.4s ease;
    }

    .hamberger div {
        position: relative;
        height: 3px;
        flex: none;
        background: #000;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: all 0.4s ease;
    }

    .hamberger div::after,
    .hamberger div::before {
        content: '';
        width: 100%;
        background: #000;
        position: absolute;
        top: -10px;
        height: 3px;
    }

    .hamberger div::after {
        top: 10px;
    }

    #menutoggler:checked+.hamberger div {
        transform: rotate(135deg);
    }

    #menutoggler:checked+.hamberger div::after,
    #menutoggler:checked+.hamberger div::before {
        top: 0;
        transform: rotate(90deg);
    }

    #menutoggler:checked:hover+.hamberger div {
        transform: rotate(406deg);
    }
}

/* final draft */
/* footer 1.0 */
* {
    font-family: "Google Sans Text", Roboto, Arial, sans-serif
}

.footer-image {
    width: 10rem;
}

footer {
    padding: 4rem 0 1.5rem;
    /* margin-top: 2rem; */
    /* border-top: 1px solid rgb(0 0 0 / 24%); */
}

.right-links li,
.right-links li a {
    color: #5f6368;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5rem;
    letter-spacing: .0125rem;
    font-variant-ligatures: none;
}

.right-links li {
    margin-bottom: .125rem;
}

.right-links {
    padding-bottom: 2rem;
}

.right-foot {
    width: 50%;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: space-between;
}

.foot-head {
    color: #000;
    margin-bottom: 0.25rem;
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    font-style: normal;
    line-height: 1.875rem;
    letter-spacing: .03125rem;
    font-variant-ligatures: none;
}

.left-foot {
    width: 45%;
    display: flex;
    gap: 1rem;
    flex-direction: column;
    justify-content: space-between;
}

.both-foot {
    display: flex;
    /* gap: 1rem; */
    flex-wrap: wrap;
    justify-content: space-between;
}

.foot-flex {
    padding: 0 3rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.foot-paw-res {
    text-align: center;
    padding: 0.7rem 0;
}

.heart {
    fill: red;
    height: 1rem;
    vertical-align: baseline;
    margin-bottom: -2px;
}

.link-list {
    display: flex;
    gap: 1rem;
    align-items: center;
    flex-wrap: nowrap;
}

.social-foot {
    padding-bottom: 2rem;
    margin-left: 1.4rem;
}

/* @media only screen and (max-width:767px) {
.left-foot{
  padding-left: 4.4rem;
}
} */

@media only screen and (max-width:500px) {

    .footersitename {
        display: none;
    }

    footer {
        padding: 2rem 0 0;
        margin-top: 1rem;
    }

    .social-foot {
        padding-bottom: 1.2rem;
        margin-top: 2rem;
        margin-left: 0;
    }

    .right-links {
        padding-bottom: 1.2rem;
    }

    .right-links {
        /* padding: 0 1rem 0 1.5rem; */
    }
}

@media only screen and (max-width: 500px) {
    .both-foot {
        flex-direction: column;
        margin-left: 1.1rem;
    }

    .foot-flex {
        /* padding: 0 1rem 1rem; */
    }

    .left-foot {
        width: 100%;
        gap: 1rem;
    }

    .right-foot {
        width: 100%;
        display: block;
    }
}

/* main css starts */
.Actual-content {
    min-height: 100vh;
}

/* main css ends */
/* * {
    font-size: 15px;
} */

input[type="checkbox"] {
    cursor: pointer;
}

#id_status {
    background: #d3edff;
    font-weight: 700;
}

.margin-down>.errorlist {
    margin: 0.5rem 0;
    border: red 1px solid;
    padding: 1rem;
    color: red;
}

.margin-down>.errorlist>li {
    font-size: 18px;
    margin-bottom: 0.5rem;
    text-transform: capitalize;
}

.errorlist>li {
    text-transform: lowercase;
}

.error-message {
    color: red;
    font-weight: 700;
}

.form {
    max-width: 700px;
    margin: 2rem auto;
    padding: 2rem;
    box-shadow: 0 1px 3px rgb(252 105 49 / 60%), 0 1px 2px rgb(0 0 0 / 24%);
    /* padding-top: 8rem; */
    padding-bottom: 2rem;
}

label,
.punchline {
    -webkit-text-size-adjust: 100%;
    font-family: "Google Sans Text", Roboto, Arial, sans-serif;
    line-height: 1.4285em;
    -webkit-tap-highlight-color: transparent;
    box-sizing: inherit;
    display: block;
    margin: 0 0 .28571429rem 0;
    color: rgba(0, 0, 0, .87);
    font-size: 13px;
    font-weight: 700;
    text-transform: none;
}

label {
    cursor: pointer;
    color: #000;
}

.divide {
    line-height: 1.4285em;
    display: flex;
    gap: 1rem;
    align-items: flex-end;
}

.two div:first-child {
    width: 50%;
}

.two div:last-child {
    width: 50%;
}

.margin-down {
    margin-bottom: 1rem;
}

input,
select {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-direction: normal;
    box-sizing: inherit;
    overflow: visible;
    width: 100%;
    vertical-align: top;
    font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif;
    margin: 0;
    outline: 0;
    /* -webkit-appearance: none; */
    line-height: 1.21428571em;
    padding: .67857143em 1em;
    font-size: 1em;
    background: #fff;
    border: 1px solid rgb(3 2 2);
    color: rgba(0, 0, 0, .87);
    border-radius: .28571429rem;
    box-shadow: 0 0 0 0 transparent inset;
    transition: color .1s ease, border-color .1s ease;
}

.ser-select {
    /* border-top:none;
  border-bottom: none; */
    appearance: none;
    -webkit-appearance: none;
}

select {
    cursor: pointer;
}

input:focus {
    border: 1px solid #85b7d9;
}

.heading {
    margin: calc(2rem - .14285714em) 0 1rem;
    font-family: "Google Sans Text", Roboto, Arial, sans-serif;
    font-weight: 700;
    line-height: 1.28571429em;
    color: rgba(0, 0, 0, .87);
    font-size: 1rem;
    padding-bottom: .21428571rem;
    /* border-bottom: 1px solid rgba(34, 36, 38, .15); */
}

.formheading {
    font-size: 2rem;
    text-align: center;
}

.border-top {
    margin-top: 2rem;
    /* border-top: 1px solid rgba(34,36,38,.15); */
    padding-top: 1rem;
}

.button {
    -webkit-text-size-adjust: 100%;
    box-sizing: inherit;
    cursor: pointer;
    display: inline-block;
    min-height: 1em;
    outline: 0;
    border: none;
    vertical-align: baseline;
    background: #ffffff none;
    border: 1px solid var(--mbr);
    color: rgba(0, 0, 0, .6);
    font-family: "Google Sans Text", Roboto, Arial, sans-serif;
    margin: 0 .25em 0 0;
    padding: .78571429em 1.5em .78571429em;
    text-transform: none;
    text-shadow: none;
    font-weight: 700;
    line-height: 1em;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    border-radius: .28571429rem;
    box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, .15) inset;
    user-select: none;
    transition: opacity .1s ease, background-color .1s ease, color .1s ease, box-shadow .1s ease, background .1s ease, -webkit-box-shadow .1s ease;
    -webkit-tap-highlight-color: transparent;
    font-size: 1rem;
}

.left-float {
    display: flex;
    flex-direction: row-reverse;
}

.checkbox {
    display: inline-block;
    width: 1rem;
    cursor: pointer;
}

.check-label {
    display: inline-block;
    margin: 0;
}

.flexbox-one {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.imagestyle {
    width: 10rem;
}

input[type="submit"] {
    width: max-content;
}

#profile_pic-clear_id {
    width: max-content;
    margin-left: 2rem;
    vertical-align: baseline;
}

label[for="profile_pic-clear_id"] {
    display: inline-block;
    user-select: none;
}


.out-course-img {
    border-radius: 0.5rem;
}


.breadcrubs-cont {
    padding: 1rem 0;
}

.container-white::-webkit-scrollbar {
    width: 3px;
    background-color: #fff;
}

.container-white::-webkit-scrollbar-thumb {
    background-color: var(--mbr);
    border-radius: 8px;
}



.track-page-sub-heading {
    font-size: 1.5rem;
    color: var(--mbr);
    font-weight: 900;
    margin-top: 0.5rem 0;
}

.special-offer-tag {
    font-size: 1rem;
    padding: 0.5rem;
    margin: 1rem;
    font-weight: 700;
    border-radius: 3.5rem;
    background: #fff;
    color: #000;
}

.orange-bg-white {
    background-color: var(--mbr);
    color: #fff;
}

.service-heading-one-two {
    color: #fff;
    font-size: 2.2rem;
    font-weight: 700;
}




.order-one {
    order: -1;
}

.teams-page-heading-one {
    font-size: 4.6rem;
    color: var(--mbr);
    text-align: center;
    margin-bottom: 1rem;
    line-height: 1;
    font-weight: 900;
    padding: 2rem 0 0 0;
}

.footer-ajy-link {
    color: #4f46e5;
    font-weight: 700;
    border-bottom: 1px solid #4f46e5;
    padding-bottom: 0.1rem;
}

.footer-ajy-link:hover {

    border-bottom: 4px solid #4f46e5;

}



/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ */

/* responsive block starts*/
@media only screen and (max-width:767px) {
    .divide {
        flex-direction: column;
    }

    .two div:first-child {
        width: 100%;
    }

    .two div:last-child {
        width: 100%;
    }

    .form {
        padding-top: 1rem !important;
    }

    .left-float {
        /* margin-top:1.5rem; */
    }

    .foot-flex {
        padding: 0 1rem;
    }

    .galary-image-wrapper {
        justify-content: flex-start;
    }

}

/* @media only screen and (min-width:768px) and (max-width:1024px) {}
@media only screen and (max-width:1025px) {} */

/* responsive block ends */

.dash-container {
    display: flex;
    margin: auto;
    justify-content: center;
}

.display_block {
    display: block;
}

.left-menu {
    width: 18%;
    max-height: 100vh;
    padding: 0.5rem;
}

.block-and-margin-auto {
    display: block;
    margin: auto;
}

.margin_top {
    margin-top: 1rem;
}

.margin_right {
    margin-right: 1rem;
}

.margin_bottom_two {
    margin-bottom: 2rem;
}

.inBlock {
    display: inline-block;
}

.no_box_shadow {
    box-shadow: none !important;
}

.right-panel {
    width: 82%;
    background: #f5f8fa;
    min-height: 100vh;
    padding: 1rem;
}

.searchbox-container {
    margin: 0rem;
    width: 100%;
}

.lm-logo-list {
    margin: 1.5rem 0;
}

.lm-list-item {
    display: inline-block;
    padding: 0.65rem 1rem;
    font-size: 14px;
    color: #7e8299;
}

.flex_icon {
    display: flex;
    gap: 0.5rem;
    align-items: flex-end;
}

.lm-list-item>a {
    color: #7e8299;
    font-weight: 400;
    display: flex;
    gap: 0.5rem;
    align-items: flex-end;
}

.left-menu-container {
    position: fixed;
    bottom: 0;
    left: 0;
    top: 0;
    margin: 0 3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.lm-list-item-active {
    color: var(--mbr);
}

.lm-ul-down {
    margin-bottom: 2rem;
}

.rp-navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.rp-navbar-item {
    display: inline-block;
    position: relative;
}

.dash_stats_head {
    display: inline-block;
    font-size: 2.4rem;
    margin-left: 2rem;
    margin-top: 0rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
}

.box_shadow {
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
}

.bg_white {
    background: #fff;
    padding: 1rem;
    border-radius: 4px;
}

.stat_label {
    font-size: 1.5rem;
    text-align: center;
    text-align: center;
    font-weight: 900;
}

.big_stat {
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    text-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
}

.small_stat {
    font-size: 2.3rem;
    text-align: center;
    font-weight: 700;
    text-align: center;
    text-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    border-top: 3px solid black;
}

.fl-just {
    justify-content: space-evenly;
    /* margin-top: 4rem; */
    /* margin-bottom: 4rem; */
}

.max_content {
    width: max-content;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
}

.dash-propic {
    display: grid;
    border: 2px solid var(--mbr);
    padding: 3px;
    width: 3rem;
    height: 3rem;
    border-radius: 1.5rem;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.dropdown {
    position: relative;
    /* display: inline-block; */
}


.dropdown-content {
    display: none;
    position: absolute;
    margin-top: 0.2rem;
    border-radius: 0.5rem;
    background-color: #fff;
    min-width: 160px;
    box-shadow: rgba(0, 0, 0, 0.26) 0px 0.125rem 0.3125rem;
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    color: var(--mbr);
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

.fl-bx {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

/* tables starts */
.tablecontainer {
    margin: 2rem 0 0;
    padding: 1rem;
    background: #fff;
    border-radius: 0.4rem;
}

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

.rp-options-item {
    display: inline-block;
}

.tableC {
    margin-bottom: 1rem;
    border-radius: 1rem;
}

table {
    border-collapse: collapse;
    /* table-layout: fixed; */
    overflow-x: revert;
    margin: auto;
    background: #fff;
    width: 100%;
    border-radius: 1rem;
    font-family: system-ui, -apple-system, "Segoe UI", "Roboto", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.hero-H1 {
    background: #fff;
    padding-top: 1.5rem;
}

h1 {
    /* text-align: center; */
    padding: 10px 0;
    font-size: 4rem;
    color: #726f77;
    font-weight: 700 !important;
    /* letter-spacing: 1rem !important; */
    /* font-family: arial, tahoma, verdana; */
}

.aw-name {
    margin-bottom: 0.3rem;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 0.5rem 0 0.5rem 1rem;
    line-height: 1;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

.bigtable td:first-of-type,
th:first-of-type {
    /* width: 350px !important; */
}

.select-check {
    height: 1.5 rem;
    width: 1.5 rem;
}

tr {
    border-bottom: 1px dashed #eff2f5;
}

td,
th {
    padding: 1rem 0.5rem;
    text-align: center;
    font-size: 1rem;
    text-align: left;
    color: rgb(0 0 0);
}

tr:nth-child(even) {}

tr:nth-child(odd) {
    background: #fff;
}

th {
    font-weight: 700;
    border-bottom: 1px dashed #eff2f5;
}

tbody td:nth-child(1) {
    /* padding: 0 2rem; */
}

thead th:nth-child(1) {
    width: 5%;
    /* padding-left: 2rem; */
}

/*
thead th:nth-child(3) {
  width: 25%;
}

thead th:nth-child(2) {
  width: 35%;
}

thead th:nth-child(4) {
  width: 20%;
} */
/* tables ends */
/* modal starts */
main-container {
    position: relative;
}

.modal-container {
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    backdrop-filter: blur(5px);
}

.modal-content {
    position: relative;
    margin: 5rem;
    background: #fff;
    min-height: calc(100% - 10rem);
    padding: 2rem;
}

.propic-mod {
    width: 160px;
    height: 160px;
    border-radius: 6.175px;
}

.row-pro-pic-and-name {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
}

.detail-modal>div {
    margin-bottom: 1rem;
}

.detail-modal>div>span,
.detail-modal>div>a>span {
    font-weight: 700;
}

.modal-cancel-button {
    position: absolute;
    right: 2rem;
    top: 2rem;
    padding: 0.4rem 0.5rem;
    border-radius: 4px;
}

.modal-cancel-button:hover {
    background: #e0e1e2;
}

.new-line-bottom {
    color: rgba(0, 0, 0, .87);
    font-size: 1rem;
    margin-top: 2rem;
    font-weight: 700;
    padding-bottom: 0.21428571rem;
    border-bottom: 1px solid rgba(34, 36, 38, .15);
}

.font-weight {
    font-weight: 700;
}

.fx-crev {
    display: flex;
    align-items: flex-end;
}

.fx-crev-item {
    margin: 2rem 0 4rem 0;
}

/* modal ends */
/* search box starts */
.ser {
    display: flex;
    align-items: center;
    padding: 0 0 0 1rem;
    border: 2.5px solid rgba(34, 36, 38, .15);
    color: rgba(0, 0, 0, .87);
    border-radius: 1.5rem;
    background: #fff;
}

.ser>span>a {
    display: inline-block;
}

.serbar {
    border: none;
    /* border-left: 1px solid rgba(34, 36, 38, .15); */
    margin-left: 0.5rem;
    border-radius: 0;
    outline: none;
    height: 2.5rem;
}

.serbar:focus {
    outline: none;
    border: none;
    /* border-left: 1px solid rgba(34, 36, 38, .15); */
}

.serbtn {
    padding: 5px 7.5px;
    border-radius: 50%;
}

.serbtn:hover {
    background: #f4f4f4;
}

.sd {
    border: 1px solid rgba(34, 36, 38, .15);
    color: rgba(0, 0, 0, .87);
    border-radius: .28571429rem;
}

.ser-select {
    border: none;
    padding: 0.5rem;
    display: inline-block;
    width: max-content;
    outline: none;
    font-size: 1rem;
    appearance: auto;
}

/* search box ends */
/* NEW STYLES */
.breadcrumbs_container {
    margin: 1rem 0 2rem 0
}

.pad_left_right {
    padding: 0 3rem;
}

.editpage_head {
    margin: 1rem 0;
    font-size: 1.3rem;
    font-weight: 700;
}

.editpage_header {
    margin: 1rem 0;
    font-size: 2.5rem;
    font-weight: 700;
}

.right_panel_card_edit_alum {
    padding: 1.5rem 1.5rem 1.5rem 2rem;
    margin: 2rem 0rem 1rem 0;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
}

.remove_form_style {
    max-width: 100% !important;
    box-shadow: none;
    padding: 0;
    padding-bottom: 2rem
}

.remove_form_style_two {
    max-width: 100% !important;
    box-shadow: none;
    padding: 0;
    margin: 0.5rem auto;
}

/* NEW STYLES */
/* module starts*/
.module_container {
    display: none;
}

.module_container_display {
    display: grid;
    place-items: center;
    position: absolute;
    top: 0;
    right: 0;
    /* background: #f4f4f4; */
    width: 100vw;
    height: 100vh;
    backdrop-filter: blur(2px);
}

.body_overflow {
    overflow: hidden;
}

.module_box {
    min-width: 25rem;
    padding-top: 2rem;
}

.justi_ends {
    justify-content: space-between;
}

.module_question {
    margin-bottom: 1rem;
    font-size: 1.2rem;
    margin-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
    border-bottom: 2px solid #f4f4f4;
}

.module_head {
    color: red;
    display: flex;
    gap: 1rem;
    font-size: 1.8rem;
    font-weight: 700;
    border-bottom: 2px solid #f4f4f4;
    padding-bottom: 0.5rem;
    justify-content: center;
}

#module_head_title {
    font-size: 1.5rem;
    font-weight: 700;
}

.input_bulk_update_width {
    width: 8.2rem;
}

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

.danger-back {
    background: red;
    color: #fff;
}

/* module ends */
/* snackbar starts */
.snackbar_container {
    visibility: hidden;
    position: fixed;
    bottom: 30px;
    right: 50%;
    transform: translate(50%, 0);
    min-width: 35rem;
    min-height: 3rem;
    background: #e0e1e2;
    color: #000;
    border-radius: 4px;
}

#snackbar_text {
    font-size: 1rem;
    padding: 1rem;
    text-align: center;
}

.snackbar_container.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 80px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

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

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

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



.just_max_content {
    width: max-content;
}

.filter_box {
    display: flex;
    gap: 0.5rem;
    align-items: baseline;
    margin-right: 1rem;
}

.align_item_center {
    align-items: center;
}

.btn_to_link {
    border: none;
    outline: none;
    background: #fff;
    cursor: pointer;
}

/* filter ends */

/* media start */
/* max-1025 */

@media only screen and (max-width:1227px) {
    .left-menu-container {
        margin: 0 0.5rem;

    }
}

@media only screen and (max-width:1025px) {


    .menu-list-container {
        margin-right: 6rem;
    }

    .heroImgContainer {
        margin-top: 1rem !important;
    }


}


/* 768-1024 */

@media only screen and (min-width:768px) and (max-width:1024px) {
    .center {
        max-width: 1024px;
    }



    .flex-testi-card {
        /* display: flex; */
        flex-wrap: nowrap;
        flex-direction: row;
        align-content: center;
        align-items: center;
        gap: 1rem;
        margin-bottom: 2rem;
        padding-bottom: 1rem;
        overflow-x: scroll;
    }

    .testi-card {
        flex: 1 0 47%;
    }

    .testi-card {
        padding: 3rem;
        /* background-color: var(--mbr); */
        border: 1px solid #000;
        /* margin: 1rem; */
        border-radius: 8px;
        line-height: 1.6;
    }
}



/* max 767 */
@media only screen and (max-width:767px) {
    .center {
        max-width: 767px
    }

    .testi-card-one {
        flex: 1 0 100%;
    }

    .teams-page-heading {
        font-size: 4rem;
    }

    .mb-subheading {
        padding-bottom: 0rem;
        font-size: 1.6rem;
    }

    .wlc {
        font-size: 2.2rem;
        text-align: center;
    }


    .testi-card {
        flex: 1 0 100%;
    }

    .blog-post-card {
        flex: 1 0 100%;
        /* height: 14.5rem; */
    }

    .team-member {
        flex-direction: column;
    }

    .flex-col {
        flex-direction: column-reverse;
    }

    .wa-flex {
        padding: 2rem 3rem;
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .flex-testi-card {
        grid-template-columns: repeat(1, 1fr);
    }

    .blogs_read {
        display: none !important;
    }


}





@media only screen and (min-width:768px) and (max-width:1024px) {

    .four_404 {
        font-size: 13rem;
    }


    .logo_404 {
        width: 8rem;
    }

    .subhead_404 {
        font-size: 3rem;
    }

    .lm-list-item {
        padding: 0.65rem 0.5em;
    }

}

@media only screen and (max-width:767px) {

    .four_404 {
        font-size: 6.9rem;
    }


    .logo_404 {
        width: 4rem;
    }

    .subhead_404 {
        font-size: 1.7rem;
        margin-top: 0;
    }


    .course_cards {
        grid-template-columns: 1fr;
    }

    .course_details {
        height: 100%;
        min-width: auto;
    }

    .course-right-left {
        grid-template-columns: 1fr;
    }


    .left-menu {
        width: 27.6%;
    }

    .small_stat {
        font-size: 1.5rem;
    }


    .big_stat {
        font-size: 2rem;

    }

    .max_content {
        padding: 1rem;
    }

    .stat_label {
        font-size: 1rem;

    }

    .trusted_cont {
        justify-content: flex-start;
    }


}

@media only screen and (max-width:500px) {
    html {
        /* font-size: 12px !important; */
    }

    .flex-testi-card {
        grid-template-columns: repeat(1, 1fr);
    }

    .wa-flex {
        padding: 1.5rem 2rem;
        flex-direction: column;
    }

    .footer-ajy-link-span {
        text-align: center;
        width: 100%;
        margin-bottom: 0.6rem;
    }

    .order-one {
        order: 0;
    }

    .blog-post-cards {
        /* padding: 1rem; */
    }

    .teams-page-heading {
        margin-top: 5rem;
        font-size: 3rem;
    }

    .teams-page-heading-one {
        font-size: 3rem;
        padding: 0;
        margin-bottom: 0;
    }

    .wlc {
        font-size: 1.8rem;
        text-align: center;
    }

    .blog-post-card {
        /* height: 15rem; */
    }


    .image-item h3 {
        font-size: 16px;
        margin-top: 8px;
    }

    .trust_img {
        width: 7rem;
    }

    .left-menu-container {
        position: static;
    }

    .left-menu {
        width: 100%;
    }

    .right-panel {
        width: 100%;
    }

    .lm-logo-list {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .dash-container {
        flex-direction: column;
    }

    .formcontainer {
        margin: 0;
        padding: 0 2rem 2rem 2rem;
    }


    .image-item img {
        max-width: 3rem;
    }

    .dash_stats_head {
        margin-left: 0rem;
    }

    .dash-head-title {
        padding-left: 0rem;
    }

    .dashboard_menu {
        display: none;
    }

    #menu_links_select {
        display: block;
        width: max-content;
    }

    input,
    select {
        padding: 0.378571em 1em;
    }

    .uponeline {
        margin-top: 1.5rem;
    }

    .blog-band-and-sharing {
        display: block;
    }

    .social-media-sharing {
        margin-top: 1rem;
    }

    .pagination-container {
        display: block;
    }

    .pagination-text {
        padding: 1rem 0;
        text-align: center;
    }

    .margin-top-9rem {
        margin-top: 9rem;
    }


}

.margin-2rem {
    margin-bottom: 2rem;
}

.margin-top-2rem {
    margin-top: 2rem;
}

.logo-edit-flex {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.course-logos-img {
    max-width: 100px;
}