body {
    font-family: "Poppins", sans-serif;
}

.black {
    color: black !important;
}

a {
    text-decoration: none !important;
}


.orange {
    color: #ff8f1c !important;
}

.blog-img {
    width: 100%;
    height: 400px;
}

.pricing-heading {
    font-size: 2.5rem;
    font-family: "Poppins";
    font-weight: 700;
    line-height: 72px;
    letter-spacing: 0em;
}

section#announcement_bar {
    background: #E88219;
}

.announcement-section {
    display: flex;
    justify-content: flex-end;
    height: 40px;
    align-items: center;
}

/* select#languageSwitcher {
    margin-right: 15px;
    border: 1px solid #fff !important;
    background: #fff;
    padding: 5px;
    outline: none;
    position: relative;
    width: 150px;
} */

/* Wrapper for Custom Select */
.languageBtn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    background: #fff;
    padding: 0px 12px;
    border-radius: 4px;
}

.languageBtn img {
    width: 30px;
}

/* Actual Select Box */
#announcement_bar #languageSwitcher {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 18px;
    background-color: transparent;
    cursor: pointer;
    outline: none;
    font-weight: 500;
    text-align: center;
    padding: 0px 15px;
}

#languageSwitcher option {
    font-weight: 500;
}

/* Custom Arrow */
/* .lrt .languageBtn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 40px;
    width: 20px;
    height: 20px;
    background-image: url('../../images/language.png');
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
    pointer-events: none;
} */

.contact-mail a {
    color: #fff;
    text-decoration: none;
    margin-right: 15px;
    font-weight: 600;
    opacity: 4;
}

.announcement-icon a {
    color: #fff;
    font-size: 20px;
    margin-right: 15px;
}

.navbar {
    box-shadow: 0px 4px 60px 6px #00000012;
    background-color: #fff;
    /* background: linear-gradient(208deg, rgba(248, 203, 51, 1) 0%, rgb(165 84 0) 50%); */
    height: 70px;
}

.navbar-light .navbar-nav .nav-link {
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
    color: #242442;
}


/* new mobile toggler css  */

.headerbtn {
    padding: 8px 40px;
    border-radius: 32px;
    background: #001a70;
    color: white;
}

