@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/* Single Product Page - Recorded Course */
.single-recorded-course,
.single-certificate-course,
.single-micro-course,
.single-youth-worker-toolkit,
.single-leader-certificate,
.page-template-template-search-php,
.single-blended-interactive,
.single-interview-style,
.single-quick-takes-course{
    overflow-x: initial !important;
}
.yipa-single-post-wrapper {
    counter-reset: list;
    padding: 50px 0;
}
.yipa-container {
    max-width: 1280px;
    padding: 0 15px;
    margin: auto;
}
.yipa-single-post-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.yipa-post-sidebar-wrap {
    flex: 0 0 30%;
    max-width: 30%;
    width: 30%;
}
.yipa-post-sidebar{
    background-color: #F8F8FA;
    height:100%;
    border-radius: 18px 18px 18px 0;
}
.yipa-post-sidebar .sticky-block,
.yp-search-sticky {
    position: sticky;
    top: 100px;
}
.yipa-post-content {
    flex: 0 0 calc(70% - 45px);
    max-width: calc(70% - 45px);
    width: 70%;
    margin-right: 45px;
}
.yp-fc-video video {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}
.yipa-single-post-wrapper p {
    margin: 0;
}
.yp-des-suptitle {
    font-family: 'Open Sans';
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
    color: #1D355E;
    margin-bottom: 10px !important;
}
.yp-global-title {
    margin: 0 0 25px 0 !important;
    font-family: 'Open Sans';
    font-size: 32px;
    font-weight: 500;
    color: #1D355E;
    line-height: 110%;
}
.yp-des-content ul li {
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: 300;
    line-height: 150% !important;
    color: #1D355E !important;
    padding-left: 47px;
    background-image: url(https://training.yipastg.wpenginepowered.com/wp-content/uploads/sites/3/2025/03/arrow-22.svg);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: 0% 7px;
}
.yp-des-content ul {
    list-style: none !important;
    margin: 0 !important;
}
/* .yp-des-content ul li span:before {
    content: '';
    display: inline-block;
    background-image: url(https://training.yipastg.wpenginepowered.com/wp-content/uploads/sites/3/2025/03/list-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 22px;
    height: 20px;
    flex: 0 0 22px;
    margin-right: 25px;
    position: relative;
    top: 7px;
} */
.yp-des-content ul > li:not(:last-child):after {
    content: '';
    display: block;
    max-width: 100%;
    width: 100%;
    height: 1px;
    background-color: rgba(0,0,0,.08);
    margin: 15px 0 15px auto;
}
.yp-des-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
}
.yp-des-col-right {
    flex: 0 0 260px;
}
.yp-des-col-left {
    flex: 1;
    margin-right: 35px;
    margin-bottom: 35px;
}
.yipa-post--description {
    margin-bottom: 35px;
}
.yp-des-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 230px;
    padding: 25px;
    border-radius: 15px 15px 15px 0 !important;
    overflow: hidden;
}
.yp-des-card-top {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    line-height: 125%;
    text-align: center;
    margin-bottom: 20px !important;
}
.yp-des-card-bottom {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    line-height: 125%;
    text-align: center;
}
.yp-des-card-middle {
    margin-bottom: 20px !important;
}
.yp-des-card-middle img {
    max-width: 105px !important;
    width: 100%;
    height: auto;
}
.yp-obj-content ul,
.yp-obj-content ol {
    margin: 0 !important;
    list-style: none !important;
}
.yp-obj-content ul li,
.yp-obj-content ol li {
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: 300;
    line-height: 140% !important;
    color: #1D355E !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    padding-left: 70px;
}
.yp-obj-content ul > li:not(:last-child):after,
.yp-obj-content ol > li:not(:last-child):after {
    content: '';
    display: block;
    max-width: 100%;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, .08);
    margin: 15px 0 15px auto;
}
.yp-obj-content ul li:before,
.yp-obj-content ol li:before {
    content: counter(list);
    background-image: url(https://training.yipastg.wpenginepowered.com/wp-content/uploads/sites/3/2025/03/list-item-bg.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    flex: 0 0 45px;
    width: 45px;
    height: 45px;
    margin-right: 25px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 24px;
    color: #fff;
    font-family: 'Open Sans';
    font-weight: 600;
    line-height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    counter-increment: list;
}
.yipa-post--objective {
    margin-bottom: 60px;
}
ul.yp-cd-list > li:last-child {
    margin-bottom: 0 !important;
}
.yp-cd-list {
    list-style: none !important;
    margin: 0 !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.yp-cd-item-text {
    font-family: 'Open Sans';
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: #1D355E;
}
.yp-cd-item-icon img {
    display: block;
    max-width: 35px;
    width: 100%;
    height: 35px;
    object-fit: contain;
}
.yp-cd-list .yp-cd-item .yp-cd-item-icon {
    flex: 0 0 35px;
    padding: 1px;
}
.yp-cd-list .yp-cd-item {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 50%;
    margin-bottom: 15px;
}
.yp-cd-list > li:last-child {
    flex: 0 0 100%;
}
.yipa-post--course-details {
    margin-bottom: 50px;
}
.yp-tr-card {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    border-left: 5px solid #C4D82D;
    padding-left: 35px;
}
.yp-tr-card-right img {
    display: block;
    max-width: 206px;
    width: 100%;
    height: 253px;
    border-radius: 10px;
    object-fit: cover;
}
.yp-tr-card-right {
    flex: 0 0 206px;
}
.yp-tr-card-left {
    flex: 1;
}
.yp-tr-card-left {
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: 300;
    line-height: 150% !important;
    color: #1D355E;
    /* display: flex;
    align-items: flex-start; */
    /* margin-right: 35px; */
}
.yipa-post--trainer {
    margin-bottom: 50px;
}
.yp-fc-card {
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 25px 25px 25px 0;
    padding: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
}
.yp-fc-icon img {
    display: block;
    max-width: 100px;
    width: 100%;
    height: auto;
}
.yp-fc-icon {
    flex: 0 0 100px;
    margin-right: 35px;
    padding-top: 5px;
}
.yp-fc-content {
    flex: 1;
}
.yp-fc-title {
    font-family: 'Open Sans';
    font-size: 32px;
    font-weight: 500;
    color: #1D355E;
    line-height: 110%;
    margin: 0 0 15px 0 !important;
    text-transform: unset;
}
.yp-fc-text {
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: 300;
    line-height: 135% !important;
    color: #1D355E;
    margin-bottom: 15px !important;
}
.yp-fc-action a {
    display: inline-flex;
    background-color: #C4D82D;
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: 400;
    line-height: 150% !important;
    color: #1D355E;
    border-radius: 50px 50px 50px 0;
    padding: 10px 20px;
}
.yipa-post--faq-card {
    margin-bottom: 50px;
}
/*.yp-sb-card-wrap > div:last-child{
    margin-bottom: 0 !important;
}*/
.yp-sb-card-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.yp-sb-card {
    flex: 0 0 calc(50% - 30px);
    margin: 0 15px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    min-height: 160px;
    background-color: #F8F8FA !important;
    border-radius: 6px 6px 6px 0 !important;
}
.yp-sb-card-icon {
    flex: 0 0 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 20px;
}
.yp-sb-text {
    flex: 1;
    padding: 20px;
}
.yp-sb-card-icon img {
    max-width: 60px;
    width: 100%;
    height: 60px;
    object-fit: contain;
}
.yp-sb-text h6 {
    font-family: 'Open Sans';
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 500;
    color: #1D355E;
    margin: 0 0 5px 0 !important;
    line-height: 135% !important;
}
.yp-sb-text > p {
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: 300;
    line-height: 135% !important;
    color: #1D355E;
}

/* OWL Carousel */
.yp-rev-str img {
    display: block !important;
    max-width: 16px !important;
}
.yp-rev-slide-inner > img {
    display: block !important;
    max-width: 40px !important;
    width: 100% !important;
    height: auto !important;
    margin-bottom: 20px;
}
.yp-rev-slide-inner {
    border: 1px solid #DFE5F4;
    border-radius: 10px 10px 10px 0 !important;
    padding: 25px;
    background-color: #fff;
}
.yp-rev-text {
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: 300;
    line-height: 150% !important;
    color: #000;
    margin-bottom: 15px !important;
}
.yp-rev-ratings {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}
.yp-rev-rtxt {
    font-family: 'Open Sans';
    font-size: 16px !important;
    font-weight: 600;
    line-height: 150% !important;
    display: inline-block;
    color: #F69C08;
}
.yp-rev-str {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1px;
}
.yp-rev-ratings {
    margin-bottom: 10px !important;
}
.yp-rev-reviewer > span {
    display: block !important;
}
.yp-rev-r1 {
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 500;
    line-height: 150% !important;
    color: #000;
    margin-bottom: 3px;
}
.yp-rev-r2 {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 300;
    line-height: 150% !important;
    color: #000;
}
.yp-rev-carousel-wrap {
    position: relative;
}
.yp-rev-carousel-wrap:after {
    content: '';
    display: block;
    background-image: url(https://training.yipastg.wpenginepowered.com/wp-content/uploads/sites/3/2025/03/fade.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 15% 50%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 150px;
    z-index: 1;
    pointer-events: none;
}
.yp-rev-carousel-wrap .owl-carousel .owl-nav button span,
.yp-rl-cards-row.owl-carousel .owl-nav button span{
    color: #000;
    font-size: 0 !important;
}
.yp-rev-carousel-wrap .owl-carousel .owl-nav button.owl-prev:after,
.yp-rev-carousel-wrap .owl-carousel .owl-nav button.owl-next:after,
.yp-rl-cards-row.owl-carousel .owl-nav button.owl-prev:after,
.yp-rl-cards-row.owl-carousel .owl-nav button.owl-next:after{
    content: '';
    display: block;
    background-image: url(https://training.yipastg.wpenginepowered.com/wp-content/uploads/sites/3/2025/03/owl-left.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 18px;
    height: 18px;
}
.yp-rev-carousel-wrap .owl-carousel .owl-nav button.owl-next:after,
.yp-rl-cards-row.owl-carousel .owl-nav button.owl-next:after{
    background-image: url(https://training.yipastg.wpenginepowered.com/wp-content/uploads/sites/3/2025/03/owl-right.svg);
}
.yp-rev-carousel-wrap .owl-carousel .owl-nav button.owl-prev,
.yp-rev-carousel-wrap .owl-carousel .owl-nav button.owl-next,
.yp-rl-cards-row.owl-carousel .owl-nav button.owl-prev,
.yp-rl-cards-row.owl-carousel .owl-nav button.owl-next{
    border: 1px solid #cecfd7 !important;
    width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.yp-rev-carousel-wrap .owl-nav,
.yp-rl-cards-row.owl-carousel .owl-nav {
    display: flex;
    gap: 20px !important;
    margin-top: 25px;
}
.yp-rl-cards-row.owl-carousel button.owl-prev.disabled,
.yp-rl-cards-row.owl-carousel button.owl-next.disabled{
    opacity: .5;
    background-color: #efefef;
    cursor: not-allowed;
}
.yipa-post--skill-building {
    margin-bottom: 50px;
}
.yp-fea-image {
    position: relative;
    overflow: hidden;
    border-radius: 18px 18px 18px 0;
}
.yp-fea-ilabel {
    position: absolute;
    background-color: #C4D82D;
    font-family: 'Open Sans';
    font-weight: 400;
    color: #1D355E;
    font-size: 14px;
    padding: 5px 20px;
    border-radius: 15px 15px 15px 0;
}
.yp-fea-image img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 230px;
    object-fit: cover;
}
.yp-fea-content {
    padding: 20px 30px 30px 30px;
}
.yp-fea-title {
    margin-top: 0 !important;
    font-family: 'Open Sans';
    font-size: 24px;
    color: #1D355E;
    font-weight: 500;
    line-height: 140% !important;
}
.yp-fea-title a {
    color: #1D355E !important;
}
.yp-fea-ratings {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}
.yp-label {
    display: inline-flex;
    background-color: #C4D82D;
    font-family: 'Open Sans';
    font-weight: 400;
    color: #1D355E;
    font-size: 14px;
    padding: 3px 18px;
    border-radius: 25px 25px 25px 0;
}
.yp-fea-rtxt {
    display: inline-block;
    font-family: 'Open Sans';
    font-weight: 600;
    color: #F69C08;
    font-size: 14px;
    line-height: 100%;
}
.yp-fea-str {
    display: flex;
    gap: 1px;
}
.yp-fea-rating {
    display: flex;
    gap: 5px;
    align-items: center;
}
.yp-fea-flist ul {
    list-style: none !important;
    margin: 0 !important;
}
.yp-fea-flist ul .yp-fea-fitem-icon img {
    display: block;
    max-width: 30px;
    width: 100%;
    height: 30px;
    object-fit: contain;
}
.yp-fea-fitem-icon {
    display: block;
    flex: 0 0 30px;
}
.yp-fea-fitem {
    display: flex;
    align-items: center;
    gap: 20px;
}
.yp-fea-action a {
    display: inline-flex;
    background-color: #C4D82D;
    font-family: 'Open Sans';
    font-weight: 400;
    color: #1D355E;
    font-size: 16px;
    padding: 5px 20px;
    border-radius: 25px 25px 25px 0;
}
.yp-fea-fitem-text {
    font-family: 'Open Sans';
    font-size: 16px;
    color: #1D355E;
    line-height: 140% !important;
}
.yp-fea-flist ul > li:not(:last-child) {
    margin-bottom: 10px !important;
}
.yp-fea-flist {
    margin-bottom: 25px;
}
.wp-mem-tab-btn {
    background-color: transparent !important;
    outline: none !important;
    font-family: 'Open Sans';
    font-size: 16px;
    color: #1D355E;
    font-weight: 700;
    flex: 1;
    padding: 15px 12px;
    border: none !important;
    border-bottom: 3px solid #f0f0f0 !important;
    transition: .2s ease-out;
}
.yp-mem-tabs {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.wp-mem-tab-btn:hover {
    border-color: #1D355E !important;
}
.yp-mem-tab-content-inner {
    padding: 20px 30px 30px 30px;
}
.yp-mem-p1 {
    font-family: 'Open Sans';
    font-size: 36px;
    margin: 0 !important;
    color: #FF9F00;
    line-height: 100% !important;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 5px !important;
}
.yp-mem-p1 small {
    font-size: 18px;
    line-height: 100%;
    position: relative;
    top: 3px;
}
.yp-mem-p2 {
    font-family: 'Open Sans';
    font-size: 13px;
    line-height: 100%;
    color: #1D355E;
}
.yp-mem-price {
    margin-bottom: 25px;
}
.yp-mem-ul {
    list-style: none !important;
    margin: 0 !important;
}
.yp-mem-item {
    display: flex;align-items: center;
}
.yp-mem-itext {
    font-family: 'Open Sans';
    line-height: 135% !important;
    font-size: 13px !important;
    color: #1D355E !important;
    flex: 1;
}
.yp-mem-iavail {
    font-family: 'Open Sans';
    font-weight: 700;
    color: #1D355E;
    font-size: 14px !important;
    flex: 0 0 40px;
    text-align: center;
}
.yp-mem-iavail img {
    display: inline-block;
    max-width: 14px;
    width: 100%;
    height: 14px;
}
.yp-mem-ul > li:not(:last-child) {
    margin-bottom: 10px;
}
.yp-mem-action a {
    display: inline-flex;
    background-color: #1D355E;
    font-family: 'Open Sans';
    font-weight: 400;
    color: #fff !important;
    font-size: 16px;
    padding: 5px 20px;
    border-radius: 25px 25px 25px 0;
}
.yp-mem-list {
    margin-bottom: 20px;
}
.yp-mem-tab-content {
    display: none;
}
.yp-mem-tab-content.active {
    display: block;
}
.wp-mem-tab-btn.active {
    border-color: #1D355E !important;
}
.yp-fc-video video {
    height: 200px;
    width: 100%;
    object-fit: cover;
}
.yp-fc-video {
    position: relative;
    border-radius: 25px 25px 25px 0 !important;
    overflow: hidden;
}
.yp-fc-vid-label {
    background-color: #767F9B;
    max-width: 65px;
    width: 100%;
    height: 65px;
    object-fit: contain;
    border-radius: 49px;
    padding: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0px;
    bottom: -20px;
}
.yp-fc-vid-label img {
    display: block;
}
.yp-fc-video-wrap {
    position: relative;
}
.yp-fct-title {
    font-family: 'Open Sans';
    font-size: 24px;
    color: #1D355E;
    font-weight: 500;
    line-height: 140% !important;
    margin: 0 !important;
    text-transform: capitalize !important;
}
.yipa-post-free-course .yp-fc-text {
    margin: 0 !important;
    padding: 30px;
}
.yipa-post-free-course .yp-fc-action {
    margin-top: 25px !important;
}
.yipa-post-free-course .yp-fc-action a {
    display: inline-flex;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 16px;
    padding: 5px 20px;
    border-radius: 25px 25px 25px 0;
}
.yipa-post--trainer .yp-tr-card-wrap > div:not(:last-child) {
    margin-bottom: 35px !important;
}
.wp-mem-tab-label {
    display: block;
    font-size: 13px;
    font-weight: 300;
    line-height: 100%;
}
.zx-tooltip {
    position: relative;
    display: inline-block;
    flex: 0 0 13px;
}
.zx-tooltip .zx-tooltiptext {
    visibility: hidden;
    position: absolute;
    z-index: 1;
    bottom: calc(100% + 5px);
    left: 50%;
    margin-left: -74px;
    box-shadow: 0px 1px 10px 0px #00000040;
    background-color: #fff;
    padding: 10px;
    width: 145px;
    font-size: 13px !important;
    color: #1D355E;
    line-height: 135%;
    border-radius: 7px;
    z-index: 2;
}
.zx-tooltip:hover .zx-tooltiptext {
    visibility: visible;
}
.zx-tooltip img {
    display: block;
    width: 13px;
    height: 13px;
    object-fit: contain;
}
.zx-ttp {
    display: flex;
    align-items: center;
    gap: 7px;
}
.zx-tooltip .zx-tooltiptext a {
    display: block;
    color: #1D355E !important;
    text-decoration: underline;
    font-weight: 400;
    line-height: 100%;
    margin-top: 5px;
}
.zx-tooltip .zx-tooltiptext:after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background-color: #ffff;
    transform: rotate(45deg) translateX(-50%);
    position: absolute;
    bottom: -10px;
    left: 50%;
    z-index: 2;
}
.zx-hover-1,
.zx-hover-2 {
    transition: .2s ease-out;
}
.zx-hover-1:hover {
    background-color: #1D355E !important;
    color: #fff !important;
}
.zx-hover-2:hover {
    background-color: #C4D82D !important;
    color: #1D355E !important;
}
.yp-rev-carousel-wrap .owl-carousel .owl-nav button.owl-prev, 
.yp-rev-carousel-wrap .owl-carousel .owl-nav button.owl-next {
    transition: .2s ease-out;
}
.yp-rev-carousel-wrap .owl-carousel .owl-nav button.owl-prev:hover, 
.yp-rev-carousel-wrap .owl-carousel .owl-nav button.owl-next:hover {
    background-color: #C4D82D;
    border-color: #C4D82D;
}
.yp-rev-text {
    min-height: 195px;
    margin-bottom: 0 !important;
}
#ZxOpenVid {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    cursor: pointer;
}
.zx-dialog-inner video {
    display: block;
    max-width: 650px;
    width: 100%;
    height: auto;
}
.zx-dialog-wrapper,
.zx-dialog-wrap {
    border: none !important;
    border-radius: 20px 20px 20px 0;
    padding: 0 !important;
    background-color: transparent !important;
}
.zx-dialog-wrapper .zx-dialog-inner,
.zx-dialog-wrap .zx-dialog-content {
    position: relative;
}
.zx-dialog-content video{
    display: block;
    max-width: 100% !important;
    width: 100%;
    height: auto !important;
}
.zx-dialog-wrap .zx-dialog-content {
    width: 1080px !important;
    height: auto !important;
    overflow: hidden;
}
.zx-dialog-wrapper > button,
.zx-dialog-wrap > button {
    border: none !important;
    outline: none !important;
    background-color: #C4D82D;
    color: #1D355E;
    font-size: 24px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 1;
}
dialog::backdrop {
    background-color: rgba(0,0,0,.9);
}
.zx-dialog-wrapper > button:hover,
.zx-dialog-wrap > button:hover {
    background-color: #1D355E;
    color: #fff;
}
.zx-float img{
    float: right;
    max-width: 203px;
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: top;
    border-radius: 10px 10px 10px 0;
    margin-left: 15px;
    margin-bottom: 15px;
}
.zx-float:after{
    content: "";
    clear: both;
    display: table;
}

/*  
    Single Certificate Course
*/
.single-certificate-course .yipa-single-post-wrapper,
.single-leader-certificate .yipa-single-post-wrapper {
    padding-top: 0 !important;
}
.yipa-single-post-banner {
    padding: 0 20px;
    position: relative;
    margin-bottom: 45px;
}
.yipa-single-post-banner img.yp-main-banner {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 420px;
    object-fit: cover;
    object-position: bottom;
    background-color: rgba(209, 210, 220, .15);
    border-radius: 0 0 1rem 0rem;
}
.single-certificate-course div#main-navigation .x-bar-content {
    border-bottom-right-radius: 0 !important;
}
img.yp-d1 {
    display: block;
    max-width: 390px;
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 60px;
}
img.yp-d2 {
    display: block;
    max-width: 350px;
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    right: 50px;
}
.yp-des-static-image img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}
.single-certificate-course .yp-obj-content ul li:before,
.single-leader-certificate .yp-obj-content ul li:before {
    content: '' !important;
    background-image: url('https://training.yipastg.wpenginepowered.com/wp-content/uploads/sites/3/2025/03/check-icon.svg') !important;
}
.single-certificate-course .yp-fc-text a {
    display: inline-block;
    color: #1D355E;
    font-weight: 600;
}
.yp-fsh-title {
    margin: 0 0 25px 0 !important;
    font-family: 'Open Sans';
    font-size: 32px;
    font-weight: 500;
    color: #1D355E;
    line-height: 110%;
}
.yp-fsh-text {
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: 300;
    line-height: 150% !important;
    color: #13294B !important;
    margin: 0 0 25px 0 !important;
}
.single-certificate-course .yipa-post--reviews {
    margin-bottom: 50px;
}
.yp-fs-accordion {
    display: flex;
    justify-content: space-between;
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: 400;
    line-height: 150% !important;
    color: #1D355E !important;
    outline: none !important;
    border: 1px solid #DFE5F4;
    background-color: transparent !important;
    padding: 15px 20px !important;
    cursor: pointer;
    max-width: 100%;
    width: 100%;
    border-radius: 15px;
    text-align: left;
    align-items: center;
}
.yp-fs-panel-inner {
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: 300;
    line-height: 150% !important;
    color: #13294B !important;
    padding: 10px 15px;
}
.yp-fs-accordion:after {
  content: '\002B';
  color: #1D355E;
  font-weight: bold;
  margin-left: 5px;
  flex: 0 0 30px;
  border: 1px solid #1D355E;
  max-width: 30px;
  width: 100%;
  height: 30px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.single-certificate-course .yp-fs-accordion-wrap .active:after {
  content: "\2212";
}
.yp-fs-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.yp-fs-accordions > div:not(:last-child) {
    margin-bottom: 15px;
}
.yp-af-btn {
    display: inline-flex;
    background-color: #C4D82D;
    font-family: 'Open Sans';
    font-weight: 400;
    color: #1D355E !important;
    font-size: 16px;
    padding: 5px 20px;
    border-radius: 25px 25px 25px 0;
    transition: .2s ease-out;
}
.yp-af-title {
    font-family: 'Open Sans';
    font-weight: 500;
    font-size: 24px;
    color: #1D355E;
    margin: 0 0 25px 0 !important;
}
.yipa-after-faqs {
    margin-top: 35px;
    margin-bottom: 35px;
}
.yp-af-btn:hover {
    background-color: #1D355E !important;
    color: #fff !important;
}
.single-certificate-course .yp-fea-title {
    font-size: 28px;
    margin-bottom: 25px !important;
}
.single-certificate-course .yp-fea-short-desc {
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: 300;
    line-height: 150% !important;
    color: #1D355E !important;
    margin-bottom: 25px;
}
.yp-mem-desc p {
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: 300;
    line-height: 150% !important;
    color: #1D355E !important;
    margin-bottom: 0;
}
.yp-mem-desc p a {
    font-weight: 600;
    color: #1D355E !important;
    text-decoration: underline;
}
.yp-mem-desc {
    padding: 0px 30px 30px 30px;
}
.yp-des-content, 
.yp-obj-content {
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: 300;
    line-height: 140% !important;
    color: #1D355E !important;
}
.yp-fea-memtext {
    display: block;
    padding: 20px 30px 20px 30px;
    background-color: #F6F9DF;
    border-radius: 30px 30px 30px 0;
    margin-bottom: 15px;
    font-family: 'Open Sans';
    font-size: 18px;
    color: #1D355E;
    line-height: 145% !important;
}
.yp-obj-content ul > li:not(:last-child), 
.yp-obj-content ol > li:not(:last-child) {
    margin-bottom: 10px;
}
.more-text {
    display: none;
}
.read-more-btn,
.read-more-btn2 {
    color: #1D355E;
    cursor: pointer;
    font-weight: bold;
}
button.cc-play-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,20%);
    border: none !important;
    outline: none !important;
    padding: 0 !important;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}
button.cc-play-btn img {
    display: block !important;
    max-width: 65px !important;
    width: 100% !important;
    height: 65px !important;
    object-fit: contain;
}
.single-certificate-course .yp-des-row,
.single-leader-certificate .yp-des-row {
    align-items: center;
}
.yp-rev-reviewer {
    border-top: 1px solid rgba(0, 0, 0, 10%);
    padding-top: 15px;
    margin-top: 15px !important;
}
.yp-tr-card * {
    color: #1D355E !important;
}
.yipa-post-banner {
    position: relative;
    overflow: hidden;
    margin-bottom: 55px;
}
.yipa-post-banner img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    border-radius: 15px 15px 15px 0;
}
.yp-ban-label {
    display: block;
    background-color: #C4D82D;
    font-family: 'Open Sans';
    font-weight: 400;
    color: #1D355E !important;
    font-size: 20px;
    padding: 5px 25px;
    border-radius: 25px 25px 25px 0;
    position: absolute;
    bottom: 25px;
    left: 25px;
    margin: 0 !important;
    transition: .2s ease-out;
}
.yp-ban-label:hover {
    background-color: #1D355E !important;
    color: #fff !important;
}
.single-micro-course .yipa-post--reviews {
    margin-bottom: 60px;
}
.single-micro-course .yipa-post--skill-building {
    margin-bottom: 0 !important;
}
.zx-lightbox-wrapper {
    padding: 0 !important;
    max-width: 640px;
    width: 100%;
}
.zx-lightbox-close:hover {
    background-color: #1D355E;
    color: #fff;
}
.zx-lightbox-close{
    border: none !important;
    outline: none !important;
    background-color: #C4D82D;
    color: #1D355E;
    font-size: 24px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 1;
}
.zx-lightbox-inner img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.zx-lightbox-inner {
    padding: 10px;
}
.single-micro-course .yp-rev-reviewer,
.single-youth-worker-toolkit .yp-rev-reviewer{
    min-height: 86px;
}
.yp-des-content a {
    text-decoration: underline !important;
    color: inherit !important;
}
.yp-des-content strong {
    font-weight: 600 !important;
}
.yp-tt-card {
    background-color: #F8F8FA;
    border-radius: 15px 15px 15px 0;
    overflow: hidden;
    padding: 25px;
    display: flex;
    align-items: center;
    gap: 35px;
}
.yipa-post-tool-type > div:not(:last-child) {
    margin-bottom: 20px;
}
.yp-ttc-left img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}
.yp-ttc-left {
    flex: 0 0 85px;
}
.yp-ttc-title {
    margin: 0 0 12px 0 !important;
    font-family: 'Open Sans';
    font-size: 26px;
    font-weight: 500;
    color: #1D355E;
    line-height: 110%;
}
.yp-ttc-text {
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: 300;
    line-height: 135% !important;
    color: #1D355E;
}
.yp-ttc-right {
    flex: 1;
}
.yipa-post-tool-type {
    margin-bottom: 60px;
}
.single-youth-worker-toolkit .yipa-post--reviews {
    margin-bottom: 60px;
}
.single-youth-worker-toolkit .yipa-post--skill-building {
    margin-bottom: 0 !important;
}
.single-youth-worker-toolkit .tool-label-img {
    display: block;
    max-width: 70px;
    width: 100%;
    height: 70px;
    object-fit: contain;
    background-color: #fff;
    padding: 5px;
    border-radius: 50%;
    position: absolute;
    bottom: -30px;
    right: 0;
    z-index: 1;
}
.yp-fea-image-wrap {
    position: relative;
}
.zx-float ul br {
    display: none !important;
}
.zx-float ul {
    margin-bottom: 0 !important;
}

