/*
Theme Name: Listable Child
Theme URI: https://pixelgrade.com/demos/listable/
Author: PixelGrade
Author URI: https://pixelgrade.com/
Description: A directory WordPress theme that will help you create and manage a local or global listings site.
Template: listable
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: listable-child-theme
Domain Path: /languages/
Tags: light, white, red

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Listable is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/* ADD YOUR NEW CSS RULES HERE*/

/* This file assumes you wish to add new CSS rules that will overwrite the ones in the parent's CSS files
If you wish however, you can copy the whole style.css file from the parent here and hack at it - see functions.php for more details.
In that case please remember that you still need to retain the header above (replace the header of the parent style.css with the one above),
specifically the 'Template: listable' line. */
.nmw-header {
    max-width: 100%;
    padding: 0 7.3vw;
}
span.desktop_dot {
    margin-left: 2px;
}
a.mobile_more {
    color: #42a338 !important;
    font-weight: 500;
    display: none;
}
body, p {
    font-weight: 400;
}
body.woocommerce-account .entry-content {
    max-width: 100% !important;
    padding: 0 !important;
}
body.woocommerce-account nav.woocommerce-MyAccount-navigation {
    float: left;
    width: 25%;
    background: #f6f6f6 !important;
    min-height: 100vh;
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 7%;
}
body.woocommerce-account .entry-content .woocommerce {
    display: inline-block;
    width: 100%;
    padding-top: 0;
}
.profileAvatar {
    float: left;
    width: 100%;
}
body.woocommerce-account nav.woocommerce-MyAccount-navigation ul {
    margin: 0;
    float: left;
    width: 100%;
}
body.woocommerce-account .profileAvatar .myaccount__avatar {
    margin: 0 auto;
    display: block;
}
body.woocommerce-account .profileAvatar h3 {
    margin: 10px 0 8px 0;
    text-transform: capitalize;
    float: left;
    width: 100%;
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    padding-left: 0;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul:before {
    content: initial !important
}

body.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 75%;
    background: #ffffff;
    padding: 40px;
    box-shadow: 0 0px 7px #d6d6d6;
    min-height: 100vh;
}

body.woocommerce-account  .myaccount:after {
    content: initial !important
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    display: block;
}
body.woocommerce-account .nm-header {
    box-shadow: 0 0 6px #cecece;
}
.point_field_item {
    display: inline-block;
    width: 100%;
    padding-right: 35%;
    position: relative;
}

div#add_point_box {
    width: 46%;
    float: left;
}

.point_field_item input[type='radio'] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.point_field_item label {
    display: inline-block;
    width: 100%;
    border: 1px solid #d2d2d2;
    padding: 12px 10px 12px 40px;
    position: relative;
    cursor: pointer;
    font-weight: 600;
    border-radius: 5px;
    margin-bottom: 8px;
}

.point_field_item label:before {content: "";position: absolute;width: 22px;height: 22px;border: 2px solid #dd9933;left: 9px;top: 0;bottom: 0;margin: auto;}
.point_field_item label:after {content: "";}

.point_field_item input[type='radio']:checked ~ label:after {
    background: #dd9933;
    position: absolute;
    width: 12px;
    height: 12px;
    left: 14px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.point_field_item input[type='radio']:checked ~ label {
    /* background: #dd9933; */
}

.point_field_item input[type='radio']:checked ~ label:before {
    /* border-color: #ffffff; */
}
.yourCurrentPlan {
    float: left;
    width: 30%;
    background: #f9f9f9;
    border-radius: 10px;
    padding: 20px 20px 15px 20px;
    box-shadow: 0 0 6px #d6d6d6;
}

.yourCurrentPlan h6 {
    margin-top: 0;
    margin-bottom: 10px;
}

.yourCurrentPlan p {
    margin-bottom: 0;
}

.yourCurrentPlan a {
    margin-top: 15px;
    display: inline-block;
    color: #dd9933;
}
.point_adding_popup div#add_point_box {
    width: 100%;
}

.point_adding_popup div#add_point_box .point_field_item {
    padding: 0;
}