.hero-bg {
    background-image: url("images/hero-banner.png"), linear-gradient(310.59deg, #d7dae3 -16.07%, #ffffff 91.68%);
    width: 100%;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-img {
    width: 100%;
    height: auto;
}

.hero-heading {
    font-family: "Poppins";
    font-size: 55px;
    font-weight: 700;
    line-height: 66px;
    letter-spacing: 0em;
    color: #242424;
}

.hero-text {
    font-family: "Poppins";
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: #808080;
}

.exp-heading {
    font-family: "Poppins";
    font-size: 32px;
    font-weight: 700;
    line-height: 72px;
    letter-spacing: 0em;
    text-align: center;
    color: #242424;
}

.same-heading h3 {
    font-weight: 600;
    font-size: 32px;
}

.text {
    font-family: "Poppins";
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
    color: #808080;
}

.card-title {
    font-family: "Poppins";
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    color: #403b3b;
}

.card {
    box-shadow: 0px 10px 60px 0px #0000001a;
    border-radius: 12px;
    border: none;
    padding: 25px;
    /* added my side  */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 720px;
}

.how-bg {
    background-image: url("images/how.png");
    width: 100%;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
}

.how1 {
    background-image: url("images/how1.png");
    width: 30%;
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid #ebebeb;
    border-radius: 12px;
    position: relative;
    margin: 0px 20px;
}

.how2 {
    background-image: url("images/how2.png");
    width: 30%;
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid #ebebeb;
    border-radius: 12px;
    position: relative;
    margin: 0px 20px;
}

.how3 {
    background-image: url("images/how3.png");
    width: 30%;
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid #ebebeb;
    border-radius: 12px;
    position: relative;
    margin: 0px 20px;
}

.how-text {
    font-family: "Poppins";
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: white;
}

.textpos {
    font-family: "Poppins";
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
    color: #808080;
    position: absolute;
    bottom: 3rem;
    left: 0;
    right: 0;
}

.work-heading {
    font-family: "Poppins";
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0px;
}

.work-bg {
    background-image: url("images/work2.png");
    width: 100%;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 12px;
    padding: 50px;
}

.work2-bg {
    background-color: #ffffffd6;
    padding: 30px;
    border-radius: 12px;
}

.work1-img {
    width: 100%;
    height: auto;
}

.work-btn {
    padding: 10px 24px 10px 24px;
    border-radius: 8px;
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    background-color: #ff8f1c;
    border: none;
    color: white;
}

.story-bg {
    background: linear-gradient(180deg, rgba(240, 240, 240, 0.51) 0%, rgba(43, 107, 125, 0) 100%);
}

.testimonial {
    background-color: #0d62a2;
    border-radius: 16px;
    padding: 50px;
}

.testimonial-profile {
    width: 100%;
    height: auto;
}

.carousel-indicators {
    margin-right: 50%;
}

.carousel-indicators [data-bs-target] {
    height: 9px;
}

.testimonial-text {
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    color: white;
}

.partner {
    border: 2px solid #adadad;
    border-radius: 5px;
    padding: 20px;
}

.partner-img {
    width: auto;
    height: auto;
}

.blog-info {
    font-family: "Poppins";
    font-size: 11px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0em;
    color: #808080;
}

.blog-bg {
    background-image: url("images/blog-bg.png");
    width: 100%;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer-about-text {
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    color: #383838;
}

.footer-text {
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    color: #333333;
}

.footer-heading {
    font-family: "Poppins";
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0em;
    color: #383838;
}

.aboutimg {
    width: auto;
    height: auto;
}

.team {
    box-shadow: 0px 4px 31px 0px #94949440;
    border-radius: 17px;
}

/* .team-name {
    font-family: "Poppins";
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0px;
    color: #0d0d0d;
} */

/* .team-profile {
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.1em;
    color: #0d0d0d;
    word-wrap: break-word;
} */

/* .teamimg {
    width: 100%;
    height: auto;
} */

.about-blog-bg {
    background-image: url("images/about-blog-bg.png");
    width: 100%;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
}

.about-form {
    border: 1px solid #0082ba2b;
    border-radius: 19px;
    box-shadow: 0px 4px 68px 0px #7b7b7b40;
}

.about-getintouch-img {
    width: 100%;
    height: auto;
}

.about-career-text {
    font-family: "Poppins";
    font-size: 17px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0em;
    color: #808080;
}

.blog-text {
    font-family: "Poppins";
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    color: #808080;
}

.form-control {
    background: #efefef;
}


/* .student-bg {
    background-image: url("images/student-bg.png"), linear-gradient(310.59deg, #d7dae3 -16.07%, #ffffff 91.68%);
    width: 100%;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
} */

.mojo-matter-bg {
    background: #0082ba0a;
}

.mojo-matter-heading {
    font-family: "Poppins";
    font-size: 28px;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: 0em;
    color: #242527;
}

.mojo-matterimg {
    width: 100%;
    height: auto;
}

.whatsmojo-bg {
    background-image: url("images/whatsmojo.png");
    width: 100%;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
}

.mojomatter-btn {
    padding: 10px 24px 10px 24px;
    border-radius: 8px;
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    background-color: white;
    border: none;
    color: #0b7077;
}

.trackprogress-bg {
    background-image: url("images/trackprogress-bg.png");
    width: 100%;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
}

.getismojo-bg {
    background: linear-gradient(94.6deg, #fd661f 0.22%, #ff9e70 98.39%);
    width: 100%;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
}

.getismojo-btn {
    padding: 10px 24px 10px 24px;
    border-radius: 8px;
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    background-color: white;
    border: none;
    color: #fd661f;
}

.getismojo-img {
    width: 300px;
    height: auto;
}

.parent-bg {
    /* background-image: url(images/parent-bg.png), linear-gradient( 100.68deg, #360d39 0.78%, rgba(0, 0, 0, 0) 56.55%, rgba(255, 255, 255, 0.06) 99.02%); */
    background-image: url("../../ismojo-final-images/Parent-Banner/parent-bg-img.jpg");
    width: 100%;
    /* height: 600px; */
    height: 85vh;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-color: rgba(0, 0, 0, 0.7);
    background-blend-mode: overlay;
    display: flex;
    align-items: center;
    margin-top: 8%;
}

.parent-hero-heading {
    font-family: "Poppins";
    font-size: 55px;
    font-weight: 700;
    line-height: 66px;
    letter-spacing: 0em;
    color: #242424;
    position: absolute;
    top: 30%;
    bottom: 40%;
    width: 40%;
}

.empower-bg {
    background-image: url("images/empower-bg.png");
    width: 100%;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
}

.parent-getismojo-bg {
    background: linear-gradient(94deg, #250128 0.19%, #e862f1 119.18%);
    width: 100%;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
}

.parent-getismojo-btn {
    padding: 10px 24px 10px 24px;
    border-radius: 8px;
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    background-color: white;
    border: none;
    color: #620469;
}

.parent-mojo-bg {
    background: #5b0161;
    border-radius: 14px;
}

.parent-mojo-heading {
    font-family: "poppins";
    font-size: 28px;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: 0em;
    color: #808080;
}

.parent-mojo-text {
    font-family: "poppins";
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0em;
    color: #808080;
}

.parent-mojo-icon {
    width: 50px;
}

.school-bg {
    background-image: url("../../ismojo-final-images/School-Banner/school-banner-img.jpg");
    width: 100%;
    height: 85vh;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.7);
    background-blend-mode: overlay;
    /* background-position: 100% -25%; */
    margin-top: 8%;
}


.school-hero-heading {
    font-family: "Poppins";
    font-size: 55px;
    font-weight: 700;
    line-height: 66px;
    letter-spacing: 0em;
    color: #242424;
    position: absolute;
    top: 30%;
    bottom: 40%;
    width: 40%;
}

.whyschool {
    width: 100%;
    height: auto;
}

.psycometric-bg {
    background-image: url("images/psycometric.png"), linear-gradient(310.59deg, #d7dae3 -16.07%, #ffffff 91.68%);
    width: 100%;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
}

.psycometric-btn {
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0em;
    color: #ffffff;
    background: #0082ba;
    border-radius: 8px;
    padding: 10px 24px 10px 24px;
}

.school-empower-bg {
    background-image: url("images/school-empower.png");
    width: 100%;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
}

.school-mojo-bg {
    background: #f1f2fa;
    border-radius: 14px;
}

.school-getismojo-bg {
    background: linear-gradient(94.6deg, #1e1e1e 0.22%, #333333 98.39%);
    width: 100%;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
}

.inspire-bg {
    box-shadow: 0px 10px 60px 0px #0000001a;
}

.illustartion-btn {
    background: #e6b01d;
    border-radius: 4px;
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0px;
    color: white;
    padding: 0px 20px;
    width: 100%;
}


/* .subscribe-heading {
    font-family: "Poppins";
    font-size: 29px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0px;
} */

.subscribe-heading {
    font-size: 18px !important;
    font-weight: 600;
    /* letter-spacing: 0px; */
}

.subscribe-bg {
    background: #263238;
}

.accordion-button:not(.collapsed) {
    color: #0093ff;
    background-color: white;
}

.accordion-item {
    background-color: #fff;
    border: none;
}

.accordion-body {
    font-family: "poppins";
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    padding: 1rem 1.25rem;
    font-size: 13px;
    color: #303a42;
}

.accordion-header {
    font-family: "poppins";
    font-size: 19px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0px;
}

.events-bg {
    background: #39393b;
}

.resource2-heading {
    font-family: "Poppins";
    font-size: 21px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    color: black;
}

.resource2-label {
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    color: #414042;
}

.student-padding {
    padding-top: 8% !important;
}

.resource-padding {
    padding-top: 10% !important;
}

.hero-padding {
    padding-top: 5% !important;
}

.about-padding {
    padding-top: 5% !important;
}

.modal {
    background: #0000009c;
}


/* this is my css style section ********* */

.register_btn {
    margin-top: 30px;
}

.register_btn a {
    padding: 12px 20px 12px 20px;
    border-radius: 8px;
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    background-color: #ff8f1c;
    border: none;
    color: white;
    text-decoration: none;
}

.register_btn button {
    padding: 10px 24px 10px 24px;
    border-radius: 8px;
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    background-color: #ff8f1c;
    border: none;
    color: white;
    text-decoration: none;
}


/* Basic styling for the popup */

.video_popup {
    display: none;
    position: fixed;
    z-index: 111111;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    justify-content: center;
    align-items: center;
    text-align: center;
}

.video-popup-content {
    width: 100vw;
    height: 100vh;
}

.video-close-icon {
    color: #000;
    font-size: 22px;
    font-weight: 500;
    cursor: pointer;
    z-index: 1111111;
    background: white;
    border-radius: 42px;
    width: 33px;
    display: block;
    text-align: center;
    margin: 0px -43px 0px auto;
}

.video-close-icon:hover,
.video-close-icon:focus {
    color: #000;
    text-decoration: none;
}

.video-container-section {
    margin: 80px auto;
    display: inline-block;
}

.video-container-section video {
    /* position: absolute;
  top: 0;
  left: 0; */
    /* width: 100%; */
    height: 70%;
}


/* Basic styling for the popup */

.login_btn a {
    box-shadow: 0px 0px 10px #00000066;
}

section#success_cards p {
    margin-bottom: 0px;
    min-height: 300px;
}

section#success_cards .summary_para {
    min-height: 297px;
}

.card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 720px;
}

.icons_btn a {
    text-decoration: none;
    color: #414042;
}

.icons_btn img {
    width: 18px;
    margin-right: 6px;
}

.icons_btn {
    text-align: justify;
    width: 260px;
}


/* this is the enter email section  */

.mail_right_sec {
    background-color: #FF8F1C33;
    min-height: 100vh;
}

.mail_left_sec {
    background-color: #ffffff;
    /* height: 100vh; */
    border-top: 1px solid #E4E4E4;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.top_login_flow a {
    text-decoration: none;
}

.verify_mail {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.verify_mail a {
    color: #242424;
}

.verify_mail a label {
    cursor: pointer;
}

section#enter_email_Sec .form-check-input {
    background-color: #D9D9D9;
}

section#enter_email_Sec .form-check-input:checked {
    background-color: #0082BA;
    border-color: #fff;
}

section#enter_email_Sec .form-check-input:checked[type=radio] {
    background-image: url("....");
}

.mail_left_sec .form_sec img {
    width: 20px;
}

section#enter_email_Sec .form_sec {
    margin: 50px 20px;
}

