/**** Progressive Journey ****/
/** PJ Course Module **/

.custom-book-btn {
    width: 100%;
    text-align: center;
}

/* Other Courses*/
.other-course div p{
    font-size:16px;
    line-height: 1.2;
}
.other-course div .languages p{
    font-size:14px;
}
.other-course .wpb_wrapper>div.nectar-responsive-text, .material .other-course .wpb_content_element.wpb_text_column{
    margin-bottom:12px;
}
.other-course .wpb_wrapper>div{
    margin-bottom:15px;
}
.other-course .nectar-fancy-ul ul{
    margin-bottom:12px;
}
.other-course .nectar-fancy-ul ul li{
    font-size:16px;
}
.other-courses .other-course .nectar-display-inline.border-radius-50px {
    display: inline-flex;
}
/* Pricing tables - IBC */
.pricing-tab-ibc .nectar-badge.position_desktop_absolute{
    z-index:999;
}
.pricing-tab-ibc .wpb_wrapper>div {
    margin-bottom: 0px;
}
.pricing-tab-ibc .nectar-badge .nectar-badge__inner{
    margin-top:5px;
}
@media only screen and (max-width: 1200px) {
    body.material .col .column_container .pricing-tab-ibc .nectar-button.jumbo {
        padding: 18px 25px;
    }
}
/* Buttons bottom alignment */
.pricing-tab-ibc .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.pricing-tab-ibc .custom-course-detail {
    margin-top: auto;
}

/** PJ Course Mobile Menu **/
.pj-cc-mobile-menu {
	border: 1px solid #fff;
    border-radius: 8px;
    padding: 8px 16px;
	margin-bottom: 16px !important;
}
.pj-cc-mobile-menu-label {
	margin-bottom: 8px !important;
}
.pj-cc-mobile-menu-ibc {
	border-width: 2px;
}
.pj-cc-mobile-menu-all {
	border-style: dashed;
}
.pj-cc-mobile-menu .nectar-menu-item-with-icon {
	display: flex !important;
	justify-content: space-between !important;
}
.pj-cc-mobile-menu .nectar-menu-item-with-icon i, .pj-cc-mobile-menu-ibc .nectar-menu-item-with-icon .nectar-menu-label {
	order: 2;
}
.pj-cc-mobile-menu .nectar-menu-item-with-icon span {
	display: flex;
    flex-direction: column;
	order: 1;
}
.pj-cc-mobile-menu .nectar-menu-item-with-icon .menu-title-text {
    font-size: 18px;
}
.pj-cc-mobile-menu .nectar-menu-item-with-icon .nectar-menu-label {
	padding: 0px;
    margin: 6px 0px 0px 0px;
    font-weight: 400;
    color: #dbdbdb;
    font-size: 12px;
}
.pj-cc-mobile-menu .nectar-menu-item-with-icon .nectar-menu-label:before {
	opacity: 0;
	font-weight: 400;
}
.pj-cc-mobile-menu-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
    order: 3;
}
.pj-cc-mobile-menu-badges-item {
    padding: 4px 16px;
    background: #f1f5f9;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 400;
    color: #334155;
    white-space: nowrap;
}

/** PJ Others **/