.fr-bottom-garden .tab-link:hover {
  cursor: pointer;
}

.fr-bottom-garden .tab-link:hover img, .fr-bottom-garden .tab-link.active img {
    opacity: .8;
}

.fr-bottom-garden .tab-content{
  display: none !important;
}

.fr-bottom-garden .tab-content.active{
  display: inherit !important;
}

.title-season{
    border-bottom: 5px solid #f96767;
    position: relative;
    font-size: 0;
    padding-bottom: 6px;
    margin-bottom: 20px;
}

.title-season .title1 {
  display: inline-block;
  vertical-align: baseline;
  padding: 0;
  position: relative;
}

.title-season .title1 strong {
    display: block;
    font-size: 3.0rem;
    line-height: 65px;
    padding-top: 15px;
    font-weight: 700;
}

.remove-action {
  pointer-events: none;
}

#tab-1 .fr-bt-right h2::after {
  background-image: url("../img/a-circle.png") !important;
  background-position-x: 0;
  background-size: cover !important;
  background-repeat: no-repeat;

}
#tab-2 .fr-bt-right h2::after {
  background-image: url("../img/a-circle.png") !important;
  background-position-x: -25px;
  background-size: cover !important;
  background-repeat: no-repeat;
}
#tab-3 .fr-bt-right h2::after {
  background-image: url("../img/a-circle.png") !important;
  background-position-x: -50px;
  background-size: cover !important;
  background-repeat: no-repeat;
}
#tab-4 .fr-bt-right h2::after {
  background-image: url("../img/a-circle.png") !important;
  background-position-x: -75px;
  background-size: cover !important;
  background-repeat: no-repeat;
}