/* Search Page */
.yp-sf-label {
    font-family: 'Open Sans';
    font-size: 24px;
    font-weight: 500;
    color: #1D355E;
    line-height: 110%;
    margin: 0;
}
.yipa-search-form {
    display: flex;
    align-items: center;
    gap: 25px;
    max-width: 65%;
    margin: 0 auto 60px auto;
}
.yp-sf-field input {
    margin: 0 !important;
    border: 1px solid rgba(29,53,94,.3) !important;
    height: 45px !important;
    border-radius: 25px 30px 30px 0 !important;
    font-family: 'Open Sans' !important;
    font-size: 18px !important;
    padding: 0 15px 0 15px !important;
    font-weight: 500 !important;
    color: rgba(29,53,94,.5) !important;
    flex: 1 !important;
    box-shadow: none !important;
}
.yp-sf-field {
    flex: 1;
    display: flex;
    position: relative;
}
.yp-sf-field > button {
    display: inline-flex;
    background-color: #C4D82D;
    font-family: 'Open Sans';
    font-weight: 400;
    color: #1D355E;
    font-size: 18px;
    padding: 10px;
    border: none !important;
    border-radius: 22px 30px 30px 0;
    align-items: center;
    justify-content: center;
    height: 45px;
    min-width: 110px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    letter-spacing: .5px;
}
.yipa-searchp-page-wrapper {
    padding: 60px 0;
}
.yipa-search-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 45px;
}
.yipa-search-left {
    flex: 0 0 375px;
}
.yipa-search-right {
    flex: 1;
}
.yp-sl-label {
    font-family: 'Open Sans';
    font-size: 26px;
    font-weight: 500;
    color: #1D355E;
    line-height: 110%;
    margin: 0;
    flex: 1;
}
.yp-sl-heading {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 69px;
}
.yp-clear-filter,
.yp-clear-search {
    background-color: transparent !important;
    border: none !important;
    outline: none !important;
    padding: 0 !important;
    font-family: 'Open Sans' !important;
    color: #1D355E !important;
    line-height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex: 0 0 125px;
    display: none;
}
.yp-clear-search{
    flex: 0 0 135px;
}
.yp-clear-filter > span,
.yp-clear-search > span {
    text-decoration: underline !important;
    text-underline-offset: 2px !important;
    text-decoration-thickness: 0.7px !important;
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: 400;
}
.yp-clear-filter img,
.yp-clear-search img {
    display: block;
    max-width: 15px !important;
    width: 100%;
    height: 15px;
    object-fit: contain;
}
.yp-accordion {
    font-family: 'Open Sans';
    font-size: 24px;
    font-weight: 400;
    color: #1D355E;
    line-height: 110%;
    background-color: transparent !important;
    border: none !important;
    outline: none !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px;
    text-align: left;
    max-width: 100%;
    width: -webkit-fill-available;
}
.yp-accordion:after {
    content: "+";
    display: inline-flex;
    color: #1D355E;
    font-size: 24px;
    line-height: 100%;
    border: 1px solid #1D355E;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    font-weight: 700;
}
.yp-accordion-wrap {
    border: 1px solid #DFE5F4;
    padding: 10px;
    border-radius: 12px;
}
.yp-accordions-wrapper > div:not(:last-child) {
    margin-bottom: 25px !important;
}
.yp-panel-inner {
    padding: 20px;
}
.yp-panel {
    border-top: 1px solid transparent;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.yp-oc-text {
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: 300;
    line-height: 140% !important;
    color: #1D355E !important;
}
.yp-oc-icon img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    opacity: 0;
}
.yp-oc-icon {
    display: block;
    max-width: 18px !important;
    width: 100% !important;
    height: 18px !important;
    border: 1px solid #1D355E !important;
    border-radius: 50% !important;
}
.yp-option-checkbox {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
}
.yp-option > input[type="checkbox"]:checked ~ label img,
.yp-option > input[type="radio"]:checked ~ label img {
    opacity: 1 !important;
}
.yp-option > input[type="checkbox"]:checked ~ label .yp-oc-icon,
.yp-option > input[type="radio"]:checked ~ label .yp-oc-icon {
    border-color: transparent !important;
}
.yp-option > input[type="checkbox"],
.yp-option > input[type="radio"] {
    width: 0 !important;
    height: 0 !important;
    opacity: 0;
    position: absolute;
}
.yp-options > div:not(:last-child) {
    margin-bottom: 15px;
}
.yp-accordion.active:after {
    content: "−";
}
.yp-panel.active {
    border-color: #DFE5F4 !important;
}
.yipa-post--description-wrap {
    background-color: #F6F9DF;
    padding: 30px;
    border-radius: 15px 50px 15px 0 !important;
    overflow: hidden;
    margin-bottom: 50px;
}
.yp-dbl-label {
    font-family: 'Open Sans' !important;
    font-size: 13px !important;
    color: #151515 !important;
    line-height: 100% !important;
    margin: 0 0 12px 0 !important;
}
.yp-dbl-comp {
    font-family: 'Open Sans' !important;
    font-size: 14px !important;
    color: #151515 !important;
    line-height: 100% !important;
    margin: 0 !important;
    font-weight: 500;
    text-transform: uppercase !important;
    letter-spacing: .1px;
}
.yp-des-badge-left {
    background-color: #F8F8FA !important;
    padding: 5px 80px 5px 25px;
    display: flex;
    flex-direction: column;
    height: 70px;
    justify-content: center;
    border-radius: 40px 60px 60px 0;
    flex: 1;
}
.yp-des-badge-right img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}
.yp-des-badge {
    display: flex;
    position: relative;
}
.yp-des-badge-right {
    max-width: 70px !important;
    width: 100% !important;
    height: 70px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 12px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.yipa-post--description-wrap .yp-des-col-left {
    flex: 1;
    margin-right: 20px !important;
}
.yipa-post--description-wrap .yp-des-col-left .yp-global-title {
    margin-bottom: 0 !important;
}
.yipa-post--description-wrap .yp-des-col-right {
    flex: 0 0 310px !important;
}
.yp-pr-card {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    border: 1px solid #DFE5F4;
    border-radius: 25px !important;
    padding: 25px;
    background-color: #fff;
}
.yp-pr-card img {
    display: block;
    max-width: 25px;
    width: 100%;
    height: 25px;
    object-fit: contain;
    object-position: center;
    flex: 0 0 25px;
}
.yp-prc-text {
    font-family: 'Open Sans';
    font-size: 18px !important;
    font-weight: 300;
    line-height: 135% !important;
    color: #000 !important;
    flex: 1;
}
.yp-pr-cards > div:not(:last-child) {
    margin-bottom: 20px !important;
}
.yp-search-result-card {
    border: 1px solid #DFE5F4;
    border-radius: 20px 20px 20px 0;
    overflow: hidden;
    padding: 25px;
}
.yp-src-top {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
}
.yp-srct-left {
    flex: 0 0 250px;
    margin-right: 25px;
}
.yp-srct-feature {
    position: relative;
    border-radius: 20px 20px 20px 0 !important;
    overflow: hidden;
}
.yp-srct-right {
    flex: 1;
    padding-top: 20px;
}
.yp-srct-label {
    display: inline-block;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 400;
    color: #1D355E;
    line-height: 100%;
    background-color: #C4D82D;
    padding: 10px 20px;
    border-radius: 20px 20px 20px 0;
    position: absolute;
    top: 0;
    left: 0;
}
.yp-srct-title {
    font-family: 'Open Sans';
    font-size: 26px;
    font-weight: 400;
    line-height: 110%;
    margin: 0 0 8px 0 !important;
    color: #1D355E !important;
}
.yp-srct-feature a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
}
.yp-srct-title a{
    color: #1D355E !important;
}
.yp-srct-text {
    font-family: 'Open Sans';
    font-size: 18px;
    line-height: 145%;
    font-weight: 300 !important;
    color: #1D355E !important;
}
.yp-srct-feature img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.yp-srcm-course-feature ul,
.yp-srcm-skill ul{
    margin: 0 !important;
    list-style: none !important;
}
.yp-li-badge {
    display: inline-flex;
    align-items: center;
    border: 1px solid #DFE5F4;
    padding: 6px 15px;
    gap: 10px;
    border-radius: 15px 15px 15px 0;
}
.yp-lb-icon {
    display: block;
}
.yp-lb-icon img {
    display: block !important;
    max-width: 32px !important;
    width: 100% !important;
    height: 32px !important;
    object-fit: contain !important;
}
.yp-lb-text {
    font-family: 'Open Sans';
    font-size: 18px;
    line-height: 100%;
    font-weight: 300 !important;
    color: #1D355E !important;
}
.yp-srcm-course-feature ul > li,
.yp-srcm-skill ul > li{
    display: inline-block;
    margin: 0 10px 12px 0;
}
.yp-srcm-course-feature {
    margin-top: 22px;
    margin-bottom: 10px;
}
.yp-src-label {
    font-family: 'Open Sans';
    font-size: 18px;
    line-height: 100%;
    font-weight: 400 !important;
    color: #1D355E !important;
    margin: 0 !important;
}
.yp-srcm-skill {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
}
.yp-srcbr-no {
    margin: 0 !important;
    line-height: 100%;
    color: #F69C08 !important;
    font-weight: 700;
    font-size: 18px;
    font-family: 'Open Sans';
}
.yp-srcb-ratings {
    display: flex;
    align-items: center;
    gap: 10px;
}
.yp-srcbr-star img {
    display: block;
    max-width: 18px;
    width: 100%;
    height: 18px;
    object-fit: contain;
}
.yp-srcbr-star {
    display: flex;
}
.yp-src-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.yp-srcb-btns {
    display: flex;
    gap: 20px;
    align-items: center;
}
.yp-btn-primary {
    display: inline-flex;
    background-color: #C4D82D;
    font-family: 'Open Sans';
    font-weight: 400;
    color: #1D355E !important;
    font-size: 16px;
    padding: 5px 20px;
    border-radius: 25px 25px 25px 0;
    transition: .2s ease;
    border: 1px solid #C4D82D;
}
.yp-btn-primary:hover {
    background-color: #1D355E !important;
    color: #fff !important;
    border-color: #1D355E !important;
}
.yp-btn-secondary {
    display: inline-flex;
    background-color: transparent;
    font-family: 'Open Sans';
    font-weight: 400;
    color: #1D355E !important;
    font-size: 16px;
    padding: 5px 20px;
    border-radius: 25px 25px 25px 0;
    transition: .2s ease;
    border: 1px solid #13294B;
}
.yp-btn-secondary:hover {
    background-color: #C4D82D !important;
    color: #1D355E !important;
    border-color: #C4D82D !important;
}
.yipa-search-results > div:not(:last-child) {
    margin-bottom: 25px !important;
}
.yp-des-rtitle {
    margin: 0 0 20px 0 !important;
    font-family: 'Open Sans';
    font-size: 32px;
    font-weight: 500;
    color: #1D355E;
    line-height: 110%;
}
.yp-des-rtext {
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: 300;
    line-height: 150% !important;
    color: #000;
}
.yp-des-col-full > div:not(:last-child) {
    margin-bottom: 35px;
}
.yp-info-image img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}
.yipa-post--infographics {
    margin-bottom: 35px;
}
.single-leader-certificate .yp-des-col-left > div:not(:last-child) {
    margin-bottom: 25px !important;
}
#ZxCCVideoPopup .zx-dialog-inner {
    width: 1280px !important;
    height: 580px !important;
    overflow: hidden;
}
#ZxCCVideoPopup button {
    top: 0px !important;
    right: 3px !important;
}
.single-leader-certificate img.yp-d1 {
    max-width: 450px;
    bottom: -46px;
}
.single-leader-certificate img.yp-d2 {
    max-width: 370px;
}
.zx-limit-btn {
    text-align: center;
}
.zx-limit-break {
    display: inline-flex;
    background-color: #C4D82D;
    font-family: 'Open Sans';
    font-weight: 400;
    color: #1D355E !important;
    font-size: 16px;
    padding: 5px 20px;
    border-radius: 25px 25px 25px 0;
    transition: .2s ease-out;
    border: none !important;
    outline: none !important;
}
.zx-limit {
    display: none;
}
.zx-limit > div:not(:last-child) {
    margin-bottom: 20px !important;
}
.yp-prc-name {
    font-family: 'Open Sans';
    font-size: 14px !important;
    font-weight: 500;
    color: #000;
    line-height: 100%;
    margin-top: 15px !important;
}
.yp-fc-video a {
    display: block !important;
}
.yp-d3m {
    display: block;
    max-width: 450px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.zx-clear-search {
    display: inline-flex;
    border: 1px solid #1D355E;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: transparent !important;
    font-size: 17px !important;
    align-items: center;
    justify-content: center;
    padding: 0 0 4px 0 !important;
    line-height: 100% !important;
    position: absolute;
    right: 165px;
    top: calc(50% - 4px);
    transform: translateY(-50%);
    cursor: pointer;
    outline: none !important;
    visibility: hidden;
}
.zx-clear-search.active{
    visibility: visible;
}
#caf-multiple-taxonomy-filter ul li input[type="checkbox"]:checked + label::before {
    border: transparent !important;
    font-size: 18px !important;
}
.caf-active-filters .caf-active-filter-close {
    font-size: 0 !important;
    display: inline-flex !important;
    width: 22px !important;
    height: 22px;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
}
.caf-active-filters .caf-active-filter-close:after {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    font-size: 12px !important;
    transform: rotate(45deg);
}
.caf-active-filters li.filter-item {
    display: inline-flex !important;
    align-items: center !important;
}

