.sticky_greens_navbx {
    background-color: #ffffff;
    min-height: 60px;
}
.sticky_greens_navbx .nav_course {
    position: inherit;
}
.sticky_greens_navbx .nav_course.stick {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    background: #ffffff;
    box-shadow: 0 2px 4px #e9e9e9;
}
.stack_nav_greens ul {
    margin: 0;
    list-style: none;
    padding: 0;
    position: relative;
}
.stack_nav_greens ul li {
    display: inline-block;
}
.stack_nav_greens ul li a {
    padding: 0 14px;
}
.stack_nav_greens ul li a h2 {
    font-size: 14px;
    color: #666;
    display: inline-block;
    line-height: 20px;
    font-weight: 600;
    padding: 20px 0;
    position: relative;
    margin: 0;
}
.stack_nav_greens ul li a h2:hover {
    color: #3778b0;
}
.stack_nav_greens ul li a h2:hover::after {
    content: "";
    width: 100%;
    height: 3px;
    background: #3778b0;
    position: absolute;
    bottom: 0;
    left: 0;
}
.stack_nav_greens ul li a.active h2 {
    color: #3778b0;
}
.stack_nav_greens ul li a.active h2::after {
    content: "";
    width: 100%;
    height: 3px;
    background: #3778b0;
    position: absolute;
    bottom: 0;
    left: 0;
}
.stack_nav_greens ul li:first-child a {
    padding-left: 0;
}
.instructor-contrainer-greens, 
.discover-container,
#masterprgm-container
{
    background: linear-gradient(to right, #0D4B5B, #1D7CF8);
}

.instructor-contrainer-greens {
    padding: 30px 0;
}
.blue_gradient_background {
    background-image: linear-gradient(to right, #0072d2, #00b6c3);
}
.instructor-contrainer-greens .box_heading_section-greens {
    margin-bottom: 25px !important;
}
.box_heading_section-greens {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.no-padding {
    padding: 0 !important;
}
.instructor-contrainer-greens .title_box_heading_custom {
    color: #ffffff;
    font-size: 22px;
}
.title_box_heading_custom {
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}
.text-right {
    text-align: right;
}
.pull-right {
    float: right !important;
}

.boxContentgreens {
    padding-left: 0 !important;
}
.boxContentgreens table tbody tr.bt_row_bx:first-child {
    border-top: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
}

.coursePrice-detail-greens .title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #000000;
}
.coursePrice-detail-greens .course-price {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    width: 100%;
    float: left;
    margin-right: 15px;
}
.coursePrice-detail-greens .course-price .final-price {
    font-size: 40px;
    font-weight: 600;
    color: #000;
    margin-right: 25px;
    display: inline-block;
}
.coursePrice-detail-greens .course-price .final-price i {
    margin-right: 5px;
    font-size: 32px;
}
.coursePrice-detail-greens .course-price .discount-price {
    font-size: 22px;
    color: #000000;
    position: relative;
    display: inline-block;
    font-weight: 400;
    opacity: 0.5;
    margin-right: 15px;
}
.coursePrice-detail-greens .course-price .discount-price::before {
    content: "";
    width: 106%;
    height: 1px;
    background: #000000;
    opacity: 0.5;
    position: absolute;
    top: 50%;
    left: -3px;
}
.coursePrice-detail-greens .course-price .discount-price i {
    margin-right: 5px;
}
.coursePrice-detail-greens .disinf_bx {
    font-size: 12px;
    color: #0a9c7b;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    padding: 5px 0px;
}
.coursePrice-detail-greens .disinf_bx span.off {
    font-size: 12px;
    font-weight: 800;
    color: #0a9c7b;
}
.coursePrice-detail-greens .disinf_bx .offer_clpbatchtable_countdown {
    display: inline-block;
    font-size: 12px;
    color: #444;
    padding: 0;
    margin: 0;
}
.coursePrice-detail-greens .disinf_bx .offer_clpbatchtable_countdown li {
    display: inline-block;
}
.coursePrice-detail-greens .disinf_bx span {
    color: #0a9c7b;
    margin-right: 0;
    font-weight: 600;
    font-size: 14px;
}
.coursePrice-detail-greens .enroll-clp-btn_new {
    width: 100%;
    height: 55px;
    font-size: 20px;
    line-height: 36px;
    cursor: pointer;
}
.coursePrice-detail-greens .enroll-clp-btn {
    width: 100%;
    height: 55px;
    font-size: 20px;
    line-height: 36px;
    cursor: pointer;
}
@media only screen and (min-width: 300px) and (max-width: 767px) {
    .instructor-contrainer-greens {
        margin-top: 0;
    }
    .instructor-contrainer-greens .container {
        padding: 0;
    }
    .instructor-contrainer-greens .box_heading_section-greens {
        display: block;
        padding: 0 15px !important;
    }
    .instructor-contrainer-greens .title_box_heading_custom {
        margin-bottom: 15px;
        font-size: 16px;
        display: inline-block;
    }
    .instructor-contrainer-greens .contentWrapper {
        padding: 15px;
    }
    .boxContentgreens {
        padding: 0;
    }
    .bt_row_bx {
        padding: 8px 10px;
        width: 100%;
    }
    .bt_row_bx .date_bx {
        width: 20%;
        display: inline-block;
    }
    .bt_row_bx .date_bx span.day_class {
        width: 70px;
        height: 25px;
        background-color: transparent;
        font-size: 12px;
        padding: 5px 6px;
        text-align: left;
    }
    .bt_row_bx .timeday_bx {
        width: 77%;
        display: inline-block;
    }
    .bt_row_bx .timeday_bx .day_bx {
        padding-left: 15px !important;
        width: 55% !important;
    }
    .bt_row_bx .timeday_bx .day_bx .dayspan_bx {
        font-size: 10px !important;
    }
    .bt_row_bx .timeday_bx .time_bx {
        width: 40% !important;
        padding-left: 15px !important;
    }
    .bt_row_bx .timeday_bx .time_bx span.sld_out {
        font-size: 10px !important;
    }
    .bt_row_bx .timeday_bx .time_bx span {
        font-size: 10px !important;
    }
    .bt_row_bx .timeday_bx .time_bx span.fast_fill {
        font-size: 10px !important;
    }
    .bch_pr_infbx {
        padding: 0;
        margin-top: 12px;
    }
    .bch_pr_infbx .title {
        font-size: 12px;
    }
    .coursePrice-detail-greens .course-price .final-price {
        font-size: 32px;
    }
    .coursePrice-detail-greens .course-price .discount-price {
        font-size: 18px;
    }
    .coursePrice-detail-greens .disinf_bx {
        margin: 0 !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .boxContentgreens {
        padding: 0;
    }
    .bch_pr_infbx {
        padding: 15px 0 0 0;
    }
}
.boxContentgreens {
    padding-left: 0 !important;
}
.bch_pr_infbx {
    padding: 0 0px 0 7px;
}
.footer-sticky {
    height: 44px;
    background-color: #000000;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.footer-sticky .num_card .text {
    margin-right: 10px;
}
.footer-sticky .num_card span {
    display: inline-block;
}
.footer-sticky .num_card .in_num {
    margin-right: 40px;
}
.footer-sticky .num_card span {
    display: inline-block;
}
.footer-sticky .center_bx_foot {
    margin: 0 auto;
    float: none;
}
.footer-sticky .num_card {
    text-align: left;
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
    padding-top: 10px;
}
.footer-sticky .num_card a {
    color: #ffffff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .self_course_live .self_course_live_bx a {
        margin-right: 9px;
    }
    .self_pace_batchtable .bch_pr_infbx .coursePrice-detail-greens .course-price {
        margin-right: 8px;
    }
    .self_pace_batchtable .bch_pr_infbx .coursePrice-detail-greens .disinf_bx {
        width: 47%;
    }
    .self_pace_batchtable .bch_pr_infbx .coursePrice-detail-greens .disinf_bx span.off {
        font-size: 10px;
    }
    .self_pace_batchtable .bch_pr_infbx .coursePrice-detail-greens .disinf_bx .offer_clpbatchtable_countdown li span {
        font-size: 12px;
    }
}
.req_a_batch_details .cnt_fnd_box img {
    width: 92px;
    height: auto;
}
.req_a_batch_details .cnt_fnd_box .sch_bx_nm {
    margin: 0 0px 0 30px;
}
.req_a_batch_details {
    background: #ffffff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    min-height: 116px;
}
.req_a_batch_details .cnt_fnd_box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 0;
}
.req_a_batch_details .cnt_fnd_box .sch_bx_nm .main {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
    margin-bottom: 10px;
}
 
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0;
}
@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
    clear: both;
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