section#enter_email_Sec .mail_inp input[type="text"] {
    width: 90%;
    border: 1px solid #00000026;
    border-radius: 6px;
    padding: 10px;
    margin-top: 30px;
    outline: none;
}

.check_condition_inp {
    margin-top: 40px;
}

.check_condition_inp span a {
    text-decoration: none;
    color: #FF8F1C;
    padding: 10px;
}

.check_condition_inp span {
    padding-left: 10px;
}

.next_btn {
    margin-top: 40px;
}

.next_btn a {
    text-decoration: none;
    background: #ff8f1c;
    color: #fff;
    padding: 13px 28px;
    border-radius: 12px;
}

.already_acc_sec {
    margin-top: 40px;
    text-align: center;
}

.already_acc_sec a {
    color: #ff8f1c;
    padding-left: 6px;
}

.login_cards {
    border: 1px solid #FF8F1C;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0px 0px 10px #FF8F1C1A;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    min-height: 220px;
    justify-content: space-around;
}

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

.login_cards ul li {
    color: #808080;
    font-size: 12px;
}

.subs_plan {
    text-align: center;
}

.subs_plan h4 {
    font-size: 16px;
    color: #FF8F1C;
}

.subs_plan h5 {
    font-size: 18px;
    color: #FF8F1C;
}

.mail_right_sec {
    text-align: center;
}

.mail_right_sec .slider_cont h3 {
    font-size: 16px;
    text-align: center;
    width: 72%;
    margin: 20px auto 0px auto;
}


/* .mail_right_sec .carousel-caption {
  position: relative;
  top: 0;
  left: 0px;
} */

.left_slide_slider {
    background-color: #FF8F1C33;
}

.slide_img {
    text-align: center;
}

.slide_img img {
    width: 80%;
}

.bottom_heading {
    text-align: end;
}

.slide_heading p {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    width: 80%;
    margin: auto;
}

.bottom_content {
    padding: 20px;
}

.bottom_heading p {
    font-size: 26px;
}

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

.left_slide_slider .swiper-scrollbar-drag {
    display: none;
}

.left_slide_slider .swiper-scrollbar.swiper-scrollbar-horizontal {
    display: none;
}

.left_slide_slider span.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background: #FF8F1C;
}

.slider_2 {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-around;
}

.slide_2_img {
    text-align: center;
}

.slide_2_img img {
    width: 40%;
}

.slide_2_content p {
    width: 80%;
    text-align: center;
    margin: auto;
    color: #8F8F8F;
}

.client_details {
    margin: 50px 0px;
}

.client_details p {
    color: #282828;
    font-weight: 700;
}

/* this is the enter email section  */

/* this is the about us page style  section*/

.team_member_name h6 {
    font-weight: 700;
    font-size: 20px;
}

.team_member_name p {
    color: #fd661f;
    margin: 0px;
    font-weight: 500;
}

.team_member_content_Sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border-top: 1px solid #cccccc;
}

.team_member_description {
    background: #dce9ff;
    padding: 15px;
}

.team_member_description p {
    color: #000;
    font-size: 14px;
}

.team_member_img_sec img.teamimg {
    width: 50%;
}

.team_member_img_sec {
    text-align: center;
}

.team_section_container {
    border: 1px solid #cccccc;
    min-height: 480px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.social_img a i {
    font-size: 30px;
    border: 2px solid #0A66C2;
    padding: 5px;
    border-radius: 10px;
    color: #0A66C2;
}

.team_member_name {
    border-left: 4px solid #0A66C2;
    padding-left: 15px;
}

.image_brdr img {
    background: #DCE9FF;
    border-radius: 70%;
}

/* End */


/* this is my css style section ********* */


/* this is my media query  */

@media only screen and (max-width: 1400px) {
    .card {
        min-height: 790px;
    }

    section#success_cards .summary_para {
        min-height: 360px;
    }
}

@media only screen and (max-width: 1200px) {
    .card {
        min-height: 860px;
    }

    section#success_cards .summary_para {
        min-height: 440px;
    }

    .bullet-content {
        min-height: 270px !important;
    }

    .school-sec-left-img img {
        min-height: 560px !important;
    }
}


/* this is my media query  */

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 660px;
        margin: 1.75rem auto;
    }
}

@media only screen and (max-width:576px) {
    .footer_sections {
        text-align: center;
    }

    .footer-about-text {
        text-align: center;
    }

    .icons_btn {
        text-align: center;
        margin: auto;
    }

    .footer-abt-sec {
        text-align: center;
    }

    .footer-term-sec {
        text-align: center;
    }

    .footer-contact-sec {
        text-align: center;
    }

    .news-sec {
        display: flex;
        flex-direction: row;
        justify-content: center !important;
    }

    .ssl-img {
        text-align: center;
    }

    #announcement_bar #languageSwitcher {
        padding: 0px 4px;
    }
}


