.header_logo_img {
    width: 140px;
}

.banner_left_content {
    z-index: 9;
}

.main-banner:before,
.main-banner:after {
    display: none;
}

.main-banner {
    background: url(/front-assets/images/slider-bg.png);
    background-size: cover;
    background-position: center top;
}

.banner_right {
    align-self: flex-end;
}

.banner_left_content {
    padding-bottom: 150px;
}

.main-banner .left-content p {
    line-height: 25px;
}

.slider_right_img {
    max-width: 550px;
    width: 100%;
    margin: auto;
    display: block;
    text-align: center;
}

.service_inner_title {
    font-weight: 600;
    color: #fff;
    font-size: 22px;
    line-height: 32px;
    padding-bottom: 5px;
}

.about_inner_txt {
    padding-bottom: 30px;
    color: #fff;
    font-size: 16px;
}

.theme_color {
    color: #00a9fe;
}

.sec_main_title {
    font-weight: 700;
    text-align: center;
    padding-bottom: 10px;
}

.app_store_img {
    margin-right: 12px;
}

.app_dwn_img img {
    width: 150px;
}

.app_dwn_img {
    padding-top: 15px;
}

.about_note_txt {
    font-size: 12px;
    color: #fff;
    text-align: right;
}

.about_detail_inner {
    border-radius: 20px;
    background: #f1faff;
    border: 1px solid #b7def3;
    width: 46%;
    margin: 2%;
    padding: 35px 30px 30px;
}

.about_inner_title {
    font-weight: 600;
    padding-bottom: 10px;
}

.about_detail_row {
    padding-top: 40px;
}

.member_name {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
}

.member_position {
    color: #667780;
}

.team_box img {
    width: 100%;
    border-radius: 20px 20px 0 0px;
}

.slick-track {
    /* margin: 0 -10px; */
}

.team_box.slick-slide {
    display: block;
    margin: 0 10px 5px;
    background: #f1faff;
    border-radius: 20px !important;
}

.team_memaber_detail.text-center {
    padding: 20px 10px 15px;
    border: 1px solid #b7def3;
    border-radius: 0px 0px 20px 20px;
}

.form_title {
    text-align: left;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 20px;
}

form.contact_form .form-control:focus::placeholder {
    color: #00a9fe !important;
}

form.contact_form .form-control:focus {
    color: #00a9fe !important;
    background-color: #f1faff !important;
    border-color: #00a9fe !important;
    outline: 0;
    box-shadow: unset;
}

.form-control:focus {
    outline: 0;
    box-shadow: unset;
}

.footer_left_txt h3 {
    color: #fff;
    font-weight: 700;
    padding-bottom: 30px;
}

.footer_social_list li {
    width: 41px;
    height: 40px;
    background: #fff;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    margin-right: 5px;
}

.footer_social_list li a {
    color: #00a9fe;
}

.footer_social_list li:hover a {
    color: #ff9200;
}

.footer_social_list li i.fa {
    font-size: 20px;
}

.slider_arrow.slick-arrow {
    position: absolute;
    top: 43%;
    background: #00a9fe;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    padding: 3px;
    z-index: 99;
}

.slick-arrow i {
    color: #fff !important;
    font-size: 20px;
    -webkit-text-stroke: 1.5px;
    -webkit-text-stroke-color: #00a9fe;
}

span.slider_next {
    right: 0;
    left: auto;
}

span.slider_prev {
    left: 0;
    right: auto;
}

.our_team_txt {
    /* padding-top: 20px; */
    text-align: center;
    font-weight: 600;
}

.slider_arrow.slick-arrow:hover i {
    -webkit-text-stroke-color: #ff9200;
}

.slider_arrow.slick-arrow:hover {
    background: #ff9200;
}

.contact_info_txt a:hover {
    color: #ff9200;
    text-shadow: unset;
}

.page-wrapper {
    padding-top: 150px;
}

button.btn-close.modal_close_btn {
    width: 23px;
    line-height: 23px;
    height: 23px;
    background: #2f2f2f;
    border-radius: 50%;
    position: absolute;
    right: -10px;
    top: -10px;
    opacity: 1;
    z-index: 9;
}

.login_register_modal .modal-header {
    border: 0;
    padding: 20px 16px 60px;
}

