.product-header-top {
    box-shadow: none;
}

.pd-tb {
    padding: 120px 0;
}

.content-wrap {
    max-width: 1280px;
    margin: 0 auto;
}

.tac {
    text-align: center;
}

.zflex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.zbanner {
    background: linear-gradient(180deg, #FFFFFF 0%, #FFE6DA98 50%, #FFCDB533 100%);
    position: relative;
    z-index: 0;
    padding: 120px 0 340px;
}

.zbanner:after {
    position: absolute;
    content: "";
    width: 100%;
    min-height: 730px;
    -webkit-mask-image: radial-gradient(120% 154% at top, transparent 50%, #fff 43%);
    mask-image: radial-gradient(120% 154% at top, transparent 50%, #fff 43%);
    background: #fff;
    right: 0;
    bottom: -140px;
    user-select: none;
    pointer-events: none;
    z-index: -1;
}

.zbanner .lhs,
.zbanner .rhs {
    width: 47%;
}

.zbanner .lhs {
    margin-bottom: 3%;
}

.zbanner .lhs h1 {
    max-width: 460px;
}

.zbanner .lhs p {
    max-width: 500px;
}

.btn-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.btn-wrap a,
.zbottom a.btn1 {
    text-align: center;
    max-width: max-content;
    font-size: 16px;
    font-family: var(--primaryfont-semibold);
    padding: 12px 30px;
    text-transform: capitalize;
    border-radius: 5px !important;
    background: #fb6720;
    border: 1px solid #fb6720;
}

.btn-wrap a.btn1,
.btm-cont a.btn1 {}

.btn-wrap a.btn2 {
    border: 1px solid #727272;
    background: 0;
    color: #000;
}

.zbanner .rhs {
    position: relative;
    text-align: center;
}

.zbanner .rhs:before {
    position: absolute;
    content: "";
    background: #fb6720;
    width: 310px;
    height: 475px;
    right: 94px;
    top: -30px;
    z-index: -1;
    border-radius: 24px;
    opacity: 0;
    transition: all .5s ease-in;
    transform: translate(-10px, 10px);
}

.middle-animated .rhs:before {
    opacity: 1;
    transform: translate(0px, 0px);
}

.zbanner .rhs img {
    max-width: 90%;
    margin: auto;
}

.zb-split {
    opacity: 0;

}

.middle-animated .zb-split {
    opacity: 1;
}

.zsplit-1 {
    position: absolute;
    top: 37px;
    left: 10px;
    z-index: 1;
    transform: translateX(30px);
    transition-delay: 1s;
    transition: all 1.5s linear;
    animation: flip-in-diag-2-br 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@keyframes flip-in-diag-2-br {
    0% {
        -webkit-transform: rotate3d(-1, 1, 0, -80deg);
        transform: rotate3d(-1, 1, 0, -80deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: rotate3d(1, 1, 0, 0deg);
        transform: rotate3d(1, 1, 0, 0deg);
        opacity: 1;
    }
}

.middle-animated .zsplit-1 {
    transform: translateX(0px);
}

.zsplit-2 {
    position: absolute;
    top: 42%;
    right: 16px;
    transform: translate(30px, 0px);
    transition-delay: 1.1s;
    transition: all 1s ease-in;
    animation: flip-in-diag-2-br 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    z-index: 2;
}

.middle-animated .zsplit-2,
.middle-animated .zsplit-3 {
    transform: translate(0px, 0px);
}

.zsplit-3 {
    position: absolute;
    bottom: -8%;
    left: 45%;
    max-width: 400px;
    transform: translate(30px, 0px);
    transition-delay: 1.2s;
    transition: all 1.1s ease-in;
    animation: flip-in-diag-2-br 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    z-index: 2;
}

.zsplit-4 {
    position: absolute;
    top: 5%;
    z-index: 1;
    left: 9%;
    transform: scale(.7);
    opacity: 0;
    transition: all .7s ease-in .7s;
}

.zsplit-5 {
    position: absolute;
    right: 190px;
    bottom: 55px;
    opacity: 0;
    transform: scale(.7);
    transition: all .7s ease-in .9s;
    z-index: 0;
}

.middle-animated .zsplit-4,
.middle-animated .zsplit-5 {
    opacity: 1;
    transform: scale(1);
}

@keyframes myanimation {
    0% {
        transform: scale(.7)
    }

    50% {
        transform: scale(1)
    }

    100% {
        transform: scale(.7)
    }
}


.ztab-section {}

.ztab-inner .tab-sec .lhs {
    width: 58%;
}

.ztab-inner .tab-sec .rhs {
    width: 38%;
}



.tab-sec {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

#zwc-sec2 p {
    max-width: 441px;
}

#zwc-sec3 p {
    max-width: 444px;
}

#zwc-sec4 p {
    max-width: 527px;
}

#zwc-sec5 p {
    max-width: 530px;
}

#zwc-sec6 p {
    max-width: 454px;
}

#zwc-sec7 p {
    max-width: 444px;
}

