#equip-hotel .detail-bar h3{
   margin:0
}

#equip-hotel .property-description ul{
   padding:0;
   margin:0 !important;
}
.icon-i {
   width: 30px;
}

#equip-hotel .col-xs-1{
   border-right: 1px solid #ccc;
}
.accordion .widget h3{
   position: relative;
}
.accordion .widget h3:after{
   position: absolute;
   top: calc(50% - 7px);
   right: calc(1rem + 6px);
   display: block;
   transition: all 0.3s;
}
.accordion .widget h3[aria-expanded="true"]:after{
   font-family: 'FontAwesome';
   content: "\f068"
}
.accordion .widget h3[aria-expanded="false"]:after{
   font-family: 'FontAwesome';
   content: "\f067"
}