.desktop {
    display: block;
}

.mobile {
    display: none;
}
.map .slider {
    height: auto;
}

.sticky-nav {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1;
    width: 100%;
    padding: 0px;
    background-color: transparent;
}

.nav-grid {
    display: -ms-grid;
    display: grid;
    width: 100%;
    margin: 0px;
    padding: 0px 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-flow: column;
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
    -ms-grid-columns: 1fr max-content max-content max-content;
    grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
    grid-template-columns: 1fr max-content max-content max-content;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.nav-logo-link {
    display: block;
    height: 60px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
}

.nav-logo {
    width: auto;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 0% 50%;
    object-position: 0% 50%;
}

.nav-link {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    padding: 10px 0px;
    color: #444;
    text-decoration: none;
}

.nav-link:hover {
    text-decoration: underline;
}

.hmbanner {
    position: relative;
    z-index: 0;
    height: 100vh;
}

.slider {
    height: 100vh;
    background-color: transparent;
}

.navigation {
    position: fixed;
    top: 0;
    z-index: 12;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 20px 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    transition: background 0.3s linear, transform 0.3s linear;
}

.navigation.scrolled {
    background: rgba(0, 0, 0, 0.5);
}

.navigation.hide {
    transform: translate(0, -100%);
}

.logo {
    width: 60px;
}

.hamburger {
    display: none;
}

.freetrailbtn {
    display: block;
    padding: 10px 20px;
    border-style: solid;
    border-width: 2px;
    border-color: #ee2931;
    border-radius: 5px;
    transition: color 200ms ease, background-color 200ms ease;
    background: #ee2931;
    font-family: Poppins, sans-serif;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}

.freetrailbtn:hover {
    background-color: #fff;
    color: #ee2931;
}

.list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding-left: 0px;
    list-style-type: none;
}

.menulink {
    padding-right: 0px;
    padding-left: 0px;
    font-family: Poppins, sans-serif;
    color: #fff;
    text-decoration: none;
}

.aboutus {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #131525;
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}

.col {
    width: 50%;
}

.col.abtimg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.heading {
    position: relative;
    margin-top: 0px;
    margin-bottom: 40px;
    padding-top: 35px;
    font-family: Poppins, sans-serif;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
}

