/* become an instructor start */
.content {
    overflow-x: clip;
}

.bdr-width-0 {
    border-width: 0;
}
#course_trainers img {
    border: 3px solid var(--card-bdr-shad-clr) !important;
}
.card_truncer {
    height: 3rem !important;
}
.card_truncer {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 3;
}

/* end */
/* breadcrumb css for all pages start*/
.course-navigation a {
    text-decoration: none;
}
.course-navigation {
    padding-top: 20px;
}
.course-navigation-cls {
    display: flex;
    width: 100%;
    justify-content: left;
    align-items: center;
}
.course-navigation img {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 3px;
}
/* breadcrumb css for all pages end*/
/* floating banner css */
.mega-bg {
    background: #0a101f;
}
.mega-bg {
    background: #0a101f;
}

.vert-line {
    width: 1px;
    height: 35px;
}
.offer1 {
    font-size: 10px;
    transform: rotate(-10deg);
    left: 25%;
    top: 37%;
}
.btn-fs1:hover {
    background-color: rgb(230 223 223) !important;
    border: 2px solid rgb(230 223 223) !important;
}
.christ-bg .fb-as-ra {
    width: 85px;
    height: 40px;
}
.fb-as-ra {
    aspect-ratio: 16/9;
    object-fit: contain;
}
.top-model-trigger {
    cursor: pointer;
}
@media (min-width: 400px) and (max-width: 575px) {
    .mega-ms {
        margin-right: 7px !important;
        margin-left: 7px !important;
    }
    .mega-font {
        margin-right: 7px !important;
        margin-left: 7px !important;
    }
}
@media (max-width: 576px) {
    .mega-img {
        width: 55px;
        height: 28px;
    }
    .img-pos {
        margin-left: -14px;
    }
    .mega-font {
        font-size: 11px !important;
    }
    .vert-line {
        height: 24px;
    }
    .btn-posi {
        font-size: 11px !important;
    }
    .mega-ms {
        margin-left: -6px;
    }
       .cust-postioning {
        bottom: 6%;
    }

}
@media (min-width: 992px) {
    .mega-wid {
        width: 92%;
    }
    .mega-btn {
        padding: 6px 10px !important;
    }
    .btn-posi {
        left: 7%;
    }
    .btn-fs1 {
        font-size: 14px !important;
    }
         .w-lg-60 {
        width: 60%;
    }
       .card_truncer {
        height: 3.67rem !important;
    }

}
/* floating banner css */
/* sticky-footer start */
.new-sticky-footer {
    opacity: 0;
    position: sticky;
    bottom: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
    z-index: 29;
}
.new-sticky-header {
    display: flex;
    width: 100%;
    height: 38px;
}
.full-width-contain {
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
}
.left-sticky-foot {
    position: relative;
    left: 19%;
    width: 23%;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}
.left-sticky-foot2 {
    position: relative;
    left: 14%;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}
.right-sticky-foot3 {
    position: relative;
    right: 20%;
    justify-content: center;
    align-items: center;
}
.foot-imgs {
    margin-top: 5px;
    margin-right: 5px;
}
.foot-headphn {
    margin-right: 3px;
}
.footer-txt {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: white;
}
.footer-txt:hover {
    color: rgb(230, 228, 228);
}
.left-half,
.right-half {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.left-half {
    background-color: #718aa6;
    clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 100%, 0 100%);
}

.right-half {
    background-color: #182340;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 25px 100%);
    margin-left: -30px;
}
.new-mobi-footer {
    display: none;
}
/* sticky footer end  */