/* About Us Page */
.zx-hero-row .x-row-inner > div:first-child {
    padding-right: 30px;
}
.zx-hero-row .x-row-inner > div:last-child {
    padding-left: 30px;
}
.zx-about-title h2 {
    font-family: 'Open Sans';
    font-size: 48px !important;
    line-height: 135% !important;
    font-weight: 600 !important;
    color: #1D355E !important;
}
.zx-about-text ul li {
    display: flex;
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: 300;
    line-height: 150% !important;
    color: #1D355E !important;
    position: relative;
}
.zx-about-text ul {
    list-style: none !important;
    margin-left: 35px !important;
}
.zx-about-text ul > li:before {
    content: '';
    display: inline-block;
    background-image: url('/wp-content/uploads/sites/3/2025/04/arrow.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    position: absolute;
    left: -35px;
    top: 5px;
}
.zx-about-text ul > li:not(:last-child) {
    margin-bottom: 20px !important;
}
.zx-about-title {
    margin-bottom: 15px;
}
.zx-hero-section {
    max-width: 97.4% !important;
    width: 100% !important;
    margin: 60px auto 0 auto !important;
    border-radius: 25px 25px 25px 0 !important;
}
.zx-hero-section .zx-embed-col > div {
    border-radius: 25px 25px 25px 0 !important;
    overflow: hidden;
}
.zx-info-box {
    border: 1px solid #DFE5F4 !important;
    padding: 35px 25px 25px 25px !important;
    border-radius: 15px 15px 15px 0 !important;
    overflow: hidden;
}
.zx-info-box:hover {
    background-color: #F6F9DF;
}
.zx-team-img, .zx-team-img img {
    display: block;
}
.zx-team-img img {
    display: block !important;
    max-width: 100% !important;
    width: 100% !important;
    height: 300px;
    object-fit: cover;
    border: 1px solid #DFE5F4 !important;
    border-radius: 15px 15px 15px 0 !important;
}
.zx-team-img {
    margin-bottom: 20px !important;
}
.zx-team-name {
    font-family: 'Open Sans' !important;
    font-weight: 400 !important;
    font-size: 24px !important;
    color: #1D355E !important;
    line-height: 120% !important;
    text-align: center;
    margin-bottom: 10px !important;
}
.zx-team-desig {
    font-family: 'Open Sans' !important;
    font-weight: 300 !important;
    font-size: 18px !important;
    color: #1D355E !important;
    line-height: 120% !important;
    text-align: center;
    margin-bottom: 10px !important;
}
.zx-team-email a {
    font-family: 'Open Sans' !important;
    font-weight: 300 !important;
    font-size: 18px !important;
    color: #1D355E !important;
    line-height: 120% !important;
    text-align: center;
    margin-bottom: 10px !important;
}
.zx-team-email {
    text-align: center;
    margin-bottom: 10px;
}
.zx-team-action {
    display: inline-flex;
    background-color: transparent !important;
    font-family: 'Open Sans';
    font-weight: 400;
    color: #1D355E !important;
    font-size: 16px !important;
    padding: 7px 15px;
    border-radius: 25px 25px 25px 0 !important;
    transition: .2s ease;
    border: 1px solid rgb(29 53 94 / 30%) !important;
    box-shadow: none !important;
}
.zx-team-action * {
    padding: 0 !important;
}
.zx-infobox-inner {
    text-align: center;
    position: relative;
}
.zx-team-action:hover {
    background-color: #13294B !important;
}
.zx-team-action:hover *{
    color: #fff !important;
}
.zx-bio-text {
    font-family: 'Open Sans' !important;
    font-weight: 300 !important;
    font-size: 14px !important;
    color: #1D355E !important;
    line-height: 150% !important;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1);
    padding: 20px;
    border-radius: 12px 12px 12px 0;
    max-width: 265px;
    position: absolute;
    top: calc(50% + 10px);
    right: -15px;
    transform: translateY(-50%);
    display: none;
    transition: .3s ease;
}
.zx-our-value-logo, 
.zx-our-value-logo img {
    display: block !important;
}
.zx-our-value-logo img {
    max-width: 220px !important;
    margin: 0 auto 0 auto;
}
.zx-our-value-text {
    font-family: 'Open Sans' !important;
    font-weight: 600 !important;
    font-size: 22px !important;
    color: #C4D82D !important;
    line-height: 120% !important;
    text-align: center;
    margin-bottom: 30px !important;
}
.zx-our-value-logo {
    margin-bottom: 15px;
}
.zx-value-card {
    background-color: #F8F8FA !important;
    border-radius: 15px 15px 15px 0 !important;
    padding: 30px 35px !important;
    margin: 0px 3px 5px 3px !important;
}
.zx-value-card .x-row-inner {
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
}
.zx-value-card .x-row-inner > div {
    margin: 0 !important;
}
.zx-value-card .x-row-inner .zx-value-card-icon {
    flex: 0 0 90px !important;
    margin-right: 25px !important;
}
.zx-value-card-icon img {
    max-width: 90px !important;
    width: 100%;
    height: auto !important;
}
.zx-value-card-text {
    flex: 1 !important;
}
.zx-value-card-text {
    font-family: 'Open Sans' !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    color: #13294B !important;
    line-height: 115% !important;
}
.zx-our-value-section {
    padding-top: 0 !important;
}
.zx-outro-col-left {
    position: relative;
}
.zx-outro-col-left span, .zx-outro-col-left span img {
    display: block !important;
}
.zx-outro-col-left span img {
    max-width: 100% !important;
    width: 100% !important;
    border-radius: 30px 30px 30px 0 !important;
}
.zx-outro-col-left .x-text {
    position: absolute;
    bottom: 30px;
    left: 0;
    color: #fff !important;
    font-family: 'Open Sans' !important;
    font-weight: 600 !important;
    font-size: 20px !important;
    line-height: 115% !important;
    max-width: 100%;
    width: 100%;
    padding: 10px 35px;
}
.zx-outro-col-left {
    padding-right: 30px !important;
}
.zx-ourtro-col-right {
    padding-left: 30px !important;
}
.zx-outro-row > .x-row-inner {
    align-items: center !important;
}
.zx-outro-title h2 {
    font-family: 'Open Sans';
    font-size: 48px !important;
    line-height: 135% !important;
    font-weight: 600 !important;
    color: #1D355E !important;
}
.zx-outro-title {
    margin-bottom: 15px;
}
.zx-outro-text {
    font-family: 'Open Sans';
    font-size: 20px !important;
    line-height: 135% !important;
    font-weight: 400 !important;
    color: #1D355E !important;
}
.zx-outro-text > p:not(:last-child) {
    margin-bottom: 15px !important;
}
.zx-outro-section {
    max-width: 97.4% !important;
    width: 100% !important;
    margin: 0 auto 60px auto !important;
    border-radius: 25px 25px 25px 0 !important;
}
.zx-close-bio {
    font-size: 14px !important;
    padding: 0 !important;
    line-height: 100% !important;
    display: inline-flex !important;
    width: 20px !important;
    height: 20px !important;
    justify-content: center;
    align-items: center;
    border: none !important;
    outline: none !important;
    background: #c4e30b !important;
    border-radius: 0 12px 0 0 !important;
    position: absolute;
    right: 0px;
    top: 0px;
}
.single-trainers .x-text a {
    display: inline-block;
    word-break: break-word;
}
.zx-team-email a {
    text-decoration: underline;
}
.zx-social-row .x-row-inner > div {
    flex: 0 0 2.75em !important;
}
.yipa-related-learnings-wrapper {
    margin-top: 50px;
}
.yp-rlc-feature {
    position: relative;
}
.yp-rlc-feature img {
    display: block !important;
    max-width: 100% !important;
    width: 100% !important;
    height: 210px;
    object-fit: cover;
}
.yp-rlc-label {
    position: absolute;
    background-color: #C4D82D;
    font-family: 'Open Sans';
    font-weight: 400;
    color: #1D355E;
    font-size: 14px;
    padding: 5px 20px;
    border-radius: 15px 15px 15px 0;
    top: 0;
    left: 0;
}
.yp-rl-card {
    border-radius: 15px 15px 15px 0 !important;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border: 1px solid #DFE5F4 !important;
}
.yp-rlc-title {
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: 500 !important;
    line-height: 135% !important;
    color: #1D355E !important;
    margin: 0 0 10px 0 !important;
}
.yp-rlc-bottom {
    padding: 20px;
}
.yp-rlc-rtxt {
    display: inline-block;
    font-family: 'Open Sans';
    font-weight: 600;
    color: #F69C08;
    font-size: 14px;
    line-height: 100%;
}
.yp-rlc-rating {
    display: flex;
    gap: 5px;
    align-items: center;
}
.yp-rlc-reviews {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}
.yp-rlc-str {
    display: flex;
    gap: 1px;
}
.yp-rlc-note {
    font-family: 'Open Sans' !important;
    line-height: 100% !important;
    font-size: 16px !important;
    color: #000000 !important;
    font-weight: 300 !important;
    margin-bottom: 18px !important;
}
.yp-rlc-items ul {
    list-style: none !important;
    margin: 0 !important;
}
.yp-rlc-item {
    display: flex;
    align-items: center;
    gap: 10px;
}
.yp-rlc-item-icon {
    display: block;
    flex: 0 0 22px;
}
.yp-rlc-item-text {
    font-family: 'Open Sans';
    font-size: 14px;
    color: #000;
    line-height: 140% !important;
}
.yp-rlc-items ul > li:not(:last-child) {
    margin-bottom: 7px !important;
}
.yp-rlc-action a {
    display: inline-flex;
    background-color: #C4D82D;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 150% !important;
    color: #1D355E;
    border-radius: 50px 50px 50px 0;
    padding: 10px 20px;
}
.yp-rlc-action {
    margin-top: 25px !important;
}
.yp-rlc-action a:hover {
    background-color: #1D355E !important;
    color: #fff !important;
}
.zx-value-card-text * {
    color: #13294B !important;
}
.yp-rl-cards-row .owl-nav.disabled {
    display: none !important;
}
.zx-team-action * {
    color: #1D355E !important;
}
.single-quick-takes-course .yp-des-col-left {
    margin-bottom: 0 !important;
}
.yipa-blog--description p {
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: 300;
    line-height: 140% !important;
    color: #1D355E !important;
    margin-bottom: 15px;
}
.yipa-blog--description h2 {
    margin: 25px 0 !important;
    font-family: 'Open Sans';
    font-size: 32px;
    font-weight: 500;
    color: #1D355E;
    line-height: 110%;
}
.yipa-blog--description ul li {
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: 300;
    line-height: 140% !important;
    color: #1D355E !important;
}
.yipa-blog--description ul > li:not(:last-child) {
    margin-bottom: 5px !important;
}
.x-section.zx-pd{
    display: none;
}
.yp-blog-content ul {
    margin-left: 30px;
}
.yp-prc-ratings {
    flex: 0 0 100% !important;
    display: flex;
    align-items: center;
    gap: 2px;
    margin-left: 45px !important;
}
.yp-prc-ratings img {
    display: block;
    max-width: 16px !important;
    width: 100% !important;
    height: 14px !important;
    object-fit: contain !important;
}
#manage-ajax-response .error-caf {
    background-image: url('https://training.yipastg.wpenginepowered.com/wp-content/uploads/sites/3/2025/05/NO_R1.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    height: 100% !important;
    padding: 101px !important;
    border-radius: 16px 16px 16px 0 !important;
    background-color: transparent !important;
    font-size: 0 !important;
    border: 1px solid #DFE5F4;
}
.yp-prc-content {
    flex: 1;
}
.yp-clear-filter.zx-active,
.yp-clear-search.zx-active {
    display: inline-flex !important;
}
#SearchedText{
    display: none;
}
.yp-sil-title {
    font-family: 'Open Sans' !important;
    font-size: 24px !important;
    font-weight: 400 !important;
    color: #1D355E !important;
    margin: 0 0 10px 0 !important;
    line-height: 135% !important;
    text-transform: capitalize !important;
}
.yp-sil-text,
.yp-sil-text-2 {
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: 300;
    color: #1D355E;
    line-height: 135% !important;
    margin-bottom: 15px !important;
}
.yp-sil-text-2 {
    margin-bottom: 0 !important;  
}
.yp-search-init {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    border: 1px solid #DFE5F4;
    padding: 25px 30px;
    border-radius: 15px 15px 15px 0 !important;
}
.yp-si-left {
    flex: 1;
}
.yp-si-right img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto;
}
.yp-si-right {
    flex: 0 0 260px;
}
/* .zx-pagination a,
.zx-pagination span,
.zx-default-paging a,
.zx-default-paging span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 50px;
    width: 100%;
    height: 50px;
    background-color: #c4d82d;
    color: #1e355e !important;
    font-size: 20px !important;
    font-weight: 600;
}
.zx-pagination,
.zx-default-paging {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    justify-content: center;
    margin-top: 35px !important;
}
.zx-pagination a:hover, 
.zx-pagination a.active,
.zx-pagination span.current,
.zx-default-paging a:hover,
.zx-default-paging a.active,
.zx-default-paging span.current {
    background-color: #1D355E !important;
    color: #fff !important;
}
.zx-pagination a.active,
.zx-default-paging a.active{
    pointer-events: none !important;
} */
.yp-srct-text a {
    color: #1D355E !important;
    font-weight: 400;
    line-height: 100%;
}
.yipa-search-form.yp-sf-home {
    margin: 0 auto 45px 0 !important;
    display: block !important;
    max-width: 70% !important;
    width: 100% !important;
}
.yipa-search-form.yp-sf-home .yp-sf-label {
    margin-bottom: 12px !important;
}
.yp-lear-op-search,
.yipa-search-wrapper {
    position: relative;
}
#YPInfo {
    display: block !important;
    max-width: 18px !important;
    width: 100% !important;
    height: auto !important;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 2;
    cursor: pointer;
}
.yipa-learn-info-banner {
    background-color: #F6F9DF !important;
    padding: 15px;
    border-radius: 8px 8px 8px 0;
    box-shadow: 0 0 25px 1px rgba(0,0,0,.1);
    max-width: 290px;
    position: absolute;
    top: 0;
    left: 383px;
    z-index: 3;
    display: none;
}
.yp-lib {
    font-family: 'Open Sans' !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #1D355E !important;
}
.yipa-learn-info-banner > div:not(:last-child) {
    margin-bottom: 10px;
}
.yipa-learn-info-banner:before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background-color: #F6F9DF !important;
    transform: rotate(45deg);
    position: absolute;
    top: 75px;
    left: -7px;
}
.yp-ib-close {
    padding: 3px;
    border: none !important;
    display: flex;
    background-color: #1D355E !important;
    color: #fff;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    border-radius: 8px 8px 8px 0;
    position: absolute;
    right: -10px;
    top: -10px;
}
.yp-sl-label small {
    font-size: 18px !important;
}
.yp-sl-label small i {
    font-style: normal !important;
}
.yp-ib-close img {
    padding-top: 1px;
    display: block;
    max-width: 16px;
    width: 100%;
    height: 16px;
}
.yp-sl-label .zx-rc {
    font-size: 20px !important;
    font-weight: 400 !important;
}
.yp-results-r {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.zx-pstyle .next, 
.zx-pstyle .prev {
    display: inline-flex !important;
    width: 50px !important;
    height: 50px !important;
    border: 1px solid #DFE5F4 !important;
    justify-content: center;
    align-items: center;
    padding: 2px;
    border-radius: 50%;
}
.zx-pstyle .next img, 
.zx-pstyle .prev img {
    display: block;
    max-width: 12px;
    width: 100%;
    height: 20px;
    object-fit: contain;
}
.zx-pstyle .next:hover, 
.zx-pstyle .prev:hover {
    background-color: #c2d52c;
}
.zx-pstyle a {
    font-family: 'Open Sans' !important;
    font-size: 20px !important;
    font-weight: 300 !important;
    color: #1D355E !important;
    line-height: 100% !important;
    margin: 0 10px !important;
}
.zx-pstyle a.active {
    text-decoration: underline;
    text-underline-offset: 7px;
    font-weight: 600 !important;
    text-decoration-color: #C4D82D;
}
.yp-info-col-left {
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: 300;
    line-height: 150% !important;
    color: #1D355E !important;
}
.yp-info-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.yp-info-col-left {
    flex: 0 0 50%;
    margin-right: 55px;
}
.yp-info-col-right {
    flex: 1;
}
.yipa-post--infographic {
    background-color: rgba(209, 210, 220, .15);
    padding: 45px 30px;
    margin-bottom: 60px;
    border-radius: 15px 15px 15px 0;
}
.single-certificate-course .yipa-related-learnings-wrapper {
    margin-bottom: 50px;
}
.single-certificate-course .yp-rlc-bottom {
    min-height: 365px;
}
.yipa-related-learnings-wrapper .yp-rlc-bottom {
    min-height: 365px;
    position: relative;
    padding-bottom: 90px;
}
.yipa-related-learnings-wrapper .yp-rlc-bottom .yp-rlc-action {
    position: absolute;
    bottom: 20px;
}
.zx-cc .yp-rlc-feature img {
    max-width: 200px;
    width: 100%;
    object-fit: contain;
}
.zx-cc .yp-rlc-feature {
    background-color: #f8f8fa;
}
#ZxBackToTop {
    display: flex;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border-radius: 50%;
    border: 1px solid rgb(198,227,5);
    background-color: rgb(198,227,5);
    transition: .2s ease-out;
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 99997;
    visibility: hidden;
}
#ZxBackToTop svg {
    width: 14px;
    height: 14px;
}
#ZxBackToTop:hover {
    background-color: rgb(198,227,5) !important;
}
img.zx-smc-f {
    object-position: left;
}
.single-micro-course .yp-fea-image img {
    object-position: left;
}
img.zx-rsmc {
    object-fit: contain !important;
}
.yp-des-published {
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 300;
    line-height: 140% !important;
    color: #1e355e !important;
    margin: 15px 0 0 0 !important;
}
.yp-rlc-title a {
    color: #1D355E !important;
}
.yp-rlc-top {
    position: relative;
}
.yp-rlc-top > a,
.yp-rlc-feature a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 1;
}






