.hide {
    display: none !important;
}

.stick_nav_clp {
    padding-top: 11px !important;
}
.cnt_box_greens .iconcallgree {
    display: inline-block;
    min-width: 43px;
    max-width: 43px;
    height: 32px;
    border-right: 1px solid #d7d7d7;
}

.cnt_box_greens {
    padding: 4px 10px;
    width: 350px;
    float: left;
    display: flex;
    align-items: center;
}

.cnt_box_greens .iconcallgree i {
    color: #fff;
    font-size: 42px;
    padding-right: 10px;
}
.icon-phone2g:before {
    content: "\f095";
}
[class^="icon-"],
[class*=" icon-"] {
    font-family: "FontAwesome" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.cnt_box_greens .cnt_info_gree {
    padding-left: 10px;
}
.cnt_box_greens .cnt_info_gree span {
    display: inline-block;
    width: 100%;
    color: yellow;
    font-size: 16px;
}
.cnt_box_greens .cnt_info_gree a {
    display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 21px;
    font-weight: 900;
    text-decoration: none;
}

@media screen and (min-width: 800px) {
    .Greens-Features-box-custom {
        min-width: 350px;
        max-width: 350px;
    }
}


.pinkbutton {
    color: #ffffff;
    border: 1px solid #d82a4e;
    background-color: #d82a4e;
    padding: 7px 15px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 4px;
    font-weight: 900;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}
.accordian_bx_greens {
padding-top: 20px; 
    padding-bottom: 20px;
}


.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.fade.in {
    opacity: 1;
}
.collapse.in {
    display: block;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
}
.req_a_batch_details {
    background: #ffffff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    min-height: 116px;
}
.req_a_batch_details .cnt_fnd_box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 0;
}
.req_a_batch_details .cnt_fnd_box img {
    width: 92px;
    height: auto;
}
.req_a_batch_details .cnt_fnd_box .sch_bx_nm {
    margin: 0 0px 0 30px;
}
.req_a_batch_details .cnt_fnd_box .sch_bx_nm .main {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
    margin-bottom: 10px;
}
.req_a_batch_details .cnt_fnd_box .sch_bx_nm .pinkbutton {
    border-radius: 4px;
    font-size: 16px;
    margin-top: 5px;
}