/* media query */

@media only screen and (max-width: 1280px) {
    .how2 {
        margin: 0;
    }

    .carousel-indicators {
        margin-right: 47%;
    }
}

@media only screen and (max-width: 1024px) {
    .carousel-indicators {
        margin-right: 44%;
        top: 100%;
    }

    .parent-hero-heading {
        top: 32%;
        width: 54%;
    }

    .school-hero-heading {
        top: 32%;
        width: 54%;
    }

    .illustartion-btn {
        width: auto;
    }

    /* this is the about us page style  section*/

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

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

    .social_img a i {
        font-size: 20px;
    }

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



@media only screen and (max-width: 992px) {
    .card {
        min-height: 555px;
        text-align: center;
    }

    section#success_cards p {
        margin-bottom: 0px;
        min-height: 190px;
    }

    section#success_cards .summary_para {
        min-height: 180px;
    }

    .ssl-img img {
        margin-top: 0px !important;
    }

    .bullet-content {
        min-height: 210px !important;
    }
}

@media only screen and (max-width: 990px) {
    .blog-img {
        height: 350px;
    }

    .how1 {
        width: 100%;
        margin: 0;
    }

    .how2 {
        width: 100%;
    }

    .how3 {
        width: 100%;
        margin: 0;
    }

    .carousel-indicators {
        margin-right: 35%;
    }

    .aboutimg {
        width: 100%;
        height: auto;
    }

    .parent-hero-heading {
        top: 32%;
        width: 85%;
    }

    .school-hero-heading {
        top: 32%;
        width: 85%;
    }

    .student-padding {
        padding-top: 16% !important;
    }

    .navbar-nav {
        text-align: center !important;
    }

    .resource-padding {
        padding-top: 19% !important;
    }

    .hero-padding {
        padding-top: 16% !important;
    }
}


@media only screen and (max-width:767px) {
    .success_content_section {
        display: block !important;
        height: auto !important;
    }

    .section-add-2 {
        display: flex !important;
        flex-direction: column-reverse;
    }

    div#navbarSupportedContent li.nav-item.dropdown {
        display: flex !important;
        justify-content: center !important;
        margin-top: 10px !important;
    }

    div#navbarSupportedContent {
        background: #fff;
        min-height: 320px;
    }

    div#navbarSupportedContent li.nav-item.dropdown a#navbarDropdown {
        margin-left: 0px !important;
    }

    /* #testimonial-sliders .wrapper i {
        transform: translateY(640%) !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #testimonial-sliders .wrapper i {
        top: 50%;
        left: 12% !important;
        height: 30px !important;
        width: 30px !important;
    } */
    /* #testimonial-sliders .wrapper i {
        display: none;
    } */
    #testimonial-sliders .wrapper i:first-child {
        left: -10px !important;
        z-index: 111;
    }

    #testimonial-sliders .wrapper i {
        top: 50%;
        right: -8px !important;
    }

    .success_content_section {
        margin-top: 10px;
    }

    .ssl-img img {
        margin-top: 0px !important;
    }

    /* new mobile toggler css  */
    li#moblie-new-nav ul.dropdown-menu.show {
        border: 0px;
        text-align: center;
    }

    .school-heading h1 {
        COLOR: #fff;
        font-size: 28px !important;
        margin-bottom: 30px !important;
    }

    .school-heading h3 {
        color: #fff;
        margin: 20px 0px !important;
        font-size: 20px !important;
    }

    .school-heading p {
        margin: 0px 0px 20px 0px !important;
        font-size: 14px !important;
        line-height: normal;
        font-weight: 400;
    }

    .back_img_3 .row {
        position: absolute;
        top: 45% !important;
        left: 7% !important;
    }

    .back_img_2 .row {
        position: absolute;
        top: 45% !important;
        left: 7% !important;
    }

    .back_img .row {
        position: absolute;
        top: 45% !important;
        left: 4% !important;
    }

    .back_img_award .row {
        position: absolute;
        top: 65% !important;
        left: 4% !important;
    }

    .banner_content h2,
    p {
        color: #fff;
        font-size: 18px;
    }

    section#success_cards .exp-heading {
        font-size: 24px;
        line-height: normal;
    }

    section#success_cards .text {
        font-size: 15px;
        margin-bottom: 25px !important;
    }

    .success_content_section h5 {
        font-size: 22px !important;
    }

    section#does-ismojo-sec .exp-heading {
        font-size: 27px;
    }

    section#testimonial-clients {
        padding: 0px !important;
    }

    .work-cards-heading {
        padding-bottom: 20px !important;
    }

    section.parent-bg {
        background-position: 40% 80px;
    }

    .bullet-content {
        min-height: 250px !important;
    }

    .back_img_award {
        background-position: 14%;
        background-size: contain !important;
    }

    .back_img {
        background-position: 80% 25%;
    }

    .back_img_2 {
        background-position: 100%;
    }

    .back_img_3 {
        background-position: 100%;
    }

    .student-bg {
        background-position: 13% 40px !important;
    }

    .school-bg {
        background-position: 5% 20px;
    }

    .school-sec-left-img img {
        min-height: 250px !important;
    }

    .school-sec-left-img img {
        object-fit: contain !important;
    }

    .resource-cont {
        text-align: justify;
    }

    .pri-pla-row {
        display: flex;
        flex-direction: column-reverse !important;
    }

    .about-career-text ul {
        text-align: justify;
    }

    .card_back_img-3 {
        background-position: 100% 0px !important;
    }
}

@media only screen and (max-width: 600px) {
    blog-img {
        height: auto !important;
    }

    .exp-heading {
        font-size: 38px;
        line-height: 45px;
    }

    .hero-heading {
        font-size: 42px;
        line-height: 50px;
    }

    .carousel-indicators {
        margin-right: 15%;
    }

    .testimonial-text {
        text-align: center;
    }

    .work-bg {
        padding: 15px;
    }

    .row {
        --bs-gutter-x: 0;
    }

    .parent-hero-heading {
        top: 20%;
    }

    .parent-hero-heading {
        font-family: "Poppins";
        font-size: 41px;
    }

    .school-hero-heading {
        font-family: "Poppins";
        font-size: 41px;
        top: 20%;
    }

    .student-padding {
        padding-top: 28% !important;
    }

    .resource-padding {
        padding-top: 25% !important;
    }

    .hero-padding {
        padding-top: 31% !important;
    }

    .about-padding {
        padding-top: 27% !important;
    }

    .parent-mojo-icon {
        width: 50px;
    }

    .pricing-heading {
        font-size: 2rem;
    }
}

