.zwc-page-wrap * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.text-center {
    text-align: center
}

.zwc-page-wrap .content-wrap {
    padding: 0 0 130px
}

.inline-block {
    display: inline-block
}

.zwc-page-wrap .content-wrap {
    position: relative;
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
    z-index: 1
}

body .zwc-page-wrap .pt-0 {
    padding-top: 0
}

body .zwc-page-wrap .pb-0 {
    padding-bottom: 0
}

body .zwc-page-wrap .pb {
    padding-bottom: 130px
}

body .zwc-page-wrap .pt {
    padding-top: 130px
}

body .zwc-page-wrap .mb-0 {
    margin-bottom: 0
}

body .zwc-page-wrap .mb {
    margin-bottom: 130px
}

body .zwc-page-wrap .mb-title {
    margin-bottom: 60px
}

.bg-sec {
    padding-top: 130px;
    margin-bottom: 130px
}

.zwc-div-10 {
    width: 10%
}

.zwc-div-20 {
    width: 20%
}

.zwc-div-30 {
    width: 30%
}

.zwc-div-35 {
    width: 35%
}

.zwc-div-40 {
    width: 40%
}

.zwc-div-45 {
    width: 45%
}

.zwc-div-48 {
    width: 48%
}

.zwc-div-50 {
    width: 50%
}

.zwc-div-55 {
    width: 55%
}

.zwc-div-60 {
    width: 60%
}

.zwc-div-65 {
    width: 65%
}

.zwc-div-70 {
    width: 70%
}

.zwc-div-75 {
    width: 75%
}

.zwc-div-80 {
    width: 80%
}

.zwc-div-90 {
    width: 90%
}

.zwc-div-100 {
    width: 100%
}

.zwc-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.zwc-flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.zwc-flex-space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.zwc-flex-justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.zwc-flex-align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.zwc-color-white {
    color: #fff
}

.zwc-m-auto {
    margin-left: auto;
    margin-right: auto
}

.zwc-div-block {
    display: block
}

h2 {
    font-family: var(--primaryfont-bold)
}

@media only screen and (max-width: 1199px) {
    .zwc-page-wrap .content-wrap {
        width:95%;
        padding: 0 0 100px
    }

    body .zwc-page-wrap .pb {
        padding-bottom: 100px
    }

    body .zwc-page-wrap .pt {
        padding-top: 100px
    }

    body .zwc-page-wrap .mb {
        margin-bottom: 100px
    }

    .bg-sec {
        padding-top: 100px;
        margin-bottom: 100px
    }
}

@media only screen and (max-width: 991px) {
    .zwc-page-wrap .content-wrap {
        width:95%
    }
}