.point_adding_popup .add_pont_submit_action .add_sm {
    width: 100%;
}
.woocommerce-account .membership_bot_btn a {color: #bca436 !important;text-decoration: none !important;}

a.cancel_membership_btn {
    color: #bca436 !important;
    text-decoration: none !important;
}

.mem-lev_item {
    margin-bottom: 5px;
}
.woocommerce-account.logged-in h2 {
    margin-top: 0;
}
a.changeMyPlanButton {
    color: #fff !important;
    text-align: center;
    display: inline-block;
    background-color: #dd9933;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 20px;
    border-radius: 5px;
    margin-top: 10px;
}
body .modal-container .modal-content-btn, 
body .modal-container .modal-content-btn:hover {
    color: #fff !important;
    text-align: center;
    display: inline-block;
    background-color: #dd9933;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 20px;
    border-radius: 5px;
    margin-top: 10px;
}
a.c_note_text {
    color: #bca436 !important;
    text-decoration: none !important;
    display: block;
}
span.pointPrice {
    color: #dd9933;
    float: right;
    font-size: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 20px;
    line-height: 20px;
    right: 10px;
}
body .cancale_box_my_account .modal-container .modal-content {
    top: 24% !important;
    min-height: 250px !important;
    height: auto !important;
}
body label.mem_cancel_btn {
    color: #bca436;
}

.popup-wrapper.membershipPlanPopup {
    text-align: center;
}

.membershipPlanPopup h5 {
    font-weight: 500;
    font-size: 20px;
}

h3.planNames {
    font-size: 29px;
}

a.plan-change {
    color: #fff !important;
    text-align: center;
    display: inline-block;
    background-color: #dd9933;
    padding: 12px 30px;
    border-radius: 5px;
    margin-top: 10px;
    font-size: 18px;
}

h2.revew_head {
    border-bottom: 1px solid #ccc;
    font-size: 30px !important;
}

.membershipPlanPopup_bottom a {
    color: #dd9933;
}

.membershipPlanPopup_bottom {
    font-size: 12px;
    margin-top: 20px;
}
.sm_my-account_level_row.pricingTableCustom {
    text-align: center;
}
body .sm_my-account_level_row.pricingTableCustom .sm_level_col {
    float: none;
    display: inline-block;
    width: 33.33%;
}
body .help-tip span {
    left: 50%;
    margin-left: -150px;
}
body .help-tip span:before {
    left: 50%;
    margin-left: -10px;
}
.onlineCoachingBottomSection .vc_custom_heading.sectionMainTitle {
    margin-top: 0;
}
body.single.single-job_listing #listing_actions-3 {
    display: none;
}
body.single.single-job_listing .single_job_listing div#listing_sidebar_products-3 {
    /*    display: none;*/
}
.customSideBarSection {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.csbTitle {
    display: inline-block;
    width: 100%;
}

.csbSignUpAction {
    display: inline-block;
    width: 100%;
    margin: 10px 0;
}

.orSeprator {
    display: inline-block;
    width: 100%;
    color: #afb3b3;
    font-weight: 500;
    margin: 10px 0;
}

.csbTitle h3 {
    color: #595959;
    font-weight: 700 !important;
}

.selectPlanItems {
    display: inline-block;
    width: 100%;
    margin: 10px 0 10px 0;
}

.csbRequestAction {
    display: inline-block;
    width: 100%;
}

body .csbSignUpAction a {
    display: inline-block;
    background: #42a338;
    color: #ffffff;
    padding: 10px 40px;
    border-radius: 8px;
}


body .csbSignUpAction a:hover {
    color: #ffffff;
}

body .csbRequestAction a {
    display: inline-block;
    background: #ed7d31;
    color: #ffffff;
    padding: 10px 40px;
    border-radius: 8px;
    margin: 0;
}

body .csbRequestAction a:hover {
    color: #ffffff;
}
.selectPlanItems li.active {
    background: #42a338;
    border-color: #42a338;
}

body .selectPlanItems li.active h3, 
body .selectPlanItems li.active span.amount, 
body .selectPlanItems li.active span {
    color: #ffffff;
}
.csbTitle h3 span {
    display: block;
    font-weight: 600;
}
body.single.single-job_listing .single_job_listing h1.entry-title {
    font-weight: 600;
}
.selectPlanItems li {
    border: 1px solid #d9d9d9;
    display: table;
    margin: 0 auto 10px;
    cursor: pointer;
}

.selectPlanItems li h3 {
    margin-bottom: 4px !important;
}

.selectPlanItems li span.woocommerce-Price-amount.amount {
    font-size: 18px;
    font-weight: 700;
    color: #595959;
}

.selectPlanItems li span.subscription-details {
    font-size: 12px;
}
body a.customBGButton {
    display: inline-block;
    background: #B07D21;
    color: #ffffff;
    font-size: 18px;
    padding: 13px 58px;
    border-radius: 7px;
    font-weight: 600;
}
.discoverCoachingAction {
    text-align: center;
}

a.customBGButton:hover {
    color: #ffffff !important;
    background: #946817;
}

a.customBGButton.withSingleArrow {
    position: relative;
}
a.customBGButton.withSingleArrow:after {
    content: ">";
    margin-left: 10px;
}
a.customBGButton.withDubbleArrow {
    position: relative;
}
a.customBGButton.withDubbleArrow:after {
    content: ">>";
    margin-left: 10px;
}
withDubbleArrow
body a.customBGButton:hover {
    color: #ffffff;
}
.findSectionAction {
    text-align: center;
}
.onlineSectionOneBlock a.customBGButton {
    display: inline-block;
    margin-bottom: 18px;
    padding: 13px 23px;
}

a.customBGButton.withBorder {
    background: transparent;
    border: 1px solid #162f40;
    color:  #162f40;
    font-weight: 400;
    padding: 13px 23px;
}

.onlineSectionOneBlock a.customBGButton.customBGButton.withDubbleArrow {
    margin-right: 10px;
}
a.customBGButton.withBorder:hover {
    background: #162f40;
}
span.jobContentCat {
    font-size: 16px;
    line-height: 22px;
    color: #4e4e4e;
    margin-top: 4px;
}

/*zendayscoaching css*/
section.smbanner-area {
    text-align: center;
    background-size: cover;
    padding: 80px 0;
    background-position: center center;
    margin-bottom: 25px;
}
h1.banner-area_head {
    color: #ffffff;
    margin: 0 0 15px 0;
    font-size: 50px;
    text-align: center;
    font-family: Montserrat;
    font-weight: 700;
    font-style: normal;
}

.banner-area-inner {
    margin: 0 auto;
    width: 50%;
    padding: 0 5%;
}

.banner-area-description , .banner-area-description p {
    color: #ffffff;
}

.myflex.no-map .grid.job_listings > .sm_grid_item, .myflex.no-map .job_listings.product-content > .sm_grid_item {
    width: calc(100%/1);
}

.sm_grid_item aside.card__image {
    width: 50%;
}
.sm_cat_filter {
    text-align: center;
    margin-bottom: 35px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 35px;
}
.sm_cat_filter ul {
    padding: 0;
    margin: 20px 0 40px 0;
}
.sm_cat_filter li {
    list-style: none;
    display: inline-block !important;
    width: 20%;
    text-align: center;
    margin: 5px 10px;
}

.sm_cat_filter li a {
    border: 2px solid #c1c1c1;
    color: #5a5a5a;
    padding: 12px 8px;
    display: inline-block;
    width: 100%;
    border-radius: 5px;
    line-height: normal;
    font-family: 'Montserrat';
}
.sm_cat_filter li.active_cats a, .sm_cat_filter li a:hover {
    background: #024b5b;
    color: #ffffff;
    border-color: #024b5b;
}

.sm_cat_filter li.active_cat a {
    background-color: #162f40;
    color: #fff;
    border-color: #162f40;
}

.side_bar_top_box {
    text-align: center;
    width: 80%; 
    margin: auto;
}
.plan_side_option {
    text-align: center;
}

a.singup_btn_in {
    display: inline-block;
    background: #ed7d31;
    color: #ffffff !important;
    padding: 10px 40px;
    border-radius: 8px;
    text-align: center;
    margin-top: 20px;
}

.or_text {
    text-align: center;
    margin: 30px 0;
}

a.side_plan_btn {
    margin-top: 20px;
    display: inline-block;
    background: #42a338;
    color: #ffffff !important;
    padding: 10px 40px;
    border-radius: 8px;
}

/* ------------------------------- New Landing Css Start ---------------------------- */

.landingBannerTitle h2 {
    font-size: 48px;
    line-height: 50px;
    white-space: inherit;
    margin: 0;
}
.landingBannerSubtitle {
    margin: 0 0 15px 0 !important;
}

.landingBannerSubtitle p {
    font-size: 20px;
    font-weight: 500;
}
.landingBannerOverlay h3 {
    color: #ffffff;
    margin: 0 0 10px 0 !important;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
}
.bottomContentBlock ul li {
    list-style-type: none;
    position: relative;
    padding: 3px 0;
}

.bottomContentBlock ul li:before {
    content: "";
    position: absolute;
    left: -14px;
    top: 17px;
    border-bottom: 1px solid #162f40;
    width: 8px;
    height: 1px;
}

.bottomContentBlock ul {
    padding-left: 15px;
}

.landingBannerOverlay p {
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
}

.landingBannerOverlay  .wpb_text_column.wpb_content_element {
    margin-bottom: 0;
}

.landingBannerOverlay .wpb_column {
    position: relative;
    padding-left: 43px;
    padding-right: 40px;
}
.headerBottomTitle {
    position: relative;
}
.landingBannerOverlay .wpb_column .headerBottomTitle:before {
    content: "";
    position: absolute;
    left: -43px;
    top: 0;
    width: 30px;
    height: 60px;
    background: url(../listable-child-master/images/shieldCheckIcon.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.landingDiscoverContainer .vc_column-inner > .wpb_wrapper {
    background: white;
    padding: 16px 20px;
    margin-bottom: -100px;
    border-radius: 10px;
    border: 2px solid #162f40;
    box-shadow: 0 0 11px rgba(22, 47, 64, 0.61);
}
h3.vc_custom_heading.testimonialSubtitle {
    margin-top: 0;
    margin-bottom: 35px;
}

.testiMonialContent p {
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
    position: relative;
}

.testiMonialContent p:before {
    content: "";
    width: 80px;
    height: 60px;
    position: absolute;
    left: -100px;
    top: 0;
    background: url(../listable-child-master/images/quotes.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.testiMonialContent p:after {
    content: "";
    width: 80px;
    height: 60px;
    position: absolute;
    right: -100px;
    bottom: 0;
    background: url(../listable-child-master/images/quotesEnds.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.landingDiscoverContainer h2.vc_custom_heading {
    margin: 0;
}

.landingDiscoverContainer .wpb_column.vc_column_container {
    margin-bottom: 100px;
}

.landingDiscoverContainer  .wpb_text_column.wpb_content_element {
    margin-bottom: 0;
}
.siteButtonStyle button {
    background-image: none !important;
    border-width: 1px !important;
}
h2.vc_custom_heading.numberIcon {    
    line-height: 100px;
    font-weight: 700 !important;
    font-size: 50px;
    position: relative;
}

.howItWorksSection .wpb_column .wpb_content_element h2 {
    margin-top: 30px;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 30px;
}
h2.vc_custom_heading.numberIcon:after {
    content: "\f101";
    font-family: FontAwesome;
    position: absolute;
    right: -87px;
    top: 0;
    font-size: 100px;
    font-weight: normal;
}


h2.vc_custom_heading.numberIcon:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100px;
    height: 100px;
    border: 2px solid;
    border-radius: 100%;
    margin: auto;
}


.howItWorksSection .wpb_column:last-child h2.vc_custom_heading.numberIcon::after {
    display: none;
}
.headingSections .wpb_text_column.wpb_content_element p {
    color: #fff;
}

.headingSections h1.vc_custom_heading {
    width: 30vw;
    margin: 0 auto 15px !important;
}

section.jobListingContainer {
    display: inline-block;
    width: 100%;
}

body .jobListingCol {
    position: relative;
    min-height: 1px;
    padding-left: 10px !important;
    padding-right: 10px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 25%;
    position: relative;
}

.jobListingCol:before,
.jobListingCol:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.jobListingRow:before,
.jobListingRow:after {
    content: " ";
    display: table;
}
.jobListingRow:after {
    clear: both;
}
.jobListingBlock {
    display: inline-block;
    width: 100%;
    background: #ffffff;
    padding: 25px 15px;
    border-radius: 6px;
    border: 1px solid #162f40;
    box-shadow: 0 0 14px #e2e2e2;
    margin-top: 58px;
    margin-bottom: 25px;
}

.jobImg {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: -80px;
}

.jobRating {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.jobContent {
    display: inline-block;
    width: 100%;
    margin: 15px 0 15px 0;
}

.jobSpecialized {
    display: inline-block;
    width: 100%;
}

.jobAction {
    display: inline-block;
    width: 100%;
    text-align: left;
}
.jobListingRow {
    margin: 0 -15px;
}

.jobImg img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    object-fit: contain;
    display: inline;
    border: 8px solid #d6d6d6;
}

.jobRating img {
    width: 120px;
}

.jobRating span {
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin: 0 6px;
}
.jobRating span.ratingCount {
    margin: 0;
}

.jobContent h3 {
    margin: 0 0 5px 0;
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.jobContent p {
    margin: 0 0 0 0;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 300;
    color: #162f40;
    height: 50px;
}
.jobSpecialized h3 {
    margin-top: 0;
    font-size: 16px;
    font-weight: 600;
}

.jobSpecialized ul {
    font-size: 12px;
    padding-left: 15px !important;
    margin-bottom: 10px !important;
}
span.startRatingPoint {
    background: #a3a7ad;
    display: inline-block;
    padding: 0px 10px;
    border-radius: 56% 60% / 56% 60%;
    color: #ffffff;
    margin: 0;
}

.jobSpecialized ul li:before {
    content: "";
    position: absolute;
    left: -13px;
    top: 9px;
    border-bottom: 1px solid #162f40;
    width: 5px;
    height: 1px;
}
.jobSpecialized ul li {
    position:relative;
    list-style-type: none;
}
.jobSpecialized li {
    padding: 0 !important;
}
.jobAction a.linkStyle {
    margin: 10px 0;
    display: inline-block;
    color: #b9b9b9;
    font-size: 14px;
}
.jobAction a.buttonStyle {
    font-size: 14px;
    padding: 10px 12px;
    background-color: #ea6d25;
    color: #ffffff !important;
    border-radius: 5px;
    display: inline-block;
    float: right;
    font-weight: 500;
}
.jobAction a:hover {
    color: #ffffff;
}

.testiMonialBlock {
    display: block;
    width: 100%;
    /*padding: 0 100px!important;*/
}
.testiMonialContent {
    display: table;
    width: 60%;
    margin: 0 auto;
}

.testiMonialAuth {
    display: table;
    margin: 0 auto;
}

.testiAuthProfile {
    width: 100px;
    display: table-cell;
    vertical-align: middle;
}

.testiAuthDetails {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
}

.testiAuthProfile img {
    width: 90px !important;
    height: 90px !important;
    object-fit: cover;
    border-radius: 100%;
    display: inline-block;
}

.testiAuthDetails h3 {
    margin: 0;
}

.testiAuthDetails h6 {
    margin: 0;
    text-transform: initial;
}

.jobRating i {
    color: #e6b800;
    font-size: 16px;
}
.jobListingBlock .scard {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    object-fit: contain;
    display: inline-block;
    border: 1px solid #162f40;
    background-size: cover;
    background-position: center top;
}
.landingTestimonial {
    width: 100%;
}
.landingTestimonial .owl-carousel .owl-item {
    width:100%;
} 
section.landingTestimonial.flexslider {
    border: 0;
    padding: 0;
    width: 100%;
    margin: 0 auto;
}
section.landingTestimonial.flexslider ol.flex-control-nav.flex-control-paging {
    display: none;
}
section.landingTestimonial.flexslider .flex-direction-nav a:before {
    font-size: 0 !important;  
}
.onlineSectionOneBlock .vc_btn3-container {
    display: inline-block;
    margin-right: 25px;
}
section.landingTestimonial.flexslider .flex-direction-nav a.flex-next:before {
    background: url(../listable-child-master/images/nextArrow.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
section.landingTestimonial.flexslider .flex-direction-nav a.flex-prev:before {
    background: url(../listable-child-master/images/prevArrow.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

section.landingTestimonial.flexslider .flex-direction-nav a {
    opacity: 1;
    text-align: center;
    line-height: 54px;
    font-size: 0;
    border: 2px solid #ccc;
    border-radius: 100%;
    width: 60px;
    height: 60px;
}

section.landingTestimonial .owl-controls .owl-prev {
    background: rgba(255, 255, 255, 0) url(../listable-child-master/images/prevArrow.png) !important;
    left: 0;
    opacity: 1 !important;
}
section.landingTestimonial .owl-controls .owl-next {
    background: rgba(255, 255, 255, 0) url(../listable-child-master/images/nextArrow.png) !important;
    right: 0;
    opacity: 1 !important;
}
section.landingTestimonial .owl-controls .owl-buttons div {
    text-align: center;
    line-height: 54px;
    font-size: 0 !important;
    border: 2px solid #ccc;
    border-radius: 100% !important;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    bottom: 0;
    margin: auto;
} 

section.landingTestimonial.flexslider .flex-direction-nav .flex-prev {
    left: 0;
}
section.landingTestimonial.flexslider .flex-direction-nav .flex-next {
    right: 0;
}

section.landingTestimonial.flexslider ul.flex-direction-nav {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

section.landingTestimonial.flexslider li.flex-nav-prev,
section.landingTestimonial.flexslider  li.flex-nav-next {
    padding: 0;
    position: inherit;
}
.grid.list.job_listings ,
.job_listings {
    padding: 0;
}
.jobListingItem {
    display: table;
    width: 100%;
    margin-bottom: 35px;
}
.grid__item.sm_grid_item {
    display: none !important;
}

.jobProfileImage {
    display: table-cell;
    width: 33.33%;
    vertical-align: middle;
    text-align: center;
}

.jobProfileContent {
    display: table-cell;
    padding-left: 30px;
    vertical-align: middle;
}

.jobProfileContent h2.jobProfileTitle {
    margin: 0;
    font-size: 24px;
    color: #42a338;
    font-weight: 700;
}
.jobProfileContent .jobProfileSubTitle {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #4e4e4e;
    margin-top: 4px;
}

.jobProfileDescription {
    margin-top: 10px;
    position: relative;
    padding-left: 22px;
}

.jobProfileDescription:before {
    content:"";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-left: 5px solid #42a338;
}

.jobProfileImage img {
    border-radius: 100%;
    height: 250px;
    width: 250px;
    object-fit: cover;
    margin: 0 auto;
    display: table;
}
.jobProfileAction {
    display: inline-block;
    width: 100%;
    margin-top: 25px;
}
body .jobProfileAction a:hover {
    color: #ffffff;
}
body .jobProfileAction a {
    background: #42a338;
    color: #ffffff;
    padding: 12px 45px;
    display: inline-block;
    border-radius: 6px;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    border: 1px solid #42a338;
}
body .jobProfileAction a.seeDetailsOutLine {
    border: 1px solid #cccccc;
    background: transparent;
    color: #014b5b;
    margin-left: 15px;
}
#content nav.job-manager-pagination ul li span.current {
    font-weight: bold;
    background: #014b5b !important;
    color: #ffffff !important;
}
#content nav.job-manager-pagination {
    max-width: 100%;
}

#content nav.job-manager-pagination ul {
    border: 0 none;
    margin: 0;
}

#content nav.job-manager-pagination ul li {
    margin: 0 10px;
}

body #content nav.job-manager-pagination ul li span, body #content nav.job-manager-pagination ul li a {
    padding: 10px !important;
    width: 40px;
    height: 40px;
    line-height: 20px;
    font-family: 'Montserrat';
}
ul.catBannerPoints {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 20px 0 0 0;
    padding: 0;
}
.landingDiscoverContainer .wpb_text_column.wpb_content_element p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 22px;
    padding: 0 10px;
}
body ul.catBannerPoints li {
    display: inline-block;
    list-style-type: none;
    padding-left: 40px;
    margin-right: 18px;
    position: relative;
    margin-bottom: 12px;
}
body ul.catBannerPoints li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 40px;
    height: 40px;
    background: url(../listable-child-master/images/shieldCheckIcon.png);
    background-size: 30px;
    background-repeat: no-repeat;
}

.jobContentTop {
    display: table;
    width: 100%;
}

.jobContentHeading {
    display: table-cell;
    width: 60%;
}

.jobProfileContent .jobRating {
    display: table-cell;
    width: 40%;
    vertical-align: bottom;
    text-align: right;
}

p.jobitem_product_price {
    margin-bottom: 0;
    font-weight: 600;
    color: #42a338;
}
.jobProfileImage span.product__price {
    display: none !important;
}

.page-id-76052 .pmpro_checkout-field.pmpro_payment-expiration{
    width: 100%;
}
/* ------------------------------- New Landing Css End ---------------------------- */
body.home div#entry-content-anchor {
    margin-bottom: 0;
}

body.home main#main {
    padding-bottom: 0;
}

body .subtitleAction a {
    font-size: 20px;
    color: #162f40;
    margin-top: 10px;
    display: inline-block;
}
#ul_header .menu-item a {
    font-size: 16px;
    color: #024b5b;
    font-weight: 500;
}
ul#menu-nm-header-desktop li.current_page_item {
    position: relative;
}

ul#menu-nm-header-desktop > li.current_page_item:before, 
ul#menu-nm-header-desktop > li.current-menu-parent:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -4px;
    border-bottom: 5px solid #024b5b;
    width: 50px;
} 
.footerTopBlock {
}