@media only screen and (min-width: 450px) {
    .carousel-inner {
        min-height: 60vh !important;
    }
}

.subscribe_main_btns {
    margin-top: 15px;
}

.subscribe_main_btns a {
    /* font-size: 22px; */
    padding: 10px 24px 10px 24px;
    border-radius: 8px;
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    background-color: #FF8F1C;
    border: none;
    text-decoration: none;
    color: #fff;
}


/* this is the new css style in website  */

div#navbarSupportedContent li.nav-item.dropdown a#navbarDropdown {
    /* background: #ff8f1c; */
    color: #fd661f;
    border-radius: 8px;
    margin-left: 50px;
    padding: 10px 25px;
    border: 1px solid #F6BE00;
}

div#navbarSupportedContent ul li a.dropdown-item:hover {
    background: transparent;
    border-bottom: 1px solid #fd661f;
    color: #fd661f;
}

div#navbarSupportedContent ul.dropdown-menu.show {
    position: absolute;
    left: 31%;
}


/* this is banner css  */
.back_img_award {
    width: 100%;
    height: 100%;
    background-image: url("../../ismojo-final-images/Home-Banner/Gess-banner-website.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.4);
    BACKGROUND-BLEND-MODE: overlay;
    position: relative;
}

.back_img {
    width: 100%;
    height: 100%;
    background-image: url("../../ismojo-final-images/Home-Banner/homebanner-1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.7);
    BACKGROUND-BLEND-MODE: overlay;
    position: relative;
}

.back_img_2 {
    width: 100%;
    height: 100%;
    background-image: url("../../images/international-group-happy-students-posing-colorful-backgrounds-collage (1)-min.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.7);
    BACKGROUND-BLEND-MODE: overlay;
    position: relative;
}

.back_img_3 {
    width: 100%;
    height: 100%;
    background-image: url("../../ismojo-final-images/Home-Banner/homebanner-3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.7);
    BACKGROUND-BLEND-MODE: overlay;
    position: relative;
}

.back_img_award .row {
    position: absolute;
    top: 50%;
    left: 10%;
}

.back_img .row {
    position: absolute;
    top: 50%;
    left: 10%;
}

.back_img_2 .row {
    position: absolute;
    top: 50%;
    left: 10%;
}

.back_img_3 .row {
    position: absolute;
    top: 50%;
    left: 10%;
}

.banner_content h2,
p {
    color: #fff;
}

.banner_content ul li {
    color: #fff;
}

#heronew .swiper {
    width: 100%;
    height: 100%;
}

#heronew .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

#heronew .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section#heronew .swiper-pagination {
    position: absolute !important;
    text-align: left !important;
    left: 10% !important;
    bottom: 3% !important;
}

section#heronew .swiper-pagination-bullet {
    background: #fff !important;
    opacity: 1 !important;
}

section#heronew .swiper-pagination-bullet-active {
    opacity: 1 !important;
    background: #ff8f1c !important;
}

div#navbarSupportedContent li.nav-item.dropdown {
    display: block;
}


/* this is code pen  */

.butn:link,
.butn:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(236deg, rgba(246, 190, 0, 1) 0%, rgba(255, 143, 28, 1) 44%);
    border-radius: 4px;
    border: none;
    color: #fff;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.butn::before {
    background: #fff;
    content: "";
    height: 155px;
    opacity: 0;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    width: 50px;
    transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
}

.butn::after {
    background: #fff;
    content: "";
    height: 20rem;
    opacity: 0;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 8rem;
}

.butn__new::before {
    left: -50%;
}

.butn__new::after {
    left: -100%;
}

.butn:hover,
.butn:active {
    transform: translateY(-3px);
    color: #fff;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}

.butn__new:hover::before {
    left: 120%;
    opacity: 0.5s;
}

.butn__new:hover::after {
    left: 200%;
    opacity: 0.6;
}

.butn span {
    z-index: 20;
}

img.logo {
    width: 160px;
}

.success_img_section video {
    box-shadow: 0px 0px 10px #808080;
    border-radius: 8px;
    width: 100%;
}


/* .success_img_section {
    width: 100%;
    height: 450px;
    background-image: url("../../images/3432.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
} */


/* .success_img_section_2 {
    width: 100%;
    height: 450px;
    background-image: url("../../images/2148505272.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
} */


/* .success_img_section_3 {
    width: 100%;
    height: 450px;
    background-image: url("../../images/2147850717.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
} */

.success_content_section .card-title {
    text-align: start;
    font-size: 28px;
    margin-bottom: 20px;
}


/* .success_content_section .card-title span {
    color: #E88219;
} */

.success_content_section p.text {
    min-height: 0px !important;
    text-align: start;
    font-size: 16px;
}

.success_content_section {
    display: flex;
    /* height: 100%; */
    flex-direction: column;
    justify-content: center;
    padding: 0px 30px;
}

a.butn.butn__new img {
    width: 24px !important;
    margin-left: 8px;
}

.exp-heading span {
    background: linear-gradient(291deg, #ff8f1c, #f6be00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card_back_img {
    width: 100%;
    height: 300px;
    background-image: url("../../ismojo-final-images/How-DoesI-smojo-Work/Join-ISMOJO.png");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
    transition: all 0.6s;
    /* background-position: center; */
}

.card_back_img-2 {
    width: 100%;
    height: 300px;
    background-image: url("../../ismojo-final-images/How-DoesI-smojo-Work/AI-Based-Psychometric-Test.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
    transition: all 0.6s;
    background-position: center;
}

.card_back_img-3 {
    width: 100%;
    height: 300px;
    background-image: url("../../ismojo-final-images/How-DoesI-smojo-Work/Career-Library.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
    transition: all 0.6s;
    background-position: 100% -75px;
}

.card_back_img-4 {
    width: 100%;
    height: 300px;
    background-image: url("../../ismojo-final-images/How-DoesI-smojo-Work/Track-Your-Progress.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
    transition: all 0.6s;
    background-position: 100% -70px;
}

.work_cards {
    position: relative;
}

.work-cards-heading {
    text-align: start;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0px;
    padding: 20px 50px 0px;
    color: #fff;
    min-height: 190px;
    border-radius: 20px 20px 0px 0px;
}

.work-cards-heading h4 {
    font-size: 16px;
}

.work-cards-heading h3 {
    font-size: 24px;
}

.work-cards-heading p {
    margin: 0px;
    font-size: 15px;
}

.exp-heading span {
    color: #851D85;
}

.card_back_img:hover,
.card_back_img-2:hover,
.card_back_img-3:hover,
.card_back_img-4:hover {
    transform: scale(1.02);
}

.butn__new {
    border-radius: 8px !important;
}

@media only screen and (max-width: 450px) {
    section#heronew .swiper-pagination {
        position: absolute !important;
        left: 10% !important;
        bottom: 2% !important;
    }

    /* foooter sec css  */
    .footer_sections {
        text-align: center !important;
    }

    .icons_btn {
        text-align: center !important;
        margin: auto;
    }

    .footer-abt-sec {
        text-align: center !important;
    }

    .footer-term-sec {
        text-align: center !important;
    }

    .footer-contact-sec {
        text-align: center !important;
    }

    .success_content_section {
        margin-top: 10px;
    }

    .bullet-content {
        min-height: 200px !important;
    }
}


/* this is the testimonial slider  */


/* this is the testimonial slider  */

#testimonial-sliders .wrapper {
    max-width: 100vw;
    width: 100%;
    position: relative;
}

#testimonial-sliders .wrapper i {
    top: 50%;
    right: -22px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    font-size: 1.25rem;
    position: absolute;
    text-align: center;
    line-height: 50px;
    background: #FF8F1C;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
    transform: translateY(-50%);
    transition: transform 0.1s linear;
    color: #fff;
}

#testimonial-sliders .wrapper i:active {
    transform: translateY(-50%) scale(0.85);
}

#testimonial-sliders .wrapper i:first-child {
    left: -22px;
    z-index: 111;
}