.box_heading_section-greens {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.box_heading_section-greens .cur_dnld_btn {
    border-radius: 3px;
    border: solid 2px #3c95fd;
    font-size: 15px;
    font-weight: 600;
    color: #0076ff;
    height: auto;
    background-color: transparent;
    padding: 2px 10px 3px;
    width: auto;
    margin-left: 15px;
    text-align: center;
}
.box_heading_section-greens .cur_dnld_btn i {
    color: #e2574c;
    position: relative;
    font-size: 20px;
    top: 3px;
    padding-right: 7px;
}
.box_heading_section-greens .cur_dnld_btn svg {
    position: relative;
    top: 2px;
}
.greens-section-accord {
    display: inline-block;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    border: none;
    position: relative;
}
.greens-section-accord .panel + .panel {
    margin: 0 !important;
    border-top: 1px solid #dddddd;
}
.greens-section-accord .panel {
    border-radius: 0 !important;
    border: none;
}
.greens-section-accord .panel .panel-heading {
    padding: 15px 45px 15px 55px;
    background: #fff;
    box-shadow: 0 2px 4px 2px #f3f3f3;
    position: relative;
    cursor: pointer;
}
.greens-section-accord .panel .panel-heading h3 {
    color: #444;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    line-height: 1.4;
}
.greens-section-accord .panel .panel-heading .play_icon_dc_black {
    position: absolute;
    right: 15px;
    top: 31%;
    width: 85px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    color: #0076ff;
}
.greens-section-accord .panel .panel-heading .play_icon_dc_black i {
    font-size: 22px;
    letter-spacing: -8px;
}
.greens-section-accord .panel .panel-heading .play_icon_dc_black .pr_p {
    margin-left: 3px;
}
.greens-section-accord .panel .panel-heading[data-toggle="collapse"]::after {
    font-family: "FontAwesome";
    content: "\f056";
    position: absolute;
    color: #d82a4e;
    font-size: 20px;
    line-height: 22px;
    left: 21px;
    top: 15px;
}
.greens-section-accord .panel .panel-heading[data-toggle="collapse"].collapsed::after {
    font-family: "FontAwesome";
    content: "\f055";
}
.greens-section-accord .panel .panel-body {
    border: none;
    padding: 15px 15px 15px 55px;
    color: #4a4a4a;
    font-size: 15px;
}
.greens-section-accord .panel .panel-body ul {
    padding-left: 15px;
    margin-bottom: 15px;
}
.greens-section-accord .panel .panel-body ul li {
    color: #4a4a4a; 
    font-weight: 500;
    margin-bottom: 14px;
    padding-left: 11px;
    position: relative;
     margin-top: 14px !important;
}
.greens-section-accord .panel .panel-body .content ul li {
    color: #4a4a4a;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 14px;
    padding-left: 11px;
    position: relative;
    list-style: none;
    margin-top: 14px !important;
}
.greens-section-accord .panel .panel-body ul li .preview_dc_blue {
    border-radius: 2px;
    border: solid 1px #0076ff;
    background-color: #e7f2ff;
    font-size: 13px;
    font-weight: bold;
    color: #0076ff;
    box-shadow: none;
    display: inline-block;
    padding: 1px 8px 3px 3px;
    margin-left: 10px;
}
.greens-section-accord .panel .panel-body ul li .preview_dc_blue i {
    font-size: 16px;
    line-height: 0;
    letter-spacing: -5px;
    position: relative;
    top: 3px;
}
@media only screen and (min-width: 300px) and (max-width: 767px) {
    .title_box_heading_custom, {
        font-size: 16px;
        margin-right: 10px;
    }
    .greens-section-accord {
        margin: 0;
    }
    .box_heading_section-greens .cur_dnld_btn {
        font-size: 11px;
        padding: 2px 5px 2px;
        margin-left: 0;
        display: flex;
        align-items: center;
    }
    .box_heading_section-greens .cur_dnld_btn i {
        font-size: 15px;
        top: 0;
    }
    .box_heading_section-greens .cur_dnld_btn svg {
        position: relative;
        top: 1px;
        left: -2px;
    }
}
.review-greens-box {
    background: #ffffff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin-bottom: 20px;
}
.review-greens-box .review_img_greens {
    display: flex;
    padding-bottom: 15px;
    border-bottom: 1px solid #e1e1e1;
     min-height: 80px;
}
.review-greens-box .review_img_greens .star-rating-review i {
    color: #dddddd;
    font-size: 12px;
}
.review-greens-box .review_img_greens .star-rating-review i.yellow {
    color: #ffc107;
}
.review-greens-box .review_img_greens .review_alpha_img {
    margin-right: 15px;
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
}
.review-greens-box .review_img_greens .review_alpha_img img {
    width: 50px;
    height: auto;
    border-radius: 50%;
    border: 3px solid #e4e7f1;
}
.review-greens-box .review_img_greens .review_res_box .title {
    display: inline-block;
    width: 100%;
    color: #444444;
    font-size: 16px;
    font-weight: bold;
}
.review-greens-box .review_img_greens .review_res_box a {
    margin-left: 8px;
    border-radius: 4px;
    width: 18px;
    height: 18px;
    background: #0e76a8;
    display: inline-block;
    text-align: center;
    line-height: 9px;
    padding-top: 4px;
}
.review-greens-box .review_img_greens .review_res_box a i {
    color: #ffffff;
    font-size: 11px;
}
.review-greens-box .review_img_greens .review_res_box .subtitle {
    color: #444444;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
}
.review-greens-box .review_information_custom {
    color: #444444;
    font-size: 14px;
    line-height: 26px;
    height: 120px;
    overflow-y: auto;
    font-style: italic;
}
.review-greens-box .review_information_custom .read-more-review {
    cursor: pointer;
    color: #0575b3;
    font-style: normal;
}
.review_alpha_img1 {
    background: #007eb4;
}
.review_alpha_img2 {
    background: #00a6fc;
}
.review_alpha_img3 {
    background: #ffc85c;
}
.review_alpha_img4 {
    background: #ed326c;
}
.review_alpha_img5 {
    background: #a84269;
}
.review_alpha_img6 {
    background: #2f2f40;
}
.review_alpha_img7 {
    background: #69503c;
}
.review_alpha_img8 {
    background: #b88449;
}
.review_alpha_img9 {
    background: #ca9d60;
}
.review_alpha_img10 {
    background: #b97c9c;
}
@media only screen and (min-width: 300px) and (max-width: 767px) {
    .reviews_section_bx .container {
        padding: 0;
    }
    .review-greens-box {
        padding: 20px;
    }
    .review-greens-box .review_img_greens {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .review-greens-box .review_img_greens .review_alpha_img {
        width: 40px;
        min-width: 40px;
        height: 40px;
        font-size: 22px;
    }
    .review-greens-box .review_img_greens .review_res_box .title {
        font-size: 16px;
    }
    .review-greens-box .review_img_greens .review_res_box a {
        width: 20px;
        height: 20px;
    }
    .review-greens-box .review_img_greens .review_res_box a i {
        font-size: 12px;
    }
    .review-greens-box .review_img_greens .review_res_box .subtitle {
        font-size: 12px;
    }
    .review-greens-box .review_img_greens .star-rating-review i {
        font-size: 12px;
    }
}
@media only screen and (min-width: 631) and (max-width: 767px) {
    .review-greens-box .review_information_custom {
        height: 103px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .review-greens-box {
        padding: 15px;
        margin: 0 10px;
    }
}
@media only screen and (min-width: 300px) and (max-width: 767px) {
    .Reviews_video {
        margin-bottom: 0;
    }
}
.fa-desktop::before {
    content: "\f108";
    font-family: "FontAwesome" !important;
    font-style: normal;
    font-size: 25px;
}
.Greens-Features-box-custom {
    height: 170px;
    margin-bottom: 30px;
    overflow: hidden;
    width: 359px;
    margin: 0 15px 30px;
    background: #ffffff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    padding: 4px 25px;
}
.Greens-Features-box-custom h4 {
    display: flex;
    align-items: center;
    min-height: auto;
    margin: 18px 0 10px;
    color: #d82a4e;
}
.Greens-Features-box-custom h4 i.icon-Lms_my_computer {
    font-size: 19px;
    margin-top: 13px;
    position: relative;
    top: -8px;
}
.Greens-Features-box-custom h4 i {
    font-size: 32px;
    padding-top: 4px;
    position: relative;
    top: -4px;
}
.Greens-Features-box-custom h4 span {
    color: #d82a4e;
    font-size: 16px;
    font-weight: 600;
    padding-left: 16px;
    position: relative;
}
.Greens-Features-box-custom h4 span span.newtag {
    position: absolute;
    right: -34px;
    top: -21px;
    background: #5fcf80;
    color: #fff;
    font-size: 12px;
    padding: 1px 6px;
}
.Greens-Features-box-custom h4 span span.newtag::after {
    top: 100%;
    left: 9px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(95, 207, 128, 0);
    border-top-color: #5fcf80;
    border-width: 4px;
    margin-left: -8px;
}
.Greens-Features-box-custom article {
    color: #444;
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
    text-align: left !important;
    min-height: 24px;
    height: 64px;
    overflow: hidden;
    margin-bottom: 10px;
}
@media only screen and (min-width: 300px) and (max-width: 767px) {
    .responsive_feature_greens {
        padding: 0 15px;
    }
    .feature_slide_view {
        margin: 0;
    }
    .Greens-Features-box-custom {
        margin: 0 0px 15px 0px;
        padding: 14px 15px 8px;
        height: auto;
        width: 100%;
    }
    .Greens-Features-box-custom h4 {
        margin: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .Greens-Features-box-custom {
        width: 344px;
    }
}
.one_card_box.two_card_box .clone_bx_sty {
    min-height: 330px;
    margin-bottom: 0;
    height: auto;
    padding: 0;
}
.one_card_box.two_card_box .clone_bx_sty .courseimggreens {
    justify-content: left;
    padding: 10px 20px;
}
.one_card_box.two_card_box .clone_bx_sty .courseimggreens .titlesub {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
}
.one_card_box.two_card_box .clone_bx_sty .courseimggreens .titlesubpgp {
    color: #ffffff;
}
.one_card_box.two_card_box .clone_bx_sty .courseimggreens .titlesubpgp .top {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    width: 100%;
}
.one_card_box.two_card_box .clone_bx_sty .courseimggreens .titlesubpgp .sub {
    font-size: 12px;
    font-weight: bold;
}
.one_card_box.two_card_box .clone_bx_sty .cr_title {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 0 20px;
    margin: 20px;
    line-height: 26px;
    color: #444444;
}
.one_card_box.two_card_box .clone_bx_sty .cr_title.master_tt {
    height: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.one_card_box.two_card_box .clone_bx_sty .cr_title.pgp_tt {
    height: 50px;
    overflow: hidden;
}
.one_card_box.two_card_box .clone_bx_sty .subcontent_info {
    padding: 0 20px;
    font-size: 14px;
    color: #4a4a4a;
    line-height: 26px;
    position: relative;
}
.one_card_box.two_card_box .clone_bx_sty .subcontent_info::after {
    content: "";
    width: 90%;
    height: 1px;
    background: #dddddd;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.one_card_box.two_card_box .clone_bx_sty .subcontent_infopgp {
    height: 121px;
    overflow: hidden;
}
.one_card_box.two_card_box .clone_bx_sty .subcontent_infomaster {
    height: 144px;
    overflow: hidden;
    margin-bottom: 4px;
}
.one_card_box.two_card_box .coursedetails.pull-left {
    padding-left: 20px;
    padding-bottom: 20px;
    padding-top: 6px;
}
.one_card_box.two_card_box .coursedetails.pull-right {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top: 6px;
}
.two_card_box {
    padding: 0;
    margin: 0 10px;
}
.two_card_box .clone_bx_sty {
    text-decoration: none !important;
    background: #ffffff;
    padding: 0;
    display: inline-block;
    width: 100%;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 20px;
    outline: none;
}
.two_card_box .clone_bx_sty .courseimggreens {
    display: flex;
    align-items: center;
    min-height: 76px;
    height: auto;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #dddddd;
}
.two_card_box .clone_bx_sty .courseimggreens .courseicon {
    font-size: 46px;
    display: flex;
    color: #ffffff;
    margin-right: 10px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    min-width: 60px;
    align-items: center;
    justify-content: center;
}
.two_card_box .clone_bx_sty .courseimggreens .cr_title {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #444444;
    line-height: 20px;
    margin: 0;
    font-weight: 600;
}
.two_card_box .clone_bx_sty .course_price {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 15px;
    font-size: 16px;
    color: #000000;
    padding-left: 79px;
    margin-bottom: 15px;
}
.two_card_box .clone_bx_sty .coursedetails .txttitle {
    font-size: 13px;
    color: #9b9b9b;
    display: block;
}
.two_card_box .clone_bx_sty .coursedetails .reviewicons i {
    color: #f0f0f0;
    display: inline;
    font-size: 15px;
    margin-right: 4px;
}
.two_card_box .clone_bx_sty .coursedetails .reviewicons i.yellow {
    color: #eac605;
}
.two_card_box .clone_bx_sty .coursedetails .reviewicons .totalreviews,
.two_card_box .clone_bx_sty .coursedetails .reviewicons .rating {
    font-size: 14px;
    font-weight: 400;
    color: #4a4a4a;
}
.Related_categorycourses {
    margin-bottom: 20px;
}
.Related_categorycourses .slick-track {
    margin-left: 0;
    margin-right: 0;
}
.Related_categorycourses button {
    text-align: center;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 45px;
    border: 1px solid #ddd;
    font-size: 14px;
    line-height: 33px;
    color: #777;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
    z-index: 1;
}
.Related_categorycourses button.slick-disabled {
    display: none !important;
}
.Related_categorycourses button.prev-arrow {
    position: absolute;
    left: 0;
    top: 45%;
}
.Related_categorycourses button.next-arrow {
    position: absolute;
    right: 0;
    top: 45%;
}
@media only screen and (min-width: 300px) and (max-width: 767px) {
    .related-courses {
        margin-top: 25px;
    }
    .Related_categorycourses {
        margin-bottom: 5px;
    }
    .two_card_box {
        margin: 5px;
    }
}
.different_city {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 20px;
}
.citieslink-greens {
    padding: 0px 0 10px;
    display: inline-block;
    width: 100%;
}
.citieslink-greens ul {
    list-style: none;
    padding: 0;
    display: inline-block;
    margin: 0;
    width: 100%;
}
.citieslink-greens ul li {
    width: auto;
    float: left;
    padding: 3px 10px;
    color: #333;
    font-size: 14px;
    background: #fbf9f9;
    border: 1px solid #f6f4f4;
    margin-right: 10px;
    margin-bottom: 15px;
    box-shadow: 2px 5px 3px #e9e9e9;
}
.citieslink-greens ul li a,
.citieslink-greens ul li a:hover,
.citieslink-greens ul li a:focus,
.citieslink-greens ul li a:active {
    color: #333;
    text-decoration: none;
}
@media only screen and (min-width: 300px) and (max-width: 767px) {
    .citieslink-greens {
        padding: 0 15px;
    }
}
.footer-sticky {
    height: 44px;
    background-color: #000000;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.footer-sticky .center_bx_foot {
    margin: 0 auto;
    float: none;
}
.footer-sticky .num_card {
    text-align: left;
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
    padding-top: 10px;
}
.footer-sticky .num_card a {
    color: #ffffff;
}
.footer-sticky .num_card span {
    display: inline-block;
}
.footer-sticky .num_card .text {
    margin-right: 10px;
}
.footer-sticky .num_card .in_num {
    margin-right: 40px;
}
.footer-sticky .num_card .in_num .iti-flag {
    position: relative;
    top: 1px;
}

.open_frm_bx {
    padding: 15px 380px 15px 15px;
    background: #ffffff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    background-position: right bottom;
    background-repeat: no-repeat;
}
.open_frm_bx .title {
    color: #444;
    font-weight: 900;
    font-size: 18px;
    margin-bottom: 5px;
}
.open_frm_bx .sub {
    color: #525f78;
    font-size: 16px;
    margin-bottom: 30px;
}
.open_frm_bx .op_frm {
    display: inline-block;
    width: 100%;
}
.open_frm_bx .op_frm .form-group {
    float: left;
    width: 36%;
    padding-right: 15px;
}
.open_frm_bx .op_frm .form-group small.error {
    color: #f00;
    font-size: 13px;
}
.open_frm_bx .op_frm .form-group.mob_number {
    position: relative;
}

.open_frm_bx .op_frm .form-group.mob_number input {
    padding-left: 115px;
}
.open_frm_bx .op_frm input {
    width: 100%;
    height: 50px;
    border: 1px solid #a3a3a3 !important;
    box-shadow: none;
    border-radius: 5px;
    padding: 15px;
}
.open_frm_bx .op_frm input:focus {
    background-color: #f9fcfd;
    border-color: #2ea2f8 !important;
}
.open_frm_bx .op_frm button {
    text-transform: uppercase;
    border-radius: 4px;
    font-weight: 900;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    color: #ffffff;
    border: 1px solid #f7951e;
    background-color: #f7951e;
    width: 200px;
    height: 50px;
    font-size: 18px;
    padding: 10px;
}
.custome_error {
    font-size: 12px;
    color: #ff7079;
}



.country_mob_prefix {
    display: flex;
    align-items: center;
    width: 108px;
    height: 53px;
    background: #fff;
    border-radius: 5px;
}
.country_mob_prefix .select-fancy {
    display: inline-block;
    position: relative;
    width: 46px;
    min-width: 46px;
    overflow: hidden;
    cursor: pointer;
}
.country_mob_prefix .select-fancy:after {
    content: "";
    width: 0;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -2px;
    border-width: 6px 4px;
    border-style: solid;
    pointer-events: none;
    border-color: #656565 transparent transparent transparent;
}
.country_mob_prefix .select-fancy select {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background: transparent;
    border: 0;
    outline: 0;
    text-shadow: 1px 1px rgba(255, 255, 255, 0.7);
    padding: 0px 0 0px 8px;
    font-size: 16px;
    width: 100%;
    height: 17px;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: radio-container;
    appearance: none;
    cursor: pointer;
} 

.modal-open {
    overflow: hidden;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.instructor-contrainer .title_box_heading{
    color: #ffffff;
    font-size: 22px;
}
/*new changes*/

.form-group {
    margin-bottom: 15px;
}

.curriculam-form
{
    display: inline-block;
    width: 100%;
}

.curriculam-form .form-group {
    float: left;
    width: 36%;
    padding-right: 15px;
}

.curriculam-form .form-group.mob_number {
    position: relative;
}

.curriculam-form .form-group .country_mob_prefix {
    position: absolute;
    top: 1px;
    left: 1px;
    height: 48px;
}

.country_mob_prefix {
    display: flex;
    width: 50px;
    height: 53px;
    background: #fff;
}

.country_mob_prefix .prefix_code {
    font-size: 16px;
    margin-left: 7px;
    width: 54px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    height: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
    min-width: 54px;
}

.country_mob_prefix .number_prefix{
    border: none;
    font-size: 16px;
    width: 100%;
    appearance: none;
    cursor: pointer;
    outline: none;
}

.curriculam-form .form-group input{
    width: 100%;
    height: 50px;
    border: 1px solid #a3a3a3 !important;
    box-shadow: none;
    border-radius: 5px;
    padding: 15px;
}   

.curriculam-form .form-group input:focus {
    background-color: #f9fcfd;
    border-color: #1D7CF8 !important;
    border-radius: 5px;
}

.curriculam-form .form-group.mob_number input {
    padding-left: 115px;
}
    
.curriculam-form .form-group small.error {
    color: #f00;
    font-size: 13px;
}

.orange_btn-form{
    border-radius: 4px;
    font-weight: 900;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    color: #fff !important;
    border: 1px solid #f7951e;
    background-color: #f7951e;
    width: 200px;
    height: 50px;
    font-size: 18px;
    padding: 10px;
    text-transform: uppercase;
}

#batches .batch-schedule .batch-date .day-number {
    font-size: 40px;
    margin-right: 10px;
    border: 1px solid #555555;
    padding: 0px 10px;
    border-radius: 15px;
    width: 65px;
    text-align: center;
    height: 65px;
    display: block;
    box-sizing: border-box;
    float: left;
}

#batches .batch-schedule .batch-date .day-number {
    background: #182848;
    color: #fff;
}

#batches .batch-schedule .batch-date .day-text-1 {
    color: #347bb8;
}

#batches .batch-schedule .batch-date .day-text-2 {
    position: absolute;
    bottom: 4px;
    font-size: 12px;
}

#batches .batch-schedule .batch-date .date {
    font-size: 15px;
    color: #333;
    text-transform: none;
    display: block;
    font-weight: normal;
    width: calc(100% - 80px);
    height: 65px;
    float: left;
    position: relative;
    padding: 6px 0px;
}

#batches .batch-schedule .batch-date {
    padding: 15px 0;
}