footer.customFooter {
    display: inline-block;
    width: 100%;
}

.footerTop {    
    display: inline-block;
    width: 100%;
    padding: 35px 0;
    background: #014b5b;
    padding: 5vw 7.3vw 2vw 7.3vw;
    float: left;    
}

.footerBottom {    
    display: inline-block;
    width: 100%;
    padding: 35px 0;
    background: #0C1F3F;
    padding: 2vw 8.5vw;
    float: left;    
}

.footerTopBlock {
    float: left;
    width: 25%;
    padding: 0px 20px 0 6%;
}
.footerTopBlock.ftb1 {
    padding-left: 20px;
}
.footerTopBlock h3,
.footerBottomRight h3{
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 20px;
}

.footerTopBlock img {
    margin-bottom: 35px;
}

.footerTopBlock ul.menu li a {
    color: #ffffff;
    padding: 6px 0;
    display: inline-block;
    font-weight: 300;
}

.footerBottomLeft {
    float: left;
    width: 50%;
}

.footerBottomRight {
    float: right;
    width: 50%;
    text-align: right;
}

ul#menu-footermenuone li {
    position: relative;
    padding-left: 30px;
    list-style-type: none;
}

ul#menu-footermenuone li:before {
    content: "";
    position: absolute;
    color: #ffffff;
    top: 7px;
    margin: auto;
    line-height: 25px;
    left: 0;
    width: 16px;
    height: 20px;
    background: url(../listable-child-master/images/checkListIcon.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.footerBottomLeft p {
    color: #ffffff;
    margin: 30px 0 0 0;
}

ul.socialMedia {
    display: inline-block;
}

.socialMedia li {
    float: left;
    margin-left: 15px;
}

.socialMedia li a {
    width: 40px;
    height: 40px;
    background: #ffffff;
    color: #0C1F3F;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    font-size: 26px;
}
#ul_header .menu-item.getStartedLink a {
    background: #3ca235;
    color: #ffffff;
    display: inline-block;
    padding: 0px 10px;
    border-radius: 6px;
    border: 1px solid #3ca235;
}

#ul_header .menu-item.wp-login a {
    display: inline-block;
    padding: 0px 10px;
    border-radius: 6px;
    border: 1px solid #b2c9cd;
}
ul.sub-menu {
    display: none;
    position: absolute;
    left: 0;
    background: #ffffff;
    border: 1px solid #d8d8d8;
    width: 200px;
    top: 46px;
    border-radius: 6px;
    padding: 10px 0;
}

#ul_header .menu-item:hover ul.sub-menu {
    display: block;
}

#ul_header .menu-item.menu-item-has-children {
    position: relative;
}

#ul_header .widget_nav_menu ul.sub-menu li.menu-item {
    padding: 4px 22px;
}
#ul_header .menu-item.menu-item-has-children > a:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #024b5b;
    position: absolute;
    right: 4px;
    top: 0;
    bottom: 0;
    margin: auto;
}
#ul_header .widget_nav_menu ul.menu li.menu-item {
    padding: 9px 18px;
}

.sliderTop {
    height: 80%;
}
.landingBannerOverlay {
    height: 20%;
}

.landingBannerOverlay {

}
.landingDiscoverContainer.vc_row.vc_column-gap-30>.vc_column_container {
    padding: 15px 20px;
}
.landingDiscoverContainer .wpb_column.vc_column_container .vc_column-inner {
    background-position: center top -40px!important;
}






ul.jobListingRow {
    padding: 0;
    list-style-type: none;    
} 
.jobListingRow li {    
    list-style-type: none; 
}
ul.discoverCoachingSection {
    padding: 0;    
    list-style-type: none;  
}
.discoverCoachingSection li {    
    list-style-type: none; 
}
body .discoverCoachingCol {
    position: relative;
    min-height: 1px;
    padding-left: 18px !important;
    padding-right: 18px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 33.33%;
    margin-bottom: 120px;
}
.discoverCoachingCol:before,
.discoverCoachingCol:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.discoverCoachingSection:before,
.discoverCoachingSection:after {
    content: " ";
    display: table;
}
.discoverCoachingSection:after {
    clear: both;
}
.discoverCoachingSection {
    margin: 0 -18px;
    padding: 0;
}


.discoverCoachingContent h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #162f40;
}

.discoverCoachingInnerBlock {
    padding: 215px 25px 25px 25px;
    position: relative;
    border-radius: 6px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.discoverCoachingContent {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -80px;
    margin: auto;
    background: #ffffff;
    border: 1px solid #162f40;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    width: 89%;
}

.discoverCoachingContent p {
    margin: 0;
    padding: 0 15px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden; 
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.discoverCoaching .wpb_text_column.wpb_content_element {
    margin-bottom: 0;
}
.landingCenterAction {
    padding: 0 5% !important;
}
.discoverCoachingSection ul.slides {
    padding: 0;
}
.landingBannerOverlay.landingBannerOverlayMobile {
    height: auto;
    display:none !important;
}

.landingBannerOverlay.landingBannerOverlayMobile .vc_column-inner {
    padding-top: 0 !important;
}
.listing-sidebar label span {
    font-weight: 700;
    font-size: 20px;
}

.listing-sidebar label span.planTitleSpan {
    display: block;
    font-weight: 500;
}

.listing-sidebar label span.monthTitle {
    font-weight: 400;
    color: #bdbdbd;
}
.selectPlanItems li label {
    padding: 14px;
}
.selectPlanItems li label {
    padding: 14px;
    cursor: pointer;
}


.selectPlanItems li.plan_option input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.selectPlanItems li.plan_option input:checked ~ label {
    background: #ed7d31;
    color: #ffffff;
    border-color: #ed7d31;
}
.selectPlanItems li.plan_option input:checked ~ label span.monthTitle {
    color: #ffffff;
}
h3.sepratorHead {
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
    margin-top: 0;
}

h3.sepratorHead span {
    background: #f9f9f9;
    position: relative;
    padding: 0 35px;
    color: #848484;
    font-weight: 400;
    font-size: 18px;
}

h3.sepratorHead:before {
    content: "";
    border-bottom: 1px solid #cccccc;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    height: 1px;
}
.nm-header {
    border-bottom: 2px solid #dcdcdc;
}
#content {
    padding-top: 107px !important;
}
body.admin-bar #content {
    padding-top: 77px !important;
}
body.page-id-120832 div#content {
    padding-top: 15px !important;
}
.vc_row.landingBannerContainer {
    /*    min-height: 100vh !important;*/
    /*     padding-top: 107px !important; */
    background-position: center top !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
body.admin-bar .vc_row.landingBannerContainer {
    /*     padding-top: 77px !important; */
}

/* body.home header.nm-header,
body.page-id-121604 header.nm-header{
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
} */
header.nm-header{
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
}

.landingBannerContainer .wpb_column.vc_column_container .vc_column-inner {
    height: 100%;
}

.landingBannerContainer .wpb_column.vc_column_container  .vc_column-inner .wpb_wrapper {
    height: 100%;
}

.landingBannerContainer .wpb_column.vc_column_container  .vc_column-inner .wpb_wrapper .wpb_wrapper {
    height: auto;
}
ul#menu-nm-header-desktop > li.getStartedLink.current_page_item:before {
    display:none;
}
#ul_header .widget_nav_menu:nth-child(2) {
    padding: 40px 0 0 0;
    float: right;
}
body.single-job_listing .widget_listing_comments #add_comment_rating_wrap i {
    color: #e6b800 !important;
}
body.single-job_listing .single-rating > i {
    color: #e6b800 !important;
}

body.single-job_listing .widget_listing_comments .comment .review_rate > i {
    color: #e6b800 !important;
}
.testimonialMainContainer {
    padding-top: 2vw;
    padding-bottom: 2vw;
} 
#ul_header .widget_media_image {
    margin-right: 0;
}

.terms_checkbox_p{
    margin-left: 10px;
}
.woocommerce-checkout .woocommerce-message{
    display: none!important;
}
.cart__footer{
    padding: 0px;
}

.woocommerce-privacy-policy-text{
    margin-top: 20px;
}

body.woocommerce-account .profileAvatar h3, body.woocommerce-account nav.woocommerce-MyAccount-navigation ul{
    margin-left: 32px;
}

.single .widget_listing_comments .pixrating_title{
    line-height: 30px;
}

