.tour_related {
    margin: 40px 0;

}
.tour_related h3.sub_title {
    margin-bottom: 30px;
color:#000;
}
h3.sub_title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    border-bottom: 1px solid #dce0e0;
}
.itemslider_parent {
    transition: 0.5s;
}
.itemslider_parent:hover {
    transition: 0.5s;
    margin-top: -10px;
}
.itemslider_parent:hover .itemslider {
    transition: 0.5s;
    -webkit-box-shadow: 0px 5px 10px 2px rgb(34 60 80 / 20%);
    -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 5px 10px 2px rgb(34 60 80 / 20%);
}
.itemslider{
    background: #FFFFFF;
    border: 1px solid #DCE0E0;
    box-sizing: border-box;
    border-radius: 3px;
    margin:auto;
    position:relative;
}
.itemslider h5{
font-family: SF Pro Display;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 120%;
/* or 19px */
/*height: 40px;*/
letter-spacing: 1px;

color: #000000;
}
.tour_price {
line-height: 30px;
padding:0 5px;
display:inline-block;
position:absolute;
top:140px;
background: #B225C5;
border-radius: 0px;
color:#fff;
font-weight: bold;
font-size: 15px;
}
.portfolio_info_wrapper{
    padding:10px;
    min-height: 250px;
}
.tour_time{
font-size: 14px;
line-height: 120%;
/* or 17px */


color: #222222;
}
.tour_attribute_wrapper{
position:absolute;
bottom:15px;
width: 90%;
display:flex;
justify-content:space-between;
}
.tour_attribute_days{

font-family: SF Pro Display;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 24px;
/* identical to box height, or 200% */

text-align: right;

color: #222222;
}
.tour_attribute_rating_count {
    display: flex;
    font-family: SF Pro Display;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
}
.rating-result.more_tours > span.active {
    opacity: 1 !important;
    background-repeat: no-repeat;
    background-position: center;
    color: #68af87;
font-size: 18px !important;
 background: none !important;
}
.rating-result.more_tours > span:before {

    background: none !important;
    width: 14px;
    height: 14px;
    display: inline-block;
}
.rating-result.more_tours  span {
    padding: 0;
    font-size: 18px !important;
    line-height: 1;
    opacity: .1 !important;
}
.rating-result.more_tours > span:before {
    content: '★' !important;
    display: inline-block;
}
.rating-result.more_tours {
    width: auto !important;
    margin-right:5px;
}