#zwc-sec8 p {
    max-width: 480px;
}

.tab-sec img {
    max-width: 90%;
}



/* .mob-access {
  background: linear-gradient(165deg, #000 0%, #000 62%, #FC6720 100%);
  border-radius: 20px;
  max-width: 1480px;
  margin: 0 auto;
  color: #fff;
  padding-bottom: 0;
}

.zm-inner {
  align-items: flex-start;
}

.mob-access .lhs,
.mob-access .rhs {
  width: 48%;
}

.mob-access .lhs h2 {
  color: #fff;
}

.mob-access .lhs p {
  max-width: 454px;
  color: #fff;
}

.mob-access .rhs {
  text-align: center;
}

.mob-access .rhs img {
  display: block;
  max-width: 408px;
}

.ztc-app-lnk {
  justify-content: unset;
  gap: 32px;
}

.ztc-app-lnk a img {
  box-shadow: 0px 0px 4px 0px #cecece78;
} */




/* tab section starts */

.zwc-sticki-container {
    position: sticky;
    top: 60px;
    z-index: 1;
}

ul.zwc-scrolltab-list {
    opacity: 0;
    justify-content: center;
    transform: translateY(-10px);
    transition: all .5s ease-in;
}

ul.zwc-scrolltab-list.sticky-add {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    opacity: 1;
    transform: translateY(0px);
}

.zwc-scrolltab-list {
    margin-bottom: 0px;
    background: #192164;
    padding: 15px 0;
}

.zwc-flx-cntr {
    justify-content: center;
}