div#sidebar_booking {
    background: #f9f9f9;
}
.amelia-app-booking #am-step-booking .am-select-date .am-calendar-picker div, .amelia-app-booking .am-step-booking-catalog .am-select-date .am-calendar-picker div {
    color: red;
}
#sidebar_booking h4.listing_book_coach {
    text-align: center;
    font-weight: 700;
    text-transform: inherit;
    font-size: 20px;
}

#sidebar_booking h4.listing_book_coachName ,#sidebar_booking h5.listing_book_cost {
    text-align: center;
    font-size: 14px;
    text-transform: unset;
    color: #888888;
}


.modal-header .close{
      position: absolute;
    right: 15px;
    top: 17px;
    z-index: 99;
}
.modal-header{
           padding: 0px!important;
    border: 0px!important;
}
.cart_heading_pop{
    margin-bottom: 0px!important;
}
.cart__coupon {
    margin-top: 0!important;
}
.mCustomScrollbar {
    height: 505px!important;
}
.modal-footer{
    border: 0px!important;
}
.checkout_top h2, #checkoutModal .cart__footer, #wcp_message{
    margin: 0px!important;
}
.woocommerce-checkout .table--checkout.table--checkout.table--checkout{
    margin-top: 0px;
}
.woocommerce-checkout-review-order-table.cart > table td{
    padding: 0px;
}
.new-point-place-order #place_order {
    margin-top: 0px!important;
        height: 40px;
    line-height: 40px;
}
div#payment{
    margin-bottom: 10px!important;
}
.woocommerce-privacy-policy-text p{
    font-size: 13px!important;
     margin: 0px;
}

#checkoutModal .woocommerce-privacy-policy-text {
    margin-top: 5px!important;
}
div#payment, .new-point-place-order .new-point-inner-button{
    width: 65%!important;
}
.checkout_top h2{
    font-size: 23px;
}
.payment_methods.methods p{
    margin-left: 0px!important;
}

.page-template-signup-free-nm #nav_menu-15{
        display: none;
    }

.single-job_listing .entry-subtitle{
    color: #000!important;
    font-weight: 500!important;
}

.cart_point_box{
    width: 40%!important;
}

.page-id-68 .add_pont_submit_action .add_sm{
    width: 100%;
}

.page-id-68 div#add_point_box{
        margin-bottom: 15px;
}


.woocommerce-MyAccount-navigation ul li.is-active a{
    font-weight: 700;
}

.page-id-66 .page-header{
        border: none!important;
    margin: 0px!important;
    }

/* ------------------------------- Responsive Style Start -------------------------------- */
/*--------------------------- Responsive Css Start ------------------------------- */
/* ---- Mini Desktops ---- */


@media only screen and (min-width: 1700px) {
.woocommerce-edit-account .entry-content form input {
    min-width: 330px;
    width: 94%;
}

.page-id-68 fieldset {
    margin-left: -22px!important;
}
    #password_1, #password_2{
        width: 94%;
    }
    
}


@media only screen and (min-width: 1200px) and (max-width: 1366px) {
    body.woocommerce-account nav.woocommerce-MyAccount-navigation {
        padding-left: 98px;
    }
    .sm_level_col {
        width: 33.33%  !important;
    }

}

@media only screen and (max-width: 1024px){
    body.woocommerce-account .profileAvatar h3, body.woocommerce-account nav.woocommerce-MyAccount-navigation ul {
        margin-left: 32px;
        margin: 10px 0px 0px 13px;
    }
}



/*---- Ipad Landscape ----*/
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    body.woocommerce-account nav.woocommerce-MyAccount-navigation {
        padding-right: 20px;
        padding-left: 73px;
    }
    body.woocommerce-account .profileAvatar .myaccount__avatar {
        width: 80px;
    }
    body.woocommerce-account .profileAvatar h3 {
        font-size: 18px;
    }
    body.woocommerce-account nav.woocommerce-MyAccount-navigation ul {
        text-align: left;
    }
    body.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
        padding: 0rem;
    }
    body.woocommerce-account .woocommerce-MyAccount-content {
        padding: 10px 20px;
    }
    body .sm_my-account_level_row.pricingTableCustom .sm_level_col {
        width: 50%;
    }
    body .sm_pricingtable_description p {
        font-size: 14px;
    }
    body .popup-wrapper.sm_plan_wraper {
        width: 80%;
    }
    body .sm-control {
        width: 100%;
    }
    .yourCurrentPlan {
        width: 40%;
    }
    div#add_point_box {
        width: 60%;
    }
    .point_field_item {
        padding-right: 30px;
    }
    body .add_pont_submit_action {
        display: inline-block;
        width: 100%;
        padding-right: 33%;
    }
    body form.woocommerce-checkout {
        margin: 0;
    }
    .woocommerce-checkout-payment, .woocommerce-checkout .cart {
        margin-left: 0;
    }
    body div#payment {
        width: 100%;
        margin: 0;
    }
    body .booking_store_data_table {
        width: 100%;
        padding: 0;
    }
}

/*---- Ipad Portrait ----*/
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    body.woocommerce-account nav.woocommerce-MyAccount-navigation {
        padding-right: 20px;
        padding-left: 20px;
    }
    body.woocommerce-account .profileAvatar .myaccount__avatar {
        width: 80px;
    }
    body.woocommerce-account .profileAvatar h3 {
        font-size: 18px;
    }
    body.woocommerce-account nav.woocommerce-MyAccount-navigation ul {
        text-align: left;
    }
    body.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
        padding: 0rem;
    }
    body.woocommerce-account .woocommerce-MyAccount-content {
        padding: 10px 20px;
    }
    body .sm_my-account_level_row.pricingTableCustom .sm_level_col {
        width: 50%;
    }
    body .sm_pricingtable_description p {
        font-size: 14px;
    }
    .woocommerce-account.logged-in .myaccount__flex {
        display: block;
    }
    body .popup-wrapper.sm_plan_wraper {
        width: 80%;
    }
    body .sm-control {
        width: 100%;
    }
    .yourCurrentPlan {
        width: 40%;
    }
    div#add_point_box {
        width: 60%;
    }
    .point_field_item {
        padding-right: 30px;
    }
    body .add_pont_submit_action {
        display: inline-block;
        width: 100%;
        padding-right: 33%;
    }
    body form.woocommerce-checkout {
        margin: 0;
    }
    .woocommerce-checkout-payment, .woocommerce-checkout .cart {
        margin-left: 0;
    }
    body div#payment {
        width: 100%;
        margin: 0;
    }
    body .booking_store_data_table {
        width: 100%;
        padding: 0;
    }
    .discoverCoachingContent h3 {
        font-size: 18px;
        line-height: 36px;
    }
    body .discoverCoachingCol {
        width: 50%;
    }
}



/*---- Mobile All Portrait ----*/
@media only screen and (max-width: 767px) and (orientation:portrait) {}

/*---- Mobile All Landscape ----*/
@media only screen and (max-width: 767px) and (orientation:landscape) {}

/*---- Mobile All Portrait + Landscape ----*/
@media only screen and (max-width: 767px) {
    
    .vc_custom_heading.sectionMainTitle{
        margin-top: 0px!important;
    }
    
   .page-id-76052 #main {
    padding-top: 0px !important;
}
    
    form.pmpro_form label{
        font-size: 13px!important;
    }
    
    .pmp_chek_head{
        padding: 0px 20px;
    }
    
    .pmp_chek_head h3{
        margin-top: 0px!important;
    }
    
    div#pmpro_level-3{
        padding: 10px 20px!important;
    }
    .my_account_page_head{
        padding: 16px!important;
    }
    
    .my_account_page_head h3 {
    margin-top: 0;
    font-weight: bold;
    margin-bottom: 0px;
    font-size: 23px;
        text-align: center;
}

    .single-job_listing .single_job_listing .grid{
        margin-left: 0px;
    }
    .single-job_listing .single_job_listing {
        padding-left: 56px;
        padding-right: 0px;
    }
    body .popup-wrapper.sm_plan_wraper {
        width: 90%;
    }
    body .sm-control {
        width: 100%;
    }

    body.woocommerce-account nav.woocommerce-MyAccount-navigation {
        width: 100%;
        min-height: auto;
        padding-right: 20px;
        padding-left: 20px!important;
        padding-bottom: 20px;
    }
    body.woocommerce-account .profileAvatar h3 {
        float: none;
        display: table-cell;
        vertical-align: middle;
        width: auto;
        text-align: left;
        padding-left: 20px;
        font-size: 18px;
    }
    .woocommerce-account.logged-in .myaccount__avatar {
        width: 75px;
        display: table-cell;
    }
    body.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
        padding-left: 0;
        padding: 0;
    }
    .profileAvatar {
        display: table;
    }
    body.woocommerce-account .woocommerce-MyAccount-content {
        width: 100%;
        padding: 0px 30px 40px 30px;
        min-height: inherit;
    }
    .profileAvatar {
        display: table;
        width: auto;
        margin: 0 auto;
    }
    form#add_point_form {
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        flex-direction: column;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
    }
    .yourCurrentPlan {
        order: -1;
        -webkit-order: -1;
        margin-bottom: 15px;
        margin-top: 15px;
        width: 100%;
    }
    body .add_more_points-info {
        width: 100%;
    }
    body .point_field_item {
        width: 100%;
        padding-right: 0;
    }
    body .add_pont_submit_action {
        width: 100%;
    }
    body .add_pont_submit_action .add_sm {
        width: 100%;
    }
    body.woocommerce-account nav.woocommerce-MyAccount-navigation ul {
        text-align: left;
    }
    div#add_point_box {
        width: 100%;
        float: left;
    }
    body .myaccount_billing_box .billing_col {
        width: 100%;
        margin-bottom: 25px;
    }
    .woocommerce-account .membership_bot_btn a {
        display: block;
    }
    body .sm_my-account_level_row.pricingTableCustom .sm_level_col {
        width: 100%;
    }
    h2.revew_head {
        font-size: 22px !important;
    }
    h3.planNames {
        font-size: 24px;
    }
    .membershipPlanPopup h5 {
        font-size: 16px;
    }
    a.plan-change {
        font-size: 16px;
    }
    
    body .entry-content table:not(.cart-totals):not(.ui-datepicker-calendar) td, 
    body #job-manager-job-dashboard table td {
        display: inline-block;
        width: 100%;
    }
    body form.woocommerce-checkout {
        margin: 0;
        display: inline-block;
        width: 100%;
    }
    .woocommerce-checkout-payment, .woocommerce-checkout .cart {
        margin-left: 0;
    }
    body div#payment {
        width: 100%;
        margin: 0;
    }
    body .booking_store_data_table {
        width: 100%;
        padding: 0;
    }
    body .new-point-place-order {
        padding: 0;
    }
    body .new-point-place-order .new-point-inner-button {
        width: 100%;
    }
    body .woocommerce-mobile-place-order {
        padding-left: 0;
    }
    body input#place_order {
        margin-top: 15px;
    }
    body.woocommerce-cart .page-title, body.woocommerce-checkout .page-title {
        font-size: 25px;
    }
    body .help-tip span {
        left: 50%;
        margin-left: -120px;
        width: 240px;
    }
    .wc-bookings-date-picker .ui-datepicker table {
        display: table;
    }

    .cancale_box_my_account {
        width: 100% !important;
    }
    .sm_pricing_checkout_button a {

        width: 100% !important;

    }
    .cancale_box_my_account .cancel_member_chk_btn {

        width: 100% !important;
    }
    button#cancel_reason_submit {
        width: 100% !important;

    }
    .modal-container.point_adding_popup #modal-toggle.active ~ .modal-content, .modal-container.point_adding_popup #modal-toggle:checked ~ .modal-content {
        max-width: 95% !important;
        width: 100% !important;
        height: auto !important;
    }
    .booking_store_data_table table th {
        width: 100% !important;
        display: block !important;
    }
    .payment_methods.methods p {
        margin-left: 0;

    }

    div#pmpro_level-1, div#pmpro_level-2, div#pmpro_level-3, div#pmpro_level-4, div#pmpro_level-5, div#pmpro_level-6 {
        position: relative;
        min-width: 100% !important;
        float: left;
        padding-top: 50px;
        padding-left: 20px;
        padding-bottom: 50px;
        background-color: #f5f5f5;
        padding-right: 20px;
        display: inline-block;
    }
    .checkout_main_div {
        max-width: 100%;
        display: table;

    }
    .extra_checkout_info {
        max-width: 100% !important;
        width: 100% !important;
        padding-left: 10px !important;

        padding-right: 10px !important;
    }

    .pmpro_checkout-fields div {
        width: 100% !important;
    }
    .terms_checkbox_p{
        font-size:12px; 
    }

    div#add_point_box{
        margin-top: 20px;
    }

    #payment label {
        font-size: 13px;
    }
    .woocommerce-edit-account .entry-content form{
        padding-top: 20px;
    }
    .my_billing_history h3{
        margin-top: 0px;
    }
    
   
    .booking_in_cart p{
        width: 100% !important;
            margin-bottom: 10px !important;
    }
    
    body.woocommerce-account nav.woocommerce-MyAccount-navigation ul{
        padding-left: 82px;
    }
    
    .my_account_bookings tr, #my-account-orders tr{
        padding-bottom: 50px!important;
    }
    
    .page-id-3180 .page-header, .page-id-66 .page-header{
        border: none!important;
    }
    
    .page-id-66 .page-header{
        margin: 0px!important;
    }
    
    .wc-proceed-to-checkout, .order-total.extra_cart_total{
        text-align: center!important;
    }
}