#testimonial-sliders .wrapper .carousel {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% / 3) - 12px);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 16px;
    /* border-radius: 8px; */
    scroll-behavior: smooth;
    scrollbar-width: none;
    padding: 0px;
}

#testimonial-sliders .carousel::-webkit-scrollbar {
    display: none;
}

#testimonial-sliders .carousel.no-transition {
    scroll-behavior: auto;
}

#testimonial-sliders .carousel.dragging {
    scroll-snap-type: none;
    scroll-behavior: auto;
}

#testimonial-sliders .carousel.dragging .testimonial-card {
    cursor: grab;
    user-select: none;
}

#testimonial-sliders .carousel :where(.testimonial-card,
    .img) {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

#testimonial-sliders .carousel .testimonial-card {
    scroll-snap-align: center;
    /* height: 342px; */
    list-style: none;
    background: #fff;
    cursor: pointer;
    padding-bottom: 15px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px #bbb;
    min-height: 520px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.testimonial-cli-img img {
    width: 100%;
    border-radius: 8px;
}

#testimonial-sliders .carousel .testimonial-card h2 {
    font-weight: 500;
    font-size: 20px;
    margin: 20px 0;
    color: #E0AD00;
}

#testimonial-sliders .testi-content {
    padding: 15px 15px 0px 15px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 300px;
}

#testimonial-sliders .testi-content span {
    font-size: 15px;
}

.testimonial-paras {
    text-align: justify;
}

#testimonial-sliders .testi-content p {
    font-size: 15px;
    color: #001866;
    font-weight: 500;
}

footer {
    box-shadow: 0px 0px 10px #c1bfbf;
}

.news-sec {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

@media (max-width: 1200px) {
    #testimonial-sliders .wrapper .carousel {
        grid-auto-columns: calc(100% / 3);
    }
}

@media (max-width: 800px) {
    #testimonial-sliders .wrapper .carousel {
        grid-auto-columns: calc(100% / 1);
    }
}


/* ticker css  */

@keyframes ticker-kf {
    0% {
        transform: translateX(10rem);
    }

    100% {
        /* 10rem for each logo x 6 logos total = -60rem */
        transform: translateX(-200rem);
    }
}

.img-ticker {
    display: flex;
    animation: ticker-kf 60s linear infinite;
    align-items: center;
}

.tickerlogo {
    flex: none;
    margin: 0px 20px;
    height: 210px;
    border-radius: 8px;
    box-shadow: 0px 0px 5px #373737;
}

.img-ticker .img-1 {
    background-image: url(../public/front/tickerimages/Food\ Scientist.jpg);
    width: 450px;
    height: 250px;
    background-repeat: no-repeat;
    background-size: contain;
}

.img-ticker h4 {
    margin: 0px;
    font-size: 25px;
    color: #f6be00;
}

.img-ticker:hover {
    animation-play-state: paused;
}


/* this is the footer form new css  */

input#exampleFormControlInput1 {
    background: transparent !important;
    /* border: 1px solid #E88219; */
    /* border-radius: 8px; */
    border: none;
    border-bottom: 1px solid #E88219;
    border-radius: 0px;
    transition: all 1s;
    color: #333333;
    /* border-bottom-style: dashed; */
}

input#exampleFormControlInput1::placeholder {
    color: grey;
}

input#exampleFormControlInput1:focus {
    box-shadow: none;
}

.news-sec p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    margin: 15px 0px 5px 0px;
}

.news-letter-btn {
    background-color: #E88219 !important;
    border-radius: 8px;
}

.foot-social-icon a {
    text-decoration: none;
    color: #E0AD00;
    font-size: 16px;
    margin-right: 15px;
}

.foot-social-icon a i {
    font-size: 25px;
}

div#navbarSupportedContent .dropdown-item a.btn-login {
    color: #fd661f;
}

.bottom_copyr-sec {
    text-align: center;
    background: #B56614;
    color: #fff;
    padding: 10px 0px;
}

.bottom_copyr-sec h4 {
    margin-bottom: 0px;
    font-size: 14px;
}

.letter-btn svg {
    width: 30px;
}

.letter-btn {
    background-color: transparent;
    border: none;
    outline: none;
}

.letter-sections {
    position: relative;
}

.letter-sections button#subscribeButton {
    position: absolute;
    top: 60%;
    right: 0%;
}

.ssl-img img {
    width: 90px;
    margin-top: 20%;
}

section#websiteticker .container-fluid {
    background: #FCEBB0;
    padding: 40px 0px;
}


/* this is the for school student parents page design css  */

div#navbarSupportedContent {
    text-align: center;
    background: #fff;
    /* padding: 20px 0px; */
}


div#navbarSupportedContent a.web_login_btn {
    /* margin: 10px 0px; */
}

