.profile_img {
    width: 150px;
    height: 150px;
    border-radius: 1000px;
    border: 1px double #9b8a30;
    padding: 5px;
    margin-bottom: 10px;
}

.fa-check {
    margin-right: 5px;
}

.title_tourguide {
    font-weight: bold;
    font-size: 20px;
}

.lang {
    display: inline-block;
    padding: 3px 8px;
    background-color: #9b8a30;
    color: white;
    margin: 3px;
    border-radius: 15px;
}

.type {
    display: inline-block;
    padding: 3px 8px;
    background-color: #474d4b;
    color: white;
    margin: 3px;
    border-radius: 15px;
}

.note_tourguide {
    color: #c9302c;
    font-size: 20px;
    margin-right: 10px;

}

.note_tourguide:before {
    text-align: left;
}

.tourguide_note {
    text-align: left;
}
.tourguide_star_p {
    display: initial;
    font-weight: bold;
}

.tg_divider {
    padding-bottom: 20px !important;
    margin-bottom: 15px;
}

.tg_holder {
    padding-top: 20px !important;
}