.padding-small-left {
    padding-left: 15px;
}

.padding-left {
    padding-left: 30px;
}

.padding-large-left {
    padding-left: 140px;
}

.padding-small {
    padding: 15px;
}

.text-underline {
    text-decoration: underline;
}

.bg-main {
    background-color: #0095b6;
}

.text-main {
    color: #0095b6;
}

.heading-bullet {
    position: relative;
}

.heading-bullet::before {
    content: "";
    /* 1 */
    display: inline-block;
    /* 2 */
    position: relative;
    top: calc(-0.1 * 1em);
    vertical-align: middle;
    /* 3 */
    height: calc(4px + 0.7em);
    margin-right: calc(5px + 0.2em);
    border-left: calc(5px + 0.1em) solid #0095b6;
}



.fix-right {
    position: fixed;
    right: 20px;
    bottom: 200px;
}

.fix-right .whats_app {
    position: relative;
}
.fix-right .whats_app_btn{
    width: 50px;
    height: 50px;
    background: #0095b6;
    color: #ffffff;
    border-radius: 5px;
    line-height: 45px;
    text-align: center;
}

.fix-right #wechat-hover {
    position: absolute;
    right: 70px;
    bottom: -80px;
    background: #00bb00;
    width: 210px;
    height: 210px;
}

.fix-right .totop {
    margin-top: 15px;
    width: 50px;
    height: 50px;
    background: #0095b6;
    border-radius: 5px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    cursor: hand;
}

.padding-medium {
    padding: 25px;
}

.padding-medium-horizontal {
    padding-left: 25px;
    padding-right: 25px;
}

.nav-font-size > li > a {
    font-size: 1.2rem;
}