.paypal_btn_bx .enroll-clp-btn {
    width: 50%;
    font-size: 20px;
    line-height: 36px;
    cursor: pointer;
}

.btn-req{
    font-size: 16px;
    text-transform: uppercase;
    padding: 7px 15px;
}

.btn-req:hover{
    color: #fff;
}

.btn-enroll{
    border-radius: 4px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    color: #fff !important;
    width: 200px;
    height: 50px;
    font-size: 18px;
    padding: 10px;
    text-transform: uppercase;
}

.instructor-contrainer-greens .btn-custom{
    line-height: 36px;
    margin-top: 30px;
    margin-left: 15px;
    font-size: 16px !important;
    padding: 7px 25px;
    font-weight: 900;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    color: #ffffff !important;
}

.btn-fixed{
    font-size: 14px !important;
    padding: 8px 15px !important;
    text-transform: uppercase;
}

.promo-enroll .btn-custom:hover{
    color: #fff;
}

.country-code{
    display: inline-block;
    position: relative;
    width: 46px;
    min-width: 30px;
    overflow: hidden;
    cursor: pointer;
	left: 8px;
    padding-right: 9px;
}

.owl-carousel {
    display: block;
}

.trending-course .trending-course-accordion .card .owl-one-slider .owl-nav button,
.related-course .related-course-accordion .card .owl-one-slider .owl-nav button {
    position: absolute;
    top: 0;
    height: 100%;
    font-size: 40px;
    width: 64px;
}
.trending-course .trending-course-accordion .card .owl-one-slider .owl-nav button.owl-next,
.related-course .related-course-accordion .card .owl-one-slider .owl-nav button.owl-next {
    right: 0;
}
.trending-course .trending-course-accordion .card .owl-one-slider .owl-nav button.owl-prev,
.related-course .related-course-accordion .card .owl-one-slider .owl-nav button.owl-prev {
    left: 0;
}

