@media screen and (max-width: 1280px) {
  .trainers-list .box1 {
    height: 23.149vw;
  }

  .feature .img-box {
    height: 23.438vw;
  }
}
@media screen and (max-width: 1080px) {
  .main-header .logo {
    font: 400 36px/1 "Helvetica LT", "Walsheim", "Helvetica Neue", Arial, sans-serif;
    letter-spacing: 0.7px;
  }
  .main-header .topnav-toggle {
    display: block;
  }
  .main-header.nav-active .logo, .main-header.nav-active .topnav-toggle {
    color: #fff;
    position: relative;
    z-index: 9;
  }
  .main-header.nav-active .topnav-wrap {
    opacity: 1;
    z-index: 8;
    visibility: visible;
    pointer-events: auto;
  }
  .main-header.nav-active .topnav-wrap .main-footer {
    display: block;
  }

  .topnav-wrap {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 420px;
    height: 100%;
    overflow: auto;
    padding: 50px 15px 186px;
    background: #000;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .topnav-wrap .topnav {
    width: 100%;
    float: left;
    position: relative;
  }
  .topnav-wrap .topnav li {
    width: 100%;
    float: left;
    position: relative;
    margin-left: 0 !important;
  }
  .topnav-wrap .topnav li a {
    float: right;
    color: #fff !important;
  }
  .topnav-wrap .topnav li a:hover {
    color: rgba(255, 255, 255, 0.8);
  }
  .topnav-wrap .main-footer {
    display: none;
    position: relative;
    left: 15px;
    bottom: 0;
    width: calc(100% - 30px);
    z-index: 2;
    color: #fff;
    border-color: #fff;
    margin-top: 0;
  }
  .topnav-wrap .main-footer a {
    color: #fff;
  }
  .topnav-wrap .main-footer .inner-wrap .col.logo-col .footer-logo .cls-1 {
    fill: #fff;
  }
  .topnav-wrap .main-footer a:hover {
    color: rgba(255, 255, 255, 0.8);
  }
  .main-banner-outer-wrap {
    margin-bottom: 25px;
  }
  .main-banner {
    height: 250px;
  }
  .main-banner h2 {
    font-size: 90px;
    letter-spacing: 3px;
    top: 0;
  }

  .content-wrap {
    padding-top: 52px;
  }

  .info-cols-wrap {
    flex-wrap: wrap;
  }
  .info-cols-wrap + .main-banner {
    margin-top: 25px;
  }
  .info-cols-wrap .leftcol {
    flex-basis: 100%;
    margin-bottom: 20px;
  }
  .info-cols-wrap .leftcol h1, .info-cols-wrap .leftcol h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
  }
  .info-cols-wrap .rightcol {
    flex-basis: 100%;
  }
  .info-cols-wrap .rightcol .text {
    font-size: 20px;
    line-height: 24px;
  }
  .info-cols-wrap .rightcol .btn-nav {
    margin-top: 10px;
  }
  .info-cols-wrap .rightcol .btn-nav li {
    width: 100%;
  }
  .info-cols-wrap .rightcol .btn-nav li + li {
    margin-left: 0;
    margin-top: 14px;
  }
  .info-cols-wrap .rightcol .btn-nav li .styled-btn {
    width: 170px;
    font-size: 15px;
    line-height: 34px;
  }

  .home-gallery-list {
    margin-bottom: 16px;
  }
  .home-gallery-list li > span {
    font-size: 32px;
  }

  .plans-list {
    margin-top: 8px;
  }
  .plans-list.fixed .plan .left-col {
    padding-left: 0;
  }
  .plans-list.fixed .plan .left-col .name {
    position: static;
  }

  .plan + .plan {
    padding-top: 16px;
    margin-top: 12px;
  }
  .plan .left-col {
    font-size: 12.5px;
    line-height: 1.3;
    padding-right: 15px;
  }
  .plan .right-col {
    flex-basis: auto;
  }
  .plan .right-col .buy-btn {
    width: 168px;
    line-height: 68px;
    font-size: 15px;
  }

  .trainers-list .box1 .inner-wrap .name {
    font-size: 36px;
    letter-spacing: 1px;
  }
  .trainers-list .box2 .inner-wrap .links a {
    font-size: 36px;
    letter-spacing: 1px;
  }

  .main-footer {
    margin-top: 30px;
    padding-bottom: 0;
    padding-top: 0;
  }
  .main-footer .inner-wrap {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    height: 200px;
    padding-top: 15px;
    margin-bottom: -10px;
    overflow: hidden;
  }
  .main-footer .inner-wrap .col {
    flex: 0 0 53px;
    width: 128px;
    padding-bottom: 10px;
    padding-left: 0 !important;
  }
  .main-footer .inner-wrap .col.logo-col {
    flex: 0 0 100%;
    width: 112px;
  }
  .main-footer .inner-wrap .col.logo-col .footer-logo {
    top: -4px;
  }
  .main-footer .inner-wrap .col.logo-col .footer-logo svg {
    height: 42px;
  }
  .main-footer .inner-wrap .col .text {
    font-size: 12px;
    line-height: 1.4;
    font-weight: 500;
    padding-right: 5px;
  }
}
@media screen and (min-width: 767px){
  li.dropdown:hover ul.my-account-menu{
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .trainers-list {
    justify-content: space-between;
  }
  .trainers-list li {
    display: flex;
    width: 50%;
    justify-content: space-between;
    margin-bottom: 2vw;
    flex-basis: 48.5%;
  }
  .trainers-list li .box1, .trainers-list li .box2 {
    height: 44.7vw;
  }
  .features-wrap {
    justify-content: space-between;
  }
  .feature {
    flex-basis: 49%;
    padding-bottom: 20px;
    margin-right: 0;
  }
  .feature .img-outer-box {
    margin-bottom: 10px;
  }
  .feature .img-box {
    height: 33.7vw;
  }
  .feature .headline {
    font-size: 13px;
    line-height: 18px;
  }
  .feature .headline sup {
    font-size: 80%;
    top: -0.2em;
  }
  .feature .subtitle {
    font-size: 13px;
    line-height: 1;
    margin-bottom: 10px;
  }
  .feature .text {
    font-size: 12px;
    line-height: 15px;
    padding-right: 8%;
  }
  .feature .book-btn {
    font-size: 13px;
    font-weight: 400;
  }
  #contact .main-banner > span {
    font-size: 76px;
  }
  .topnav li.dropdown > a {
    pointer-events: none;
  }
}
@media screen and (max-width: 374px) {
  .main-footer .inner-wrap .col.logo-col {
    width: 80px;
  }
    #contact .main-banner > span {
    font-size: 48px;
  }
}

@media screen and (max-width: 1080px) {
  .topnav li {
    padding: 10px 0px 10px 0px;
  }
}