.sr-tabs-02 .tab-item img {
    display: block;
    margin: auto;
}
@-moz-document url-prefix() {
  body .justify-content-between {
    justify-content: center !important;
  }
}
@supports (-moz-appearance: none) {
  .sr-tabs-02__container .justify-content-between {
    justify-content: center !important;
  }
}
.sr-tabs-02 .tab-item:is(:hover,:focus) img:not(.tab-item-image--no-hover),
.sr-tabs-02 .tab-item.tab-item--active img:not(.tab-item-image--no-hover),
.sr-tabs-02 .tab-item img.tab-item-image--hover {
    display: none;
}

.sr-tabs-02 .tab-item:is(:hover,:focus) img.tab-item-image--hover,
.sr-tabs-02 .tab-item.tab-item--active img.tab-item-image--hover {
    display: block;
}

.sr-tabs-02 .tab-item:is(:hover,:focus),
.sr-tabs-02 .tab-item.tab-item--active {
       color: #ffffff;
    background: #2e5798;
          border-radius: 10px !important;
}

.sr-tabs-02 .tabs-container {
    align-items: end;
    flex-wrap: nowrap;
    gap: 2px;
    margin: 30px 20px 0;
    padding: 0;
    text-align: center;
}

.sr-tabs-02 .tab-content {
    padding: 1.75rem;
}

.sr-tabs-02 .sr-tabs-02__container {
    width: 100%;
    overflow-x: hidden;
}

.sr-tabs-02 .tab-item {
    border: none;
    border-radius: 0;
    color: var(--default_color);
    cursor: pointer;
    font-family: Gotham;
    line-height: 20px;
    padding: .7rem 1.5rem;
    position: relative;
    transition: .25s ease;
    background: #e6e6e6;
      height: -webkit-fill-available;
    width: -webkit-fill-available;
}
.sr-tabs-02 .tab-item:first-child {
  border-radius: 10px 0 0 10px;
}
.sr-tabs-02 .tab-item:last-child {
  border-radius: 0 10px 10px 0;
}
.sr-tabs-02 .tab-item .small{
    font-family:"Gotham";
}

.sr-tabs-02 .tab-item .tab_label {
    font-weight: 600;
  font-family:"Gotham"; 
      font-size: 15px;
}

/* .sr-tabs-02 .tab-item:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -1px;
    height: 1px;
    background: transparent;
    transition: .25s ease;
} */

.sr-tabs-02 .tab-item:is(:hover,:focus):after,
.sr-tabs-02 .tab-item.tab-item--active:after {
    background: var(--hover_color);
}

.sr-tabs-02 .heading-wrapper .heading:last-child {
    margin-bottom: 0;
}
.tabs-dropdown select {
    border-color: #2E5798;
}
@media screen and (max-width: 1400px) {
.sr-tabs-02 .tab-item {
    padding: .7rem 0.9rem;
}
.sr-tabs-02 .tab-item .tab_label {
    font-size: 14px;
}  
}
@media screen and (max-width: 991px) {
    .sr-tabs-02 {
        background: transparent;
    }

    .sr-tabs-02 .tab-item {
        background: none;
        height: inherit;
        text-wrap: nowrap;
    }

    .sr-tabs-02 .tabs-container {
        overflow-x: scroll;
        overflow-y: hidden;
        justify-content: flex-start !important;
        padding: 30px 15px 0;
    }

    .sr-tabs-02 .tab-item:first-child {
        padding-left: 14px;
    }

    .sr-tabs-02 .tab-image {
        order: -1;
    }
}

@media screen and (max-width: 767px) {

}