.citieslink-greens ul li {
    padding: 6px 12px;
    box-shadow: 2px 4px 4px rgba(21, 101, 192, 0.35);
    background: #E35156;
    border: none; 
}

.clp-section-custom{
    margin-top: 20px;
}

.slick-next:before, .slick-prev:before {
    color: #000;
    font-size: 30px;
}

.slick-prev {
    left: -35px;
}
 
 body{
    font-color: #232F3E; 
 }
 
 h2{
     font-size: 22px;
 }
.trainingtypes {
    display: flex;
    width: 100%;
    text-align: center;
    margin: 30px 0px;
}
.trainingbox {
    display: inline-block;
    width: calc(33.33% - 40px);
    border: 1px solid #979797;
    min-height: 432px;
    margin-right: 30px;
    padding: 25px;
}

.trainingimg {
    height: 150px;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    overflow: hidden;
    background: #f7fcfd;
}
 
#trainingtypes-container { 
    background-color: #f2f4f4!important;
}
#trainingtypes-container p , #trainingtypesOracle-container p {
    text-align: left;
    color: #232F3E;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

#trainingtypes-container h2, #trainingtypesOracle-container h2{ 
    font-weight: 600;
    font-size: 22px;
    line-height: 40px;
}

#trainingtypes-container  h4 {
    text-align: left;
    letter-spacing: 0;
    color: #232f3e;
    font-size: 20px;
    line-height: 26px;
    margin: 0 !important;
}
 


@media only screen and (max-width: 776px) and (min-width: 360px) {
.trainingtypes {
    flex-wrap: wrap;
    justify-content: space-around;
}

.trainingbox    {
    margin-bottom: 15px;
    width: 100%;
    margin-right: 0px;
}
} 

.discover-img{
    display: inline-block;
    line-height: 0;
     width: 300px;
    height: 250px;  
}

.discover-container{
    font-color: #fff;
}

.masterprgmCourse h3
{
    font-size: 22px;
    font-weight: 600;
    line-height: 2.5;
    margin-bottom: 20px;
    color: #fff;
}

.masterprgmCourse button, .popup-container button
{
    background: #d82a4e;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 3px;
    padding: 10px 15px;
}

.masterprgmCourse button:hover{
    color: #fff
}

.masterprgmImg {
    width: 250px;
    height: auto;
}
 

.popupImage {
    margin-bottom: 20px;
    width: 50%;
}

.popup-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 600px;
    padding: 20px;
    color: #111212;
    text-align: center;
    margin: auto;
}

#popupModal .modal-header .close {
    margin-top: -8px;
    margin-right: 2px;
    padding: 0px;
}

#popupModal .modal-header
{
    border-bottom:0px;
}

#popupModal .modal-body {
    position: relative;
    padding: 15px;
    padding-top: 0px;
    margin-top: -3px;
}

.video_popup {
    overflow: hidden;
    position: relative;
    border-radius: 3px;
}

.video_popup a {
    display: block;
    width: 100%;
    height: auto;
}

.video_popup img {
    width: 100%;
    transition: all 0.7s ease-in-out;
}
 
.quotes {
    font-size: 14px;
    line-height: 2.5;
    margin: 0;
    font-weight: 600;
}


.videoWidget{
    background: #fff; padding: 0px; border-radius: 5px; height:100%; margin-top: 20px;
}

@media only screen and (max-width: 776px) and (min-width: 360px) {
    .btn{
        font-size: 12px;
    }
    .promo-content-2 h3 {
        font-size: 16px;
    } 
    .jsn-air-balloon img, .jsn-air-balloon-phone img {
    width: 70%;
}
}


.footer_greens {
    background: #f7f8f9;
}

.footer_greens .edu_logo_block {
    display: inline-block;
    width: 100%;
    padding: 25px 0;
}

.footer_greens .edu_logo_block a {
    display: inline-block;
    width: auto;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
}

.footer_greens .edu_logo_block a i {
    font-size: 26px;
    color: #065fc6;
    display: inline-block;
}

.footer_greens .footer_trending_links {
    display: inline-block;
    width: 100%;
    padding: 0 0 40px 0;
    border-bottom: 1px solid #a9a9a9;
}

.footer_greens .footer_trending_links .top_courses_sec {
    display: inline-block;
    width: 30%;
    float: left;
    margin: 0 30px 0 0;
}