/* ---- Mini Desktops ---- */
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
    .jobAction a.linkStyle {
        margin: 8px 0;
        font-size: 14px;
    }
    .jobAction a.buttonStyle {
        font-size: 14px;
        padding: 8px 10px;
    }
    .jobListingBlock {
        padding: 25px 15px;
    }
    .landingBannerOverlay h3 {
        margin: 0 0 3px 0 !important;
        font-size: 18px;
    }
    .landingBannerOverlay .wpb_column .headerBottomTitle:before {
        width: 30px;
    }
    .landingBannerOverlay p {
        font-size: 14px;
    }
}

/*---- Ipad Landscape ----*/
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    .landingBannerTitle h2 {
        font-size: 35px;
        line-height: 40px;
    }
    .landingBannerOverlay h3 {
        margin: 0 !important;
        font-size: 16px;
    }
    .landingBannerOverlay p {
        font-size: 13px;
        line-height: 15px;
    }
    .landingBannerOverlay .wpb_column .headerBottomTitle:before {
        width: 35px;
        height: 60px;
    }
    .jobAction a.linkStyle {
        display: block;
        text-align: center;
    }

    a.buttonStyle {
        display: block;
        float: none;
        width: 100%;
        text-align: center;
    }
    .headingSections h1.vc_custom_heading {
        width: 46vw;
    }
    .jobListingCol {
        padding-left: 8px;
        padding-right: 8px;
    }
    .jobListingBlock {
        padding: 15px;
    }
    span.startRatingPoint {
        padding: 0px 14px;
        line-height: 18px;
    }
    .footerTop {
        padding: 5vw 3vw 5vw 3vw;
    }
    #ul_header .menu-item.wp-login a {
        display: inline;
        padding: 0;
        border-radius: inherit;
        border: initial;
    }
    body ul.catBannerPoints li:before {
        background-size: 25px;
    }
    .banner-area-inner {
        width: 73%;
    }
    .jobProfileContent {
        padding-right: 40px;
    }
    .discoverCoachingContent h3 {
        margin: 0;
        font-size: 16px;
        line-height: 34px;
    }
}

/* Portrait */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
    .sliderTop {
        /*height: 78vh;*/
    }
    .landingBannerOverlay {
        /*height: 14vh;*/
    }
}

/* Landscape */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
    .sliderTop {
        /*height: 70vh;*/
    }
    .landingBannerOverlay {
        /*height: 19.5vh;*/
    } 
}


@media only screen and (min-width: 992px) and (max-width: 1023px) {
    .sliderTop {
        /*height: 70vh;*/
    }
    .landingBannerOverlay {
        /*        height: 19.5vh;*/
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sliderTop {
        /*        height: 70vh;*/
    }
    .landingBannerOverlay {
        /*        height: 19.5vh;*/
    }


}

/*---- Ipad Portrait ----*/
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .landingBannerTitle h2 {
        font-size: 35px;
        line-height: 40px;
    }
    .landingBannerSubtitle p {
        font-size: 16px;
        font-weight: 400;
    }
    .landingBannerOverlay .wpb_column {
        padding-left: 28px;
        padding-right: 20px;
    }
    .landingBannerOverlay .wpb_column .headerBottomTitle:before {
        left: -35px;
        width: 25px;
        height: 60px;
    }
    .landingBannerOverlay h3 {
        font-size: 14px;
    }
    .landingBannerOverlay p {
        font-size: 12px;
    }
    .discoverCoachingCol {
        width: 50%;
    }
    body .jobListingCol {
        width: 50%;
    }
    .howItWorksSection .wpb_column .wpb_content_element h2 {
        font-size: 22px;
    }
    .headingSections h1.vc_custom_heading {
        width: 56vw;
    }
    .footerTop {
        padding: 5vw 3vw 5vw 3vw;
    }
    .footerTopBlock {
        width: 50%;
    }
    .footerTopBlock:nth-child(3n) {
        clear: both;
    }
    #ul_header .menu-item.wp-login a {
        display: inline;
        padding: 0;
        border-radius: inherit;
        border: initial;
    }
    .banner-area-inner {
        width: 75%;
    }
    body ul.catBannerPoints li:before {
        background-size: 22px;
    }
    .sm_cat_filter li {
        width: 25%;
    } 
    .grid.list.job_listings {
        margin: 0;
    }
    .jobContentHeading {
        display: inline-block;
        width: 100%;
    }
    .jobProfileContent .jobRating {
        display: inline-block;
        width: 100%;
        text-align: left;
    }
    .jobContentTop .jobRating span {
        margin-left: 0;
    }
    .jobProfileImage {
        width: 25%;
        vertical-align: top;
    }
    .jobProfileImage img {
        height: 180px;
        width: 180px;
    }
    .jobProfileContent {
        padding-right: 35px;
    }
    .jobProfileAction {
        margin-top: 10px;
    }
}

/*---- Mobile All Portrait ----*/
@media only screen and (max-width: 767px) and (orientation:portrait) {}

/*---- Mobile All Landscape ----*/
@media only screen and (max-width: 767px) and (orientation:landscape) {}

@media only screen and (max-width:899px){
    .widget_listing_sidebar_hours .schedule {
        width: auto;
        display: table;
        margin: 0 auto;
    }
    .listing-sidebar.listing-sidebar--bottom {
        border-top: 0;
    }
    .single-job_listing .entry-subtitle {
        font-weight: 600 !important;
    }
    .single-job_listing .entry-header:before {
        border-bottom: 0;
    }
}
@media only screen and (max-width:1139px){
    body .mo-ov {
        height: auto !important;
        min-height: auto !important;
        padding-bottom: 25px !important;
        background: #014b5b;
        position: relative;
    }
    body .mo-ov a {
        color: #ffffff;
    }
    body .mo-ov a:hover {
        color: #ffffff;
    }
    body .mo-ov-close {
        border: 1px solid #fff;
        color: #fff;
    }
    body ul.sub-menu {
        display: table;
        position: static;
        background: transparent;
        border: 0;
        width: auto;
        padding: 0 0 0 85px;
        margin: 0 auto;
    }
    body .mo-ov ul.sub-menu li.menu-item {
        position: relative;
        text-align: left;
        padding: 5px 0;
    }

    body .mo-ov ul.sub-menu li.menu-item:before {
        content: "";
        position: absolute;
        left: -15px;
        top: 12px;
        color: #ffffff;
        border-bottom: 1px solid #ffffff;
        width: 7px;
        height: 1px;
    }

    body .mo-ov ul.sub-menu li.menu-item a {
        font-size: 14px;
        font-weight: 400;
    }

    body .mo-ov li.menu-item a {
        font-weight: 600;
        font-size: 14px;
    }
    body .mo-ov .menu-item {
        padding: 5px 0;
    }
    .landingBannerOverlay h3 {
        margin: 4px 0 4px 0 !important;
    }
    body .mo-ov .mo-boxed {
        background: #3ca235;
        padding: 8px;
    }
    #ul_header .widget_nav_menu:nth-child(2) {
        padding: 12px 0px;
    }
}

@media only screen and (max-width: 991px) {


    .product__remove a.remove{
        margin: 0px;
        position: relative;
        background: #0c4450;
        color: #fff!important;
        font-size: 25px;
        padding: 0px;
        width: 20px;
        height: 20px;
        top: -84px;
        left: -8px;
        line-height: 16px;
        text-align: center;
        border-radius: 50px;
    }


    .modal{
        margin: 0px 15px;
        top: 50px!important;
    }

    .page-id-3180 .product__thumbnail{
        margin-bottom: 20px;
    }
    #payment{
        padding: 15px;
    }

    .cart__after-total .total{
        display: inherit!important;
    }

    body.woocommerce-account nav.woocommerce-MyAccount-navigation {
        padding-right: 20px;
        padding-left: 50px;
    }
    .myaccount__content{
        margin-bottom: 20px;
    }

    .single-job_listing .single_job_listing .grid{
        margin: 0px!important;
    }

    .listing-sidebar--bottom .widget{
        margin: 0px!important;
    }
    .single-job_listing .single_job_listing .grid__item{
        padding-left: 0px;
        padding-right: 20px;
    }

    .listing-sidebar--main .widget, .listing-sidebar--top .widget, .listing-sidebar--bottom, .listing-sidebar--bottom .widget, .widget_listing_sidebar_claim_listing.is--independent{
        margin-left: 0px!important;
        margin-right: 0px!important
    }
    .single-job_listing .single_job_listing{
        padding-right: 0px;
        padding-left: 17px;
    }
    .single .entry-content {
        max-width: 100%!important;
    }

    .single-job_listing .nav-links{
        padding-left: 40px;
    }

 .product__title{
        margin-top: 15px!important;
    }
    
    .have_point_box, .new-point-place-order .new-point-inner-button, div#payment{
        width: 100%!important;
            margin-top: 10px;
    }
    
   .new-point-place-order{
        padding: 0px;
    }
}


