.ztl-left {
    text-align: left;
}

.ztl-center {
    text-align: center;
}

.ztl-right {
    text-align: right;
}

.ztl-font-light {
    font-weight: 300;
}

.ztl-font-normal {
    font-weight: 400;
}

.ztl-font-bold {
    font-weight: 700;
}

.ztl-flex {
    display: flex;
}

.ztl-divider {
    float: left;
    width: 100%;
}

.ztl-divider > span {
    display: block;
    margin: auto;
}

.ztl-divider.left > span {
    float: left;
}

.ztl-divider.right > span {
    float: right;
}

.ztl-divider.center > span.circle {
    margin: auto !important;
}

.ztl-divider.primary > span > span:first-child {
    display: block;
    width: 32px;
    height: 2px;
    margin-top: 5px;
    margin-left: -32px;
}

.ztl-divider.primary > span > span:last-child {
    display: block;
    width: 32px;
    height: 2px;
    margin-top: -2px;
    margin-left: 14px;
}

.ztl-divider.primary > span.circle {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin: 0 32px;
    border: 2px solid currentColor;
}

.ztl-divider.secondary > span {
    width: 40px;
    height: 2px;
    background: currentColor;
}

.ztl-divider.secondary > span > span {
    display: none;
}

.ztl-announcement {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
}

.ztl-announcement .row {
    margin: 0;
}

.ztl-announcement .ztl-col {
    padding: 0;
}

.ztl-announcement .ztl-mobile-container {
    align-items: center;
}

.ztl-announcement .ztl-icon {
    flex: 0 0 auto;
    width: 112px;
    height: 112px;
    border-radius: 50%;
    text-align: center;
    font-size: 56px;
    line-height: 112px;
}

.ztl-announcement .ztl-icon [class^="flaticon-"]:before,
.ztl-announcement .ztl-icon [class*=" flaticon-"]:before,
.ztl-announcement .ztl-icon [class^="flaticon-"]:after,
.ztl-announcement .ztl-icon [class*=" flaticon-"]:after {
    font-size: 56px;
}

.ztl-announcement .content {
    float: left;
    padding: 0 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ztl-announcement .line-1 h3 {
    font-weight: 500;
}

.ztl-announcement .ztl-action {
    vertical-align: middle !important;
    text-align: right;
}

.ztl-button-one a,
.ztl-button-two a {
    border-radius: 28px;
    border: 2px solid currentColor;
    display: inline-block;
    font-weight: 500;
    line-height: 18px;
    padding: 13px 28px;
    text-decoration: none;
    text-transform: uppercase;
}

.vc_icon_element.vc_icon_element-outer {
    box-sizing: border-box;
    margin-bottom: 35px;
}

.vc_icon_element.vc_icon_element-outer.vc_icon_element-align-left {
    text-align: left;
}

.vc_icon_element.vc_icon_element-outer.vc_icon_element-align-center {
    text-align: center;
}

.vc_icon_element.vc_icon_element-outer.vc_icon_element-align-right {
    text-align: right;
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
    box-sizing: content-box;
    display: inline-block;
    position: relative;
    text-align: center;
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-outline {
    border: 2px solid currentColor;
    border-radius: 50%;
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-ztl-lg,
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg {
    width: 8em;
    height: 8em;
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-ztl-lg .vc_icon_element-icon,
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg .vc_icon_element-icon {
    font-size: 4em !important;
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon {
    display: block;
    line-height: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon:before {
    font-size: inherit;
    line-height: 1;
}

.ztl-steps-carousel {
    overflow: hidden;
}

.ztl-steps-carousel .owl-steps-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    row-gap: 35px;
}

.ztl-steps-carousel .item-step {
    position: relative;
    text-align: center;
    padding: 0 30px;
}

.ztl-steps-carousel .item-step:before {
    position: absolute;
    width: 100%;
    height: 2px;
    content: "";
    top: 40px;
    left: 0;
    border-bottom: 2px dashed #c7c7c7;
    z-index: -1;
}

.ztl-steps-carousel .number-step {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    line-height: 80px;
    text-align: center;
    font-size: 30px;
    margin: 0 auto;
}

.ztl-steps-carousel .item-step .title {
    margin-top: 20px;
}

@media only screen and (max-width: 767px) {
    .ztl-announcement .ztl-action {
        text-align: center;
    }

    .ztl-announcement .ztl-flex {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .ztl-announcement .content {
        text-align: center;
        padding: 15px 0;
    }
}
