/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
.woocommerce div.product form.cart+.product_meta {
    margin-top: -1px;
    display: none;
}
.woocommerce ul.products li.product li.category {
    display: none;
}
.owp-quick-view {
    display: none;
}
label.error{ color: red; font-weight:bold; }
.copy-right a:hover {
  color: #fff;
}
ul.woocommerce-error{
	padding: 15px 20px !important
}
.woocommerce .related.products{ margin-top: 10px !important; }
.training-section{ padding: calc(1rem + 0.1vw) 0 !important; }
.woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger{ z-index:8 !important; } 
form input:focus:invalid,form textarea:focus:invalid,form select:focus:invalid{color:#333;border-color:#333}
.wpcf7-spinner{ margin: 10px 48%; }
@media only screen and (max-width: 600px) {
	.woocommerce-cart table.cart img{ max-width: 150px !important; }
};
.woocommerce #order_review table.shop_table ul#shipping_method.woocommerce-shipping-methods{ text-align:right !important; }
.single-product div#content-wrap{ padding: 25px !important; }
.page-id-18 .section-head {
    text-align: center;
    margin-bottom: calc(0.7rem + 1vw);
    margin-top: calc(1rem + 1vw);
}

/* -----amit----- */
div#content-wrap {
    min-height: calc(100vh - 218px);
}
.img-fluid{
	width: 100%;
}
.product .product__media .event-badge{
	right: -20px;
	top: -20px;
}

.woocommerce .site-content span.onsale {
    font-size: 18px;
    font-weight: 500;
    background: #ff774d;
    color: #fff;
    text-align: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    line-height: 60px;
    position: absolute;
    right: auto;
    left: -20px;
    top: -20px;
    padding: 0;
    transform: rotate(330deg);
}
.woocommerce .site-content ul.products .product{
	overflow: visible;
}
.product > a {
    padding: 0 20px;
    display: block;
}
form.checkout.woocommerce-checkout {
    padding: 0 15px;
}
#owp-checkout-timeline.arrow .timeline-wrapper::before {
    border-top: 31px solid #eee;
}
.login { position: static !important;  } 
.woocommerce-checkout #owp-checkout-timeline.arrow li {
    padding-right: 50px !important;
	padding-left:25px !important;
}
#owp-checkout-timeline.arrow .timeline-wrapper::before {
	border-top: 31px solid #eee;
}
.woocommerce-checkout #checkout-wrapper #form_actions, .woocommerce .lost_reset_password, .woocommerce-cart .woocommerce {
    padding: 0 20px;
}
.grecaptcha-badge { 
    visibility: hidden;
}
.woocommerce-info:before{
	display:none;
}
.single-page-article p, .single-page-article ul li{
	line-height: 30px;
}
.woocommerce-notices-wrapper .woocommerce-message:before{ color:green; }
.woocommerce-notices-wrapper .woocommerce-message{ color:green; }
.woocommerce-MyAccount-content #payment .payment_methods li .payment_box{ padding:10px; background:none; }
.woocommerce-edit-address .woocommerce button.button{ margin-top:15px; }
.account-side-style div#content-wrap{ padding: var(--bs-gutter-x,.75rem) }



.career-section {
    border: 1px solid #DCDCDC;
    border-radius: 8px;
    display: flow-root;
  }
  .careerbtn-amount {
      border-top: 1px solid #DCDCDC;
      padding: 0 2rem 2rem;
      display: grid;
      grid-template-columns: auto auto;
      align-items: center;
      text-align: center;
      justify-content: space-between;
  }
  
  .careerbtn-amount label {
      font-weight: 600;
  }
  
  .careerbtn-amount label span {
      font-weight: normal;
      font-size: 13px;
  }
  
  .career-detail { 
    padding: 3rem 1.8rem 1.8rem 1.8rem;
      position:relative;
  }
  .career-detail a{
    font-weight: bold;
  }
  .career-detail p{
      color: #808080;
  }
  .career-detail h4 span{
      background-color: #ff774d;
  font-size: 14px;
  color: #fff;
  padding: 6px 12px;
  border-radius: 30px;
  display: inline-block;
  margin-left: 10px;
  }
    
  .career-date {
    background: #F7FAF5;
    display: inline-block;
    padding: 5px 12px 4px;
    font-size: 14px;
    border-radius: 4px;
    position: absolute;
    right: 20px;
    top: 10px;
  }
  
  .career-info {
      display: flex;
      flex-wrap: wrap;
      gap: 15px;
      margin-top: 15px;
  }
  
  .careerinfo-blk {
      /* background: #FFE9E2;
       color: #FF774D;
      padding: 4px 12px;*/
      padding: 4px;
      font-size: 14px;
      border-radius: 6px;
      color: #909090;
  }
  .careerinfo-blk i {
      margin-right: 4px;
  }
  .job-section{
  top: 250px !important;
    }
  .job-section .btn-group,
