/* .pet-suggestion {
    padding-left: 10px;
} */
.pet-suggestion a {
    text-decoration: none;
    font-size: 14px;
    color: #333;
    text-transform: capitalize;
}
.pet-suggestion a:hover p {
    background-color: #e1dede;
}

.pet-suggestion a  p {
    padding-left: 10px;
}

.pet-suggestion a  p:nth-child(1) {
    margin-top: 8px;
}
.result_box {
    position: absolute;
    top: 100%;
    width: 300px;
    overflow-y: scroll;
    right: 166px;
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