/* 
    RESPONSIVE 
*/
@media only screen and (min-width: 1600px) {
    .yipa-container {
        max-width: 1500px;
    }
    .yipa-single-post-banner img.yp-main-banner {
        height: 480px;
    }
}

@media only screen and (min-width: 1025px){
    .zx-limit-break:hover {
        background-color: #1D355E !important;
        color: #fff !important;
    }
    .zx-row-1-left {
        margin-right: 0 !important;
        flex: 0 0 28% !important;
    }
    .zx-row-1-right {
        flex: 1 !important;
    }
}

@media (max-width: 1024px) and (min-width: 769px){
    button.wp-mem-tab-btn {
        min-height: 65px;
    }
}
@media (max-width: 991px) and (min-width: 768px){
    .yp-fea-image img {
        height: auto;
    }
}

@media only screen and (min-width: 768px){
    .zx-team-action:hover + .zx-bio-text {
        display: block !important;
    }
    button.zx-close-bio {
        display: none !important;
    }
}

@media only screen and (max-width: 1100px){
    img.yp-d1 {
        max-width: 220px;
    }
    img.yp-d2 {
        max-width: 210px;
    }
    .single-leader-certificate img.yp-d1 {
        max-width: 400px !important;
    }
    .single-leader-certificate img.yp-d2 {
        max-width: 350px !important;
    }
    .yp-d3m {
        max-width: 350px;
    }
    
}