.heading.nobtmspace {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.heading.slideup.nosubhead {
    padding-top: 0px;
}

.aboutheading {
    width: 64%;
}

.aboutheading.testimonials {
    margin: 0 auto;
    width: 310px;
}

.abtpara {
    font-family: Poppins, sans-serif;
    color: #95a4e5;
    font-size: 16px;
    font-weight: 200;
}

.abtvision {
    width: 48%;
}

.abtaim {
    width: 48%;
}

.subhead {
    position: absolute;
    top: 0%;
    color: #de272f;
    font-size: 18px;
    font-weight: 300;
}

.subhead.hide {
    display: none;
}

.image {
    width: 50%;
}

.abtheading2 {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #fff;
}

.innerrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.aboutheading2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.abticon {
    height: 30px;
    margin-right: 20px;
    padding-right: 0px;
}

.team {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 50px;
    background-color: #060914;
}

.team.team2 {
    overflow: hidden;
    background-color: #131525;
}

.tmimg {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.tmtxt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding-right: 10%;
    padding-left: 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.tmtxt.tmtxt2 {
    padding-right: 5%;
    padding-left: 10%;
}

.tmpara {
    font-family: Poppins, sans-serif;
    color: #95a4e5;
    font-size: 16px;
    font-weight: 200;
}

.tmcont {
    padding-top: 50px;
}

.tmcont.nopadd {
    padding-top: 0px;
}

.tmcont>img {
    margin-bottom: 15px;
}

.tmheading {
    font-family: Poppins, sans-serif;
    color: #ee2931;
    font-weight: 400;
}

.tmheading.slideup.hide {
    display: none;
}

.coaches {
    padding-top: 0px;
    background-color: #060914;
}

.list-item {
    padding-bottom: 10px;
    border-bottom: 2px solid #000;
}

.image-2 {
    position: relative;
    z-index: 1;
    width: 60%;
    border-bottom: 0px solid transparent;
}

.menuli {
    margin-right: 20px;
    margin-left: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid transparent;
    transition: border 0.3s linear;
}

.menuli:hover,
.menuli.active {
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    border-bottom-color: #ee2931;
}
.menuli:hover a,
.menuli.active a{
    color: #fff;
}
.coachrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin: 0px auto;
    padding-top: 100px;
    padding-bottom: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.lftclm {
    width: 48%;
}

.rgtclm {
    width: 30%;
    margin-left: 10%;
}

.ullist {
    font-family: Poppins, sans-serif;
    color: #95a4e5;
    font-weight: 200;
}

.slider-2 {
    background-color: #090f1e;
}

.slide-nav {
    color: #080101;
}

.gallery {
    background-color: #131525;
}

.ytembed {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.yt {
    width: 50%;
}

.testimonials {
    background-color: #131525;
}

.slider-3 {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    background-color: transparent;
    height: auto;
    padding: 0 0 90px;
}

.testimonialimage {
    width: 200px;
    height: 200px;
    border-style: solid;
    border-width: 3px;
    border-color: #ee2931;
    border-radius: 50%;
}

.testblock {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.testcontent {
    width: 50%;
    padding-left: 60px;
    font-family: Poppins, sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 200;
}

.heading-2 {
    font-size: 40px;
    line-height: 36px;
}

.testheading {
    display: block;
    font-size: 20px;
    line-height: 20px;
}

.testsubhead {
    display: none;
    color: #de272f;
    font-size: 18px;
    line-height: 36px;
    font-weight: 300;
}

.left-arrow {
    display: none;
}

.right-arrow {
    display: none;
}

.map {
    /* height: 500px; */
    position: relative;
    display: flex;
}

.contact-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 100px;
    padding-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #090f1e;
}

.small-text {
    width: 64%;
    padding-top: 10px;
}

.contact-form-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 500px;
    margin-top: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.formlabel {
    display: none;
    font-family: Poppins, sans-serif;
    color: #fff;
    font-weight: 300;
}

.italic-text {
    display: block;
    width: 64%;
    color: #495375;
}

.forminput {
    width: 100%;
    margin-bottom: 35px;
    border-style: solid;
    border-width: 0px 0px 1px;
    border-color: #000 #000 #95a4e5;
    background-color: transparent;
    font-family: Poppins, sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

.forminput.formtextarea {
    height: 184px;
    background-color: #95a4e5;
    color: #000;
}

.forminput.nomar {
    margin-bottom: 0px;
    color: #fff;
}

.contactinputdiv {
    width: 100%;
}

.submit-button {
    width: 150px;
    border-style: solid;
    border-width: 2px;
    border-color: #fc181f;
    border-radius: 5px;
    background-color: transparent;
    -webkit-transition: color 200ms ease, background-color 200ms ease;
    transition: color 200ms ease, background-color 200ms ease;
    font-family: Poppins, sans-serif;
    color: #fc181f;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.submit-button:hover {
    background-color: #fc181f;
    color: #fff;
}

.footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #131525;
    font-family: Poppins, sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
}

.footer-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
}

.footer-logo-link {
    max-height: 60px;
    min-width: 60px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.footer-image {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 0% 50%;
    object-position: 0% 50%;
}

.footer-heading {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.5;
}

.footer-link {
    display: block;
    margin-bottom: 10px;
    color: #444;
    text-decoration: none;
}

.footer-link:hover {
    text-decoration: underline;
}

.ftrblock {
    width: 30%;
    padding-right: 0px;
    padding-left: 0px;
    color: #95a4e5;
    text-align: center;
}

.link {
    color: #95a4e5;
    text-decoration: none;
}

.link-2 {
    color: #95a4e5;
    text-decoration: none;
}

.sociallink {
    display: inline;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    font-family: Poppins, sans-serif;
}
.ftrblock.social-icons {
    display: flex;
}
.socialimg {
    height: 30px;
    /* padding-right: 40px; */
}

.ftrrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.copyright {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #090f1e;
    font-size: 12px;
}

.footer-2 {
    padding-top: 60px;
    padding-bottom: 40px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
}

.paragraph {
    margin-bottom: 0px;
}

.fttitle {
    display: inline-block;
    padding-bottom: 10px;
}

.slide-nav-2 {
    color: #ff1f1f;
    font-size: 10px;
}

.slide-nav-3 {
    bottom: 30px;
    font-size: 10px;
}

.text-span {
    font-weight: 700;
}

.tmparahighlight {
    color: #ee2931;
    font-weight: 700;
}

.strip {
    position: absolute;
    left: -5%;
    top: 175px;
    right: 5%;
    bottom: auto;
    z-index: 0;
    width: 100%;
    height: 50px;
    background-image: linear-gradient(-45deg, #342681, #ce0d20);
    -webkit-transform: skew(-50deg, 0deg);
    -ms-transform: skew(-50deg, 0deg);
    transform: skew(-50deg, 0deg);
}

.strip.strip1 {
    left: -14%;
    top: 250px;
}

.strip.strip1.strprev {
    background-image: linear-gradient(45deg, #342681, #ce0d20 100%, #fff);
}

.strip.strprev {
    left: 0%;
    right: -5%;
    background-image: linear-gradient(45deg, #342681, #ce0d20 100%, #fff);
}

.image-3 {
    position: relative;
    z-index: 1;
    width: 60%;
}

.strip2 {
    position: absolute;
    left: auto;
    top: 175px;
    right: -5%;
    bottom: auto;
    z-index: 0;
    width: 100%;
    height: 50px;
    background-image: linear-gradient(-45deg, #ce0d20, #342681);
    -webkit-transform: skew(50deg, 0deg);
    -ms-transform: skew(50deg, 0deg);
    transform: skew(50deg, 0deg);
}

.strip2.strip2_2 {
    top: 250px;
    right: -13%;
    z-index: 0;
}

.frmsec {
    width: 48%;
}

.form-block {
    width: 80%;
    margin-top: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.frmbtncontainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    padding-top: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.image-4 {
    width: 100px;
}

.html-embed {
    /*position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;*/
    z-index: 1;
    width: 100%;
    display: block;
}

.html-embed>svg {
    float: left;
}

.image-5 {
    position: relative;
    width: 100%;
    height: 100%;
}

.success-message {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    background-color: #95a4e5;
}

.text-block {
    font-family: Lato, sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.slide {
    height: auto;
}

.coachcarousel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 60px 20%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #090f1e;
}

.coachbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.coachname {
    width: 100%;
    color: #ee2931;
    font-size: 25px;
}

.coachname span {
    font-size: 14px;
    display: block;
    color: #fff;
    line-height: 1;
    margin: 0 0 20px;
}

.coachlicense {
    width: 100%;
    color: #fff;
}

.coachboxrow {
    width: 100%;
}

.image-6 {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
}

.heading:before {
    display: block;
    content: '';
    width: 110px;
    height: 1px;
    background: #7e85af;
    position: absolute;
    top: 18px;
    left: -130px;
}


::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #495375;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #495375;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #495375;
}

textarea:placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1;
    /* Firefox */
}

textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
}

textarea:-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000;
}
textarea::-webkit-input-placeholder {
  color: #000;
}

textarea:-moz-placeholder { /* Firefox 18- */
  color: #000;  
}

textarea::-moz-placeholder {  /* Firefox 19+ */
  color: #000;  
}

textarea:-ms-input-placeholder {
  color: #000;  
}

textarea::placeholder {
  color: #000;  
}
.slideup {
    transition: transform 0.3s linear, opacity 0.3s linear;
}

.fadeup {
    transition: opacity 0.3s linear;
}

.slick-arrow {
    background: no-repeat;
    text-indent: -999px;
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    border-color: #7e85af #7e85af transparent transparent;
    outline: navajowhite;
    transform: rotate(45deg) translate(-50%, 0);
    position: absolute;
    top: 30%;
    left: -70px;
    transform-origin: center;
    overflow: hidden;
}

.slick-disabled {
    display: none;
}

.slick-prev {
    transform: rotate(-130deg) translate(-50%, 0);
    top: 25.5%;
}

.slick-next {
    right: -70px;
    left: unset;
}

.outPartners {
    background: #090f1e;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.outPartners .aboutheading {
    width: auto;
}

.outPartners .partnerImages {
    display: flex;
    flex-direction: revert;
    justify-content: center;
    align-items: center;
    padding: 30px 0 50px;
}

.outPartners .partnerImages img {
    height: 100px;
    margin: 10px 30px;
}

@media screen and (max-width: 1366px) {
    .menulink {
        font-size: 12px;
    }

    .freetrailbtn {
        padding: 6px 16px;
        font-size: 12px;
    }

    .heading {
        font-size: 30px;
    }

    .subhead {
        font-size: 16px;
    }

    .abtpara {
        font-size: 14px;
    }

    .tmheading {
        font-size: 20px;
    }

    .tmpara {
        font-size: 14px;
    }

    .coachname {
        font-size: 20px;
        line-height: 1;
    }

    .coachlicense {
        font-size: 12px;
    }

    .slick-arrow {
        width: 20px;
        height: 20px;
    }

    .logo {
        width: 40px;
    }

    .navigation {
        padding: 15px 30px;
    }

    .testcontent {
        font-size: 14px;
    }

    .testimonialimage {
        width: 150px;
        height: 150px;
        margin: 0 auto;
    }

    .slider-3 {
        width: 70%;
    }

    .forminput {
        font-size: 14px;
    }

    .ftrblock {
        font-size: 14px;
    }

    .socialimg {
        height: 25px;
        padding-right: 30px;
    }

    .copyright {
        overflow: hidden;
        font-size: 10px;
    }

    .submit-button {
        font-size: 12px;
        padding: 8px 15px;
    }
}

@media screen and (max-width: 991px) {
    .footer {
        padding-right: 20px;
        padding-left: 20px;
    }

    .footer-2 {
        padding-right: 20px;
        padding-left: 20px;
    }
}

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

    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }

    .heading:before {
        top: 110%;
        left: 0;
        width: 50px;
    }

    .navigation {
        padding: 5px 10px;
        background: #000;
    }

    .navigation.scrolled {
        background: rgba(0, 0, 0, 0.8);
    }
    .coachname {
        line-height: 1.4;
    }
    .freetrail {
        position: fixed;
        bottom: 10px;
        right: 10px;
    }

    .menu {
        display: none;
    }

    .hmbanner {
        height: unset;
    }

    .slider {
        height: unset;
    }

    .sticky-nav {
        position: relative;
    }

    .nav-grid {
        text-align: center;
    }

    .contact-form {
        padding: 40px 20px;
    }

    .footer {
        padding: 40px 20px;
    }

    .footer-image {
        -o-object-fit: contain;
        object-fit: contain;
    }

    .footer-2 {
        padding: 40px 20px;
    }

    .aboutus {
        padding: 50px 0;
    }

    .row {
        width: 90%;
        flex-direction: column-reverse;
    }

    .row>.col {
        width: 100%;
    }

    .innerrow {
        flex-direction: column;
    }

    .innerrow>div {
        width: 100%;
    }

    .innerrow>div:first-child {
        margin: 0 0 10px;
    }

    .abticon {
        width: 26px;
        height: unset;
    }

    .team {
        flex-direction: column-reverse;
    }

    .team>div {
        width: 100%;
        overflow: hidden;
    }

    .tmcont {
        padding: 0;
    }

    .heading.slideup.nosubhead {
        margin: 0 0 20px;
    }

    .strip {
        top: 50px;
        left: -14%;
        height: 30px;
    }

    .strip.strip1 {
        top: 90px;
        left: -24%;
    }

    .team.team2 {
        flex-direction: column;
    }

    .strip2 {
        top: 90px;
        right: -24%;
        height: 30px;
    }

    .strip2.strip2_2 {
        top: 130px;
        right: -137px;
    }

    .coachrow {
        width: 90%;
        flex-direction: column;
        padding: 50px 0 25px;
    }

    .coachrow>div {
        width: 100%;
    }

    .rgtclm {
        margin: 0;
    }

    .ullist {
        margin: 0;
        padding: 0 0 0 18px;
    }

    .ytembed>div {
        width: 100%;
        display: flex;
    }

    .ytembed>div a {
        width: 100%;
    }

    .ytembed>div a img {
        width: 100%;
    }

    .slider-3 {
        padding: 0 0 30px;
        width: 100%;
    }

    .testblock {
        flex-direction: column;
        width: 90%;
        align-items: flex-start;
        margin: 0 auto;
        text-align: center;
    }

    .testcontent {
        width: 100%;
        margin: 20px 0 0;
        padding: 0;
    }

    .aboutheading {
        width: 100%;
    }

    .small-text {
        width: 100%;
    }

    .form-block {
        width: 100%;
        flex-direction: column;
    }

    .frmsec {
        width: 100%;
    }

    .forminput {
        margin: 0 0 20px;
    }

    .forminput.nomar {
        margin: 0 0 20px;
    }

    .frmbtncontainer {
        width: 100%;
    }

    .footer {
        padding: 0;
    }

    .copyright {
        text-align: center;
    }

    .ftrrow {
        width: 90%;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .ftrrow .ftrblock {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
    .ftrrow .ftrblock p:nth-child(2) br:first-child {
        display: none;
    }
    .image-4 {
        width: 80px;
    }

    .ftrrow .ftrblock:first-child {
        width: 100%;
        justify-content: center;
        margin: 0 0 50px;
    }

    .sociallink {
        margin: 0;
        padding: 0;
    }

    .ftrrow .ftrblock:last-child {
        margin: 20px 0 0;
    }

    .socialimg {
        padding: 0;
        margin: 0 10px;
    }

    .hamburger {
        display: flex;
        width: 30px;
        height: 30px;
        justify-content: center;
        align-items: center;
    }

    .hamburger span {
        background: #fc181f;
        height: 3px;
        display: inline-block;
        width: 100%;
        position: relative;
        transition: background 0.3s linear;
    }

    .hamburger span:before,
    .hamburger span:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background: #fc181f;
        transform: rotate(0);
        transition: transform 0.3s linear, top 0.3s linear;
        transform-origin: center;
    }

    .hamburger span:before {
        top: -8px;
    }

    .hamburger span:after {
        top: 8px;
    }

    .open .hamburger span {
        background: none;
    }

    .open .hamburger span:before {
        transform: rotate(45deg);
        top: 0;
    }

    .open .hamburger span:after {
        transform: rotate(-45deg);
        top: 0;
    }

    .menu {
        display: flex;
        position: fixed;
        top: 60px;
        right: -100%;
        width: 70%;
        background: #fc181f;
        flex-direction: revert;
        padding: 10px 0;
        transition: right 0.3s linear;
    }

    .menu ul {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .menu ul li {
        width: 100%;
        text-align: center;
        margin: 0;
        padding: 10px 0 10px;
        position: relative;
    }

    .menu ul li:after {
        background: #fff;
        content: '';
        display: inline-block;
        width: 80%;
        height: 1px;
        margin: 0 10%;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .menu ul li:last-child:after {
        display: none;
    }

    .open .menu {
        right: 0;
    }

    .map {
        height: auto;
    }

    .html-embed {
        width: 100%;
        margin: 0;
    }

    .outPartners .partnerImages img {
        width: 75%;
        height: auto;
        margin: 0 auto;
    }

    .aboutheading.testimonials {
        width: 100%;
    }

    .slide-nav-3 {
        bottom: 10px;
    }

    .menuli:hover,
    .menuli.active {
        margin: 10px 0;
    }
}

/*@media screen and (max-width: 479px) {
    .sticky-nav {
        padding: 0px;
    }

    .nav-grid {
        grid-auto-flow: row;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: 100px;
        grid-template-rows: 100px;
    }

    .nav-logo-link {
        border-top: 1px solid #c4c4c4;
    }

    .nav-link {
        padding-top: 10px;
        padding-bottom: 10px;
        border-top: 1px solid #c4c4c4;
    }

    .footer {
        padding-right: 20px;
        padding-left: 20px;
        text-align: left;
    }

    .footer-flex-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer-logo-link {
        height: 60px;
    }

    .footer-heading {
        margin-top: 20px;
    }

    .footer-2 {
        padding-right: 20px;
        padding-left: 20px;
        text-align: left;
    }
}*/