/* responsiveness for sticky footer start */
@media (max-width: 360px) {
    .footer-txt {
        font-size: 10px;
    }
    .foot-imgs {
        width: 13px;
        height: 13px;
        margin-top: 3px;
    }
    .mobi-foot {
        width: 17px;
        height: 17px;
    }
    .right-sticky-foot3 {
        position: relative;
        right: 4%;
    }
    .left-sticky-foot {
        position: relative;
        left: 0%;
        width: 81%;
    }
}
@media (max-width: 390px) {
    .footer-txt {
        font-size: 11px;
    }
    .foot-imgs {
        width: 14px;
        height: 14px;
        margin-top: 0px;
    }
    .mobi-foot {
        width: 18px;
        height: 18px;
        margin-top: 3px;
    }
}
@media (max-width: 584px) {
    .footer-txt {
        font-size: 13px;
    }
    .foot-imgs {
        width: 14px;
        height: 14px;
        margin-top: 0px;
    }
    .mobi-foot {
        width: 18px;
        height: 18px;
        margin-top: 3px;
    }
}
@media (max-width: 1200px) {
    .left-sticky-foot2,
    .new-sticky-footer {
        display: none !important;
    }
    .new-mobi-footer {
        position: fixed;
        bottom: 0;
        transition: ease-in 3000ms;
        z-index: 30;
        width: 100%;
    }
    .new-mobi-sticky-header {
        display: flex;
        width: 100%;
        height: 38px;
    }
    .full-width-contain {
        margin: 0 auto;
        padding: 0;
        max-width: 100%;
    }

    .left-sticky-foot {
        position: relative;
        left: 3%;
        width: 79%;
    }
    .footer-txt {
        font-size: 14px;
    }
    .right-sticky-foot3 {
        position: relative;
        right: -1%;
    }

}
@media (min-width: 1201px) and (max-width: 1339) {
    .left-sticky-foot {
        position: relative;
        left: 25%;
        width: 26%;
    }
    .left-sticky-foot2 {
        position: relative;
        left: 17%;
        width: 39%;
    }
}
/* responsiveness for sticky footer end */
:root {
    /* font-sizes */
    --fs-65: 0.85rem;
    --fs-68: 0.78rem;
    --fs-7: 0.7rem;

    /* color pallete*/
    --nav-ft-color: #718aa5;
    --prime-bg-color: #e9eff5;
    --prime-ft-color: #01203d;
    --prime-bg2-color: #f7f8fa;
    --prime-bg-3-color: #f0f9ff;

    --prime-ft2-color: #34495f;

    --prime-ft3-color: #001f3e;

    --secdry-bg-color: #d8e6ef;

    --tritry-bg-color: #f6e1c1;
    --tritry-ft-color: #634300;

    --btn-bg-org-clr: #fa4a23;

    --btn-bg-org-sec-clr: #ffd7cf;

    --card-bdr-shad-clr: #66b1e2;

    --aibg-course-color:#001044;
    --prmry-refer-hover: #01203d;
    --prmry-referpath-bg: #01203D;

    /* custom margins */
    --margin-left--05: -0.5rem;
}

.fs-75 {
    font-size: var(--fs-75);
}

.fs-7 {
    font-size: var(--fs-7);
}

.fs-65 {
    font-size: var(--fs-65);
}

.fs-68 {
    font-size: var(--fs-68);
}

.fs-55 {
    font-size: 1.1rem;
}

.prime-ft-color {
    color: var(--prime-ft-color) !important;
}

.prime-ft2-bg-color {
    background-color: var(--prime-ft2-color);
}


.prime-ft2-color {
    color: var(--prime-ft2-color);
}

.prime-clr-fs {
    color: var(--nav-ft-color);
}

.w-fit_content {
    width: fit-content;
}

.whiteSpace-nw {
    white-space: nowrap;
}
.secdry-bg-color {
    background-color: var(--secdry-bg-color);
}
@media (max-width: 500px) {
    #carousel_modal_1 .modal-dialog, #carousel_modal_2 .modal-dialog {
        position: relative !important;
    }
  #carousel_modal_1 .modal-content, #carousel_modal_2 .modal-content {
        position: fixed !important;
        bottom: -1% !important;
    }
}

@media (max-width: 576px) {
    #carousel_modal_1 .splide__arrow {
        top: 87%;
    }
   #carousel_modal_1 .splide__arrow, #carousel_modal_2 .splide__arrow {
        display: block !important;
    }
    #carousel_modal_1 .modal-dialog-centered, #carousel_modal_2 .modal-dialog-centered {
        min-height: auto;
    }
}
@media (max-width: 600px) {
    .modal {
        z-index: 1000000;
    }
}
@media (min-width: 992px) {
    :root {
        /* font-sizes */
        --fs-65: 1rem;
        --fs-68: 0.9rem;
        --fs-7: 0.85rem;
    }

    .fs-75 {
        font-size: 0.7rem !important;
    }

    .section-observer .fs-6 {
        font-size: 1.2rem !important;
    }

    .fs-lg-5 {
        font-size: 1.25rem !important;
    }

    .fs-lg-2 {
        font-size: 2rem !important;
    }

    .w-lg-70 {
        width: 70% !important;
    }

    .w-lg-50 {
        width: 50% !important;
    }

    .w-lg-30 {
        width: 25% !important;
        z-index: 3;
    }
}