.job-section .btn-group .btn,
.job-section .btn{
	width:100%;
}
.job-section .row{
	justify-content: center;
    align-items: center;
}
.job-section .multiselect-container > li > a > label{
	padding: 5px 10px;
display: block;
}
.job-table table tr td:first-child,
.job-table table tr td i{
    color: #808080;
}
.job-table table tr td i{
	margin-right: 6px;
}
.job-detail-heading{
	display:flex;
	justify-content: space-between;
  align-items: center;
}
.job-detail-heading h3{
	margin-bottom:0;
}
.job-detail-heading h3 span{
	background: #F7FAF5;
    display: inline-block;
    padding: 5px 12px 4px;
    font-size: 14px;
    border-radius: 4px;
	margin-left:15px;
}
.job-detail-content{
	margin-bottom: 2rem;
}
.job-detail-content h4{
	font-size:24px;
color:#111111;	
}

.job-detail-content p{
color:#808080;
}
.job-detail-content ul{
    padding-left: 30px !important;
}
button#filterBtn {
    height: 50px;
}

.page-id-390 .banner,
.jobs-template-default .banner{
    min-height: 80vh;
}

@media only screen and (max-width: 768px) {
    .job-section .row{
        gap:20px;
    }
    .job-section{
        padding: 0 2rem;
    }
}

/* footer */
.footer_pages ul {
    list-style: none;
}
.footer_pages ul li{
    margin-bottom: 7px;
}
.footer_pages ul li a:hover,
.footer_info a:hover{
    color: #fff;
    text-decoration:underline;
}

.footer_info b,
.footer_info a {
    display: block;
    margin-bottom: 7px;
}

.footer_social ul{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: 7px 0 30px;
}

.team_heading{
    text-align: center;color: #fff;font-size: 30px;margin-top: 40px;
}
.team_bg_color{
    background-color:#046a38;
    color:#fff;
}
.team_section{
    padding: 60px 0;
}
.team_blk_img {
    text-align: center;
    margin-bottom:20px;
}
.team_blk_img img{
margin: 0 auto;
width: 200px;
height: 200px;
object-fit: cover;
border-radius: 100%;
margin-bottom:20px;
}
.team_bg_color .team_blk_img h3{
    color:#fff;
}
.team_blk_img h3{
    font-size:22px;
}
.team_blk_img h4{
    color:#6ed0b2;
    font-size:14px;
}

.about_contacts_btn{
    text-align: center;
    border-top: 1px solid #046a38;
    margin: 30px 0;
    padding-top: 30px;
}
.custom_ul_aid ul {
    margin-left: 25px;
}
.contacts-box-row {
    flex-wrap: wrap;
    margin-top: 30px;
}

@media (min-width: 992px){
    .content-headigs {
        padding-bottom: 80px !important;
    }
}


@media only screen and (min-width: 768px) {
    .contacts-box-row .contacts-box:nth-child(1) {
        max-width: 300px;
    }
    .footer_social {
        max-width: 200px;
        margin: auto 0 auto auto;
    }
    .team_section .col-md-6:nth-child(1) .team_blk {
        padding-right: 20px;
    }
    .team_section .col-md-6:nth-child(2) .team_blk {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .team_section{
        padding: 60px 0;
    }
    .team_section .col-md-6:nth-child(1) .team_blk {
        padding-bottom: 40px;
    }
    .footer_pages,
    .footer_info{
        margin-bottom: 20px;
    }
    .mobile-fluid img[alt~="Employers"] {
        object-position: 100%;
        background: #cdc5c3;
    }
}
@media screen and (max-width: 992px) {
	.nav-item ul {display: block !important;height: 0px; overflow: hidden;}
	.nav-item.show span.cater-icon {
		transform: rotate(-180deg);
	}
	.nav-item.show ul {
    	background: #046A38 !important;
    	display: block !important;
    	position: absolute;
    	list-style: none;
    	margin: 0;
        height: 100%;
        overflow: auto;
        transition:0.3s all ease;
    }
    #navbarSupportedContent .nav-item.show ul {
    	min-width: 100px;
    }
    #navbarSupportedContent {
        position: fixed;
        z-index: 99;
        background: #046A38;
        padding: 45px 0 20px 0;
        width: 80%;
        height: 100vh !important;
        top: 0;
        right: -100%;
        transition: 0.3s; 
        box-shadow: -16px 0px 13px 0px #00000014;
    }
    span.cater-icon {
        border-top: 10px solid #fff;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        height: 0px;
        content: "";
        width: 0px;
        display: inline-block;
		transition:0.3s all ease;
    }
    .header .nav-link {
        width: 90%;
        display: inline-block;
    }
}

