@media only screen and (max-width: 1500px) {
  .container:not(.contextual-region .container) {
    width: calc(100% - 50px) !important;
    max-width: calc(100% - 50px) !important;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media only screen and (max-width: 576px) {
  .container:not(.contextual-region .container) {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
.nav-tabs {
  min-height: 65px;
  border-radius: 15px;
  flex-wrap: nowrap !important;
}
.nav-tabs .nav-link {
  position: relative;
  width: 50%;
  height: 65px;
  transition: 0.5s all;
  background-color: #edf2f6;
}
@media (max-width: 767.98px) {
  .nav-tabs .nav-link {
    flex: 0 0 auto;
  }
}
.nav-tabs .nav-link:first-child {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.nav-tabs .nav-link:last-child {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.nav-tabs .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  background: #c3d0d8;
  transition: 0.5s all;
  z-index: -1;
}
.nav-tabs .nav-link:hover::before {
  bottom: 0;
}

.tab_kyd_style .nav-tabs {
  min-height: auto;
  border-radius: 0;
  overflow-x: auto !important;
}
.tab_kyd_style .nav-tabs .nav-link {
  width: auto;
  height: auto;
  border-radius: 0;
  font-size: 12.5px;
  padding: 4px 12px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-align: center;
  background-color: #edf2f6;
  color: #0090cc;
  border-color: #117a8b;
  font-weight: 400 !important;
}
@media (max-width: 767.98px) {
  .tab_kyd_style .nav-tabs .nav-link {
    flex: 0 0 auto;
  }
}
.tab_kyd_style .nav-tabs .nav-link.active {
  background-color: #117a8b !important;
  color: #fff !important;
  border-color: #117a8b !important;
}
.tab_kyd_style .tab-content {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.tab_internationl_indices_style .nav-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.tab_internationl_indices_style .nav-tabs .nav-link {
  width: auto;
  height: auto;
  font-size: 15px;
  border-radius: 0.25rem;
  text-align: center;
  background-color: #edf2f6;
  color: #009fc3;
  font-weight: 400 !important;
}
.tab_internationl_indices_style .nav-tabs .nav-link.active {
  background-color: #009fc3 !important;
  color: #fff !important;
}

.technical_documents .nav-tabs {
  display: flex;
  align-items: center;
  gap: 10px;
}
.technical_documents .nav-tabs .nav-link {
  width: auto;
  height: auto;
  font-size: 15px;
  text-align: center;
  background-color: #edf2f6;
  color: #6c757d;
  font-weight: 400 !important;
  display: flex;
}
.technical_documents .nav-tabs .nav-link.active {
  background-color: #0090cc !important;
  color: #fff !important;
}
.technical_documents .tab-content {
  margin: 0 !important;
}

.tabs_3 .nav-tabs .nav-link {
  width: 33.33%;
}
@media (max-width: 767.98px) {
  .tabs_3 .nav-tabs .nav-link {
    width: 100%;
  }
}

/*# sourceMappingURL=tab.css.map */