@media (min-width: 1200px) {
    .w-lg-70 {
        width: 75% !important;
    }

    .section-observer .fs-6 {
        font-size: 1.2rem !important;
    }

    .w-lg-70 {
        width: 70% !important;
    }

    .section-observer h2.lh-base,
    #carousel-heading h2.lh-base,
    #who_usually h2.lh-base,
    #course_prerequisties h2.lh-base,
    #course_based_location h2.lh-base,
    #course_enrolled h2.lh-base,
    .section-observer h1.lh-base {
        line-height: 2.3rem !important;
    }

    .section-observer .lh-base,
    #carousel-heading.lh-base,
    #exam_format .lh-base,
    #who_usually .lh-base,
    #course_prerequisties .lh-base,
    #course_based_location .lh-base,
    #course_enrolled .lh-base {
        line-height: 1.8rem !important;
    }

    .section-observer .fs-5,
    #course_prerequisties .fs-5,
    #course_based_location .fs-5,
    #course_enrolled .fs-5 {
        font-size: 1.65rem !important;
        margin-bottom: 1.5rem !important;
    }
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@media (min-width: 576px) {
    .border-sm-rounded-2rem {
        border-radius: 1rem !important;
    }
}

@media (min-width: 768px) {
    .w-md-50 {
        width: 50% !important;
    }
}

@media (min-width: 1200px) {
    .fw-lg-bold {
        font-weight: bold !important;
    }

    .fs-lg-2 {
        font-size: 2rem !important;
    }

    .w-lg-50 {
        width: 50% !important;
    }

    .w-lg-35 {
        width: 35% !important;
    }

    .w-lg-70 {
        width: 75% !important;
    }
}

button {
    outline: none;
    border: none;
    cursor: pointer;
}

a {
    text-decoration: none;
    color: inherit;
}

#read-more-link {
    text-decoration: underline;
    display: none;
}

.w-90 {
    width: 90%;
}

.w-80 {
    width: 80%;
}

.w-70 {
    width: 70%;
}

.w-60 {
    width: 60%;
}

.w-30 {
    width: 30%;
}

.fs-68 {
    font-size: var(--fs-68);
}

.btn-org-bdr-clr {
    border: 2px solid var(--btn-bg-org-clr);
}

.btn-org-bg-clr {
    background-color: var(--btn-bg-org-clr);
}
.btn-org-bdr-clr:hover {
    border: 2px solid var(--prime-ft-color);
}
.btn-org-bg-clr:hover {
    background: var(--prime-ft-color);
    transition: background-color 0.3s linear;
}
.clients-bdr-box {
    border: 1px solid var(--nav-ft-color);
    box-shadow: 0px 3px 5px -2px var(--nav-ft-color);
}

/* ------------from style.css ------------*/
#header-points {
    border: 1px solid lightgrey;
    margin-bottom: 20px;
    border-radius: 10px;
    padding-bottom: 10px;
}

#header-points h4 {
    padding-top: 15px;
    padding-left: 15px;
    padding-bottom: 20px;
}
.tab-saf-scroll {
    height: 300px;
    overflow-y: scroll;
}

.tab-saf-scroll::-webkit-scrollbar {
    width: 5px;
}

.tab-saf-scroll::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 5px;
}

.tab-saf-scroll::-webkit-scrollbar-track {
    background-color: #ffffff;
}

.tab-saf-scroll-content::-webkit-scrollbar {
    width: 0;
}

.tab-saf-scroll-content:hover::-webkit-scrollbar {
    width: 5px;
}

.tab-saf-scroll-content:hover::-webkit-scrollbar-thumb {
    background-color: #555;
    /* Change color on hover */
}
#table-of-contents {
    padding: 5px;
    display: flex;
    flex-direction: column;
}

#table-of-contents::-webkit-scrollbar {
    width: 5px;
}

#table-of-contents::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    border-radius: 5px;
}