@media only screen and (max-width: 1024px){
    .yp-sb-card {
        display: block !important;
    }
    .yp-sb-card-icon {
        padding-top: 20px;
    }
    .yp-fea-title {
        font-size: 18px;
    }
    .yipa-post-content {
        margin-right: 25px;
        flex: 0 0 calc(70% - 25px);
        max-width: calc(70% - 25px);
        width: 100%;
    }
    .yp-fea-ratings {
        flex-direction: column-reverse;
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .wp-mem-tab-btn {
        font-size: 14px;
    }
    .yp-fct-title {
        font-size: 16px;
    }
    .yp-sb-card-icon {
        padding-right: 20px;
    }
    /* img.yp-d1 {
        max-width: 220px;
    }
    img.yp-d2 {
        max-width: 210px;
    } */
    .yipa-single-post-banner img.yp-main-banner {
        height: 300px;
    }
    .single-certificate-course .yp-fea-title {
        font-size: 24px;
        margin-bottom: 0 !important;
    }
    .single-certificate-course .yp-fea-short-desc,
    .yp-mem-desc p {
        font-size: 18px;
    }
    .yp-sb-text {
        text-align: center;
    }
    .yipa-post--description-wrap .yp-des-col-left {
        margin-right: 0 !important;
        margin-bottom: 25px !important;
    }
    .yipa-post--description-wrap .yp-des-col-right {
        flex: 0 0 100% !important;
        margin-bottom: 25px !important;
    }
    .yp-pr-card img {
        position: relative;
        top: 2px;
    }
    .yipa-search-left {
        flex: 0 0 100% !important;
    }
    .yipa-search-wrapper {
        gap: 20px;
    }
    #ZxCCVideoPopup .zx-dialog-inner {
        width: 800px !important;
        height: 365px !important;
        overflow: hidden;
    }
    .yp-d3m {
        max-width: 250px;
    }
    .single-leader-certificate img.yp-d1 {
        max-width: 300px !important;
    }
    .single-leader-certificate img.yp-d2 {
        max-width: 250px !important;
    }
    .zx-row-1 {
        max-width: 100% !important;
        width: 100% !important;
    }
    .yipa-learn-info-banner {
        left: unset;
        right: 40px !important;
    }
    .yipa-learn-info-banner:before {
        left: unset;
        right: -7px;
    }
    .yipa-related-learnings-wrapper .yp-rlc-bottom {
        min-height: 375px;
    }
    .zx-dialog-wrap .zx-dialog-content {
        width: 100% !important;
    }
}

