﻿.fade_up {
    opacity: 1;
}
.fs_14{
    font-size:14px;
}
.fs_24{
    font-size:24px;
}
.fs_12{
    font-size:12px;
}
.fs_11{
    font-size:11px;
}
.fs_13{
    font-size:13px;
}
.fw_600{
    font-weight:600;
}
.empty_space {
    background-color: #E4E4E4;
    height: 35px;
    position: sticky;
    top: 55px;
    z-index: 9;
}
.empty_sep {
    display: flex;
    align-items: center;
    height: 100%;
    gap: 30px;
}
.empty_sep a {
    color: #000;
    text-decoration: none;
    height: 30px;
}
.menu_box {
    border: 1px solid #F2F2F2;
    border-radius: 10px;
    width:250px;
}
.menu_options {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    margin: 0;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: start;
    padding-left: 20px;
    font-size: 12px;
    background-color: #fff;
}
.menu_options:hover{
    font-weight:600;
    cursor:pointer;
}
.accordion-item:last-of-type .accordion-button.collapsed{
    border-radius:0;
}
.option1 {
    border-top: none;
}
button.view_testimonial_btn {
    background: #000000;
    border-radius: 5px;
    font-size: 14px;
    width: 100%;
    padding: 10px;
    color:#fff !important;
}
.menu_options_btn{
    padding-right:20px;
    height:55px;
}
.menu_options_btn.all_course{
    border-top:0;
}
.menu_options.active {
    background-color: #E3E3E3;
    font-weight: 600;
    border-left: 6px solid #CA0000;
    border-radius: 5px;
    font-size: 16px;
}
.parent_div {
    margin-top: 30px;
    margin-bottom: 100px;
}
.header {
    font-size: 24px;
    font-weight: bold;
    margin-top: 34px;
}
.accordion-item{
    border-left:none;
    border-right:none;
}
.accordion-button:focus, .all_course_btn:focus {
    box-shadow: none;
}
.menu_box .accordion-button:not(.collapsed) {
    color: #000;
    font-weight: 600;
    background-color: unset;
    border-radius: 5px;
    border: none;
    box-shadow: none;
}
.accordion-body {
    padding:0 30px;
}
.accordion-body button {
    font-size: 12px;
    width: 100%;
    border-top: 1px solid #E3E3E3;
    border-radius: 0;
    text-align: left;
    padding-right: 0;
    padding-left: 0;
    min-height:55px;
    color:#808080;
}
.course_btn.active .red_txt {
    color: #FF0000;
}
.red_text {
    color: #FF0000;
}
.course_btn.active {
    font-weight: bold;
    color: #007cdc;
}
.btn.course_btn:focus{
    box-shadow:none;
}
.nowrap {
    white-space: nowrap;
}
.menu_box .accordion-button::after, .menu_box .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23DC1515'%3e%3cpath d='M8 1a.5.5 0 0 1 .5.5v6h6a.5.5 0 0 1 0 1h-6v6a.5.5 0 0 1-1 0v-6h-6a.5.5 0 0 1 0-1h6v-6A.5.5 0 0 1 8 1z'/%3e%3c/svg%3e");
    background-size: .9rem;
    height: .9rem;
    width: .9rem;
    background-color: #FFFFFF;
    border: 1px solid #df2c2c;
    border-radius: 50%;
    padding: 7px;
    position: absolute;
    left: 10px
}
.menu_box .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23DC1515'%3e%3cpath d='M2 8.5a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z'/%3e%3c/svg%3e");
    position: absolute;
    left: 10px;
}
.all_course_btn{
    width:100%;
    text-align:left;
}
.sub_content{
    margin-bottom:30px;
}
.date_card_cal_date, .date_card_cal_month {
    width: 60px;
    text-align: center;
    font-weight: 600;
    height: 35px;
}
.date_card_cal_month {
    font-size: 22px;
    background-color: #AB2F2F;
    color:#fff;
}
.date_card_cal_date {
    font-size: 30px;
    background-color: #efeff2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.floating_menu {
    display: flex;
    flex-direction: column;
    gap: 16px;
    background-color: #fff;
    box-shadow: 0px 0px 10px #00000029;
    width: fit-content;
    padding: 10px;
    position: fixed;
    top: 17rem;
    right: 0;
    z-index: 9999;
}
.floating_menu img {
    width: 20px;
}
.content, .content_stay {
    display: none;
    margin-top: 10px;
    padding: 45px 25px 30px 25px;
    background: #F8FAFA;
    box-shadow: 0px 3px 6px #0000001A;
    border-radius: 10px;
}
.fullstack_red_txt {
    color: #AB2F2F;
    font-size:24px;
}
.fullstack_r {
    top: -1em;
    left: -0.4em;
}
.fullstack_r i{
    border: 1px solid;
    border-radius: 50%;
    height: 13px;
    width: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 7px;
    /*color:#AB2F2F;*/
}
.course_session{
    font-size:13px;
    margin-bottom:35px;
}
.course_name_div{
    margin-left:22px;
}
.course_date_line1{
    margin-bottom:20px;
}
.clock_icon{
    margin-right:10px;
}
.red_or_txt {
    color: #CA0000;
}
.view_schedule_link{
    color: #007CDC !important;
    cursor:pointer;
}
.view_schedule_link .text{
    border-bottom:1px solid #007CDC;
}
.plus_icon{
    margin-right:18px;
}
.schedule_details{
    padding:0px 83px;
}
.light_txt {
    color: #808080;
}
button.btn.register_btn {
    background-color: #007CDC;
    color:#fff;
    width:100%;
    font-weight:600;
    margin-bottom:30px;
}
.col3_content{
    width:155px;
}
.upgraded_fee {
    color: #397FD0;
}
.apply_by_txt {
    color: #C73126;
    margin-top:20px;
}
.apply_by_txt i{
    font-size:10px;
    margin-right: 10px;
}
.cohort_dates .content{
    display:block !important;
}
.cohort_dates {
    background-color: #EFEFF2;
    padding-bottom: 100px;
}
.sticky_cl{
    position:fixed;
}
.apply_by_txt.open i, .apply_by_txt.open {
    color: #2F9B5B;
    width: fit-content;
    /*cursor: pointer;*/
}
.schedule_close i {
    background-color: #fff;
    padding: 5px;
    border-radius: 50%;
    margin-left: 10px;
}
.training_dchedule_head {
    background-color: #E3E3E3;
    padding:15px 35px;
    border-radius:10px 10px 0px 0px;
}
.schedule {
    margin:50px 83px 75px 83px;
    background-color: #F2F2F2;
    border-radius:10px;
}
.training_rw_rw {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
}
.training_rw {
    border-bottom: 1px solid #E3E3E3;
    display: flex;
    gap: 37px;
    padding: 25px 0px;
    align-items: center;
    justify-content: space-between;
    margin: 0px 35px;
}
.training_rw_div_tw .training_schedule_topic_name {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}
.training_rw_div_tw .training_schedule_date {
    color: #DC1515;
    font-size: 12px;
    margin-bottom: 0;
}
.training_rw_div_tw .training_schedule_date span {
    color: #4A4A4A;
}
.training_rw_div_on .training_schedule_week {
    font-size: 12px;
    margin-bottom: 0;
    font-weight: 600;
    border: 1px solid #E3E3E3;
    padding: 3px 20px;
    border-radius: 40px;
    background-color: #F2F2F2;
    width:100px;
    text-align:center;
}
.schedule_first_col{
    width:135px;
}
.schedule_two_cols{
    gap:80px;
}
a.add_to_calander {
    color: #007CDC;
}
.training_rw_end {
    padding: 25px 35px;
}
.training_rw6{
    border-bottom:0;
    padding-bottom:0;
}
.schedule_close{
    cursor:pointer;
}
.schedule_hide {
    display: none;
}
.course_fee {
    font-size: 18px;
    white-space: nowrap;
}
.tool_text{
    display:none;
}
.tooltipButton:hover + .tool_text {
    display: none;
    position: absolute;
    top: 8px;
    left: 205px;
    background-color: #c9c9f7;
    padding: 5px 7px;
    color: #000;
    font-size: 10px;
    z-index: 10;
    width: 200px;
}
.tooltipButton{
    padding:0;
    padding-left:10px !important;
}
@media (max-width: 992px) {
    .Prerequisites_end_line .light_txt{
        font-size:12px;
    }
    .course_session, .schedule_details .fs_13.mb-2, .view_schedule_link, .Prerequisites_end_line {
        font-size: 14px;
    }
    .mob_course_title.fs_14 {
        font-size: 15px !important;
        color: #AB2F2F;
    }
    .accordion-button.mobile_filter_btn.selcet_course_head {
        background-color: #efeff2 !important;
    }
    .content {
        padding: 25px 25px 30px 25px !important;
    }
    .schedule_two_cols.mob .schedule_first_col {
        margin-bottom: 0px !important;
    }
    .mob.schedule .schedule_start_end {
        font-size: 14px;
    }
    .mob.schedule .training_rw_div_on .training_schedule_week, .mob.schedule .training_rw_div_tw .training_schedule_topic_name {
        font-size: 12px;
        margin-bottom: 0px !important;
    }
    .mob.schedule .mob.training_rw_div_tw {
        width:25%;
    }
    .mob.schedule .mob.training_rw_div_tw {
        width: 50%;
        align-items: flex-start;
        display: flex;
        font-size:12px;
        justify-content:end;
    }
    .mob.schedule .schedule_first_col{
        width:20% !important;
    }
    .schedule_two_cols.mob {
        flex-direction: row;
        justify-content: space-between;
        gap:10px !important;
    }
        .schedule_two_cols.mob .schedule_start_end, .schedule_two_cols.mob .schedule_close {
            width: auto !important;
        }
    /* new mobile design*/
    .course_card {
        border-radius: 10px;
        box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 25%);
        margin-bottom: 25px;
        padding: 10px 10px;
        background-color: #f9f9f9;
    }
    p.card_main_head {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 8px;
    }
    p.date_and_time_content {
        margin-bottom: 8px;
        color: #4780D0;
        font-size: 14px;
    }
    .fa-plus.plus_icon {
        border: 1px solid #4780D0;
        color: #4780D0;
        border-radius: 50%;
        padding: 4px 5px;
    }
    p.avaliable_txt {
        color: #3B8D1D;
        font-size: 14px;
        margin-bottom: 0;
    }
    .card_align_content {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .course_card.business {
        border-left: 13px solid #eec324;
    }
    .course_card.Tech {
        border-left: 13px solid #faa94e;
    }
    .course_card.IT {
        border-left: 13px solid #ab63b2;
    }
    .tm_full_stack {
        margin-left: -3px;
    }
    .top_section_ex_mark {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        padding-top: 30px;
        padding-right: 15px;
    }
    p.top_available {
        color: #fff;
        background-color: #00a52f;
        width: fit-content;
        padding: 7px 25px;
        font-size: 13px;
        position: relative;
        left: -10px;
    }
    .ex_mark {
        gap: 12px;
        display: flex;
        font-size: 12px;
        align-items: center;
        margin-top: 6px;
    }
    .fa-xmark.x_mark {
        margin-right: 8px;
        cursor: pointer;
        font-size: 26px;
        margin-top: -2px;
        color: red;
    }
    p.couses_txt {
        font-size: 12px;
        color: #3E96EE;
        margin-bottom: 10px;
        margin-top: 20px;
    }
    p.full_stack_head_top {
        margin-bottom: 5px;
        color: #000000;
        font-size: 20px;
        font-weight: 700;
    }
    p.full_stack_couse_content {
        font-size: 13px;
        font-weight: 500;
        letter-spacing: -0.8px;
        margin-bottom: 30px;
        line-height: 20px;
        margin-top: 10px;
    }
    .full_stack_cloud_content .date_box_highlight {
        background-color: #290743;
    }
    .date_box_highlight {
        color: #fff;
        margin: auto;
        width: auto;
        padding: 20px 10px 10px 10px;
        border-radius: 10px;
    }
    p.starts_on_txt {
        text-align: center;
        margin-bottom: 2px;
        font-size: 16px;
    }
    h2.starts_date {
        text-align: center;
        margin-bottom: 4px;
        font-size: 30px;
        font-weight: 700;
    }
    p.week_end_txt {
        text-align: center;
        font-size: 16px;
    }
    .duration_content {
        border-bottom: 1px solid #7373733d;
    }
    .duration_content h3 {
        color: #3E96EE;
        font-size: 12px;
        margin-top: 30px;
    }
    .duration_content p,.certificate_content p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .certificate_content {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin-top: 25px;
        border-bottom: 1px solid #7373733d;
    }
    .certificate_content h3 {
        color: #3E96EE;
        font-size: 12px;
    }
    span.apply_soon_txt {
        color: #FE4A2E;
    }
    button.btn.reserver_btn {
        width: 100%;
        font-size: 20px;
        color: #FFFFFF;
        background-color: #007CDC;
        margin-bottom: 30px;
        padding: 10px 0px;
        margin-top: 25px;
        font-weight: 600;
    }
    .plus_icon.mob{
        margin-right:10px;
    }
    .add_chekouts {
        color: #808080;
        font-size: 12px !important;
    }
    /* new mobile design ends*/
    .training_rw_div_on .training_schedule_week {
        border: none;
        padding: 0;
        text-align: left;
    }
    .schedule_two_cols {
        flex-direction: column;
        gap: 0;
    }
    .date_card_cal_date {
        border-radius: 3px;
    }
    .sub_content {
        font-size: 13px;
        margin-bottom: 30px;
    }
    .parent_div{
        margin-bottom:70px;
    }
    .schedule_details{
        padding:0;
    }
    .sticky_cl {
        display: none;
    }
    .course_session{
        padding-bottom:25px;
        margin-bottom:0px;
        border-bottom:.5px solid #e3e3e3;
    }
    .course_name_div {
        margin-left: 0;
        padding-bottom: 25px;
    }
    .mob_calander_card {
        display: flex;
        border: 0.5px solid #AB2F2F;
        border-radius: 0px 3px 3px 0px;
        width: fit-content;
        margin-bottom:25px;
    }
    .view_schedule_link, .course_date_line1, .Prerequisites_end_line {
        margin-top: 25px;
        margin-bottom: 25px;
        padding-bottom: 25px;
        border-bottom: 0.5px solid #E3E3E3;
    }
    .course_date_line1, .Prerequisites_end_line {
        margin-top: 0px;
    }
    .course_fee{
        font-weight:bold;
        margin-bottom:16px;
        padding:0;
        border:none;
    }
    .col3_content{
        width:100%;
    }
    button.btn.register_btn{
        margin-bottom:12px;
        padding:10px;
    }
    .apply_by_txt{
        margin-top:25px;
    }
    .schedule{
        margin:50px 0px 0px 0px;
    }
    .training_dchedule_head{
        padding:27px 12px 17px 12px;
    }
    .training_rw{
        margin:0px 12px;
    }
    .schedule_first_col{
        margin-bottom:16px !important;
    }
    .training_rw{
        gap:0;
        display:block;
        padding-bottom:10px;
    }
    .mob_schedule_table{
        padding:15px 0px;
    }
    .training_rw_div_tw .training_schedule_topic_name{
        margin-bottom:20px;
    }
    .training_rw_div_tw .training_schedule_date{
        font-size:14px;
        margin-bottom:16px;
    }
    .training_rw_div_tw .training_schedule_date.fs_14 {
        font-size:14px;
    }
    .training_rw_end{
        padding:15px 12px;
    }
    .accord_menu {
        box-shadow: 0px 4px 4px #00000017;
        border-radius: 0px 0px 5px 5px;
    }
    .contents{
        margin-bottom:100px;
    }
    /*mobile filter button*/
    .accord_menu .accordion-button:not(.collapsed) {
        color: #000;
        font-weight: 600;
        box-shadow: none;
        background-color: #E9CF6F;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .accordion-button {
        padding: 13px 20px;
        background-color: #E9CF6F;
    }
    .accordion-button.mobile_filter_btn.accordion-button::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
        border:none;
        background-color:unset;
        }
    .accord_menu_options ul li {
        list-style: none;
    }
    .accord_menu_options .dropdown-item {
        padding: 13px 20px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    }
    .li_testimonial_btn a {
        border-bottom: none !important;
    }
    .accord_menu ul{
        border: 1px solid rgba(0, 0, 0, 0.125);
        border-bottom:0;
    }
    .accordion-body button {
        padding: 16px 20px;
        font-size:14px;
        color:#000;
    }
    .accordion-flush .mobile_filter_btn, .accordion-flush .accordion-button.mobile_filter_btn .accordion-button:not(.collapsed) {
        background-color: #fff !important;
    }
    .mobile_filter_btn.accordion-button:focus {
        border: none !important;
    }
    .accordion-flush .accordion-body{
        padding:0px 20px;
    }
    .course_sub_text {
        color: #BAB8B8;
        font-size:9px;
    }
    .fa-caret-right{
        margin-right:10px;
    }
    /*mobile filter button ends*/
}
.menu_box .accordion-button{
    padding-left:40px;
}
.light_text{
    font-size:14px;
    font-weight:400;
}