.footer_greens .footer_trending_links .top_courses_sec h3 {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    font-weight: 800;
    color: #030303;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

.footer_greens .footer_trending_links .top_courses_sec ul.courses_links_greens {
    display: inline-block;
    width: 100%;
    list-style: none;
    padding: 0;
}

.footer_greens .footer_trending_links .top_courses_sec ul.courses_links_greens li {
    display: inline-block;
    width: 100%;
}

.footer_greens .footer_trending_links .top_courses_sec ul.courses_links_greens li a {
    display: inline-block;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
}

.footer_greens .footer_trending_links .top_courses_sec ul.courses_links_greens li a h4 {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 2.31;
    color: #393d47;
    margin: 0;
    padding-bottom: 0px;
}

.footer_greens .footer_trending_links .master_courlinks_greens {
    display: inline-block;
    width: 30%;
    float: left;
    margin: 0 30px 0 0;
}

.footer_greens .footer_trending_links .master_courlinks_greens h3 {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    font-weight: 800;
    color: #030303;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

.footer_greens .footer_trending_links .master_courlinks_greens ul.master_links_greens {
    display: inline-block;
    width: 100%;
    list-style: none;
    padding: 0;
}

.footer_greens .footer_trending_links .master_courlinks_greens ul.master_links_greens li {
    display: inline-block;
    width: 100%;
}

.footer_greens .footer_trending_links .master_courlinks_greens ul.master_links_greens li a {
    display: inline-block;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
}

.footer_greens .footer_trending_links .master_courlinks_greens ul.master_links_greens li a h4 {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height:2.31;
    color: #393d47;
    margin: 0;
    padding-bottom: 0px;
}

.footer_greens .footer_trending_links .company_block_sec {
    display: inline-block;
    width: 16%;
    float: left;
    margin: 0 30px 0 0;
}

.footer_greens .footer_trending_links .company_block_sec h3 {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    font-weight: 800;
    color: #030303;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

.footer_greens .footer_trending_links .company_block_sec ul {
    display: inline-block;
    width: 100%;
    list-style: none;
    padding: 0;
}

.footer_greens .footer_trending_links .company_block_sec ul li {
    display: inline-block;
    width: 100%;
}

.footer_greens .footer_trending_links .company_block_sec ul li a {
    display: inline-block;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 2.31;
    color: #393d47;
    margin: 0;
}

.footer_greens .footer_trending_links .workwithus_greens {
    display: inline-block;
    width: 16%;
    float: left;
    margin: 0;
}

.footer_greens .footer_trending_links .workwithus_greens h3 {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    font-weight: 800;
    color: #030303;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

.footer_greens .footer_trending_links .workwithus_greens h3.downloadapp {
    margin: 20px 0;
}

.footer_greens .footer_trending_links .workwithus_greens ul {
    display: inline-block;
    width: 100%;
    list-style: none;
    padding: 0;
}

.footer_greens .footer_trending_links .workwithus_greens ul li {
    display: inline-block;
    width: 100%;
}

.footer_greens .footer_trending_links .workwithus_greens ul li a {
    display: inline-block;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 2.31;
    color: #393d47;
    margin: 0;
}

.footer_greens .footer_trending_links .workwithus_greens a.ios_link {
    width: 130px;
    margin: 0 0 15px 0;
    display: inline-block;
}

.footer_greens .footer_trending_links .workwithus_greens a.android_link {
    width: 130px;
    display: inline-block;
}

.footer_greens .footer_cat_main {
    display: inline-block;
    width: 100%;
    margin: 0 0 0px 0;
}

.footer_greens .footer_cat_main .panel {
    display: inline-block;
    width: 100%;
    border-radius: 0px;
    border: medium none;
    background: transparent;
    box-shadow: none;
}

.footer_greens .footer_cat_main .panel .panel-heading {
    display: inline-block;
    width: 100%;
    background: transparent;
    border: medium;
    padding: 15px 0;
}

.footer_greens .footer_cat_main .panel .panel-heading h2 {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    font-weight: 800;
    color: #030303;
}

.footer_greens .footer_cat_main .panel .panel-heading h2 button {
    display: inline-block;
    width: 100%;
    border: medium none;
    background: transparent;
    text-transform: uppercase;
    text-align: left;
    padding: 0;
    position: relative;
}

.footer_greens .footer_cat_main .panel .panel-heading h2 button:after {
    content: "\f107";
    font-family: 'FontAwesome' !important;
    font-size: 20px;
    position: absolute;
    right: 0px;
    transform: rotate(180deg);
    transition: .5s;
    display: inline-block;
    top: 0;
}

.footer_greens .footer_cat_main .panel .panel-heading h2 button.collapsed:after {
    content: "\f107";
    font-family: 'FontAwesome' !important;
    font-size: 20px;
    position: absolute;
    right: 0px;
    transform: rotate(0deg);
    transition: .5s;
    display: inline-block;
    top: 0;
}

.footer_greens .footer_cat_main .panel .panel-collapse .panel-body {
    display: inline-block;
    width: 100%;
    border: medium none;
    padding: 0;
}

.footer_greens .footer_cat_main .panel .panel-collapse .panel-body h3 {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    font-weight: 800;
    color: #030303;
    margin: 30px 0 20px 0;
    text-transform: uppercase;
}

.footer_greens .footer_cat_main .panel .panel-collapse .panel-body ul.trend_cat_list,
.footer_greens .footer_cat_main .panel .panel-collapse .panel-body ul.trend_blog_list {
    display: inline-block;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0 -10px;
}

.footer_greens .footer_cat_main .panel .panel-collapse .panel-body ul.trend_cat_list li,
.footer_greens .footer_cat_main .panel .panel-collapse .panel-body ul.trend_blog_list li {
    display: inline-block;
    width: auto;
    float: left;
    margin: 0 0 10px 10px;
}

.footer_greens .footer_cat_main .panel .panel-collapse .panel-body ul.trend_cat_list li:last-child a,
.footer_greens .footer_cat_main .panel .panel-collapse .panel-body ul.trend_blog_list li:last-child a {
    border: medium none;
}

.footer_greens .footer_cat_main .panel .panel-collapse .panel-body ul.trend_cat_list li a,
.footer_greens .footer_cat_main .panel .panel-collapse .panel-body ul.trend_blog_list li a {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.33;
    color: #393d47;
    padding: 0 10px 0 0;
    border-right: 1px solid #393d47;
}

.footer_greens .copyright_block {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: left;
    padding: 20px 0 0 0;
}

.footer_greens .copyright_block .greenscopy {
    font-size: 14px;
    font-weight: 600;
    color: #030303;
    display: inline-block;
    margin-right: 30px;
    width: auto;
}

.footer_greens .copyright_block a {
    color: #030303;
    font-weight: 600;
    font-size: 14px;
    margin-right: 20px;
    display: inline-block;
}

.footer_greens .copyright_block a:last-child {
    margin-right: 0px;
}

.footer_greens .copyright_block a:hover,
.footer_greens .copyright_block a:focus {
    color: #030303;
}

.footer_greens .copyright_block .footer-social-icon {
    margin: 8px 0px 8px 80px;
    display: inline-block;
    width: 30%;
    text-align: right;
}

.footer_greens .copyright_block .footer-social-icon li {
    display: inline-block;
    margin-right: 10px;
}

.footer_greens .copyright_block .footer-social-icon li a {
    color: #000000;
    display: inline-block;
    height: 34px;
    line-height: 32px;
    text-align: center;
    width: 34px;
    background: transparent;
}

.footer_greens .copyright_block .footer-social-icon li a i {
    font-size: 18px;
}

.reg_note_block {
    display: inline-block;
    width: 100%;
    padding: 25px 0;
    text-align: center;
    border-top: 1px solid #d7d7d7;
    background: #ffffff;
}

.reg_note_block span {
    display: inline-block;
    width: 100%;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.45;
    color: #4a4a4a;
}

@media only screen and (min-width:300px) and (max-width:480px) {
    .footer_greens .edu_logo_block a i {
        font-size: 20px;
    }
    .footer_greens .footer_trending_links .top_courses_sec {
        width: 100%;
        margin: 0 30px 20px 0;
    }
    .footer_greens .footer_trending_links .top_courses_sec h3 {
        font-size: 14px;
    }
    .footer_greens .footer_trending_links .top_courses_sec ul.courses_links_greens li a h4 {
        font-size: 14px;
    }
    .footer_greens .footer_trending_links .master_courlinks_greens {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .footer_greens .footer_trending_links .master_courlinks_greens h3 {
        font-size: 14px;
    }
    .footer_greens .footer_trending_links .master_courlinks_greens ul.master_links_greens li a h4 {
        font-size: 14px;
    }
    .footer_greens .footer_trending_links .company_block_sec {
        width: 45%;
        margin: 0 30px 0 0;
    }
    .footer_greens .footer_trending_links .company_block_sec h3 {
        font-size: 14px;
    }
    .footer_greens .footer_trending_links .company_block_sec ul li a {
        font-size: 14px;
    }
    .footer_greens .footer_trending_links .workwithus_greens {
        width: 45%;
    }
    .footer_greens .footer_trending_links .workwithus_greens h3 {
        font-size: 14px;
    }
    .footer_greens .footer_trending_links .workwithus_greens ul li a {
        font-size: 14px;
    }
    .footer_greens .footer_cat_main {
        margin: 0 0 0px 0;
    }
    .footer_greens .footer_cat_main .panel .panel-heading h2 {
        font-size: 14px;
    }
    .footer_greens .footer_cat_main .panel .panel-collapse .panel-body h3 {
        font-size: 14px;
    }
    .footer_greens .copyright_block {
        display: inline-block;
    }
    .footer_greens .copyright_block .greenscopy {
        font-size: 14px;
        margin: 0 0 10px 0;
        width: 100%;
    }
    .footer_greens .copyright_block .footer-social-icon {
        margin: 20px 0px 8px 00px;
        display: inline-block;
        width: 100%;
        text-align: left;
    }
}

@media only screen and (min-width:481px) and (max-width:767px) {
    .footer_greens .footer_trending_links .top_courses_sec {
        width: 45%;
        margin: 0 30px 20px 0;
    }
    .footer_greens .footer_trending_links .top_courses_sec h3 {
        font-size: 14px;
    }
    .footer_greens .footer_trending_links .top_courses_sec ul.courses_links_greens li a h4 {
        font-size: 14px;
    }
    .footer_greens .footer_trending_links .master_courlinks_greens {
        width: 45%;
        margin: 0 30px 20px 0;
    }
    .footer_greens .footer_trending_links .master_courlinks_greens h3 {
        font-size: 14px;
    }
    .footer_greens .footer_trending_links .master_courlinks_greens ul.master_links_greens li a h4 {
        font-size: 12px;
    }
    .footer_greens .footer_trending_links .company_block_sec {
        width: 45%;
        margin: 0 30px 0 0;
    }
    .footer_greens .footer_trending_links .company_block_sec h3 {
        font-size: 14px;
    }
    .footer_greens .footer_trending_links .company_block_sec ul li a {
        font-size: 12px;
    }
    .footer_greens .footer_trending_links .workwithus_greens {
        width: 45%;
    }
    .footer_greens .footer_trending_links .workwithus_greens h3 {
        font-size: 14px;
    }
    .footer_greens .footer_trending_links .workwithus_greens ul li a {
        font-size: 12px;
    }
    .footer_greens .footer_trending_links .workwithus_greens a.ios_link {
        margin: 0 20px 10px 0;
    }
}

@media only screen and (min-width:300px) and (max-width:767px) {
    .footer_greens .footer_cat_main {
        margin: 0 0 0px 0;
    }
    .footer_greens .footer_cat_main .panel .panel-heading h2 {
        font-size: 14px;
    }
    .footer_greens .footer_cat_main .panel .panel-collapse .panel-body h3 {
        font-size: 14px;
    }
    .footer_greens .copyright_block {
        display: inline-block;
    }
    .footer_greens .copyright_block .greenscopy {
        font-size: 14px;
        margin: 0 0 10px 0;
        width: 100%;
    }
    .footer_greens .copyright_block .footer-social-icon {
        margin: 20px 0px 8px 00px;
        display: inline-block;
        width: 100%;
        text-align: left;
    }
    .no-padding-xs {
        padding: 0 !important;
    }
}
@media only screen and (min-width:768px) and (max-width:1199px) {
    .footer_greens .footer_trending_links .top_courses_sec {
        margin: 0 15px 0px 0;
    }
    .footer_greens .footer_trending_links .master_courlinks_greens {
        margin: 0 15px 0px 0;
    }
    .footer_greens .footer_trending_links .company_block_sec {
        margin: 0 15px 0 0;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 1200px){
    .hidden-lg {
    display: none !important;
}}
.how-img 
{
    text-align: center;
}
.how-img img{
    width: 100%;
    margin: 20px 0 20px 0px;
}



/*New design changes*/

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #0D4B5B;
}

.pills-address {
    padding: 20px; 
    height: 100%;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.location-tab a {
    background: #f2f4f4;
    border-radius: 0!important;
    color: #333;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 3px;
}

.tab-content p{
    font-size: 16px;
 }
 
 .tab-content h3{
    margin-bottom: 10px;
    color: #3c3a3a;
} 

.tab_cntct p .fa-phone {
    transform: rotate(90deg);
}

.projectbox {
    display: inline-block;
    width: calc(33.33% - 40px);
    min-height: 0px;
    margin: 0px;
    padding: 25px;
    background: #fff;
    border: none;
    border-radius: 4px;
    /* border-bottom: solid 1px #e6e6e6; */ 
    color: #000; 
} 

.projectbox h4{
    font-size: 14px !important;
}

#informatica-projects{
    background: #f2f4f4;
}

#informatica-projects h3{
    font-size: 22px;
    line-height: 1.5em;
}

.course-details {
    font-size: 13px;
    text-align: left; 
 }

.originalPrice {
    color: gray;
    text-decoration: line-through;
     font-size: 14px;
}

.discountPrice{
    font-weight: bold; 
    font-size: 16px;
    margin-right: 5px;
}

#cityBranch, #audioFiles{
    background: #f2f4f4;
}

#cityBranch .content li a {
    line-height: 30px;
    font-size: 14px;    
    color: #0D4B5B;
    padding-top: 0px;
}
 
#cityBranch .content li a:hover {
    text-decoration: underline;
    color: #1D7CF8;
}

#cityBranch .content li i{
    font-size: 12px;    
    color: #0D4B5B;
    margin-right:5px;
}