.login_register_modal .modal-title {
    text-align: center;
    width: 100%;
    color: #000;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 70px;
}

.login_register_modal .modal-body {
    padding: 30px 16px;
}

.trending_formgroup {
    margin: auto;
}

.login_register_modal input,
.login_register_modal select {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid rgb(51 51 51 / 20%);
}

select {
    -webkit-appearance: listbox !important;
}

.btn.theme_btn {
    background-color: #00a9fe;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
    padding: 12px 25px;
    border-radius: 23px;
    letter-spacing: 0.25px;
    border: none;
    outline: none;
    transition: all .3s;
}

.btn.theme_btn:hover {
    background-color: #ff9200;
}

.btn.theme_btn:focus {
    box-shadow: unset;
}

.error {
    color: red;
    display: block;
    margin-top: 5px;
    font-size: 14px;
}

.user_login_mobile_form {
    position: relative;
}

.user_login_mobile_form fieldset {
    background: white;
    width: 90%;
    margin: 0 5%;
    position: relative;
}

label.form-label {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize;
    color: #2C81F6;
    margin-bottom: 0 !important;
    padding-left: 15px;
}

.form-control {
    font-size: 21px;
    line-height: 26px;
    color: #3C3C3C;
    padding: 0px 15px 12px;
    FONT-WEIGHT: 300 !IMPORTANT;
    border-image-source: linear-gradient(to right, #2C81F6, #BEEEFF) !important;
    border-image-slice: 1 !important;
}


/*Hide all except first fieldset*/

.contact_form fieldset {
    position: relative;
    margin-bottom: 20px;
}

fieldset {
    position: relative;
}


/* .login_reg_inner{
    position: absolute;
    width: 100%;
} */

.user_login_mobile_form fieldset:not(:first-of-type) {
    display: none;
    left: 20%;
}

button#login_user_btn {
    display: block;
    width: 70%;
    margin: auto;
    margin-top: 150px;
}

.get_app_img {
    display: flex;
    align-items: center;
    margin-top: 50px;
}

.get_app_img img {
    width: 120px;
}

.get_app_img img:first-child {
    margin: 0 5px 0 auto;
}

.get_app_img img:last-child {
    margin: 0 auto 0 5px;
}

.otp_box_subtitle {
    text-align: center;
    color: #33333380;
    margin-bottom: 20px;
}

.otp_mobile_no {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
}

.otp_mobile_no p {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    margin-right: 20px;
}

.otp_area_btn {
    border: 1px solid rgba(110, 110, 110, 0.6);
    border-radius: 4px;
    font-size: 14px;
    line-height: 19px;
    color: #6E6E6E;
    padding: 5px 16px;
    cursor: pointer;
}

.otp_area_btn:hover {
    color: #00a9fe;
    border-color: #00a9fe;
}

.otp_text_field {
    text-align: center;
}

.otp_text_field p {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #ACACAC;
}

#divOuter {
    width: 190px;
    overflow: hidden;
    margin: auto;
    margin-bottom: 40px;
    margin-top: 16px;
}

#divInner {
    left: 0;
    position: sticky;
}

#partitioned {
    padding-left: 14px;
    letter-spacing: 39px;
    border: 0;
    background-image: linear-gradient(to left, black 70%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 50px 1px;
    background-repeat: repeat-x;
    background-position-x: 35px;
    width: 220px;
    min-width: 220px;
    outline: none;
}

.otp_text_field h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: rgba(51, 51, 51, 0.5);
    margin-top: 18px;
}

.otp_send_status {
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #00a9fe;
    background-color: #f1faff;
    padding: 10px 10px;
    border-radius: 4px;
    margin-top: 40px;
}

button#verify_login_user_btn {
    display: block;
    width: 70%;
    margin: auto;
    margin-top: 60px;
}

section.brochure_slider_sec {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 50px);
}

.brochure_img {
    max-width: 660px;
    width: 100%;
    margin: auto;
    display: block;
}

.careousel_arrow i {
    background-color: #00a9fe;
    width: 40px;
    height: 40px;
    line-height: 43px;
    color: #fff !important;
    font-size: 20px;
    text-align: center;
    -webkit-text-stroke: 1.5px;
    border-radius: 50%;
    -webkit-text-stroke-color: #00a9fe;
}

