.sub1 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
}

.sub2 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

.about-section {
    padding: 0;
}

.profile {
    width: 200px;
}

.service-section .owl-carousel .owl-item img {
    display: unset;
}

.profile .img-user {
    width: 120px;
}

.fblue {
    color: #2B3C6B;
}

.rating {
    display: block;
    position: relative;
    height: 25px;
    line-height: 25px;
    font-size: 25px;
}

.rating label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    cursor: pointer;
}

.rating label:last-child {
    position: static;
}

.rating label:nth-child(1) {
    z-index: 5;
}

.rating label:nth-child(2) {
    z-index: 4;
}

.rating label:nth-child(3) {
    z-index: 3;
}

.rating label:nth-child(4) {
    z-index: 2;
}

.rating label:nth-child(5) {
    z-index: 1;
}

.rating label input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.rating label .icon {
    float: left;
    color: transparent;
}

.rating label:last-child .icon {
    color: #C9C9C9;
}

.rating:not(:hover) label input:checked~.icon,
.rating:hover label:hover input~.icon {
    color: #FFC61C;
}

.rating label input:focus:not(:checked)~.icon:last-child {
    color: #C9C9C9;
    text-shadow: 0 0 5px #FFC61C;
}

hr {
    border-top: 1px dashed #d9d9d9;
}

.star li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #ffc61c;
}

.img100 {
    width: 100%;
}

.mimg100 {
    max-width: 100%;
}

.btn {
    padding: 12px 30px;
}

.btn-primary {
    background-color: #3EBAEB;
    border-color: #3EBAEB;
}

.coin1 {
    position: absolute;
    margin-top: 90px;
    margin-left: 25px;
    width: 39px!important;
    z-index: 999;
}

.coin2 {
    position: absolute;
    margin-top: 90px;
    margin-left: 60px;
    width: 39px!important;
    z-index: 999;
}

.coin3 {
    position: absolute;
    margin-top: 170px;
    margin-left: 60px;
    width: 39px!important;
    z-index: 999;
}

.coin4 {
    position: absolute;
    margin-top: 170px;
    margin-left: 105px;
    width: 39px!important;
    z-index: 999;
}

.coin5 {
    position: absolute;
    margin-top: 75%;
    margin-left: 30%;
    width: 39px!important;
    z-index: 999;
}

.coin6 {
    position: absolute;
    margin-top: 75%;
    margin-left: 50%;
    width: 39px!important;
    z-index: 999;
}

@media only screen and (max-width: 768px) {
    .coin5 {
        position: absolute;
        margin-top: 85%;
        margin-left: 35%;
        width: 39px!important;
        z-index: 999;
    }
    .coin6 {
        position: absolute;
        margin-top: 85%;
        margin-left: 50%;
        width: 39px!important;
        z-index: 999;
    }
}