.student-bg {
    width: 100%;
    height: 85vh;
    background-image: url("../../ismojo-final-images/Student-Banner/for-student-banner.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.6);
    background-blend-mode: overlay;
    display: flex;
    align-items: center;
    margin-top: 8%;
    background-position: 100% -40px;
}

.school-heading h1 {
    COLOR: #fff;
    font-size: 35px;
    margin-bottom: 40px;
}

.exp-heading h2 {
    font-size: 32px;
    font-weight: 600;
}

.exp-content-para p {
    font-size: 16px;
    color: #808080;
    width: 90%;
    margin: auto;
}

.same-para p {
    color: #000;
    margin: 20px 0px 30px;
    font-size: 17px
}

.same-img {
    margin: auto;
    text-align: center;
}

.same-img img {
    width: 90%;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0px 0px 10px #bbbbbb;
}

.same-cta-btn {
    text-align: center;
    margin-bottom: 20px;
}

section#bottom-banner {
    background: #efefef;
    padding: 30px 0px;
}

.bullet-content p {
    color: #808080;
    font-size: 15px;
    text-align: center;
}

.resource_cards {
    display: flex;
    min-height: 470px;
    justify-content: flex-start;
    padding: 0px 15px 15px 15px;
}

.team-profile a i {
    font-size: 32px;
    margin: 20px 0px;
}

.about-page-head {
    line-height: normal;
    font-size: 25px;
}

.about-head-para p {
    color: #808080;
    font-size: 16px;
    width: 81%;
    margin: auto;
}

/* .founder-info-sec {
    box-shadow: 0px 0px 10px #808080;
    padding: 20px;
    border-radius: 8px;
} */

/* .founder-img img {
    width: 60%;
} */

/* .founder-img {
    text-align: center;
} */

/* .founder-row {
    display: flex;
    justify-content: center;
} */

.team-profile p {
    color: #FF8F1C;
    margin: 0px;
}

.school-heading p {
    margin: 0px 0px 30px 0px;
    font-size: 17px;
    line-height: normal;
    font-weight: 400;
}

.school-heading h3 {
    color: #fff;
    margin: 30px 0px;
    font-size: 22px;
}

.banner-secs-img p::before {
    content: "";
    background: url(../../images/arrow_btns.svg) no-repeat;
    width: 26px;
    background-size: cover;
    height: 26px;
    display: block;
    margin: 0px 15px 0px 0px;
}

.banner-secs-img p {
    display: flex;
    align-items: flex-end;
}


/* this is school page new section css  */

.school-sec-left-img img {
    width: 100%;
    min-height: 483px;
    object-fit: fill;
}

.school-sec-left-img {
    text-align: center;
}

.school-sec-para p {
    color: #808080;
    line-height: normal;
    font-size: 16px;
    font-weight: 400;
    margin: 10px 0px 20px 0px;
}


/* .school-sec-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
} */

.school-sec-para p.highlight-para {
    font-weight: 600;
    color: #FF8F1C;
}

section#bullet-sections {
    background: #e7e7e7;
    min-height: 280px;
    display: flex;
    align-items: center;
    padding: 30px 0px;
}

.bullet-content {
    background: #f1f2fa;
    min-height: 230px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    justify-content: flex-start;
    padding: 10px;
}

.bullet-para {
    margin-top: 20px;
}

.bullet-content img {
    width: 40px;
    margin-bottom: 20px;
}

.all-web-cards {
    display: flex;
    align-items: center;
}

.school-heading-para-sec h3 {
    margin: 0px !important;
}

.school-sec-para p.highlight-para {
    font-weight: 600;
    color: #FF8F1C;
    margin: 5px;
    font-size: 22px;
}

.bullet-heading h4 {
    text-align: center;
}

.cou-inner-sec p {
    color: #808080 !important;
    text-align: center;
    margin: 20px 0px 0px 0px;
}

.emp-coun-head h4 {
    font-size: 37px;
    font-weight: 700;
    margin: 0px;
}

.emp-coun-head p {
    font-size: 18px;
    color: #808080;
    font-weight: 400;
    margin: 0px;
    line-height: normal;
}

.cou-inner-sec img {
    width: 40px;
    margin-right: 15px;
}

.cou-inner-sec {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background: #f1f2fa;
    min-height: 170px;
    padding: 10px;
    border-radius: 8px;
}

.right-counsellor-img-sec {
    /* width: 100%; */
    background-image: url("../../ismojo-final-images/School-Sub-Section/Empower-your-Counsellor.jpg");
    width: 100%;
    height: 362px;
    background-size: cover;
    background-repeat: no-repeat;
}

.counc-sec-row {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.navigation-active {
    background-color: #fd661f !important;
    color: #fff !important;
    border-radius: 25px !important;
}

.pricing-plan-img {
    background-image: url("../../ismojo-final-images/Pricing-Plan/pricing-plan-img.jpg");
    width: 100%;
    height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 75%;
}

.pri-pla-row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-career-text p {
    color: #808080;
}


/* this is shubham css section  */
.about-form .contact-sec {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

#announcement_bar #languageSwitcher {
    border: 0;
    color: #001866;
}

@media(max-width:576px) {
    #announcement_bar .announcement-icon {
        display: flex;
        gap: 10px;
        margin: 10px;
    }

    #announcement_bar .announcement-section {
        justify-content: space-between;
    }

    #announcement_bar .announcement-icon a,
    #announcement_bar .announcement-section .contact-mail a {
        margin: 0;
    }

    #announcement_bar #languageSwitcher {
        margin-right: 0;
    }
}

@media(max-width:390px) {
    #announcement_bar .languageBtn::after {
        right: 20px;
    }

    .languageBtn {
        padding: 0px 0px;
        border-radius: 0px;
    }
}

/* this is the about us page style  section*/

.team_member_name h6 {
    font-weight: 700;
    font-size: 20px;
}

.team_member_name p {
    color: #fd661f;
    margin: 0px;
    font-weight: 500;
}

.team_member_content_Sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border-top: 1px solid #cccccc;
}

.team_member_description {
    background: #dce9ff;
    padding: 15px;
}

.team_member_description p {
    color: #000;
    font-size: 14px;
}

.team_member_img_sec img.teamimg {
    width: 50%;
}

.team_member_img_sec {
    text-align: center;
}

