.rs2023 .tabs-horizontal__tabs-anchors > div, .tabs-horizontal__open-tab--active {
    color: #132D38;
}
.rs2023 .tab-item{
  border: 1px solid #C9A211;
}
.rs2023 .tab-item.active{
    background: #FDD452 !important;
    color: #000 !important;
  }
.rs2023   .tab-item:hover{
    border: 1px solid #FDD452 !important;
  }
.rs2023 .tab-item.gr{
  border: 1px solid #297B5D;
}
.rs2023 .tab-item.gr.active{
    background: linear-gradient(to right, #297B5D, #35AB6D) !important;
    color: #fff !important;
  }
.rs2023   .tab-item.gr:hover{
    border: 1px solid #35AB6D !important;
  }

.tabs-horizontal__tabs-anchors div.it{
    display: flex; 
    align-items: center; 
    gap:15px;
}
.tabs-horizontal__tabs-anchors div.it img{
  max-width: 38px;
}

.rs2023 .tabs-horizontal__tabs-anchors>div {
    border-radius: 45px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    padding: 16px 28px;
    transition: all .21s linear;
    text-align: left;
    line-height: 1.3;
}
.rs2023 .tabs-horizontal__tabs-anchors{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.rs2023 .tabs-horizontal__tabs-anchors>div.active{
     font-weight: 900;
}
.rs2023 .tabs-horizontal__tab .span6 img{
      height: auto;
}

.tabs-horizontal.tabs-sidepanel{
  display: flex;
}
.tabs-horizontal.tabs-sidepanel .tabs-horizontal__tabs-anchors{
  width: 145px;
}
.tabs-horizontal.tabs-sidepanel .tabs-horizontal__tabs-container{
width: 100%;
  margin-top: 0;
}
.tabs-horizontal.tabs-sidepanel .tabs-horizontal__tab .row-fluid-wrapper .row-fluid>.span5 {
    justify-content: flex-start;
}
.tabs-horizontal.tabs-sidepanel .tabs-horizontal__tabs-anchors>div {
    margin-bottom: 10px;
}
/* Tabs - Horizontal */
.tabs-horizontal__tabs-anchors > div {
  display: inline-block;
  padding: 7px 21px;
  cursor: pointer;
  border-radius: 21px;
  transition: all 210ms linear;
  font-size: 14px;
}

.tabs-horizontal__tab:not(.show) {
  display: none;
}

.tabs-horizontal__tabs-anchors > div.active {
  color: #fff;
}

.tabs-horizontal__tabs-container {
  margin-top: 2rem;
}

.tabs-horizontal__open-tab {
  padding: 12px;
  border-radius: 4px;
  color: #fff;
}

.tabs-horizontal__open-tab--active {
  background: none;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  border: 1px solid #bbb;
}

.tabs-horizontal__open-tab i {
  margin-right: 4px;
  display: inline-block;
}

@media (min-width: 1200px) {
  .tabs-horizontal__tab .row-fluid-wrapper .row-fluid > .span5 {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .tabs-horizontal__tab .row-fluid {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}

@media (max-width: 1200px) {
  .tabs-horizontal__tab {
    padding: 21px;
  }
  .tabs-horizontal .hide-on-desktop{
    display: none;
  }
  .tabs-horizontal__tabs-container .row-fluid:not(.hide-on-desktop) {
 
  }
  
  
  .tabs-horizontal__plus {
    fill: #fff;
  }
  
  .tabs-horizontal__open-tab--active .tabs-horizontal__plus,
  .tabs-horizontal__minus {
    display: none;
  }
}
@media (max-width: 767px) {
 .tabs-horizontal__tab {
    padding: 0px;
  }
  .tabs-horizontal .slick-slide {
    border-radius: 45px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 1.3;
    padding: 13px 22px;
    box-sizing: border-box;
}
  .rs2023 .tabs-horizontal__tabs-anchors>div {
  }
  .tabs-horizontal__tabs-container .row-fluid:not(.hide-on-desktop) {
    flex-flow: column-reverse;
    display: flex;
  }
  .rs2023 .tabs-horizontal__tabs-anchors {
    gap: 10px;
}
@media (max-width: 480px) {
  .tabs-horizontal .slick-slide {
  }

}