/* Screen size 125% */
@media screen and (max-width: 1500px) {
    .navbar a, .navbar a:focus{
    font-size: 16px;
}

}
/* Screen size 110% */
@media only screen and (max-width: 1399px) and (min-width: 1300px) {
    .the-challenges-content h2 {
    font-size: 35px;
}
.navbar a, .navbar a:focus{
    font-size: 16px;
}
}
@media only screen and (max-width: 1299px) and (min-width: 1200px) {
    }
/* iPad Air & Pro */
@media screen and (max-width: 1199.98px){
   
    h2 {
        font-size: 36px;
        line-height: normal;
    }
    p {
        font-size: 16px;
    }
    
}

@media screen and (max-width: 991px) {
	
    h1 {
    font-size: 50px;
}
    .mobile-nav-toggle {
      display: block;
    }
    
    section{
        padding: 30px 0;
    }
    h2 {
        font-size: 30px;
        line-height: normal;
    }
    p {
        font-size: 16px;
    }
    
    nav#navbar i {
        display: block;
        color: #fff;
    }
    
    #header.fixed-top #navbar i {
        color: #000;
    }
    i.fa-solid.mobile-nav-toggle.fa-xmark:before {
	    color: #fff;
	}
    .athletes-text{
        left: 40px;
        width: 57%;
    }
    .athletes-text h2{
        margin-bottom: 5px;
    }
    .athletes-text p{
        margin-bottom: 7px;
    }
    .top-fitness-text{
        width: 80%;
    }
  }
@media screen and (max-width:767.98px) {
	i.fa-solid.mobile-nav-toggle.fa-xmark:before {
	    color: #fff;
	}
    nav#navbar i {
        display: block;
    }
    .mobile-nav-toggle {
        display: block !important;
    }
    #header #navbar i {
        color: #000;
    }
    h3{
        font-size: 20px;
    }
    #header.fixed-top #navbar i {
        color: #000;
    }
    .back-to-top {
        bottom: 40px;
    }
    .hero-content h1 {
        font-size: 28px;
    }
    section{
        padding: 30px 0;
    }
    h2 {
        font-size: 26px;
        letter-spacing: -1px;
        margin-bottom: 10px;
    }
    p {
        font-size: 14px;
    }
    .backed-main .backed-number p{
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .physiotherapy{
        flex-direction: column;
        text-align: center;
    }
    .deserve {
        width: 90%;
    }
    .footer-top {
        padding: 10px;
        padding-top: 40px;
    }
    .poisedfit-text{
        margin-top: 5px !important;
    }
    .poisedfit-content .number-box p {
        padding: 15px;
        font-size: 18px;
    }
    h5{
        font-size: 18px;
    }
    .poisedfit-main{
        margin: 20px 0;
    }
    .athletes-text {
        left: 15px;
        width: 90%;
        top: -200px;
    }
    .backed-main{
        padding: 20px 10px;
    }
    .backed-text{
        margin: 0 !important;
    }
    .footer-email a span{
  font-size: 16px;
}
.top-fitness-text{
        width: 95%;
    }

}