#cityBranch .row{
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 11px;
    padding: 15px 25px;
}

@media only screen and (max-width: 776px) and (min-width: 360px){
.projectbox {
    flex-wrap: wrap;
    justify-content: space-around;
}
}

@media only screen and (max-width: 776px) and (min-width: 360px){
.projectbox {
    margin-bottom: 15px;
    width: 100%;
    margin-right: 0px;    
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}}

#learningMethods .nav .nav-item:first-child .nav-link{
    border-radius: 4px 0 0 4px;
    border-right: none;
}

#learningMethods .nav .nav-item:last-child .nav-link{
    border-radius: 0 4px 4px 0;
    border-left: none
}

#learningMethods .nav-pills .nav-link,#learningMethods #pills-tabContent a {
    border-radius: 0px;
    border: 1px solid #0D4B5B;
    border-width: thin;
    padding: 8px 25px;
    font-size: 16px;
}

#learningMethods .nav-pills a{
    color:#444; 
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #0D4B5B;
}
 

#learningMethods .tab-content h2{
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 24px;
}

#learningMethods #pills-tabContent p{
    margin-bottom: 24px;
} 

#learningMethods #pills-tabContent a {
    padding: 5px 10px;
    font-size: 16px;
    border-radius: 2px;
    color: #444;
}

#learningMethods .col-lg-7 svg{
    width: 50% !important;
    height: auto;
}

#learningMethods #learnForFree svg {
    width: 40% !important;
    height: auto;
}

@media only screen and (max-width: 776px) and (min-width: 360px){
    #learningMethods .col-lg-7 svg,#learningMethods #learnForFree svg{
        width: 70% !important;
        margin-top:20px;
    } 
    #learningMethods .nav-pills .nav-link, #learningMethods #pills-tabContent a{
         padding: 5px;
        font-size: 14px;
    }
 
}

@media only screen and (max-width: 990px) and (min-width: 360px){ 
    .instructor-contrainer-greens .firstRow div:nth-child(3){
        margin-bottom: 10px;
    }
}

.instructor-contrainer-greens .firstRow div:nth-child(1),
.instructor-contrainer-greens .firstRow div:nth-child(2){
    margin-bottom: 10px;
}

.instructor-contrainer-greens .contentWrapper {
    border-radius: 6px;
    box-shadow: 0 2px 12px 0 rgba(12, 7, 7, 0.15);
    background-color: #eef1f1;
    padding: 15px;
 }

.instructor-contrainer-greens .contentWrapper img{
    float: left;
    margin-right: 10px;
}

.courseCount{
    font-size: 12px;
}
 

#informaticaFeatures {
    background: #f2f4f4!important;
}

#informaticaFeatures {
    font-size: 16px;
}

#informaticaFeatures .btn-custom {
    padding: 10px 15px;
    color: #fff;
    background: #E35156;
    font-weight: 600;
} 
.flexWrap h2{
    font-size: 20px;
}
#informaticaFeatures .flexWrap .btn {
    padding: 0px !important;
    font-weight: 600;
}

#informaticaFeatures .btn:hover, #informaticaFeatures .btn-custom:hover {
    text-decoration: underline; 
}
 

#informaticaFeatures .flexWrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
}

#informaticaFeatures .flexWrap div{
    padding:10px;
	width: 100%
}

#informaticaFeatures .fa-chevron-right, .flexWrap a i
{
    position: relative;
    font-size: 13px;
    left: 5px;
    font-weight: 600;
}

#informaticaFeatures div i{
    font-size: 45px;
    font-weight: 100;
    margin-bottom: 12px;
}