/*---- Mobile All Portrait + Landscape ----*/
@media only screen and (max-width: 767px) {
    body .landingBannerOverlay {
        display: none !important;
    }
    .sliderTop {
        height: auto;
        margin-bottom: -1px;
    }
    span.desktop_dot {
        display: none !important;
    }
    a.mobile_more {
        display: inline-block !important;

    }
    .jobRating.no_rating {
        display: none !important;
    }
    .landingBannerContent  .vc_column-inner {
        padding: 35px 35px 15px 35px !important;
    }
    .landingBannerTitle h2 {
        font-size: 30px;
        line-height: 36px;
        text-align: center;
    }
    .landingBannerContent {
        text-align: center;
        background: #ffffff;
    }
    .vc_row.landingBannerContainer {
        min-height: auto !important;
        padding-top: 0 !important;
    }
    body.home header.nm-header {
        position: static;
    }
    body .landingBannerContainer {
        align-content: flex-end !important;
        background-position: center right !important;
    } 
    .headingSections h1.vc_custom_heading {
        width: 58vw;
    }
    h3.vc_custom_heading.testimonialSubtitle {
        font-size: 16px !important;
    }
    .testimonialMainContainer {
        display: none;
    }
    .footerTop {
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        flex-direction: column;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        padding: 10vw 5vw 2vw 5vw;
    }

    .footerTopBlock.ftb4 {
        order: -1;
        -webkit-order: -1;
    }
    .footerTopBlock {
        width: 100%;
        padding: 0;
        margin-bottom: 30px;
        text-align: center;
    }
    .footerTopBlock.ftb2, .footerTopBlock.ftb3 {
        display: none;
    }
    .footerBottom {
        width: 100%;
        padding: 35px 0;
        padding: 10vw 5vw;
    }
    .footerBottomLeft {
        width: 100%;
        text-align: center;
    } 
    .footerBottomRight {
        width: 100%;
        text-align: center;
        margin-top: 40px;
    }
    .individualCoachingContent:before {
        content: "";
        position: absolute;
        bottom: 4px;
        left: 0;
        right: 0;
        border-bottom: 1px solid #014b5b;
        width: 60%;
        margin: auto;
        z-index: 9;
    }
    body .siteButtonStyle button {
        width: auto !important;
        margin: 0 auto;
    }
    body .discoverCoachingCol {
        width: 100%;
        padding: 0 10px !important;
    }
    body .jobListingCol {
        width: 100%;
        padding: 0 8px !important;
    }
    .jobListingRow {
        margin: 0;
        padding: 0 25px;
    }
    .discoverCoachingSection {
        margin: 0;
        padding: 0 25px;
    }
    .jobAction a.linkStyle {
        margin: 5px 0;
        font-size: 12px;
    }
    .jobAction a.buttonStyle {
        font-size: 12px;
        padding: 5px 8px;
    }
    .discoverCoachingSection.flexslider {
        border: 0;
        padding: 40px 40px 0 40px;
    }
    .discoverCoachingSection .flex-direction-nav li,
    .jobListingContainer  .flex-direction-nav li {
        position: initial;
    }
    .discoverCoachingContent p {
        display: none !important;
    }
    .discoverCoachingInnerBlock {
        padding: 170px 25px 25px 25px;
        margin-bottom: 40px !important;
    }
    .discoverCoachingSection .flex-viewport {
        padding-bottom: 40px;
    }
    .discoverCoachingContent {
        bottom: -30px;
        padding: 10px 10%;
        width: 80%;
    }
    .discoverCoachingContent h3 {
        font-size: 19px;
        line-height: 23px;
    }
    .discoverCoachingAction a.customBGButton.withDubbleArrow {
        margin-top: 10px;
        padding: 10px 50px;
    }

    body .flex-direction-nav a {
        background: url(../listable-child-master/images/sliderArrow.png);
        font-size: 0 !important;
        width: 36px;
        height: 60px;
        background-repeat: no-repeat;
        background-size: 125px;
        top: 0;
        bottom: 40px;
        margin: auto !important;
    }
    body .flex-direction-nav a.flex-next {
        background-position: -89px 0;
    }

    body .flex-direction-nav a::before {
        font-size: 0 !important;
    }

    body .flex-direction-nav .flex-next, 
    body .flexslider:hover .flex-direction-nav .flex-next {
        right: -18px !important;
    }
    body .flex-direction-nav .flex-prev, 
    body .flexslider:hover .flex-direction-nav .flex-prev {
        left: -18px !important;
    }

    .discoverCoachingSection .owl-controls .owl-buttons div,
    .jobListingContainer .jobListingRow .owl-controls .owl-buttons div{
        background: rgba(255, 255, 255, 0) url(../listable-child-master/images/sliderArrow.png) !important;
        font-size: 0 !important;
        width: 36px;
        height: 60px;
        background-repeat: no-repeat;
        background-size: 125px !important;
        top: 0;
        bottom: 0;
        margin: auto !important;
        opacity: 1 !important;
        position: absolute; 
    }

    .discoverCoachingSection  .owl-controls .owl-buttons .owl-next ,
    .jobListingContainer .jobListingRow .owl-controls .owl-buttons .owl-next {
        background-position: -89px 0 !important;
        right: -18px !important;
    }
    .discoverCoachingSection  .owl-controls .owl-buttons .owl-prev ,
    .jobListingContainer .jobListingRow .owl-controls .owl-buttons .owl-prev {
        left: -18px !important;
    }


    .vc_custom_heading.sectionMainTitle {
        font-size: 17px !important;
        line-height: 30px;
        margin-top: 25px;

    } 
    .howItWorksSection .wpb_column .wpb_content_element h2 {
        font-size: 22px;
    }
    body section.jobListingContainer.flexslider {
        border: 0;
        border-radius: 0;
        margin: 0;
        padding: 0 30px;
        background: transparent;
    }

    body section.jobListingContainer.flexslider .flex-direction-nav li {
        padding: 0;
        list-style-type: none;
    }

    body section.jobListingContainer.flexslider ul.flex-direction-nav {
        margin: 0;
    }

    body section.jobListingContainer.flexslider li.jobListingCol {
        padding: 0 !important;
    }
    .jobListingBlock {
        margin-bottom: 0;
        padding: 15px;
        margin-top: 70px;
    }
    .landingBannerOverlay.landingBannerOverlayMobile {
        display:block !important;
    }
    .landingBannerOverlay.landingBannerOverlayMobile .wpb_column .headerBottomTitle:before {
        width: 28px;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 40px;
    }
    .landingBannerOverlay.landingBannerOverlayMobile h3 {
        font-size: 18px;
    }

    .landingBannerOverlay.landingBannerOverlayMobile > .wpb_column {
        display: table !important;
        width: auto !important;
        margin: 0 auto;
        padding: 0;
    }
    body .onlineCoachingBottomSection {
        display: none;
    }

    body .findSectionContainer {
        background: #014b5b url(../listable-child-master/images/findMobileBG.png) !important;
        background-position: center center !important;
        background-size: 105% !important;
        background-repeat: no-repeat !important;
    }
    body .innerPageHead {
        background-image: url(../listable-child-master/images/findMobileBG.png) !important;
        background-position: center center !important;
        background-size: 100% !important;
        background-color: #014b5b;
    }
    .banner-area-inner {
        width: 100%;
    }
    body ul.catBannerPoints li:before {
        background-size: 18px;
        top: 6px;
    }
    ul.catBannerPoints {
        display: table;
        margin: 0 auto;
        width: auto;
    }
    body ul.catBannerPoints li {
        font-size: 15px;
        margin-bottom: 0;
        display: block;
        text-align: left;
        padding-left: 28px;
    }
    section.smbanner-area {
        padding: 25px 0;
    }
    .sm_cat_filter li {
        width: 90%;
        margin: 5px !important;
    }
    .sm_cat_filter ul {
        margin: 5px 0px 18px 0;
    }
    .jobProfileImage {
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .jobProfileContent {
        display: inline-block;
        width: 100%;
        padding: 20px 0 0 0;
    }
    .jobContentTop {
        display: inline-block;
        width: 100%;
    }
    .jobContentHeading {
        display: inline-block;
        width: 100%;
    }
    .jobProfileContent .jobRating {
        display: inline-block;
        width: 100%;
        vertical-align: bottom;
        text-align: left;
    }
    body.page-id-19672 .jobRating span, 
    body.page-id-19672 .jobRating span i {
        font-size: 16px;
    }
    .grid.list.job_listings {
        margin: 0;
    }
    .jobListingItem {
        padding-right: 30px;
        padding-left: 30px;
        border-bottom: 1px solid #cccccc;
        margin-bottom: 25px;
        padding-bottom: 20px;
    }
    h3.sepratorHead {
        margin-top: 0;
    }
    body .innerPageHead h2.vc_custom_heading {
        font-size: 25px !important;
    }

    body .innerPageHead p {
        font-size: 14px !important;
    }

    body .innerPageHead  .siteButtonStyle {
        margin-bottom: 0;
    }

    h3.sepratorHead {
        margin-top: 0;
    }
    body a.customBGButton {
        font-size: 14px;
        padding: 10px 25px;
    }
    .innerPageHead {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .jobProfileDescription p {
        /* overflow: hidden;
         text-overflow: ellipsis;
         display: -webkit-box;
         -webkit-line-clamp: 6;
         -webkit-box-orient: vertical;*/
    }
    body .jobProfileAction a {
        padding: 6px 10px;
        font-size: 12px;
        margin-bottom: 10px;
        float: left;
    }
    body .jobProfileAction a.seeDetailsOutLine {
        margin-left: 8px;
    }
    .discoverCoachingSection ul {
        margin: 0;
    }
    span.startRatingPoint {
        margin: 0;
    }
    .jobRating span {
        font-size: 10px;
        margin-left: 0;
        margin-right: 10px;
    }
    .jobRating i {
        font-size: 11px;
    }
    a.catFilterAction {
        display: inline-block !important;
        border: 2px solid #c1c1c1;
        color: #5A5A5B !important;
        padding: 12px 8px;
        width: 90%;
        border-radius: 5px;
        line-height: normal;
        font-family: 'Montserrat';
        position: relative;
        font-weight: 500;
    }

    a.catFilterAction:before {
        content: "";
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #5a5a5a;
        position: absolute;
        right: 8px;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    ul.catFilterList {
        display: none;
    }

    ul.catFilterList li {
        margin: 0 !important;
        padding: 0 !important;
    }

    ul.catFilterList li a {
        border: 0;
        padding: 8px;
    }

    .sm_cat_filter {
        padding-bottom: 20px;
    }
    .jobProfileSubTitle a {
        color: #162F40;
    }
    div#listing_sidebar_products-4 {
        display: table;
        width: 95%;
        margin: 0 auto;
        border: 1px solid #0e161633;
    }

    body.admin-bar.home #content{
        padding-top: 0px!important;
    }
    .home #content{
        padding-top: 0px!important;
    }

    h2{
        font-size: 28px!important;
        line-height: 36px!important;
    }
    body .pricing-accordion{
        padding: 0px!important;
    }
    .pricing-accordion h4{
        line-height: 27px!important;
    }
    .pricing-accordion .vc_tta-panel-title a i{
        right: 15px!important;
    }
    h1{
        font-size: 30px!important;
    }
    span.pointPrice{
        font-size: 15px;
    }
}

a.over_link {
    left: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.jobAction a.buttonStyle {

    z-index: 9;
    position: relative;
}



#sidebar_booking form.el-form.am-confirm-booking-form.el-form--label-top .am-confirmation-booking-cost {
    display: none;
}

#sidebar_booking form.el-form.am-confirm-booking-form.el-form--label-top .el-form-item {
    display: none;
}