#table-of-contents::-webkit-scrollbar-thumb:hover {
    background-color: grey;
}
.cmt-sec-art {
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 700;
}
.comt-art-li {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 500;
}
.comted-pro {
    border-radius: 50%;
    margin-right: 12px;
}
.comted_tags p:nth-child(1) {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 600;
}
.btn-org-bg-clr:hover {
    background-color: var(--prime-ft-color);
    background: var(--prime-ft-color);
    -webkit-transition: background-color 0.3s linear;
    -ms-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
}
.btn-bl-bdr-clr {
    border: 2px solid var(--prime-ft-color) !important;
}

.btn-org-bdr-clr.bg-transparent:hover,
.btn-bl-bdr-clr.bg-transparent:hover {
    background-color: #00000008 !important;
}
/* ------------style.css END------------*/
.text-align-center {
    text-align: center;
}
.toolp,
.toolp span,
.color-i,
.schEMI-mob,
.emi_calc_total,
.schEMI-mob span:nth-child(2) {
    color: #2388ff !important;
}
.tooltp span:nth-child(2) {
    color: #687D95 !important;
}
.toolp {
    cursor: pointer !important;
}
.bdr-width-0 {
    border-width: 0;
}
.w-40 {
    width: 40%;
}
.bhr1 {
    font-size: 21px !important;
}
@media (max-width: 500px) {
    #splide-carousel-testimonals .splide__arrow--prev {
        left: 19em;
    }
}
@media (max-width: 400) {
    #splide-carousel-testimonals .splide__arrow--prev {
        left: 17.5em;
    }
}
@media (max-width: 576px) {
    .cust-postioning {
        bottom: 6%;
    }
}
@media (min-width: 768px) {
    .w-md-50 {
        width: 50% !important;
    }
}
@media (min-width: 992px) {
    #splide-carousel-testimonals .splide__arrow--prev {
        left: 2em;
    }

    #splide-carousel-testimonals .splide__arrow--next {
        right: 2em;
    }
    .position-lg-absolute {
        position: absolute;
    }
    .profile-image-container {
        top: -41px;
        left: 44%;
    }
    .cust-postioning {
        bottom: -22px;
        left: 46.5%;
    }
    .disc-fs {
        font-size: 13px;
    }
}

#home-course {
    border: 1px solid transparent;
}

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

.prime-ft2-bdr-color {
    border: 2px solid var(--prime-ft2-color);
}

.prime-ft-bg-clr {
    background-color: var(--prime-ft-color);
}

.bx-tggle-shdw {
    box-shadow: -1px 6px 11px -6px var(--prime-ft2-color);
}

.fw-600 {
    font-weight: 600;
}

textarea {
  resize: none !important;
}

.nav-link {
    cursor: pointer;
}

select,
option.selected {
    width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.truncate-text {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.a-fg {
    color: var(--nav-ft-color);
}
.transition-all {
    transition: all 0.5s ease-in-out;
}
.margin-left-05 {
    margin-left: var(--margin-left--05);
}
.tooltp{
    color:#687D95 !important;
}
.accordion-body-custom ul {
    padding-left: 15px;
    margin-bottom: 0;
}
.accordion-body-custom {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
    font-size: 14px;
}
.accordion-body-custom {
    padding: 0;
}
.header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.accordion-header-custom {
    border-radius: 8px;
    border: 1px solid #002163;
    background-color: white;
    color: #1b273e;
    cursor: pointer;
    padding: 15px 15px 10px;
}
.collapsed {
    border: 1px solid #e1e2e4;
}
.cust-accord-width {
    width: 100%;
}
.accordion-body-custom ul li {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}
.couponextradismob {
    height: 85px;
    width: 85px;
    display: flex;
    background-image: url(../image/grabextrabk.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    position: absolute;
    top: -16px;
    right: -106px;
}
@media (max-width:1240px) {
    .mobile-sticky-footer {
        display: block !important;
    }
    .mobile-sticky-footer {
        display: block !important;
        height : 38px;
    }
}
@media (max-width: 584px) {
    .footer-txt {
        font-size: 13px;
    }
}
@media (max-width: 390px) {
    .footer-txt {
        font-size: 11px;
    }
}
@media (min-width: 1367px) {
    .content-zoomed-out {
        width: 90%;
    }
}
