@media screen and (max-width: 1200px) {
  .homeBanner {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 992px) {
  .challangeHolder .challangeProgress {
    margin-bottom: 30px;
  }
  body.admin-body {
    padding-left: 0;
  }
  .globalMenu {
    left: -280px;
    transition: all 0.2s;
    z-index: 1000;
  }
  .bodyHeader {
    left: 0;
    transition: all 0.2s;
  }
  .smallScreensMenuCaller {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #fff !important;
    background: #26ace2;
    position: relative;
    top: -1px;
  }
  .headerSearch {
    display: inline-block;
  }
  .globalMenuShow {
    left: 0;
  }
  .headerSearchIcon {
    display: none;
  }
  .headerSearch {
    padding-left: 10px;
  }
  .headerSearchSuggestion {
    left: 0;
  }
  .timeline-holder:after {
    left: 0;
  }
  .timeline-item:nth-child(odd) .timeline-inner:after {
    left: 0;
  }
  .timeline-item:nth-child(odd) {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .timeline-item:nth-child(even) {
    padding-left: 0;
    margin-bottom: 20px;
  }
  .timeline-item:nth-child(even) .timeline-inner,
  .timeline-item:nth-child(odd) .timeline-inner {
    padding: 0;
    padding-left: 10px;
  }
  .timeline-item:nth-child(even) .timeline-inner:after {
    right: initial;
    left: -8px;
  }
  .timeline-item:nth-child(odd) .timeline-inner:before,
  .timeline-item:nth-child(even) .timeline-inner:before {
    right: 0;
    left: 0;
  }
  .timeline-content {
    padding-top: 40px;
  }
  .timeline-item .timeline-date {
    left: 30px !important;
    top: 10px !important;
    right: initial !important;
  }

  /*QN*/
  .qnHolder {
    padding-left: 150px;
  }
  .qnLeft {
    width: 150px;
  }
  .qnButtons {
    left: 150px;
    width: calc(100% - 150px);
  }

  .fastSection {
    background: rgb(28, 48, 63) !important;
  }
}

@media screen and (max-width: 768px) {
  .headerContentInner {
    margin-left: 0;
  }
  .trainerImageHolder img {
    margin-bottom: 20px;
  }
  body {
    overflow-x: hidden;
  }
  .topSocial {
    display: none;
  }
  .headerContentInner:before {
    font-size: 12vw;
    line-height: 100px;
    top: -70px;
  }
  .bannerImage {
    margin-bottom: 40px;
  }
  .headerContent {
    text-align: center;
  }
  .bannerHeader:after {
    margin: 0 auto;
  }
  .headerContentInner {
    text-align: left;
  }
  .headerContent .gap100 {
    height: 40px;
  }
  .salesPage .price-after-weekly-chart .start-on-monday,
  .salesPage .price-after-weekly-chart .center-align-signup-btn {
    text-align: center;
  }
  .salesPage .join-us-for-hec-lounch h1 {
    padding: 0 30px;
  }
}

@media screen and (max-width: 720px) {
  .modalAlert {
    top: 0;
    left: 0;
    right: 0;
  }
  .timeNavigator .clearfix > div > div {
    display: inline-block;
    padding: 1px 4px;
    border: 1px #dbe1e8 solid;
    border-radius: 4px;
    margin: 0 1px;
    background: #fff;
    cursor: pointer;
    font-size: 13px;
  }
  .calendarHolder > div > div {
    font-size: 12px;
  }

  /*QN*/
  .hidden-xs {
    display: none;
  }
  .qnHolder {
    padding-left: 0;
  }
  .qnLeft {
    width: 0;
  }
  .qnButtons {
    left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .headerSearchIcon {
    display: none;
  }
  .headerSearch {
    padding-left: 10px;
  }
  .headerSearch input {
    width: 112px;
  }
}

@media screen and (min-width: 601px) {
  .homeHeaderTopMenu {
    padding-top: 40px;
    font-size:14pt;
  }

  .backButton,
  .backButtonAlt {
    float: right !important;
  }
  .challengeChartPadding {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 75px;
    padding-right: 75px;
  }

  .addChallengeMobile
  {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .backButton {
    padding-top: 13px;
    clear: both;
    text-align: left;
  }

  .backButtonAlt {
    text-align: right;
  }
}

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

  .addChallengeDesktop
  {
    display: none;
  }

  .homeHeaderTopMenu {
    padding-top: 30px;
    padding-bottom: 0px;
    font-size:18pt;
  }

  .resTable {
    border: 0;
  }

  .resTable caption {
  }

  .resTable thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .resTable tr {
    border-bottom: 0;
    display: block;
    margin-bottom: 0.625em;
  }

  .resTable td {
    border-bottom: 0px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: right;
  }

  .resTable td::before {
    /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
    content: attr(data-label);
    float: left;
    font-weight: bold;
  }

  .resTable td:last-child {
    border-bottom: 1px solid #ddd;
  }

  .checkout h1 {
    text-align: center;
  }

  .challengeChartPadding {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .abcIcon {
    padding-bottom: 10px;
    text-align: center;
  }

  .readyIcon {
    text-align: center;
  }

  .frontend-body .readyButton {
  }

  .frontend-body .globalArticleHeader {
    text-align: center;
  }

  .frontend-body .globalArticleHeader a img {
    max-height: 90px;
  }

  .frontend-body .headerButton {
    background-color: #ff7600ee;
    margin-top: 20px;
    color: #fff !important;
    text-align: center;
  }

  .frontend-body .articleSection {
    padding-top: 0px;
  }
}
