.scrolled .progress-bar-container {
  background-color: #fff
}
.scrolled .secondary-menu {
  top: 77px
}
@media screen and (max-width:991px) {
  .scrolled .secondary-menu {
    top: 67px
  }
}
@media screen and (max-width:575px) {
  .scrolled .secondary-menu {
    top: 57px
  }
}
.secondary-menu {
  position: sticky!important;
  top: 0;
  z-index: 80;
  transition: all .3s ease-in-out;
  position: relative
}
.secondary-menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc((100% - 100vw)/ 2);
  background: #112868;
  width: 100vw;
  height: 100%;
  z-index: -1
}
.secondary-menu .sticky-header.fixed {
  position: inherit
}
@media screen and (max-width:991px) {
  .secondary-menu .sticky-header {
    padding: 10px 10px 13px
  }
  .secondary-menu .sticky-header::after {
    content: "";
    position: absolute;
    width: 100vw;
    left: calc((100% - 100vw)/ 2);
    height: 3px;
    background: #23dce1;
    bottom: 0
  }
}
.secondary-menu .field__items {
  display: flex;
  justify-content: space-between
}
.secondary-menu .field__items .field__item {
  text-align: center;
  display: inline-block;
  width: 100%
}
.secondary-menu .field__items .field__item a {
  padding: 1.25rem .75rem;
  text-decoration: none;
  display: block;
  width: 100%;
  transition: all .3s ease;
  line-height: 0;
  position: relative
}
.secondary-menu .field__items .field__item a p {
  margin: 0;
  font-size: .9375rem;
  font-weight: 600;
  color: #fff
}
.secondary-menu .field__items .field__item a .icon {
  display: none
}
.secondary-menu .field__items .field__item a:hover {
  background: #f0f0f0
}
.secondary-menu .field__items .field__item a:hover p {
  color: #112868
}
.secondary-menu .field__items .field__item a.active p {
  color: #23dce1
}
@media (min-width:767px) {
  .secondary-menu .field__items .field__item a.active::after {
    content: "";
    height: 3px;
    bottom: 0;
    background: #23dce1;
    left: 0;
    display: block;
    z-index: 999999;
    position: absolute;
    animation-name: line-width;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-duration: .8s;
    border-radius: 0!important;
    animation-timing-function: linear
  }
}
.secondary-menu .drop-down-list-toggle-button {
  outline: 0;
  background: 0 0;
  border: none;
  float: none
}
.secondary-menu .drop-down-list-toggle-button .custom-text {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 500;
  font-size: 1rem;
  color: #fff;
  line-height: 22px
}
.secondary-menu .drop-down-list-toggle-button.visible .menuline-button::after {
  transform: rotate(180deg) translateY(50%)
}
.secondary-menu .menuline-button::after {
  content: "";
  background: url(/themes/custom/ltts_revamp/images/menu-icon.svg) no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  top: 50%;
  filter: brightness(0) invert(1);
  right: 15px;
  position: absolute;
  transform: translateY(-50%);
  background-position: center center
}
.secondary-menu .menuline-button .menulines {
  display: none!important
}
.secondary-menu .toshow + .drop-down-list-toggle-button .menuline-button::after {
  transform: rotate(180deg) translateY(50%)
}
@keyframes line-width {
  0% {
    width: 0
  }
  100% {
    width: 100%
  }
}
.menu-drop-down-list {
  display: none!important;
  position: absolute;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 10
}
.menu-drop-down-list .field__item {
  display: block!important;
  border-bottom: 1px solid #23dce1;
  background: #112868
}
.menu-drop-down-list .field__item a {
  padding: 8px 10px 11px!important;
  display: block!important
}
.menu-drop-down-list .field__item a.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #23dce1;
  left: 0
}
.menu-drop-down-list .field__item a p {
  font-size: .9375rem;
  color: #fff
}
.menu-drop-down-list.toshow {
  top: 100%!important;
  display: block!important;
  width: 100vw;
  left: calc((100% - 100vw)/ 2)
}