.sml-banner {
    background: #f6f6f6
}

.sml-banner h2 {
    margin-bottom: 25px
}

.terms-cnt-c-single {
    margin-bottom: 30px
}

.terms-cnt-c-single h4 {
    margin-bottom: 10px
}

.terms-cnt-c-single ul li {
    padding: 5px 0 5px 20px;
    position: relative
}

.terms-cnt-c-single ul li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    width: 7px;
    height: 7px;
    background: #f80601;
    border-radius: 100%
}

.terms-cnt-c-single ul li a {
    color: #f80601
}

.terms-cnt-c-single ul li a:hover {
    color: #000
}

.terms-cnt-c-single p {
    margin-bottom: 20px
}

/*# sourceMappingURL=privacy.min.css.map */