@media only screen and (max-width: 768px){
    .yipa-post-content {
        margin-right: 0 !important;
        flex: auto !important;
        max-width: 100% !important;
        width: 100% !important;
        margin-bottom: 35px;
    }
    .yipa-post-sidebar-wrap {
        flex: auto !important;
        max-width: 100% !important;
        width: 100% !important;
    }
    .yp-fea-ratings {
        flex-direction: row;
    }
    .yp-rev-carousel-wrap:after{
        display: none;
    }
    img.yp-d1 {
        max-width: 180px;
        left: 35px;
    }
    .yipa-single-post-banner img.yp-main-banner {
        height: 250px;
    }
    img.yp-d2 {
        max-width: 170px;
        right: 30px;
    }
    .yipa-search-form {
        max-width: 90%;
        margin: 0 auto 30px auto;
    }
    .yp-srct-right {
        padding-top: 0;
    }
    .yp-srct-title {
        font-size: 22px;
    }
    #ZxCCVideoPopup .zx-dialog-inner {
        width: 600px !important;
        height: 275px !important;
        overflow: hidden;
    }
    .single-leader-certificate img.yp-d1 {
        max-width: 300px !important;
    }
    .single-leader-certificate img.yp-d2 {
        max-width: 270px !important;
    }
    .single-leader-certificate img.yp-d1 {
        max-width: 236px !important;
    }
    .single-leader-certificate img.yp-d2 {
        max-width: 190px !important;
    }
    .zx-hero-row .x-row-inner > div {
        flex: 0 0 100% !important;
    }
    .zx-hero-section {
        margin: 30px auto 0 auto !important;
        padding-top: 30px !important;
    }
    .zx-hero-row .x-row-inner > div:first-child {
        padding-right: 0 !important;
        margin-bottom: 35px !important;
    }
    .zx-hero-section {
        max-width: 100% !important;
        width: 100%;
    }
    .zx-hero-row .x-row-inner > div:last-child {
        padding-left: 0 !important;
    }
    .zx-hero-row .x-row-inner {
        margin: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
    }
    .zx-hero-row .x-row-inner > div {
        max-width: 100% !important;
        width: 100% !important;
        margin: 0 !important;
    }
    .zx-team-section {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    .zx-team-row .x-row-inner > div {
        flex: 0 0 calc(50% - 10px) !important;
        margin: 5px !important;
    }
    .zx-team-row .x-row-inner > div .zx-info-box {
        margin: 0 !important;
    }
    .zx-team-row .x-row-inner > div .zx-info-box .x-row-inner {
        margin: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
    }
    .zx-team-row .x-row-inner > div .zx-info-box .x-row-inner .zx-infobox-inner {
        max-width: 100% !important;
        width: 100% !important;
        flex: 0 0 100% !important;
        margin: 0 !important;
    }
    .zx-info-box:hover {
        background-color: #fff !important;
    }
    /* .zx-info-box:hover .zx-team-action {
        background-color: transparent !important;
        color: #1D355E !important;
    }
    .zx-info-box:hover .zx-team-action * {
        color: #1D355E !important;
    } */
    .zx-hero-section {
        border-radius: 0 !important;
    }
    .zx-value-cards > .x-row-inner > div {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        margin: 0 !important;
    }
    .zx-outro-col-left {
        padding-right: 0 !important;
    }
    .zx-ourtro-col-right {
        padding-left: 0 !important;
    }
    .zx-outro-row .x-row-inner > div {
        margin: 0 !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }
    .zx-outro-section {
        max-width: 100% !important;
        width: 100% !important;
        border-radius: 0 !important;
    }
    .zx-outro-row .x-row-inner > div.zx-outro-col-left {
        margin-bottom: 30px !important;
    }
    .zx-row-1-left {
        flex: 0 0 30% !important;
        margin-right: 0 !important;
    }
    .zx-row-1-right {
        flex: 1 !important;
    }
    .zx-row-1 {
        max-width: 100% !important;
        width: 100% !important;
    }
    .zx-row-adds .x-row-inner > div {
        flex: 0 0 calc(50% - 20px) !important;
    }
    .yipa-search-form.yp-sf-home {
        max-width: 100% !important;
        margin: 0 auto 30px 0 !important;
    }
    .yipa-search-form.yp-sf-home .yp-sf-label {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px){
    .yipa-single-post-wrapper {
        padding: 35px 0;
    }
    .yp-des-suptitle {
        font-size: 16px;
    }
    .yp-global-title {
        font-size: 24px;
    }
    .yp-des-content ul li span {
        font-size: 16px;
    }
    .yp-des-col-left {
        flex: auto !important;
        margin-right: 0 !important;
    }
    .yp-des-col-right {
        flex: 1;
    }
    .yp-obj-content ul li span {
        font-size: 16px;
    }
    .yp-cd-item-text {
        font-size: 16px;
    }
    .yp-cd-list .yp-cd-item {
        flex: 0 0 100% !important;
    }
    .yp-tr-card {
        flex-direction: column;
        padding-left: 10px;
    }
    .yp-tr-card-left {
        margin-right: 0;
        font-size: 16px;
    }
    .yp-tr-card-right {
        flex: 0 0 100% !important;
        margin-top: 20px !important;
        margin: auto;
    }
    .yp-fc-icon {
        flex: 0 0 100% !important;
        margin-right: 0 !important;
        padding: 0!important;
        margin-bottom: 20px !important;
    }
    .yp-fc-title {
        font-size: 24px;
    }
    .yp-fc-text {
        font-size: 16px;
    }
    .yp-sb-card-wrap {
        margin: 0 !important;
    }
    .yp-sb-card {
        flex: 0 0 100% !important;
        margin: 0 0 15px 0 !important;
    }
    .yp-rev-carousel-wrap:after {
        display: none;
    }
    .yp-rev-text {
        font-size: 16px !important;
    }
    .wp-mem-tab-btn {
        padding: 5px 12px !important;
    }
    .yipa-post--objective,
    .yipa-post--trainer,
    .yipa-post--skill-building {
        margin-bottom: 35px !important;
    }
    .yipa-post--description-wrap {
        margin-bottom: 35px !important;
    }
    .yp-sb-card-wrap > div:nth-last-child(2) {
        margin-bottom: 15px !important;
    }
    .yipa-post--course-details {
        margin-bottom: 35px;
    }
    .zx-float img {
        float: none;
        display: block;
        max-width: 150px;
        height: 180px;
        margin-left: auto;
        margin-bottom: 15px;
        margin-right: auto;
    }
    img.yp-d1,
    img.yp-d2{
        display: none;
    }
    .yipa-single-post-banner img.yp-main-banner {
        object-position: 55%;
        height: 220px;
    }
    .yp-fsh-title {
        font-size: 24px;
    }
    .yp-ban-label {
        font-size: 14px;
        padding: 5px 10px;
        bottom: 10px;
        left: 10px;
    }
    .yipa-post-banner img {
        height: 200px;
        object-fit: cover;
        object-position: center;
    }
    .yp-rev-text {
        min-height: 125px;
    }
    .yp-tt-card {
        display: block;
    }
    .yp-ttc-left {
        max-width: 60px;
        width: 100%;
        margin: 0 auto 20px auto;
    }
    .yp-ttc-right {
        text-align: center;
    }
    .yipa-post-tool-type {
        margin-bottom: 35px;
    }
    .yp-ttc-title {
        font-size: 20px !important;
        margin: 0 0 5px 0 !important;
    }
    .yipa-post--faq-card {
        margin-bottom: 35px;
    }
    .single-youth-worker-toolkit .yipa-post--reviews {
        margin-bottom: 35px;
    }
    .single-youth-worker-toolkit .tool-label-img {
        max-width: 65px;
        height: 65px;
        bottom: -25px;
    }
    .yipa-post--description-wrap {
        padding: 15px;
    }
    .yp-des-content, 
    .yp-obj-content,
    .yp-des-content ul li,
    .yp-obj-content ul li{
        font-size: 16px;
    }
    .yp-prc-text {
        font-size: 16px !important;
    }
    .yipa-search-form {
        max-width: 100% !important;
        display: block !important;
    }
    .yp-sf-label {
        margin-bottom: 10px;
        font-size: 18px !important;
    }
    .yp-sl-label {
        font-size: 20px;
    }
    .yp-accordion {
        font-size: 20px;
        margin: 10px;
    }
    .yp-search-result-card {
        padding: 10px;
    }
    .yp-srct-left {
        flex: 0 0 100% !important;
        margin-right: 0 !important;
        margin-bottom: 15px !important;
    }
    .yp-srct-feature img {
        display: block;
        max-width: 100%;
        width: 100% !important;
    }
    .yp-srct-text,
    .yp-lb-text{
        font-size: 16px;
    }
    .yp-lb-icon img {
        max-width: 28px !important;
        height: 28px !important;
    }
    .yp-li-badge {
        display: flex !important;
        max-width: 100%;
        width: 100%;
    }
    .yp-srcm-course-feature ul > li, 
    .yp-srcm-skill ul > li {
        display: block !important;
        margin-right: 0 !important;
    }
    .yp-srcm-skill,
    .yp-src-bottom,
    .yp-srcb-btns{
        display: block !important;
    }
    .yp-src-label {
        margin-bottom: 15px !important;
        margin-top: 15px !important;
    }
    .yp-srcb-ratings {
        justify-content: center;
    }
    .yp-srcb-left {
        margin-bottom: 15px !important;
        margin-top: 15px !important;
    }
    .yp-btn-primary, .yp-btn-secondary {
        display: flex !important;
        max-width: 100%;
        width: 100%;
        justify-content: center;
    }
    .yp-srcb-btns > a:not(:last-child) {
        margin-bottom: 15px !important;
    }
    .yp-oc-text {
        font-size: 18px;
    }
    .yipa-searchp-page-wrapper {
        padding: 30px 0;
    }
    .yp-des-rtitle {
        font-size: 23px;
    }
    #ZxCCVideoPopup .zx-dialog-inner {
        width: 330px !important;
        height: 150px !important;
    }
    #ZxCCVideoPopup button {
        top: 0px !important;
        right: 0 !important;
    }
    .yp-d3m {
        max-width: 175px;
    }
    .zx-single-top .x-row-inner > div {
        max-width: 100% !important;
        width: 100% !important;
        flex: 1 !important;
    }
    .zx-single-main {
        padding-top: 0 !important;
    }
    .zx-row-1 {
        max-width: 100% !important;
        width: 100% !important;
    }
    .zx-social-row .x-row-inner {
        display: flex !important;
    }
    .zx-social-row .x-row-inner > div {
        flex: 0 0 10% !important;
    }
    .zx-row-1 .x-row-inner > div {
        padding-top: 0 !important;
    }
    .zx-row-adds {
        padding-top: 35px !important;
    }
    .zx-about-title h2,
    .zx-outro-title h2{
        font-size: 26px !important;
    }
    .zx-about-text ul li,
    .zx-outro-text{
        font-size: 18px !important;
    }
    .zx-team-row .x-row-inner > div {
        flex: 0 0 calc(100% - 10px) !important;
        margin: 5px !important;
    }
    .zx-our-value-logo img {
        max-width: 150px !important;
    }
    .zx-our-value-text {
        font-size: 16px !important;
    }
    .zx-value-card {
        padding: 15px 15px !important;
    }
    .zx-value-card-text {
        flex: 0 0 100% !important;
    }
    .zx-value-card-text {
        font-size: 18px !important;
        text-align: center !important;
    }
    .zx-value-card .x-row-inner .zx-value-card-icon {
        margin-right: 0 !important;
    }
    .zx-value-card > .x-row-inner {
        justify-content: center !important;
        gap: 15px !important;
    }
    .zx-our-value-section {
        padding-bottom: 35px !important;
    }
    .zx-outro-row > .x-row-inner {
        margin: 0 !important;
    }
    .zx-outro-section {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    .zx-value-card {
        margin: 0px 3px 15px 3px !important;
    }
    .zx-row-1-left, .zx-row-1-right {
        flex: 0 0 100% !important;
        margin: 0 !important;
    }
    .zx-row-1 > .x-row-inner {
        margin: 0 !important;
    }
    .zx-row-1 .x-row-inner > div {
        flex: 0 0 100% !important;
        margin: 0 !important;
    }
    .zx-row-adds > .x-row-inner {
        margin: 0 !important;
    }
    .zx-row-1 .x-row-inner > div:not(:last-child) {
        margin-bottom: 15px !important;
    }
    .yipa-related-learnings-wrapper {
        margin-top: 35px;
    }
    .yp-si-left {
        flex: 0 0 100% !important;
        text-align: center !important;
        order: 2;
    }
    .yp-si-right {
        flex: 0 0 100% !important;
        order: 1;
        text-align: center;
    }
    .yp-search-init {
        gap: 30px;
    }
    .yp-si-right img {
        max-width: 185px !important;
    }
    .yp-sil-title {
        font-size: 20px !important;
    }
    .yp-sil-text {
        font-size: 16px;
    }
    #YPInfo {
        right: -5px;
        top: -5px;
    }
    .yipa-learn-info-banner {
        right: 25px !important;
    }
    .yp-results-r {
        flex-direction: column;
        gap: 20px;
    }
    .yp-sl-label .zx-rc{
        text-align: center !important;
    }
    .yp-info-col-left {
        flex: 0 0 100% !important;
        margin: 0 !important;
        font-size: 16px;
    }
    .yp-info-col-right {
        flex: 0 0 100% !important;
        margin-bottom: 25px !important;
    }
    .yp-info-row {
        flex-direction: column-reverse !important;
    }
    .yipa-post--infographic {
        padding: 20px 15px !important;
        margin-bottom: 35px !important;
    }
    .single-certificate-course .yp-des-col-left {
        margin-bottom: 0 !important;
    }
    .single-certificate-course .yp-rlc-bottom {
        min-height: 340px;
    }
    #ZxBackToTop.active{
        visibility: visible;
    }
    .yp-des-published {
        margin: 0 !important;
    }
}

@media only screen and (max-width: 425px){
    button.wp-mem-tab-btn {
        min-height: 65px;
    }
    .yipa-single-post-banner {
        padding: 0 10px;
    }
    #manage-ajax-response .error-caf {
        background-image: url('https://training.yipastg.wpenginepowered.com/wp-content/uploads/sites/3/2025/05/NO_R2.svg');
        height: 100% !important;
        padding: 125px !important;
        max-width: 275px !important;
        margin: auto !important;
        background-size: cover !important;
    }
}