.carousel-control-prev,
.carousel-control-next {
    opacity: 1;
    bottom: -50px;
    top: unset;
}

.careousel_arrow i:hover {
    background: #ff9200;
}

.careousel_arrow i:hover {
    -webkit-text-stroke-color: #ff9200;
}

.carousel-control-prev {
    left: 36%;
}

.carousel-control-next {
    right: 40%;
}


/* career education section */

.select_career_sec {
    background-color: #f8fdff;
    padding: 100px 0 80px;
    overflow: hidden;
}

h1.sec_title {
    padding-bottom: 45px;
}

.select_career_list_box {
    padding: 0 15px;
}

.select_career_list_inner {
    padding: 20px 15px;
    border-radius: 30px;
    margin: 0 10px 40px;
    position: relative;
    height: 184px;
}

.select_career_title {
    font-weight: 600;
    font-size: 16 px;
    line-height: 20px;
    text-align: center;
    max-width: 125px;
    margin: auto;
    word-break: break-word;
}

.select_career_icon {
    height: calc(100% - 70px);
    width: 120px;
    position: absolute;
    bottom: 0px;
    left: -20px;
    object-fit: contain;
    object-position: bottom left;
    filter: drop-shadow(6px 6px 6px rgba(0, 0, 0, 0.25));
}

.select_career_list_box {
    padding: 0 15px;
    /* width: 20%; */
}