#sidebar_booking .amelia-app-booking #am-step-booking.am-active-confirm .am-confirm-booking, #sidebar_booking .amelia-app-booking .am-step-booking-catalog.am-active-confirm .am-confirm-booking {
    min-height: 570px;
}

#sidebar_booking .amelia-app-booking #am-step-booking.am-active-confirm .am-select-date, #sidebar_booking .amelia-app-booking .am-step-booking-catalog.am-active-confirm .am-select-date {
    min-height: 570px !important;

}

.nm-header {

    z-index: 99;

}

.woocommerce-table--order-details td.woocommerce-table__product-name.product-name hr {
    display: none;
}

.dataTables_wrapper .pagination>li {
    display: inline !important;
}

.my_account_page_head h3 {
    margin-top: 0;
}

.my_account_page_head {
    background-color: #f6f6f6;
    padding: 20px;
}
.dataTables_wrapper .page-item.active .page-link {
    background-color: #024b5b !important;
    border-color: #024b5b !important;
}

body.woocommerce-account.woocommerce-lost-password .entry-content {
    max-width: 50% !important;
    padding: 0 !important;
}

form.woocommerce-ResetPassword.lost_reset_password {
    margin-top: 50px;
}

.my_billing_history {
    float: left;
    width: 100%;
}

.pmp_chek_head {
    margin: auto;
    max-width: 1000px;
    margin-bottom: 30px;
}

div#pmpro_billing_address_fields hr {
    display: none;
}

#pmpro_billing_address_fields {
    padding-top: 10px;
}

a.skip_phone {
    margin-top: 20px;
    display: block;
    color: #333;
}

button.skip_phone {
    font-weight: 600 !important;
    background-color: transparent !important;
    color: #333 !important;
    margin-top: 20px;
}

.grecaptcha-badge {
    display: none !important;
}

.variation-AddCredits {
    display: inline-block;
}

/*.page-id-66 header.page-header h1.page-title {
    display: none;
}
*/
/*.page-id-3180 header.page-header h1.page-title {
    display: none;
}*/
.page-id-66 .cart_heading_pop {
    display: none;
}
.page-id-3180 .checkout_top {
    display: none;
}
.product__thumbnail img {
    display: block !important;
}

.woocommerce-mobile-place-order {
    display: none !important;
}

.checkout_top {
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .wc-proceed-to-checkout {
        float: none !important;
        width: 100% !important;

    }

    .modal-dialog {

        width: 100% !important;

    }

    .modal-dialog {
        margin: 0 !important;
    }

    .sessions_top p {
        width: 100% !important;
    }
    .cart_point_box {
        margin: auto;
        width: 100% !important;
    }

    .modal-content {
        position: relative !important;
    }
    form.woocommerce-form.woocommerce-form-login.login {

        width: 90% !important;
    }
    body.woocommerce-account.woocommerce-lost-password .entry-content {
        max-width: 90% !important;

    }
}


.single-job_listing .entry-subtitle {
    font-size: 16px;
}

.woocommerce-cart-form th.product-quantity, .woocommerce-cart-form .product__quantity {
    display: none;
}
.variation-AppointmentInfo p strong {
    display: block;
}
.variation-AppointmentInfo p {
    float: left;
    display: inline-block;
    width: 50%;
}

.have_point_box div strong {
    font-weight: normal;
}

.have_point_box div {
    margin: 0;
    font-weight: normal;
}

.have_point_box {
    float: left;
    width: 40%;
}

.have_point_box h4 {
    margin-top: 0;
    font-weight: 600;
}

.woocommerce-privacy-policy-text {
    margin-top: 20px;

    text-align: center;
}

.cart_heading_pop p {
    margin: auto;
    margin-top: 20px;
    width: 50%;
}

.my_billing_history nav#nav-below {
    display: none !important;
}

.my_billing_recent_charge {
    float: left;
    width: 100%;
}
.my_account_page_head {
    margin-bottom: 20px;
}

.signup_main_div .nsl-container-buttons {
    align-items: center !important;
}

#nsl-custom-login-form-1 .nsl-container {
    display: block !important;
}

#colorbox a.lost-p {
    display: block;
    position: relative;
    right: auto;
    bottom: auto;
}

.product__metadata .variation-AppointmentInfo {
    display: none;
}
.booking_in_cart p b {
    display: block;
    width: 100%;
}
.booking_in_cart p {
    float: left;
    display: inline-block;
    width: 33%;
}

.woocommerce .product__content {
    width: 100%;
}

ul.variation > li {
   
    width: 100%;
}
ul.variation > li {
    padding-left: 50px !important;
    width: 100%;
    padding: 0;
}

a.user_booking_status {
  /* background-color: #f00; */
    /* color: #fff !important; */
    padding: 2px 10px;
    font-weight: 600;
    text-decoration: underline !important;
}

.page-template-thankyou_booking {
        background-color: #fff !important;
}

.page-template-thankyou_booking .thanks_msg {
    width: 50%;
    margin: auto;
    padding: 50px 0;
}
a.user_booking_status {
    padding: 1px 10px;
    border: 1px solid;
    text-decoration: none !important;
}
 html #wpadminbar {
    display: none !important;
}

.cta_mobile {
    display: none;
}
span.pmpro_checkout-h3-msg {
    display: none;
}
@media only screen and (max-width: 767px) {
 .page-template-thankyou_booking .thanks_msg {
    width: 100%;
    padding: 10px;
  }
  .thanks_msg p {
    width: 100%;
  }
  html #wpadminbar {
    display: none !important;
}

.cart_heading_pop p {
    width: 100%;
}

.woocommerce-cart-form td.product__price {
    display: none !important;
}

.woocommerce-cart-form td.product__quantity {
    display: none !important;
}
.page-header {
    margin: 0px 0 20px !important;
}

.page-header:not(.has-featured-image) {
    padding: 0.5rem 1rem 1.5rem !important;
}

.cta_mobile {
    display: block;
}

.cta_desktop {
    display: none !important;
}
}

.jr-pgv-hero,
.jr-pgv-hero * {
  box-sizing: border-box;
}

.jr-pgv-hero {
  background: #ffffff;
  color: #172033;
  font-family: "Open Sans", Arial, sans-serif;
  padding: 72px 20px 64px;
}

.jr-pgv-hero__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.jr-pgv-hero__top {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.18fr);
  gap: 56px;
  align-items: center;
}

.jr-pgv-hero__kicker,
.jr-pgv-hero__video-label,
.jr-pgv-glance__heading p {
  margin: 0 0 16px;
  color: #B07D21;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.jr-pgv-hero h1 {
  margin: 0 0 22px;
  color: #06172B;
  font-size: clamp(42px, 5vw, 64px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 800;
}

.jr-pgv-hero__intro {
  margin: 0 0 30px;
  max-width: 560px;
  color: #5B6470;
  font-size: 19px;
  line-height: 1.65;
  font-weight: 400;
}

.jr-pgv-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.jr-pgv-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 15px 24px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none !important;
  transition: all 0.2s ease;
}

.jr-pgv-btn--primary {
  background: #B07D21;
  border: 1px solid #B07D21;
  color: #ffffff !important;
}

.jr-pgv-btn--primary:hover {
  background: #946817;
  border-color: #946817;
  color: #ffffff !important;
}

.jr-pgv-btn--secondary {
  background: #ffffff;
  border: 1px solid #06172B;
  color: #06172B !important;
}

.jr-pgv-btn--secondary:hover {
  background: #06172B;
  color: #ffffff !important;
}

.jr-pgv-hero__video-wrap {
  width: 100%;
}

.jr-pgv-hero__video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #FAF8F4;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 22px 50px rgba(6, 23, 43, 0.12);
}

.jr-pgv-hero__video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.jr-pgv-glance {
  margin-top: 54px;
  padding: 34px;
  background: #FAF8F4;
  border: 1px solid rgba(6, 23, 43, 0.08);
  border-radius: 16px;
}

.jr-pgv-glance__heading p {
  margin-bottom: 24px;
  color: #06172B;
}

.jr-pgv-glance__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(6, 23, 43, 0.1);
  border-left: 1px solid rgba(6, 23, 43, 0.1);
}

.jr-pgv-glance__item {
  padding: 24px;
  background: rgba(255,255,255,0.55);
  border-right: 1px solid rgba(6, 23, 43, 0.1);
  border-bottom: 1px solid rgba(6, 23, 43, 0.1);
}

.jr-pgv-glance__item h3 {
  margin: 0 0 8px;
  color: #06172B;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 700;
}

.jr-pgv-glance__item p {
  margin: 0;
  color: #5B6470;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 400;
}