@media only screen and (max-width: 776px) and (min-width: 360px){
    #informaticaFeatures .flexWrap{
        flex-direction: column; 
    } 
} 
    
 
 .courseFeatures {
    margin-top: 50px;
    margin-bottom: 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    float: none;
}
.courseFeatures li:first-child{
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.courseFeatures li {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    width: 25%;
    float: left;
    text-align: center;
}
.courseFeatures h3 {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
    padding-top: 20px;
}

.courseFeatures p {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.course-banner{
    padding-bottom: 0px;
}

 @media only screen and (max-width: 767px) and (min-width: 360px){
.courseFeatures {
    border-top: 0 none;
    margin-top: 18px;
 }}
 

@media only screen and (max-width: 767px) and (min-width: 360px){
.courseFeatures li {
    width: 100%;
    border: 0 none;
    padding-left: 25px;
    margin-bottom: 5px;
	padding-top: 10px;
    text-align: left;
}}

@media only screen and (max-width: 767px)and (min-width: 360px){
.courseFeatures li h3 {
    padding-top: 0;
    display: inline;
    font-size: 16px;
    line-height: 12px;
    padding-right: 2px;
}}

@media only screen and (max-width: 767px) and (min-width: 360px){
.courseFeatures li p {
    display: inline;
    font-size: 16px;
    line-height: 12px;
    text-transform: none;
}}

.course-banner .course-banner-title .quote-btn{
font-size: 13px;
    min-width: 221px;
    border-radius: 5px;
    line-height: 18px;
        font-weight: 600 !important;

}

.quote-btnCustom{
    background: #fff !important;
    border: 1px solid #d82a4e;
    color: #d82a4e !important;
    font-weight: 600 !important;
}
 
.review-greens-box .review_img_greens {
    border: none !important;
} 

.showMoreToggle {
    background: none!important;
    border: none;
    color: #1D7CF8;
    cursor: pointer;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 16px;
}


.main_widgets_greens {
    padding: 15px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    transition: box-shadow .8s linear, opacity .8s linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 5px;
   }

.padd-align{padding: 50px 40px 50px 40px;}


.breadcrumb_last {
    color: #ffff00;
}
.arrow-int{padding-left: 35px!important;line-height: 30px;}
    ul.arrow-int li:before {
  
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
      height: 18px;
    -moz-border-radius: 75px;
    -webkit-border-radius: 75px;
    border-radius: 75px;
    width: 18px;
    position: absolute;
    font-size: 14px;
   content: '\f105';
    float: left;
    margin-right: 0;
    margin-left: -25px;
    font-family: FontAwesome;
    text-align: center;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
   
    line-height: 17px;
    text-indent: 1px;
    margin-top:8px;
}.main_widgets_greens {
    padding: 15px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    transition: box-shadow .8s linear, opacity .8s linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 5px;
   
}.main_widgets_greens-title {
    position: relative;
    color: #333;
    text-align: center;
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    padding-top: 0;
}.trending_course_list ul {
    padding-left: 0;
}.trending_course_list ul li {
    font-size: 14px;
    margin: 5px 0;
    line-height: 20px;
    border-bottom: 1px dotted #ccc;
    display: flex;
    align-items: center;
    transition: 0.5s;
}.trending_course_list ul li::before {
    content: "\f192";
    font-family: FontAwesome;
    position: relative;
    margin: 10px 15px 10px 0;
    color: #797575;
}.trending_course_list ul li a {
    color: #6f6a6a;
    padding: 10px 0;
    display: block;
    transition: 0.5s;
}
.trending_course_list ul li a:hover {
    color: #d82a4e;
    transition: 0.5s;
}.trending_course_list ul li:hover::before {
    color: #d82a4e;
}

.btn-container {
    margin: 0px!important;
}

.showMoreToggle i {
    width: 45px;
    height: 45px;
    line-height: 46px;
    border-radius: 100%;
    background: #d82a4e;
    display: block;
    text-align: center;
    margin: 0 auto;
    font-size: 24px;
    color: #fff;
    vertical-align: middle;
}

.showMoreToggle span {
    display: block;
    text-align: center;
    margin: 15px 0px;
    color: #333;
    font-size: 12px;
}

#audioFiles ul li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 12px;
}

#audioFiles ul li i {
    position: absolute;
    left: 0px;
    top: 3px;
}

#audioFiles ul li div:nth-of-type(2) {
    position: relative;
    left: -21px;
}

#audioFiles ul li audio {
    height: 26px;
}

.bullet{
    margin-bottom: 0px;
}
.bullets{
    margin-bottom: 0px;
    list-style: none;
}


#trainingtypesOracle-container .oracleAdv li {
    text-align: left;
    color: #232F3E;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; 
    padding: 5px 0px;
    list-style: unset;
    margin-left: 10px;
}

.trainingtypesOracle{
    display: flex;
    width: 100%;
    text-align: center;
    margin: 30px 0px;
}
 

#trainingtypesOracle-container{
    background: #fff; 

}

#trainingtypesOracle-container .trainingtypesOracle .trainingbox {
    background: #fff; 
	border: none !important;
box-shadow: 0 2px 6px 0 rgba(76, 67, 117, 0.2);
}
 .panelOrc .panel .panel-heading[data-toggle="collapse"]::after {
    font-family: "FontAwesome";
    content: "\f054" !important;
    position: absolute;
    color: #d82a4e;
    font-size: 14px;
	line-height: 0;
    left: 24px;
    top: 29px;
}

.panelOrc .panel .panel-heading {padding: 12px 45px !important; }

.oracle-banner
{
    background: linear-gradient(to right, #2b5876, #4e4376) !important;  
color: #fff;
}

.contentList li {
    margin-bottom: 10px;
    list-style: outside;
}

#Oraclefeatures .Greens-Features-box-custom h4, #Oraclefeatures .Greens-Features-box-custom h4 span, .purple_text{
    color: #4e4376; 
}

.orcNav .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #4e4376;

}

.panelOrc .panel .panel-heading[data-toggle="collapse"]::after 
@media screen and (min-width: 992px){
.inst-css {
    margin: 68px 0 0;
}}

.css-instructor-greens {
    text-transform: uppercase;
    color: #4d5356;
    padding: 0;
    margin: 0;
    font-weight: 700;
}
.inst-css {
    border: 1px solid #e6eaeb;
    border-radius: 4px;
    
    color: #4d5356;
    padding: 16px;
}
.css-odgreens {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 0px;
    border-bottom: none;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.77,0,0.175,1);
    -webkit-transition: transform 0.3s cubic-bezier(0.77,0,0.175,1);
    transition: transform 0.3s cubic-bezier(0.77,0,0.175,1);
}
.css-grees1sk {
    border-radius: 50%;
    border: 0;
    min-width: 50px !important;
}.dc-u-fx-acc {
    align-content: center!important;
}
.dc-u-fx {
    display: flex!important;
}.css-greensazdl82 {
    font-size: 16px;
    color: #14243e;
    margin: 0;
   padding-bottom: 5px;
}
.css-304g6j {
    font-size: 0.875rem;
    font-weight: 400;
    color: #263e63;
    margin: 0;
}
.dc-u-mr-12 {
    margin-right: 12px!important;
}

mark { 
  background-color: #FFFF00 !important;
  color: black;
}


.fontIcon i {
    font-size: 38px;
    color: #1D7CF8;
}

.trainingMode {
    height: 225px;
    margin-top: 15px;
	padding: 3rem !important;
	text-align: center;
	border: 1px solid #dee2e6 !important
}

.fontIcon h3 {
    margin-top: 8px;
    color: #141529;
    font-weight: 500;
	font-size: 18px;
}.panel-body ul li{

   list-style-type: disc; }
.panel-body ol li{

   list-style-type:decimal; }







.rpafeatures .flexWrap div {
	background: #fff; 
	margin-right: 15px;
    margin-bottom: 20px;
}
.rpafeatures .flexWrapbox  img{
	width: 100px;
	height: auto;
}

.rpafeatures .flexWrapbox  .img{
background: #fff;
height: 100px;
margin-bottom: 0px;
}
.mgt10 {
    margin-top: 10px;
}
.demand-greens-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border: 2px solid #d82a4e;
    background: #fff;
}
.demand-greens-container>div {
    padding: 10px;
    width: 245px;
    margin: 0;
    border-right: 1px solid #d82a4e;
}.demand-greens>div {
    text-align: center;
    margin: 10px 5px;
}.demand-greens .icon-design {
    height: 50px;
    width: 50px;
   font-size: 23px;
    box-shadow: 1px 4px 6px 1px #aaa;
    border-radius: 50%;
    background-color: #51a888;
    color: #fff;
}
.fa-desktop::before {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}.flex-vertical-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 765px){
.demand-container {
    overflow-x: auto;
}
}
.demand-container {
    overflow-x: auto;
}
@media only screen and (max-width: 765px){
.demand-container .demand-greens-container .demand-greens {
    flex: none;
    border: 1px solid #d82a4e;
    background: #fff;
}
.demand-container .demand-greens-container {
    border: none;
    background: transparent;
}