@media only screen and (max-width: 767px) {
    .zwc-page-wrap .content-wrap {
        width:90%;
        padding: 0 0 60px
    }

    body .zwc-page-wrap .pb {
        padding-bottom: 60px
    }

    body .zwc-page-wrap .pt {
        padding-top: 60px
    }

    body .zwc-page-wrap .mb {
        margin-bottom: 60px
    }

    .bg-sec {
        padding-top: 60px;
        margin-bottom: 60px
    }

    [class*="zwc-div-"] {
        width: 100%
    }

    .zwc-section-image {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

@media screen and (min-width: 1200px) {
    .act-btn {
        padding:13px 30px
    }

    .lang-en .zwc-page-wrap h1 {
        font-size: 50px;
        letter-spacing: -1.5px;
        line-height: 64px
    }

    .lang-en .zwc-page-wrap h2 {
        font-size: 40px;
        line-height: 53px
    }

    .lang-en .zwc-page-wrap h3 {
        font-size: 32px
    }

    .lang-en .zwc-page-wrap h4 {
        font-size: 20px;
        margin: 30px 0 10px;
        line-height: normal
    }

    .lang-en .zwc-page-wrap h5 {
        font-family: var(--zf-secondary-medium);
        font-size: 18px
    }

    .zwc-page-wrap p {
        font-size: 18px;
        line-height: 32px
    }

    body .zwc-page-wrap section.banner-sec {
        padding: 80px 0;
        margin-bottom: 90px
    }

    section.banner-sec>.content-wrap {
        padding-bottom: 0
    }
}

.green {
    color: #10c448
}

.banner-sec {
    background: linear-gradient(99deg,#121a20 5%,#0d0907 50%,#162027 100%);
    color: #fff
}

.zwc-page-wrap .banner-content .line-btn {
    border-color: #fff
}

textarea#requirements {
    width: 100%;
    height: 80px;
    resize: none
}

.plans-sec>.content-wrap>div {
    max-width: 930px;
    margin: 0 auto
}

.plan-content>div {
    width: 620px;
    max-width: 98%
}

.lang-en .zwc-page-wrap h4 {
    margin: 30px 0 10px
}

.rating-testi-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.rating-wrap {
    width: 50%
}

.single-rating {
    width: 600px;
    max-width: 100%;
    margin: 0 auto
}

.rating-section ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.stars-container {
    position: relative;
    display: inline-block;
    color: transparent;
    font-size: 21px;
    letter-spacing: 7px;
    text-align: center
}

.stars-container::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\2605\2605\2605\2605\2605";
    color: #f8ddbc
}

.stars-container.done::after {
    width: 89%
}

.stars-container::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "\2605\2605\2605\2605\2605";
    color: #f9a826;
    overflow: hidden;
    -webkit-transition: ease all 2.5s;
    -o-transition: ease all 2.5s;
    transition: ease all 2.5s;
    width: 0
}

.counter-star {
    display: block;
    text-align: center;
    font-weight: 300;
    color: #888;
    margin-top: 5px
}

.counter-star>span {
    font-size: 25px;
    color: #000
}

.testimonial-section {
    width: 50%;
    padding-left: 1%;
    position: relative
}

.single-slider p {
    font-size: 23px;
    font-weight: 300
}

.customer-image {
    position: absolute;
    left: 5px
}

.name-design {
    display: inline-block;
    padding-left: 70px;
    position: relative;
    max-width: 100%;
    text-align: left;
    width: 190px
}

.name-design .bld {
    font-family: var(--zf-primary-semibold)
}

.name-design span {
    width: 100%;
    display: inline-block
}

.name-design span:not(.bld) {
    font-size: 16px
}

.rating-section ul li {
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 20px;
    margin-right: 10px;
    padding-top: 50px;
    position: relative
}

.rating-section ul li img {
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    margin: 0 auto
}

.rating-section ul li:nth-child(1) {
    background: #d9edfc
}

.rating-section ul li:nth-child(2) {
    background: #e0fffd
}

.rating-section ul li:nth-child(3) {
    background: #fff0ef
}

.rating-testimonial * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (max-width: 991px) {
    .rating-wrap {
        width:100%
    }

    .rating-testi-wrap {
        margin-top: 30px
    }

    .testimonial-section {
        width: 620px;
        padding-left: 0;
        margin: 20px auto 0;
        text-align: center
    }
}

@media(max-width: 767px) {
    .single-slider p {
        font-size:20px;
        font-weight: 300;
        line-height: 32px
    }

    .rating-section ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .rating-section ul li {
        margin: 10px
    }

    .rating-testi-wrap {
        margin-top: 20px
    }
}

.rating-testimonial {
    background-color: #f8f8f8
}

.agenda-wrap>div {
    margin-top: 0
}

.course-title {
    width: 830px;
    max-width: 98%
}

.course-title p {
    width: 730px;
    max-width: 98%
}