.team_section_container {
    border: 1px solid #cccccc;
    min-height: 480px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.social_img a i {
    font-size: 30px;
    border: 2px solid #0A66C2;
    padding: 5px;
    border-radius: 10px;
    color: #0A66C2;
}

.team_member_name {
    border-left: 4px solid #0A66C2;
    padding-left: 15px;
}

.image_brdr img {
    background: #DCE9FF;
    border-radius: 70%;
}
    /* New Page style by bhaskar start */

.fw-18-400{
    font-size: 18px;
    font-weight: 400;
}
.fw-18-500{
    font-size: 18px;
    font-weight: 500;
}
.fw-18-600{
    font-size: 18px;
    font-weight: 600;
}
.fw-20-500{
    font-size: 20px;
    font-weight: 500;
}
.fw-22-600{
    font-size: 22px;
    font-weight: 600;
}
.fw-24-500{
    font-size: 24px;
    font-weight: 500;
}
.fw-32-600{
    font-size: 32px;
    font-weight: 600;
}
.fw-32-700{
    font-size: 32px;
    font-weight: 700;
}
 .fw-sm-18{
    font-size: 18px;
 }
.fw-sm-25{
    font-size: 25px;
 }
.pt-35px{
    padding-top: 35px;
}
.text-gray{
    color: #808080;
}
.text-light-dark{
    color: #3a3a3a;
}
.text-light-black-1{
    color:#242424;
}
.corporate-challenge-bg{
    background-image: url("../../images/Mask-group-6.png");
    width: 100%;
    height: 85vh;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.3);
    background-blend-mode: overlay;
    /* background-position: 100% -25%; */
    margin-top: 5%;
}

.corporate-challenge-bg a.butn.butn__new img {
    width: 15px !important;
    margin-left: 8px;
}
.future_career_quest-bg{
    background-image: url("../../images/Future_career_quest_banner-1.png");
    width: 100%;
    height: 85vh;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.3);
    background-blend-mode: overlay;
    /* background-position: 100% -25%; */
    margin-top: 5%;
}
.future_career_quest-bg a.butn.butn__new img {
    width: 15px !important;
    margin-left: 8px;
}
.bg-dark-orange{
    background: #FF8F1C;
}
.bg-light-orange{
    background: #FFF4E8;
}
.bg-ligh-gray{
    background: #F7F7F7;
}
#why-join-sec h3.fw-18-600.text-light-dark.my-3.px-5 {
    min-height: 40px;
}
.rounded-10{
    border-radius: 10px;
}
.border-dash{
    border: 2px dashed #FF8F1C;
}
.left-right-arrow{
    width: 79px;
    height: 49px;
}
.border-gradient{
    border-bottom: 1px solid;
    border-image: linear-gradient(90deg, #FFB467 0%, #FFF2E5 100%);
    border-image-slice: 1;
}
.count-cc-number {
    background: #FF8F1C;
    padding: 10px;
    width: 40px;
    display: block;
    border-radius: 50%;
    text-align: center;
    height: 40px;
}
.border-cruve-cc{
    border: 1px solid #FF8F1C;
    border-radius: 64px;
    padding: 64px;
}
.full-cardpic-bg{
    background-size: cover !important; 
    background-position: center !important; 
    background-repeat: no-repeat !important;
    height: 250px; 
    border-radius: 8px; 
    overflow: hidden;
}
.full-ready-bg{
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    padding: 0px;
    height: 275px !important;
}
.bg-transparent-black {
  background-color: rgba(0, 0, 0, 0.6); /* transparent black */
   border-radius: 10px;
    text-align: center;
    padding: 5px 48px !important;
    h3 span{
        color: #FFA549;
        font-weight: 700 !important;
    }
}


.subscribe_icon {
    margin-top: -30px;
    text-align: right;
    margin-right: 75px;
    position: sticky;
}
/* #Corporate_Challenges_FAQs{
   h2.accordion-header button.accordion-button {
        background: #FFF4E8;
        color: #242424;
        font-size: 20px;
        font-weight: 500;
    }
    .accordion-collapse.collapse.show {
    color: #808080;
    background: #FFF4E8;
    }
    .accordion-body {
    font-family: "poppins";
    font-size: 18px ;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    padding: .5rem 1.25rem;
    color: #808080;
}
 h2.accordion-header button.accordion-button.collapsed{
    background: #fff;
 }
 .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
.accordion-button::after {
  transition: all 0.5s;
}
} */

@media (max-width: 576px) {
    .fw-sm-18 {font-size: 18px;}
    .fw-sm-25 {font-size: 25px;}
    .emp-coun-head h4 {font-size: 28px;}
    .full-ready-bg {
        background-repeat: no-repeat !important;
        background-size: cover !important;
        padding: 0px;
        height: 275px !important;
        background-position: center !important;
    }
    .corporate-challenge-bg {
        height: 70vh;
    }
    .future_career_quest-bg {
        height: 100%;
        margin-top: 30%;
        padding-bottom: 10%;

    }
    /* .col-lg-7.col-12.align-self-center.text-white.mb-3 {
        padding-top: 15rem;
    } */
}
@media (max-width: 1024px) {
    .corporate-challenge-bg {
        height: 70vh;
    }
    .future_career_quest-bg {
        height: 100%;
        /* margin-top: 50%; */

    }
    .bg-transparent-black {
        padding: 5px 11px !important;
    }
    .full-ready-bg {
    height: 240px !important;
    }
    .border-cruve-cc {
    padding: 25px;  
    }
    .subscribe_icon {
    margin-top: -30px;
    margin-right: 30px;
}
}
@media (min-width:991px) and (max-width: 1170px) {
    .dropdown-item {
        padding: .25rem 0.5rem !important;
    }
}
#why-join-sec .bg-light-orange.p-xl-5.p-lg-3.my-2.p-md-2 {
    height: 90%;
}

.fcq-leaderboard {
    /* background: linear-gradient(135deg, #a3470a 0%, #d47a1f 45%, #c96b12 100%); */
    background-image: url("../../Ismojowebsiteimages/ismojo/fcqbanner-img.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 450px;
    border-radius: 14px;
    padding: 18px 18px 14px;
    color: #fff;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
}

.journey-img{
    position: relative;
    height: 160px;
}
.journey-content {
    position: absolute;
    top: 0px;
}
.journey-content h4 {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
}
.enrollment-journey-sec {
    background-color: #fff;
    padding: 20px 15px 0;
    border-radius: 8px;
    margin-bottom: 20px;
    border: 1px solid #E6E6E6;
}
.journey-text p {
    color: #35353E;
    font-size: 20px;
    font-weight: 600;
}
.journey-content p {
    font-size: 12px;
    font-weight: 400;
    display: flex;
    align-items: center;
}
.journey-content p span {
    font-size: 20px;
    font-weight: 600;
    display: block;
    margin-left: 10px;
}
.fcq-badge-school {
    background-image: url("../../Ismojowebsiteimages//ismojo/fcq-sch-list-icon.svg") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 28px !important;
    height: 28px !important;
}