@media (max-width: 1239px) {
  #Header #Action_bar .container {
    max-width: 1240px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  #Header #Action_bar .container {
    max-width: 1240px;
  }
}

#Action_bar ul div:has(.dtc-navigation) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;

  @media (max-width: 767px) {
    flex-direction: column;
  }
}

#Action_bar ul div .phone::before {
    @media (max-width: 767px) {
      font-size: 12px !important;
    }
}

#Action_bar ul div .phone a {
  @media (max-width: 767px) {
    font-size: 12px !important;
  }
}

#Header #Action_bar .contact_details .icon-phone:before {
  @media (max-width: 767px) {
    width: 8px;
  }
}
#Header #Action_bar .contact_details li.slogan:not(:has(.dtc-navigation)) {
    @media (max-width: 767px) {
      display: none !important;
    }
}

.dtc-navigation {
  margin-bottom: 0;
  display: flex;
  align-items: center;

  @media (max-width: 767px) {
    justify-content: center;
  }
}

.dtc-navigation span.icon {
  margin-right: 5px;

  @media (max-width: 767px) {
    display: none;
  }
}

.dtc-navigation p {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 300;
  font-size: 20px;
  vertical-align: middle;
  margin-bottom: 0;
  margin-right: 8px;

  @media (max-width: 767px) {
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
  }

  span.desktop {
    @media (max-width: 992px) {
      display: none;
    }
  }

  a.mobile {
    display: none;
    font-weight: 300;
    font-style: italic;
    text-align: center;


    @media (max-width: 992px) {
      display: inline-block;
    }

    @media (max-width: 767px) {
      font-size: 14px;
      line-height: 21px;
    }
  }
}

.dtc-navigation .desktop-link {
  border: 1px solid #fff;
  border-radius: 13px;
  width: 147px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Plus Jakarta Sans;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  text-align: center;
  background: #FFFFFF36;
  text-decoration: none !important;

  @media (max-width: 992px) {
    display: none;
  }
}

@media (max-width: 767px) {
  #Header #Action_bar ul.contact_details li.phone {
      margin: 0 !important;
      padding: 5px 0 2px 0 !important;
  }
}

@media (max-width: 767px) {
  #Header #Action_bar ul.contact_details li.slogan {
      margin: 0 !important;
      padding: 2px 0 5px 0 !important;
  }
}

#Header #Action_bar .contact_details .slogan .dtc-navigation::before {
  display: none !important;
}

.header-classic #Header #Action_bar {
  background: #234590 !important;
}

.header-classic #Action_bar {
  background: #234590 !important;
}

#Header #Action_bar .phone-bar a {
  font-size: 20px !important;
  line-height: 21px !important;
}

@media (max-width: 767px) {
  #Header #Action_bar .phone-bar a {
    font-size: 12px !important;
    line-height: 18px !important;
  }
}

#Header #Action_bar .phone-bar phone-bar-time {
  font-size: 12px !important;
  color: #fff !important;
  margin-left: 5px !important;
}

#Header #Action_bar .contact_details .slogan .dtc-navigation {
  display: flex !important;
}

@media (max-width: 767px) {
  #Header #Action_bar ul.contact_details li.phone {
    align-items: center !important;
    justify-content: center !important;
  }
}

#Action_bar .contact_details .phone.phone-bar {
    font-size: 12px !important;
    align-items: flex-end !important;
}