@media (max-width: 980px) {
  .jr-pgv-hero {
    padding: 56px 18px 52px;
  }

  .jr-pgv-hero__top {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .jr-pgv-hero__copy {
    max-width: 760px;
  }

  .jr-pgv-glance__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .jr-pgv-hero {
    padding: 44px 16px 44px;
  }

  .jr-pgv-hero h1 {
    font-size: 40px;
    line-height: 1.12;
  }

  .jr-pgv-hero__intro {
    font-size: 17px;
    line-height: 1.6;
  }

  .jr-pgv-hero__actions {
    flex-direction: column;
  }

  .jr-pgv-btn {
    width: 100%;
  }

  .jr-pgv-glance {
    margin-top: 36px;
    padding: 24px 18px;
    border-radius: 14px;
  }

  .jr-pgv-glance__grid {
    grid-template-columns: 1fr;
  }

  .jr-pgv-glance__item {
    padding: 22px 18px;
  }
}

/* Portugal Highlights */

.jr-pgv-highlights {
  margin-top: 52px;

  background: #FAF8F4;
  border: 1px solid rgba(176, 125, 33, 0.20);
  border-radius: 16px;

  padding: 34px 40px;
}

.jr-pgv-highlights__heading {
  margin: 0 0 24px;

  color: #06172B;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.jr-pgv-highlights__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 40px;
}

.jr-pgv-highlights__item {
  position: relative;
  padding-left: 34px;

  color: #172033;
  font-size: 17px;
  line-height: 1.6;
  font-weight: 600;
}

.jr-pgv-highlights__item::before {
  content: "✓";

  position: absolute;
  left: 0;
  top: 0;

  color: #B07D21;
  font-size: 20px;
  font-weight: 700;
}

@media (max-width: 768px) {

  .jr-pgv-highlights {
    padding: 26px 24px;
    margin-top: 38px;
  }

  .jr-pgv-highlights__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .jr-pgv-highlights__item {
    font-size: 16px;
    line-height: 1.55;
  }

/* Global Button System */

a.customBGButton.withDubbleArrow,
.jr-pgv-btn--primary {
  background: #B07D21 !important;
  border: 1px solid #B07D21 !important;
  color: #ffffff !important;
}

a.customBGButton.withDubbleArrow:hover,
.jr-pgv-btn--primary:hover {
  background: #946817 !important;
  border-color: #946817 !important;
  color: #ffffff !important;
}

a.customBGButton.withBorder,
.jr-pgv-btn--secondary {
  background: #ffffff !important;
  border: 1px solid #06172B !important;
  color: #06172B !important;
}

a.customBGButton.withBorder:hover,
.jr-pgv-btn--secondary:hover {
  background: #06172B !important;
  border-color: #06172B !important;
  color: #ffffff !important;
}
	
	/* Global legacy button override */

body a.customBGButton {
  background: #B07D21 !important;
  color: #ffffff !important;
  border: 1px solid #B07D21 !important;
}

body a.customBGButton:hover {
  background: #946817 !important;
  border-color: #946817 !important;
  color: #ffffff !important;
}

body a.customBGButton.withBorder {
  background: #ffffff !important;
  color: #06172B !important;
  border: 1px solid #06172B !important;
}

body a.customBGButton.withBorder:hover {
  background: #06172B !important;
  color: #ffffff !important;
  border-color: #06172B !important;
}
	
	/* Global legacy button colour override */

html body a.customBGButton,
html body a.customBGButton.customBGButton {
  background: #B07D21 !important;
  background-color: #B07D21 !important;
  background-image: none !important;
  color: #ffffff !important;
  border: 1px solid #B07D21 !important;
}

html body a.customBGButton:hover,
html body a.customBGButton.customBGButton:hover {
  background: #946817 !important;
  background-color: #946817 !important;
  background-image: none !important;
  color: #ffffff !important;
  border-color: #946817 !important;
}

html body a.customBGButton.withBorder {
  background: #ffffff !important;
  background-color: #ffffff !important;
  background-image: none !important;
  color: #06172B !important;
  border: 1px solid #06172B !important;
}

html body a.customBGButton.withBorder:hover {
  background: #06172B !important;
  background-color: #06172B !important;
  background-image: none !important;
  color: #ffffff !important;
  border-color: #06172B !important;
}
	
	/* Site-wide legacy button system */

html body a.customBGButton {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background: #B07D21 !important;
  background-color: #B07D21 !important;
  background-image: none !important;
  color: #ffffff !important;
  border: 1px solid #B07D21 !important;
  border-radius: 6px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

html body a.customBGButton:hover {
  background: #946817 !important;
  background-color: #946817 !important;
  background-image: none !important;
  border-color: #946817 !important;
  color: #ffffff !important;
}

html body a.customBGButton.withBorder {
  background: #ffffff !important;
  background-color: #ffffff !important;
  background-image: none !important;
  color: #06172B !important;
  border: 1px solid #06172B !important;
}

html body a.customBGButton.withBorder:hover {
  background: #06172B !important;
  background-color: #06172B !important;
  background-image: none !important;
  color: #ffffff !important;
  border-color: #06172B !important;
}
	
}

/* ==================================================
   COUNTRY PAGE FRAMEWORK
   ================================================== */

.jr-country-page {
  background: #ffffff;
  color: #172033;
}

.jr-country-section {
  padding: 100px 0;
}

.jr-country-section--white {
  background: #ffffff;
}

.jr-country-section--cream {
  background: #FAF8F4;
}

.jr-country-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 30px;
}

.jr-country-kicker {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #B07D21;
  margin-bottom: 14px;
}

.jr-country-title {
  font-size: 42px;
  line-height: 1.15;
  font-weight: 700;
  color: #06172B;
  margin-bottom: 24px;
}

.jr-country-intro {
  font-size: 18px;
  line-height: 1.8;
  color: #5B6470;
  max-width: 760px;
}

@media (max-width: 768px) {

  .jr-country-section {
    padding: 70px 0;
  }

  .jr-country-title {
    font-size: 32px;
  }

}

/* ==================================================
   COUNTRY HERO
   ================================================== */

.jr-country-hero {
  background: #ffffff;
  padding: 90px 0 70px;
}

.jr-country-hero__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 30px;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 64px;
  align-items: center;
}

.jr-country-hero__kicker {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #B07D21;
  margin-bottom: 16px;
}

.jr-country-hero h1 {
  font-size: 54px;
  line-height: 1.05;
  color: #06172B;
  margin-bottom: 26px;
}

.jr-country-hero__intro {
  font-size: 19px;
  line-height: 1.75;
  color: #5B6470;
  max-width: 620px;
}

.jr-country-hero__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.jr-country-hero__media {
  width: 100%;
}

@media (max-width: 980px) {
  .jr-country-hero__inner {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .jr-country-hero h1 {
    font-size: 42px;
  }
}

@media (max-width: 640px) {
  .jr-country-hero {
    padding: 70px 0 50px;
  }

  .jr-country-hero__inner {
    padding: 0 22px;
  }

  .jr-country-hero h1 {
    font-size: 36px;
  }

  .jr-country-hero__intro {
    font-size: 17px;
  }
}

/* Country hero repair for PGV-based markup */
.jr-pgv-hero .jr-country-hero__inner {
  display: block !important;
}

.jr-pgv-hero__top {
  display: grid !important;
  grid-template-columns: 0.95fr 1.05fr !important;
  gap: 64px !important;
  align-items: center !important;
}

@media (max-width: 980px) {
  .jr-pgv-hero__top {
    grid-template-columns: 1fr !important;
    gap: 42px !important;
  }
}

/* ==================================================
   COUNTRY BUTTONS
   ================================================== */

.jr-country-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 24px;
  border-radius: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
  transition: all 0.2s ease;
}

.jr-country-btn--primary {
  background: #B07D21 !important;
  border: 1px solid #B07D21 !important;
  color: #ffffff !important;
}

.jr-country-btn--primary:hover {
  background: #946817 !important;
  border-color: #946817 !important;
  color: #ffffff !important;
}

.jr-country-btn--secondary {
  background: #ffffff !important;
  border: 1px solid #06172B !important;
  color: #06172B !important;
}

.jr-country-btn--secondary:hover {
  background: #06172B !important;
  border-color: #06172B !important;
  color: #ffffff !important;
}

/* ==================================================
   COUNTRY SECTIONS
   ================================================== */

.jr-country-section {
  padding: 100px 0;
}

.jr-country-section__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 30px;
}

.jr-country-section__header {
  max-width: 760px;
  margin-bottom: 50px;
}

.jr-country-section__kicker {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #B07D21;
  margin-bottom: 14px;
}

.jr-country-section__title {
  font-size: 42px;
  line-height: 1.15;
  color: #06172B;
  margin-bottom: 22px;
}

.jr-country-section__intro {
  font-size: 18px;
  line-height: 1.8;
  color: #5B6470;
}

.jr-country-section--cream {
  background: #FAF8F4;
}

.jr-country-section--white {
  background: #FFFFFF;
}

@media (max-width: 768px) {

  .jr-country-section {
    padding: 70px 0;
  }

  .jr-country-section__title {
    font-size: 32px;
  }

	/* ==========================
   COUNTRY SUITABILITY SECTION
   ========================== */

.jr-fit-section {
  background: #ffffff;
  padding: 35px 0;
  font-family: "Open Sans", sans-serif;
}

.jr-fit-grid {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 22px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.jr-fit-card {
  background: #fffdf8;
  border: 1px solid #f0ece4;
  border-radius: 18px;
  padding: 36px 34px;
  box-shadow: 0 10px 30px rgba(22,47,64,0.06);
}

.jr-fit-card h3 {
  color: #06172B;
  font-size: 28px;
  text-align: center;
  margin: 0 0 28px;
  font-weight: 700;
}

.jr-fit-item {
  position: relative;
  padding-left: 34px;
  margin-bottom: 16px;
  color: #172033;
  font-size: 15px;
  line-height: 1.65;
}

.jr-fit-item:before {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  font-size: 18px;
}

.jr-fit-suitable .jr-fit-item:before {
  content: "✓";
  color: #B07D21;
}

.jr-fit-unsuitable .jr-fit-item:before {
  content: "×";
  color: #8a1f1f;
}

.jr-fit-suitable {
  border-top: 5px solid #B07D21;
}

.jr-fit-unsuitable {
  border-top: 5px solid #8a1f1f;
}

@media (max-width:768px) {
  .jr-fit-grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================
   COUNTRY COMPARISON TABLE
   ========================== */

.jr-compare-section {
  background: #ffffff;
  padding: 40px 0;
  font-family: "Open Sans", Arial, sans-serif;
}

.jr-compare-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 22px;
}

.jr-compare-section h2 {
  color: #06172B;
  font-size: 34px;
  line-height: 1.25;
  text-align: center;
  margin: 0 0 18px;
  font-weight: 800;
}

.jr-compare-intro {
  max-width: 880px;
  margin: 0 auto 34px;
  color: #172033;
  font-size: 17px;
  line-height: 1.7;
  text-align: center;
}

.jr-compare-table-wrap {
  overflow-x: auto;
  border-radius: 18px;
  box-shadow: 0 12px 34px rgba(22, 47, 64, 0.08);
}

.jr-compare-table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  min-width: 760px;
}

.jr-compare-table th {
  background: #06172B;
  color: #ffffff;
  font-size: 14px;
  text-align: left;
  padding: 18px 20px;
  font-weight: 700;
}

.jr-compare-table td {
  color: #06172B;
  font-size: 15px;
  line-height: 1.65;
  padding: 20px;
  border-bottom: 1px solid #eee8df;
  vertical-align: top;
}

.jr-compare-table td:first-child {
  color: #06172B;
  width: 24%;
}

.jr-compare-table tr:nth-child(even) td {
  background: #FAF8F4;
}

.jr-compare-table tr:last-child td {
  border-bottom: none;
}
	
.jr-compare-intro {
  color: #06172B;
}	
	
.jr-compare-table td:first-child {
  color: #06172B;
  width: 24%;
  font-weight: 700;
}	

@media (max-width: 768px) {
  .jr-compare-section h2 {
    font-size: 28px;
  }

  .jr-compare-intro {
    font-size: 16px;
  }
}	
	
/* ==========================
   COUNTRY PATHWAY SECTION
   ========================== */

.jr-pathway-section {
  background: #ffffff;
  padding: 45px 0;
  font-family: "Open Sans", Arial, sans-serif;
}

.jr-pathway-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 22px;
}

.jr-pathway-section h2 {
  color: #06172B;
  font-size: 34px;
  line-height: 1.25;
  text-align: center;
  margin: 0 0 18px;
  font-weight: 800;
}

.jr-pathway-intro {
  max-width: 880px;
  margin: 0 auto 36px;
  color: #06172B;
  font-size: 17px;
  line-height: 1.75;
  text-align: center;
}

.jr-pathway-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.jr-pathway-card {
  background: #FAF8F4;
  border: 1px solid #eee8df;
  border-radius: 18px;
  padding: 28px 24px;
  box-shadow: 0 10px 28px rgba(22, 47, 64, 0.06);
}

.jr-pathway-step {
  display: inline-block;
  color: #B07D21;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.jr-pathway-card h3 {
  color: #06172B;
  font-size: 20px;
  line-height: 1.3;
  margin: 0 0 12px;
  font-weight: 800;
}

.jr-pathway-card p {
  color: #172033;
  font-size: 15px;
  line-height: 1.65;
  margin: 0;
}

@media (max-width: 980px) {
  .jr-pathway-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .jr-pathway-section h2 {
    font-size: 28px;
  }

  .jr-pathway-grid {
    grid-template-columns: 1fr;
  }

  .jr-pathway-card {
    padding: 26px 22px;
  }
}	

/* ==========================
   KEY TAKEAWAY BOX
   ========================== */

.jr-key-takeaway {
  max-width: 900px;
  margin: 40px auto 0;
  padding: 28px 34px;
  background: #FAF8F4;
  border-left: 4px solid #B07D21;
  border-radius: 12px;
}

.jr-key-takeaway__label {
  color: #B07D21;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.jr-key-takeaway p {
  margin: 0;
  color: #06172B;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 600;
}

@media (max-width: 768px) {

  .jr-key-takeaway {
    padding: 24px;
  }

  .jr-key-takeaway p {
    font-size: 17px;
  }

}	
	
}