.page-id-278 .banner{ min-height: auto; background: #046a38; }
.page-id-278 .section{ background: #046a38; color:#fff; }
.page-id-278 .content-headigs{ padding-bottom:0 !important }
/*.header, body .header:not(.header--banner) {
	color: #015a25!important;
	background:#f7faf5!important;
}*/
.navbar-brand img {max-height: 55px;}
.navbar-nav ul li {color: white !important;}
.header + .banner {margin:0!important;}
.pricing-section{
    background: url('/wp-content/uploads/2024/11/pricing-banner.png');
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 20px;
}
@media (max-width: 767px) {
    .navbar-brand img {max-width: 205px;}
    .pricing-section{
        padding-top: 50px;
    }
}
@media (max-width: 767px) {
#navbarSupportedContent {color: white}
body .navbar-nav .nav-item:nth-last-child(3) {position: static;}
/* button.navbar-toggler {background: #046a38 !important;} */
}
.section-newsletter .col-md-5.mobile-fluid .content-img {position: relative;text-align: center;}
.section-newsletter .col-md-5.mobile-fluid .content-img img { position: relative; width: 70%; height:auto; object-fit: contain;}
#mc_embed_signup {
    background: #fff;
    clear: left;
    font: inherit;
    width: 100%;
    padding: 1px 0;
    border-radius: 15px;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.05);
}
#mc-embedded-subscribe {
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
}
#mc_embed_signup_scroll .row {min-height: auto;}
#mc_embed_signup_scroll .row .asterisk {font-size:80%; top: 0px;}
#cnrf_summary ul, #aedcpr_summary ul{ margin-left:15px; }

/** plans module **/
.custom-plan .card-header{
    background: linear-gradient(93.09deg, #003C03 6.12%, #046A38 102.17%);
}
.customplans .gloden-plan .card-header{
    background: linear-gradient(98.93deg, #FFDF6C 5.11%, #AA833E 100%);
    color: #1E0705;

}
.customplans .silver-plan .card-header{
    background: linear-gradient(98.93deg, #E1E0E0 5.11%, #9B9B9B 100%);
    color: #1E0705;
}
.customplans .bronse-plan .card-header{
    background: linear-gradient(98.93deg, #FFD68A 5.11%, #B37863 100%);
    color: #1E0705;

}
.custom-plan .add-program {
    position: relative;
    top: 10px;
}
.customplans hr {
    background-color: #D2D2D2;
}
.customplans .card-header{
    color: #fff;
    text-align: center;
    font-size: 25px;
    font-weight: 800;
    padding: 20px 44px;
}

.customplans .price{
    font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;
    text-align: left; 
    color: #687463;
}

.customplans .anual-actual-price{
font-size: 18px;
font-weight: 400;
line-height: 23.4px;
text-align: left;

}

.customplans .request-plan {
    text-align: right;
}

.customplans .discount{
    font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;
    text-align: left;
}
.customplans .discount .discount-price {
    color: #046A38;
    font-weight: 800;

}

.customplans .save{
    font-size: 22px;
    font-weight: 900;
    line-height: 23.4px;
    text-align: left;
    color: #FF5244;    
}

.customplans .savetooltip{
    font-size: 14px;
    font-weight: 400;
    line-height: 23.4px;
    text-align: left;
    
}

.customplans .tools {
font-size: 18px;
line-height:23.4px;
text-align: left;
margin: 20px 0;
padding: 0;
list-style: none;
color: #046A38;

}

.customplans .tools  .main-tool {
    color: #1E0705;
    font-size: 20px;
    line-height: 26px;
}
.bronse-plan.card, .silver-plan.card, .gloden-plan.card {
    height: 100%;
    border-radius: 30px !important;
    overflow: hidden;
    border: none;
    box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.1);
    margin-top: 12px;
}

.customplans label{
    color: #687463;
}

.customplans .button-bottom {
    position: ABSOLUTE;
    bottom: 32px;
    left: 0;
    padding: 0px 32px;
}
.customplans .button-bottom .btn {
    background-color: #FF774D;
    color: #fff;
    border-radius: 10px;
}


.bronse-plan.card  .card-body, .silver-plan.card  .card-body, .gloden-plan.card .card-body {
   padding: 20px 32px 80px 32px;
}

.card.active-plan {
    display: flex;
    flex-direction: row;
    height: auto;
}

@media (max-width: 767px) {
    .card.active-plan {
        flex-direction: column;
    }    
}

.card.active-plan .card-body {
    padding: 20px;
}

.card.active-plan .tools {
    margin: 0;}

.customplans > .row{
  align-items: end;
  margin-bottom: -90px;
  position: relative;
  z-index: 1;
}

#mc_embed_signup .mc-field-group select {padding: 5px !important; width:100%!important;appearance: auto !important;}
.section-image .content-img img {
    object-position: top;
}
#subscription_terms a, #terms-content a{ color: #046A38; }
