
.ltn__list-item-1 {
    padding-left: 0;
}
.ltn__list-item-1 li i {
    margin-right: 10px;
    color: #0a9a73;
    font-size: 26px;
    float: left;
}
.pb-120 {
    padding-bottom: 120px;
}
.pt-40 {
    padding-top: 40px;
}
.ltn__list-item-1 li {
    list-style: none;
}

.ul li, ol li {
    margin-top: 1rem;
}
.rate {
    float: left;
    height: 46px;
    padding: 0 10px;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #ffc700;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #ffc700;
}
/* Sample CSS */
.fa-star,
.fa-star-half-o {
    color: #ffD700; /* Change this to the color you prefer */
}

