@media (max-width: 1500px) {
  .headertop__email {
    display: none;
  }

  .headertop__phone {
    margin-left: auto;
  }
}
@media (max-width: 1367px) {
  .home-about__imagebox {
    display: none;
  }

  .home-about__textcol {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
            flex: none;
  }

  .fixednav {
    padding-left: 1rem;
  }
  .fixednav__link--text {
    font-size: 1rem;
  }
}
@media (max-width: 1200px) {
  .fixednav {
    width: 60%;
    padding-left: 0.25rem;
  }
  .fixednav__link--text {
    font-size: 1rem;
  }

  .header__logo {
    width: 300px;
  }

  .footer__borders {
    border: none;
  }
  .footer__logo {
    margin-top: 1rem;
    border: none;
  }
  .footer__company {
    text-align: center;
  }

  .home-banner__title {
    font-size: 3rem;
  }

  .inner-banner__title {
    font-size: 3rem;
  }

  .home-icons__item--text {
    font-size: 1.5rem;
  }

  .home-training__margins {
    width: 90%;
  }
  .home-training__main {
    display: -webkit-box;
    display: flex;
  }
  .home-training__main--image {
    width: 50%;
    height: 300px;
  }
  .home-training__main--image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .home-training__main--content {
    width: 50%;
  }

  .contact__margins {
    padding: 0rem;
  }
  .contact__form {
    padding: 2rem;
    margin-top: 0px;
  }
  .contact__form--text {
    width: 90%;
  }
  .contact__infobox {
    padding-left: 0px;
    padding-right: 0px;
  }
  .contact__info {
    padding: 2rem;
  }
}
@media (max-width: 992px) {
  .headertop {
    display: none;
  }

  .header__margins {
    display: none;
  }

  .header {
    padding: 0rem 0rem;
  }

  .fixednav {
    position: relative;
    top: 0;
    left: 0;
    bottom: auto;
    padding: 0.5rem 0rem;
    width: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    background-color: #fff;
  }
  .fixednav__nav {
    display: none;
  }
  .fixednav__tri {
    display: none;
  }
  .fixednav__logo {
    display: block;
    width: 300px;
  }
  .fixednav__logo img {
    width: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .fixednav__margins {
    width: 80%;
    margin: 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
            align-items: center;
  }

  .fixednav.sticky .fixednav__logo img {
    width: 70%;
  }

  .mobile_menu {
    margin-left: auto;
    display: block;
    color: #2D6A1B;
  }

  .home-banner__title {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .inner-banner__title {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .home-icons__item {
    margin-bottom: 1rem;
  }

  .home-services__margins {
    padding-top: 4rem;
  }

  .home-training__item--text {
    font-size: 1rem;
  }

  .internal__item--right {
    width: 100%;
    margin: 0 auto;
  }

  .home-contact__bg {
    display: none;
  }

  .contact__top--bg {
    display: none;
  }

  .contact__top--bg2 {
    display: none;
  }
}
@media (max-width: 767px) {
  .fixednav__logo {
    width: 250px;
  }

  .footer__title {
    text-align: center;
  }
  .footer__divider {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
  }
  .footer__linkbox {
    -webkit-box-align: center;
            align-items: center;
  }
  .footer__address {
    text-align: center;
  }
  .footer__contact {
    -webkit-box-pack: center;
            justify-content: center;
  }
  .footer__contact--text {
    width: auto;
    margin-right: 1rem;
  }
  .footer__contact--link {
    width: auto;
  }
  .footer__bot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
            align-items: center;
    padding-bottom: 1rem;
  }
  .footer__media {
    margin: 0 auto;
    margin-top: 1rem;
  }
  .footer__copyright {
    text-align: center;
  }
  .footer__company {
    font-size: 1rem;
  }
  .footer__wbp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
  }
  .footer__wbp span {
    display: none;
  }

  .home-banner {
    height: 250px;
    width: 100%;
  }
  .home-banner img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .home-banner__title {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .inner-banner {
    height: 200px;
    width: 100%;
  }
  .inner-banner img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .inner-banner__title {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .home-club__margins {
    -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
            align-items: flex-start;
  }
  .home-club__image {
    width: 150px;
  }
  .home-club__image img {
    width: 150px;
  }
  .home-club__text {
    font-size: 1.2rem;
  }

  .home-about {
    padding-top: 3rem;
  }
  .home-about__content {
    margin-left: -15px;
    margin-right: -15px;
  }
  .home-about__about {
    font-size: 1.2rem;
  }
  .home-about__title {
    font-size: 1.8rem;
  }

  .home-services {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .home-services__item--image {
    margin-bottom: 4rem;
  }

  .home-training {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .home-training__main {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
  .home-training__main--image {
    height: 300px;
    width: 100%;
  }
  .home-training__main--image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .home-training__main--content {
    width: 100%;
    height: auto;
    margin-bottom: 2rem;
  }
  .home-training__item {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
  .home-training__item--image {
    height: 300px;
    width: 100%;
  }
  .home-training__item--image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .home-training__item--content {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 600px) {
  .home-banner__title {
    font-size: 1.7rem;
    line-height: 2rem;
  }

  .inner-banner__title {
    font-size: 1.7rem;
    line-height: 2rem;
  }

  .fixednav__logo {
    width: 175px;
  }

  .footer__contact--text {
    display: none;
  }
  .footer__logo {
    display: block;
    width: 80%;
  }
  .footer__logo img {
    width: 100%;
  }

  .home-icons__item {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .home-club__margins {
    width: 95%;
  }

  .home-about__margins {
    width: 90%;
  }
  .home-about__title {
    font-size: 1.2rem;
  }
  .home-about__content {
    margin-top: 2rem;
  }

  .home-call {
    margin-top: 2rem;
    padding-bottom: 2rem;
  }
  .home-call__title {
    width: 100%;
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .home-call__margins {
    margin-top: -2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
  }
  .home-call__link {
    font-size: 1.5rem;
    border: none;
  }
  .home-call__link:first-child {
    margin-bottom: 1rem;
    border: none;
  }

  .mobile__image {
    float: none !important;
    width: 100% !important;
    margin-bottom: 1rem;
  }

  .home-contact {
    padding: 3rem 0;
  }
  .home-contact__form {
    width: 80%;
  }

  .contact__info {
    padding: 2rem 1rem;
  }
  .contact__details {
    padding: 1rem 0rem;
  }
}
@media (max-width: 450px) {
  .home-club__margins {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
            align-items: center;
  }
  .home-club__image {
    width: 150px;
  }
  .home-club__image img {
    width: 150px;
  }
  .home-club__text {
    text-align: center;
  }
}