.zwc-dflx {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.zwc-scrolltab-list li:first-child {}

.zwc-scrolltab-list li {
    position: relative;
}

.zwc-scrolltab-list li a span {
    display: block;
}

.zwc-scrolltab-list li.active a,
.zwc-scrolltab-list li:hover a {
    color: #ff7600;
}

.zwc-scrolltab-list li a {
    color: #fff;
    font-size: 18px;
    font-family: var(--primaryfont-semibold);
    position: relative;
    text-align: center;
    padding: 0 20px 0;
    transition: all .2s ease;
    display: block;
}


/* tab section ends */



/* features start */
.zw-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1200px;
    margin: -300px auto 0;
    color: #fff;
    padding: 90px 120px;
    background: linear-gradient(189deg, #000 0%, #000 62%, #FC6720 100%);
    border-radius: 20px;
    gap: 24px;
}

.zw-wrap .lhs {
    width: 50%;
}

.zw-wrap .rhs {
    width: 42%;
}

.zw-wrap .lhs h2 {
    color: #fff;
}

.zw-wrap .rhs ul li {
    padding-left: 30px;
    position: relative;
    padding-bottom: 32px;
}

.zw-wrap .rhs ul li:before {
    position: absolute;
    content: '';
    width: 18px;
    height: 10px;
    border-bottom: 2px solid #FC6720;
    border-left: 2px solid #FC6720;
    left: 0;
    top: 6px;
    transform: rotate(-45deg);
}

/* features End */


/* customer section */
.ztop-testimonial {
    max-width: 90%;
    margin: 50px auto 0;
}

.zcx-say {
    max-width: 830px;
    margin: 150px auto 0;
    color: #000;
    padding: 120px 64px;
    position: relative;
    z-index: 0;
}

.zcx-say h3 {
    position: relative;
}

.zcx-say h3:before {
    position: absolute;
    content: '';
    width: 32px;
    height: 32px;
    background: url(/sites/oweb/images/trainercentral/business/quote.png) no-repeat 0px 0px / 30px;
    left: -33px;
    top: -2px;
}

.zs-testimonial .content-wrap {
    max-width: 1200px;
    margin: auto;
    border-radius: 30px;
    width: 97%;
    height: 100%;
    background: #FFF1EA;
    z-index: 0;
}

.zcx-say h3 {
    font: 30px / 42px 'Zoho_Puvi_Medium';
    margin-bottom: 54px;
    max-width: 810px;
}

.zcx-say h4 span {
    display: block;
    font-family: var(--zf-primary-regular);
    font-size: 20px;
}

.zcx-say h4 {
    position: relative;
    font: 30px / 42px 'Zoho_Puvi_Medium';
    margin-bottom: 0;
    position: relative;
    padding-left: 140px;
    color: #000;
}

.zcx-say h4::before {
    position: absolute;
    content: '';
    width: 95px;
    height: 95px;
    background: url(/sites/oweb/images/trainercentral/hugh.png) no-repeat 0px 0px / 100%;
    /* border-radius: 5px; */
    /* box-shadow: -6px 6px 0 0 #ffdb41; */
    left: 0;
    top: 0;
}

/* customer section Ends */


@media only screen and (min-width: 1200px) and (max-width: 1699px) {
    .tab-sec img {
        max-width: 80%;
        margin: auto;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .zwc-sticki-container ul.zwc-scrolltab-list li a {
        font-size: 16px;
        padding: 0 20px 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .pd-tb {
        padding: 100px 0;
    }

    .zbanner {
        padding-bottom: 340px;
    }

    .zbanner:after {
        min-height: 600px;
    }

    .zbanner .rhs img.banr-main {
        max-width: 90%;
        margin: auto;
    }

    .tab-list ul {
        gap: 32px;
        margin-bottom: 0px;
    }

    .tab-list ul li {
        font-size: 17px;
    }

    .zbanner .rhs:before {
        right: 40px;
    }

    .zsplit-3 {
        bottom: -4%;
    }
}

@media only screen and (min-width: 1100px) and (max-width: 1199px) {
    .tab-list ul.zwc-scrolltab-list {
        gap: 12px;
        margin-bottom: 0px;
    }

    .zwc-sticki-container ul.zwc-scrolltab-list li a {
        font-size: 14px;
        padding: 0 12px 0;
    }
}

@media only screen and (min-width: 992px) {

    .zwc-sec2,
    .zwc-sec3,
    .zwc-sec4,
    .zwc-sec5,
    .zwc-sec6,
    .zwc-sec7 {
        padding: 42px 0;
    }

    .zwc-sec3 {
        padding: 90px 0 120px;
    }

    .zwc-sec4 {
        padding: 80px 0 120px;
    }

    .zwc-sec5 {
        /* background: #fdf3e6; */
        padding: 112px 0 120px;
    }

    .zwc-sec6 {
        padding: 110px 0 120px;
    }

    .zwc-sec7 {
        padding: 50px 0 120px;
    }


    .fea-inner {
        position: relative;
        text-align: center;
        max-width: 680px;
        margin: auto;
    }
.sell-course{
  max-width: 100%;
}
    .anim-elememt li {
        position: absolute;
        transition: all .7s ease-in;
    }

    .onboard-emp .anim-elememt li:nth-child(1) {
        top: 0;
        right: 50px;
        opacity: 0;
        transform: translateY(-10px);
    }

    .onboard-emp .anim-elememt li:nth-child(2) {
        left: 70px;
        bottom: 21%;
        opacity: 0;
        transform: translateY(10px);
    }

    /* .e-complaince{
      max-width: 540px;
  } */
    .e-complaince .anim-elememt li:nth-child(1) {
        position: absolute;
        left: 10px;
        top: 10%;
        opacity: 0;
        transform: translateY(10px);
    }

    .e-complaince .anim-elememt li:nth-child(2) {
        right: 10px;
        bottom: 16%;
        opacity: 0;
        transform: translateY(-10px);
    }

    .host-live .anim-elememt li:nth-child(1) {
        right: 0%;
        top: 14%;
        opacity: 0;
        transform: translateY(-10px);
    }

    .host-live .anim-elememt li:nth-child(2) {
        right: 0%;
        top: 160px;
        opacity: 0;
        transform: translateY(-15px);
        transition-delay: .8s;
    }

    .host-live .anim-elememt li:nth-child(3) {
        position: absolute;
        bottom: -2%;
        left: -7%;
        opacity: 0;
        transform: translateX(-10px);
        transition-delay: .9s;
    }

    .evaluate-learn .anim-elememt li:nth-child(1) {
        top: 51%;
        right: 40px;
        opacity: 0;
        transform: translateX(10px);
    }

    .evaluate-learn .anim-elememt li:nth-child(2) {
        bottom: -26px;
        left: 132px;
        opacity: 0;
        transform: translateX(-10px);
    }

    .tracking .anim-elememt li:nth-child(1) {
        top: 10%;
        left: 28%;
        opacity: 0;
        transform: translateY(-10px);
    }

    .tracking .anim-elememt li:nth-child(2) {
        left: 210px;
        bottom: -90px;
        opacity: 0;
        transform: translateX(-10px);
    }


    /* animation starts*/
    .onboard-emp.zwe-om .anim-elememt li:nth-child(1),
    .onboard-emp.zwe-om .anim-elememt li:nth-child(2),
    .e-complaince.zwe-om .anim-elememt li:nth-child(1),
    .e-complaince.zwe-om .anim-elememt li:nth-child(2),
    .host-live.zwe-om .anim-elememt li:nth-child(1),
    .host-live.zwe-om .anim-elememt li:nth-child(2),
    .tracking.zwe-om .anim-elememt li:nth-child(1) {
        opacity: 1;
        transform: translateY(0);
    }

    .e-complaince.zwe-om .anim-elememt li:nth-child(1),
    .host-live.zwe-om .anim-elememt li:nth-child(3),
    .evaluate-learn.zwe-om .anim-elememt li:nth-child(1),
    .evaluate-learn.zwe-om .anim-elememt li:nth-child(2),
    .tracking.zwe-om .anim-elememt li:nth-child(2) {
        opacity: 1;
        transform: translateX(0);
    }

    /* amnimation Ends */



    .sell-course img {
        opacity: 0;
        transform: matrix3d(1, 0, 0, -0.0004, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transition: all 1s cubic-bezier(0.38, 0.04, 0.46, 1.29);
    }

    .mobile-learn img {
        opacity: 0;
        transform: matrix3d(1, 0, 0, 0.0004, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transition: all 1s cubic-bezier(0.38, 0.04, 0.46, 1.29);
    }

    .zwe-om.sell-course img,
    .zwe-om.mobile-learn img {
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        opacity: 1;
    }
    .zw-wrap .lhs {
        position: sticky;
        top: 50px;
        padding-top: 50px;
    }

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pd-tb {
        padding: 80px 0;
    }


    .zbanner:after {
        min-height: 610px;
    }

    .zbanner .rhs img.banr-main {
        max-width: 70%;

    }

    .tab-list ul {
        margin-bottom: 0;
    }

    .tab-sec h3 {
        font-size: 27px;
        line-height: normal;
    }

    .zwc-sticki-container {
        position: sticky;
        top: 0px;
        z-index: 1;
    }

    .zwc-scrolltab-list li a {
        font-size: 14px;
        padding: 0 12px 0;
    }

    .tab-sec .lhs p,
    .tab-sec .rhs p {
        max-width: 90%;
    }

    .zsplit-1 {
        top: 50px;
        left: -60px;
    }

    .zsplit-4 {
        top: 7%;
        left: -2%;
    }

    .zsplit-2 {
        right: -17px;
    }

    .zsplit-3 {
        bottom: 10px;
        right: -20px;
    }

    .zsplit-5 {
        bottom: 84px;
        right: 100px;
    }

    .tab-sec img {
        max-width: 80%;
        margin: auto;
    }

    .onboard-emp .anim-elememt li:nth-child(1) {
        right: 0px;
    }

    .onboard-emp .anim-elememt li:nth-child(2) {
        left: 20px;
    }

    .e-complaince .anim-elememt li:nth-child(1) img {
        max-width: 90%;
    }

    .e-complaince .anim-elememt li:nth-child(1) {
        left: -5px;
    }

    .e-complaince .anim-elememt li:nth-child(2) {
        right: 0px;
    }

    .host-live .anim-elememt li:nth-child(1) {
        top: 0;
    }

    .host-live .anim-elememt li:nth-child(2) {
        top: 97px;
    }

    .host-live .anim-elememt li:nth-child(3) {
        bottom: -17%;
    }

    .tracking .anim-elememt li:nth-child(1) {
        top: -40px;
        left: 24%;
    }

    .tracking .anim-elememt li:nth-child(2) {
        bottom: -20%;
    }
}


@media only screen and (max-width: 1199px) {
    .zb-split {
        display: none;
    }

    .zbanner .rhs img.banr-main,
    .middle-animated .rhs:before {
        display: none;
    }

    .banr-sub {
        display: block;
    }

    .zbanner.pd-tb {
        padding-bottom: 340px;
    }

}

@media only screen and (max-width: 991px) {
    .zw-wrap .lhs h2 {
            font-size: 27px;
            max-width: 500px;
            margin-bottom: 30px;
    }

    .zbanner .lhs,
    .zbanner .rhs {
        width: 49%;
    }

    .btn-wrap a,
    .zbottom a.btn1 {
        font-size: 15px;
        padding: 12px 10px
    }


    .act-btn.cta-btn {
        padding: 12px 5px;
    }

    .zb-split {
        display: none;
    }

    .zwc-sticki-container ul,
    .anim-elememt li {
        display: none;
    }

    .zwc-sticki-container {
        display: none;
    }

    .pd-tb {
        padding: 50px 0;
    }

    .zbanner:after {
        display: none;
    }

    .tab-list ul {
        display: none;
    }

    .tab-sec {
        margin-bottom: 50px;
    }


    .mob-access {
        padding-bottom: 0;
    }

    .mob-access .rhs img {
        max-width: 310px;
    }

    .zm-inner {
        gap: 0 60px;

    }

    .zwc-sticki-container {
        display: none;
    }

    .tab-sec h3 {
        font-size: 21px;
        line-height: normal;
    }

    .zwc-sec1 {
        padding: 50px 0;
    }

    .zsplit-1 {
        right: 7px;
    }

    .tab-sec .lhs p,
    .tab-sec .rhs p {
        font-size: 15px;
    }

    .zw-wrap {
        flex-direction: column;
    }

    .zw-wrap .lhs,
    .zw-wrap .rhs {
        width: 100%;
    }

    .zw-wrap .rhs ul {
        display: flex;
        flex-wrap: wrap;
        gap: 0 64px;
    }

    .zcx-say h3 {
        font: 20px / 1.6 'Zoho_Puvi_Medium';
        margin-bottom: 32px;
    }

    .zcx-say h4 {
        font: 20px / 1.6 'Zoho_Puvi_Medium';
        padding-left: 40px;
    }

    .zcx-say {
        max-width: 650px;
        padding: 64px 64px;
        margin: 0px auto 0;
    }

    .zcx-say h4 {
        padding-left: 0px;
        padding-top: 100px;
    }

    .zcx-say h4::before {
        left: 0px;
        top: -10px;
    }
}

@media only screen and (max-width: 767px) {
    .act-btn.cta-btn {
        padding: 12px 30px;
    }

    .content-wrap {
        max-width: 460px;
    }

    .zbanner.pd-tb {
        padding-bottom: 50px;
    }

    .zw-wrap {
        margin: 50px auto;
        padding: 60px 32px;
    }

    .zw-wrap .rhs ul {
        flex-direction: column;
    }
    .zwc-sec1{
        padding-top: 0;
        padding-bottom: 0;
    }
    .zflex,
    .tools-list,
    .tab-sec {
        flex-direction: column;
    }

    .zbanner .lhs,
    .zbanner .rhs,
    .ztab-inner .tab-sec .lhs,
    .ztab-inner .tab-sec .rhs,
    .mob-access .lhs,
    .mob-access .rhs {
        width: 100%;
    }

    .zsplit-2 {
        right: 132px;
    }

    .zsplit-1 {
        right: 7px;
    }

    .zbanner .lhs {
        margin-bottom: 7%;
        text-align: center;
    }

    .btn-wrap {
        justify-content: center;
    }

    #zwc-sec2 .tab-sec,
    #zwc-sec4 .tab-sec,
    #zwc-sec6 .tab-sec,
    #zwc-sec8 .tab-sec {
        flex-direction: column-reverse;
    }

    .mob-access .rhs img {
        display: block;
        max-width: 80%;
    }

    .zm-inner {
        text-align: center;
    }

    .mob-access .rhs {
        margin-top: 50px;
    }

    .zwc-sec2 .zwc-cnt-block {
        width: 100%;
    }

    .tab-sec .lhs,
    .tab-sec .rhs {
        text-align: center;
    }

    .tab-sec .lhs h3,
    .tab-sec .rhs h3 {
        margin-top: 30px;
    }

    .tab-sec .lhs p,
    .tab-sec .rhs p {
        margin: auto;
        max-width: 500px;
        font-size: 15px;
    }

    .zbanner .rhs .zsplit-1 img {
        max-width: 60%;
    }

    .zbanner .rhs .zsplit-2 img {
        max-width: 65%;
    }

    .ztc-app-lnk.zflex {
        flex-direction: row;
    }

    .ztop-testimonial {
        max-width: 90%;
        margin: 0px auto 0;
    }

    .zcx-say h4 span {
        font-size: 14px;
    }
}

@media only screen and (max-width: 480px) {
    .zcx-say {
        padding: 32px 40px;
    }
}

@media only screen and (max-width: 1200px) {
    .break {
        display: none;
    }
}

@media only screen and (min-width: 1200px) {
    .ztc-inner {
        justify-content: center;
    }

    .banr-sub {
        display: none;
    }

    .mob-access .lhs {
        margin-top: 56px;
    }




}


@media only screen and (min-width: 1400px) {
    .zbanner h1 {
        font-size: 54px;
        line-height: 64px;
        letter-spacing: -.54px;
        font-family: var(--zf-primary-extrabold);
    }

    p {
        font-size: 18px;
        line-height: 32px;
        letter-spacing: -.18px;
    }

    h2 {
        font-size: 48px;
        line-height: 64px;
        letter-spacing: -0.48px;
        font-family: var(--zf-primary-extrabold);
    }

    .tab-sec h3 {
        font-size: 48px;
        line-height: 58px;
        letter-spacing: -0.48px;
        font-family: var(--zf-primary-bold);
    }

}