/*

    primary color: #ef7f1a

*/

.wa-icon {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

    .wa-icon i {
        margin-top: 16px;
    }

.star-click {
    cursor: pointer;
}

.rating-progress {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    background: #ef7f1a;
}

#div-product-rating .rating-bar::before {
    display: none;
}

.package-info-tab h1, .package-info-tab h2, .package-info-tab h3, .package-info-tab h4 {
    margin-top: 15px;
    margin-bottom: 15px;
}

ul.product-description-list li:first-child {
    margin-top: 0;
}

ul.product-description-list li {
    margin-top: 10px;
}

    ul.product-description-list li::before {
        margin-left:0px;
        margin-right:15px;
        content: '\272f';
        color: #ef7f1a;
    }
.package-card-gamma .package-card-body .p-card-title{
    font-weight:normal;
}
.about-main-wrappper h1, .about-main-wrappper h2, .about-main-wrappper h3 {
    margin:30px 0px;
}