.btm-sec {
    background: linear-gradient(99deg,#121a20 5%,#0d0907 50%,#162027 100%);
    color: #fff
}

.btm-sec.bg-sec,.rating-testimonial.bg-sec {
    padding-top: 60px
}

.btm-sec.bg-sec .content-wrap,.rating-testimonial.bg-sec .content-wrap {
    padding-bottom: 60px
}

.btm-sec p {
    width: 730px;
    max-width: 98%
}

.zwc-page-wrap .line-btn {
    padding: 10px 20px 10px 20px;
    border: 1px solid #000;
    display: inline-block;
    position: relative;
    cursor: pointer
}

/* .zwc-page-wrap .form-wrap.active {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transition: .9s ease all;
    -o-transition: .9s ease all;
    transition: .9s ease all;
    overflow-y: scroll
} */

.zwc-page-wrap .form-wrap {
    /* max-width:100%; */
    /* display:block; */
    /* margin:0 auto; */
    /* text-align:center; */
    /* padding:80px 0 20px; */
    /* position:fixed; */
    /* right:0; */
    /* top:0; */
    /* width:550px; */
    /* height:100%; */
    /* background:#fff; */
    /* -webkit-transform:translate(100%,0); */
    -ms-transform: translate(100%,0);
    /* transform:translate(100%,0); */
    /* -webkit-transition:.9s ease all; */
    -o-transition: .9s ease all;
    /* transition:.9s ease all; */
    /* z-index:1001; */
}

/* .overlay-wrap.active {
    background: rgba(0,0,0,0.5);
    display: block
} */

/* .overlay-wrap {
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: none;
    top: 0;
    right: 0
}
 */
body {
    position: relative
}

body.active {
    overflow: hidden
}

/* .zwc-page-wrap form input,.zwc-page-wrap form select,.zwc-page-wrap form textarea {
    width: 100%;
    font-size: 14px;
    padding: 5px 10px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    margin-top: 12px;
    height: 45px;
    line-height: normal;
    display: block
} */

.zwc-page-wrap .form-wrap>div {
    width: 400px;
    max-width: 90%;
    position: relative;
    background: #fff
}

/* .zwc-page-wrap form .submit-btn {
    display: inline-block;
    font-family: var(--zf-primary-semibold);
    cursor: pointer;
    background: #f0483e;
    color: #fff
} */

.zwc-page-wrap .sign_agree p {
    line-height: 18px;
    margin-top: 20px
}

body form .zgdprform-state-container {
    margin-top: 0
}

/* .zwc-page-wrap .close-btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    top: -50px;
    position: absolute;
    right: 0;
    cursor: pointer;
    background: #ececec;
    text-align: center;
    line-height: 30px
} */

/* .zwc-page-wrap .select-training-wrap {
    position: relative
}

.zwc-page-wrap .select-training-wrap::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #666;
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -3px;
    border-radius: 6px
}

.zwc-page-wrap select#selectTraining {
    -webkit-appearance: none
} */

/* .zwc-page-wrap .captcha-field {
    text-align: left;
    font-size: 14px;
    margin-top: 12px
} */

/* .zwc-page-wrap label.error {
    font-size: 12px;
    text-align: left;
    width: 100%;
    display: inline-block;
    color: #f07878
}

.zwc-page-wrap .success-msg {
    display: block;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 20px;
    background: green;
    width: 100%
} */

.agenda-wrap li {
    font-size: 15px;
    list-style-type: disc;
    margin-left: 20px
}

.agenda-wrap p {
    font-size: 16px;
    line-height: 26px
}

@media(max-width: 767px) {
    .plan-img img {
        margin-bottom:20px;
        max-width: 200px
    }

    .agenda-wrap>div:first-child {
        margin-top: 10px
    }

    .empty {
        display: none
    }

    .plan-img,.plan-content,.agenda-wrap>div,.banner-wrap {
        text-align: center
    }

    .banner-img img {
        width: 300px;
        max-width: 98%;
        transform: translateX(6%)
    }

    .plan-content>div {
        margin-left: auto;
        margin-right: auto
    }

    .agenda-wrap li {
        list-style-type: none
    }
}
