.bottom-txt-wrap .disclaimer {
    font-size: 14px;
    margin-bottom: 10px;
    text-align: left;
    line-height: 2;
}
.bottom-txt-wrap {
    text-align: center;
    margin-bottom: 60px;
    border-top: 1px solid #e2e2e2;
    padding-top: 50px;
}
.bottom-txt-wrap .content-wrap {
    max-width: 850px;
}


/*feature-breadcrumb start*/
.feature-breadcrumb {
    padding-top: 23px;
    background-color: #fff5e5;
}

.feature-breadcrumb.breadcrumb-dark li {
    color: #000;
}

.feature-breadcrumb.breadcrumb-dark li a {
    color: #666;
}

.feature-breadcrumb.breadcrumb-dark li a:hover {
    color: #000;
}

.feature-breadcrumb.breadcrumb-dark li a:after {
    background: #000;
}

.feature-breadcrumb.breadcrumb-light li {
    color: #fff;
}

.feature-breadcrumb.breadcrumb-light li a {
    color: #fff;
}

.feature-breadcrumb.breadcrumb-light li a:hover {
    color: #fff;
}

.feature-breadcrumb.breadcrumb-light li a:after {
    background: #fff;
}

.feature-breadcrumb .jpc-container {
    max-width: 1200px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
}

.feature-breadcrumb li {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    display: inline-block;
    margin-right: 14px;
    position: relative;
    color: #fff;
}

.feature-breadcrumb li a {
    color: #8cbaff;
    position: relative;
    display: block;
    transition: 0.2s;
    padding-bottom: 4px;
}

.feature-breadcrumb li a:hover {
    color: #fff;
}

.feature-breadcrumb li a:hover:after {
    width: 100%;
    left: 0;
    right: auto;
    transition: all 0.2s linear;
}

.feature-breadcrumb li a:before {
    content: '>';
    display: block;
    height: 5px;
    width: 5px;
    position: absolute;
    right: -8px;
    top: -1px;
    font-size: 13px;
    font-weight: 400;
    pointer-events: none;
}

.feature-breadcrumb li a:after {
    content: '';
    display: block;
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background: #fff;
    transition: all 0.3s linear;
}

/*feature-breadcrumb end*/
@media only screen and (max-width: 1250px) {
    .feature-breadcrumb .jpc-container {
        max-width: 100%;
        padding: 0 25px;
    }
}

.zwc-main-wrapper h1,
.zwc-main-wrapper h2,
.zwc-main-wrapper h3,
.zwc-main-wrapper h4,
.zwc-main-wrapper b,
.zwc-main-wrapper strong {
    font-weight: 700;
}