@keyframes fade {
    from {
        opacity: 0.8;
    }
    50% {
        opacity: 0.1;
    }
    to {
        opacity: 0.8;
    }
}

@-webkit-keyframes fade {
    from {
        opacity: 0.8;
    }
    50% {
        opacity: 0.1;
    }
    to {
        opacity: 0.8;
    }
}

.headerBox {
    position: fixed;
    left: 50%;
    margin-left: -20px;
    bottom: 20px;
    color: #fff;
    width: 35px;
    animation: fade 1500ms infinite;
    -webkit-animation: fade 1500ms infinite;
}

.headerBoxx {
    position: fixed;
    left: 50%;
    margin-left: -20px;
    bottom: 20px;
    color: #fff;
    width: 35px;
}

.king_con {
    position: relative;
    height: 1.875rem;
    line-height: 1.875rem;
    margin: 0.5rem auto;
    margin-top: -15px;
    margin-bottom: 0px;
    text-align: center;
}

.king_con i {
    display: block;
    height: 1px;
    background: #e1e1e1;
    position: absolute;
    top: 0.9rem;
    width: 100%;
}

.king_con p {
    display: inline-block;
    font-size: 0.75rem;
    color: #fff;
    background: #fff;
    padding: 0 0.8rem;
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.tree-steps-hosting-plans-list li.checked1:after {
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    content: "\f00c";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    float: right;
    font-size: 16px;
    color: #919a9e;
}