@keyframes move {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.select_career_list {
    width: 200vw;
    animation: move infinite 22s linear;
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 0;
    box-sizing: border-box;
}

.select_career_list:hover {
    animation-play-state: paused;
}


/* career education section end*/


/* skill education section end*/

.skill_education_sec {
    padding: 110px 0 0;
    /* background: url(/front-assets/images/Skills-Education-bg.png); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.skill_education_list_box {
    width: 20%;
}

.skill_education_list_box {
    padding: 15px 20px;
}

.skill_eucation_list_inner {
    box-shadow: 4px 4px 6px rgb(0 0 0 / 14%);
    border-radius: 30px;
    padding: 15px 0 15px 25px;
    display: flex !important;
    justify-content: space-between;
    min-height: 150px;
    align-items: center;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
    flex-wrap: wrap;
}

.skill_eucation_title.mb-0 {
    width: 68%;
}

.skill_eucation_img {
    width: 32%;
}

.skill_eucation_title {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    word-break: break-word;
}


/* skill education section end*/


/* why jeevjoy section */

.why_jeevjoy_box {
    border: 2px solid #00a9fe;
    border-radius: 25px;
    padding: 0 35px 35px;
    width: 30%;
    margin: 40px 1.6% 40px;
}

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

.why_jeevjoy_box_img {
    max-width: 110px;
    width: 100%;
    margin-top: -60px;
    background: #f1faff;
}

.why_jeevjoy_sec {
    padding: 100px 0 80px;
    background: #f1faff;
    position: relative;
}

.why_jeevjoy_sec:before {
    content: '';
    background-image: url(/front-assets/images/left-top.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 410px;
}

.why_jeevjoy_sec:after {
    content: '';
    background-image: url(/front-assets/images/right-bottom.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 230px;
    height: 302px;
}


/* jeevjoy features sec */

.jeevjoy_features_sec {
    /* background: #f8fdff; */
    padding: 100px 0 85px;
}

.features_title {
    font-weight: 700;
    padding-bottom: 20px;
}

.jeevjoy_features_inner {
    max-width: 1000px;
    margin: auto;
}

.features_row {
    align-items: center;
}

.our-services {
    padding: 100px 0 80px;
}

.student_review_sec {
    padding: 100px 0 70px;
    background: #f1faff;
    background-image: url(/front-assets/images/student-review-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.student_detail h5 {
    font-weight: 700;
    color: #00a9fe;
}

.student_info span,
.student_edu_info {
    font-size: 11px;
    color: #a4a0a0;
    line-height: 15px;
}

.student_review_box_txt {
    color: #787878;
    line-height: 25px;
}

.student_review_footer {
    border-top: 1px solid #eceaea;
    margin-top: 20px;
    padding-top: 20px;
    display: flex;
    align-items: center;
}

.student_review_box {
    background-color: #fff;
    border-radius: 25px;
    padding: 60px 40px 40px;
    box-shadow: 0px 0px 8px 2px rgb(86 86 86 / 8%);
    margin: 10px 20px;
    background-image: url(/front-assets/images/left-quote.svg);
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: 4% 10%;
}

.student_img {
    width: 80px;
    margin-right: 10px;
}

.parent_review_sec {
    padding: 100px 0 70px;
}

.student_review_slider .slick-track {
    display: flex;
}

.student_review_slider .slick-slide {
    height: inherit;
}

.choose_login_type_box label {
    font-weight: 600;
    font-size: 26px;
    line-height: 29px;
    display: block;
    text-align: center;
    color: #00a9fe;
    border-radius: 20px;
    padding: 28px 25px;
    position: relative;
    margin-bottom: 20px;
    border: 2px solid #00a9fe;
    background: #00a9fe0f;
}

section.quiz_form_sec {
    background: url(/front-assets/images/jeevjoy-form-bg.jpg);
    background-size: cover;
    background-position: center top;
    height: 100vh;
    padding: 40px 0;
}

section.quiz_form_sec .contact_form {
    margin-top: 0 !important;
}

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

.send_otp_field fieldset {
    position: relative;
}

.timer_otp_txt {
    position: absolute;
    right: 15px;
    top: 12px;
    font-size: 16px !important;
    font-weight: 600;
    color: #00a9fe;
}

.quiz_resend_btn {
    cursor: pointer;
}

.quiz_form select.form-control {
    background-image: url(/front-assets/assets/images/header/selectarrow.svg);
    background-position: 95%;
    background-size: 10px;
    background-repeat: no-repeat;
    appearance: none !important;
}

.quiz_form_footer_sec {
    padding: 35px 0 !important;
}

.user_mobile_field {
    position: relative;
}

.edit_mobile_txt {
    position: absolute;
    right: 20px;
    top: 11px;
    display: none;
    font-size: 16px !important;
    font-weight: 600;
    color: #00a9fe;
    display: none;
}


/* .choose_login_type_box label:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 2px;
    background: linear-gradient(to right, #00A9FE,#D7ECFF);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
} */

.login_radio_box {
    position: absolute;
    left: -9999px;
}

.login_radio_box:checked+label {
    box-shadow: 0px 16px 16px #5e481d29;
    color: #fff;
    background: #00a9fe !important;
}

.login_school_btn {
    display: block;
    width: 70%;
    margin: auto;
    margin-top: 40px;
}

.back_arrow_icon {
    -webkit-text-stroke: 1.5px #fff;
    position: absolute;
    left: 0;
    top: 5px;
}

form.contact_form .form-control {
    border: 0;
}

.otp_send_status.text-danger {
    background-color: #fff6f6;
}

span.note_txt {
    font-size: 12px;
    color: #9b9b9b;
    font-style: italic;
}

.register_school,
.school_login {
    cursor: pointer;
}

.forget_pwd_txt {
    text-align: center;
    font-size: 13px;
    color: #b5b5b5;
    line-height: 1.5;
}

.theme_btn.login_school_btn {
    margin-top: 20px;
}

section.mega_quiz_sec {
    padding-top: 150px;
}

.mega_quiz_header_logo_img {
    width: 140px;
    margin: auto;
    display: block;
}

.mega_quiz_header {
    padding: 25px 0;
    background: #fafafa;
}

.quiz_form .form-control {
    font-weight: 500 !important;
}
.footer_copyright_txt {
    DISPLAY: FLEX;
    ALIGN-ITEMS: CENTER;
    JUSTIFY-CONTENT: space-between;
}
footer .footer_copyright_txt p a {
    color: #2a2a2a;
}
@media(min-width:1800px) {
    .banner_left_content {
        padding-bottom: 190px;
    }
    .main-banner {
        padding: 260px 0px 0px;
    }
    .select_career_list {
        grid-template-columns: repeat(16, 1fr);
    }
}

@media(max-width:1599px) {
    .select_career_list {
        grid-template-columns: repeat(12, 1fr);
    }
}

@media(max-width:1399px) {
    .skill_education_list_box {
        width: 25%;
    }
}

@media(max-width:1199px) {
    .skill_education_list_box {
        width: 33%;
    }
    .select_career_list {
        grid-template-columns: repeat(8, 1fr);
    }
    .main-banner {
        padding-top: 196px;
    }
    .main-banner .left-content {
        margin-right: 0px;
        text-align: center;
        margin-bottom: 45px;
    }
    .banner_left_content {
        padding-top: 20px;
        padding-bottom: 30px !important;
    }
}

@media(max-width:992px) {
    .footer_social {
        margin-bottom: 30px;
    }
    .about_detail_inner {
        width: 100%;
        margin: 0 0 3%;
        padding: 5px 30px 30px;
    }
    .skill_education_list_box {
        padding: 6px 12px;
    }
}

@media(max-width:991px) {
    .select_career_sec {
        padding: 90px 0 40px;
    }
    .why_jeevjoy_box {
        width: 46.8%;
        margin: 40px 1.6% 20px;
    }
    .why_jeevjoy_box {
        padding: 0 25px 25px;
    }
    .why_jeevjoy_sec {
        padding: 90px 0 80px;
    }
    .parent_review_sec {
        padding: 100px 0 50px;
    }
    .main-banner:before,
    .main-banner:after {
        display: block;
    }
    .select_career_list {
        grid-template-columns: repeat(12, 1fr);
        width: 400vw;
    }
    .login_register_btn {
        padding: 10px 0;
    }
    .login_register_btn a {
        max-width: 190px;
        width: 100%;
        margin: auto;
        display: block;
    }
    .select_career_list {
        animation-play-state: paused;
    }
    .select_career_list_row {
        overflow-x: auto;
        cursor: grabbing;
        cursor: -webkit-grabbing;
    }
    .select_career_list_row::-webkit-scrollbar {
        width: 0px;
        background: transparent;
    }
    /* .select_career_list_row::-webkit-scrollbar {
                width: 5px;
                height: 5px;
            }
             
            .select_career_list_row::-webkit-scrollbar-track {
                background-color: #ebebeb;
                -webkit-border-radius: 5px;
                border-radius: 5px;
            }
            
            .select_career_list_row::-webkit-scrollbar-thumb {
                -webkit-border-radius: 5px;
                border-radius: 5px;
                background: #a09f9f; 
            } */
}

@media(max-width:767px) {
    section.brochure_slider_sec {
        height: calc(100vh - 110px);
    }
    .rev_features_row {
        flex-direction: column-reverse;
        padding: 30px 0;
    }
    .features_row {
        text-align: center;
    }
    .skill_education_list_box {
        width: 50%;
    }
    .about_detail_row {
        padding: 40px 15px 0;
    }
    .exam_result_form{
        padding: 30px 0px 30px 0px !important;
    }
    form.exam_result_form .form-control{
        margin-bottom: 15px!important;
    }
}

@media(max-width:600px) {
    .why_jeevjoy_box {
        width: 100%;
        margin: 40px 0 20px;
    }
    .select_career_list {
        grid-template-columns: repeat(8, 1fr);
    }
}

@media(max-width:480px) {
    .carousel-control-prev {
        left: 33%;
    }
    .carousel-control-next {
        right: 38%;
    }
    .careousel_arrow i {
        background-color: #00a9fe;
        width: 35px;
        height: 35px;
        line-height: 37px;
        font-size: 18px;
    }
    .skill_eucation_list_inner {
        padding: 15px 0 15px 20px;
    }
    .skill_eucation_title {
        font-weight: 700;
        font-size: 16px;
        line-height: 19px;
    }
    .skill_education_list_box {
        padding: 4px 8px;
    }
    .select_career_title {
        font-size: 15px;
        line-height: 18px;
    }
    .select_career_icon {
        height: calc(100% - 80px);
        width: 100px;
    }
    .select_career_list_box {
        padding: 0 8px;
    }
    .select_career_list_inner {
        padding: 20px 15px;
        height: 154px;
    }
    /* .fa-chevron-left:before {
    position: absolute;
    left: 10px;
}
.fa-chevron-right:before {
    right: 10px;
    position: absolute;
} */
}

@media(max-width:380px) {
    .app_dwn_img img {
        width: 130px;
    }
    .skill_eucation_title {
        font-size: 14px;
        line-height: 17px;
    }
    .skill_eucation_list_inner {
        padding: 15px 0 15px 15px;
    }
}

