@media screen and (max-width: 1399px) {
    .header-mobile {
        max-width: 510px;
        top: calc(100% + 64px);
    }
    .main-title h2 {
        font-size: 38px;
        line-height: 1;
    }
    
    .main-title h5 {
        font-size: 16px;
    }
    
    .fitnessbox h5 {
        line-height: 1.2;
        font-size: 20px;
        margin-bottom: 10px;
    }
    
    .fitness-wrap::before {
        font-size: 218px;
    }
    
    .p-100 {
        padding: 80px 0;
    }
    
    .p-50 {
        padding: 30px 0;
    }
    
    .boxlisting .mid-title {
        font-size: 24px;
    }
    
    .boxlisting .big-title {
        font-size: 30px;
    }
    
    .subscriber-inner h4 {
        font-size: 40px;
    }
}
@media screen and (max-width: 1199px) {
    .container-half {
        width: auto;
    }
    .main-image {
        padding-top: 110px;
    }
    .fitness-wrap::before {
        font-size: 178px;
        top: calc(50% - 45px);
    }
    .main-title h2 {
        font-size: 30px;
        line-height: 1;
    }
    .boxlisting p {
        font-size: 16px;
        line-height: 1.5;
    }
    .boxlisting .mid-title {
        font-size: 20px;
    }
    .boxlisting .big-title {
        font-size: 26px;
    }
    .subscriber-inner h4 {
        font-size: 35px;
    }
    footer .download .title {
        font-size: 27px;
        margin-bottom: 5px;
        display: block;
    }
    .header-mobile {
    }
}
@media screen and (max-width: 991px) {
    header::before {
        display: none;
    }
    .header-mobile {
        position: unset;
        display: table;
        margin: 30px auto 0;
        width: 100%;
    }
    .main-image {
        max-width: 100%;
        text-align: center;
        padding-top: 0;
        display: none;
    }
    .unleash-ultimate-workout h2 {
    text-align: center;
    line-height: 1.5;
    max-width: 470px;
    margin-left: auto;
    margin-right: auto;
}
    .unleash-ultimate-workout .app-btn-area {
    justify-content: center;
}
    .fitness-wrap::before {
        font-size: 118px;
        top: -20px;
    }
    .row > *:not(:last-child) .fitnessbox {
        margin-bottom: 30px;
    }
    .p-100 {
        padding: 50px 0;
    }
    .boxlisting h4{
        justify-content: center;
    }
    .boxlisting p{
        text-align: center;
    }
    .main-title {
        text-align: center;
    }
    .feature-box-1 .image {
        text-align: center;
    }
    .p-50 {
        padding: 0px 0;
    }
    .process-wrapper{
        margin-bottom: 50px;
    }
    .boxlisting:has(.big-title) {
        margin-bottom: 40px;
    }
    .subscriber-inner {
        margin-top: 50px;
    }
    footer .download .title {
        font-size: 22px;
    }
    .subscriber-inner .content{
        padding: 0 15px;
    }
}
@media screen and (max-width: 767px) {
    .main-footer {
    padding: 50px 0 30px;
}
    .footer-info li{
        text-align: center;
    }
    .footer-info {
    margin-bottom: 15px;
}
    .footer-logo {
    text-align: center;
}
    footer .download {
    margin-bottom: 30px;
}
    .copyright {
    padding: 15px 0 15px;
    position: relative;
    font-size: 14px;
}
}
@media screen and (max-width: 575px) {
    .footer-info li a{
        font-size: 16px;
    }
    .unleash-ultimate-workout h2{
        font-size: 24px;
    }
    .navarea {
        display: none;
    }
    .headerbox {
        justify-content: center;
    }
    .unleash-ultimate-workout {
        padding: 30px 0 0;
    }
    .fitness-wrap::before {
        font-size: 68px;
        top: -20px;
    }
    .main-title h2 {
        font-size: 26px;
        line-height: 1;
    }
    .main-title h5 {
        font-size: 14px;
    }
    .subscriber-inner h4 {
        font-size: 22px;
    }
    p {
        font-size: 15px;
        line-height: 1.5;
    }
    .subscriber-inner .content {
        padding: 0 15px;
    }
    .subscriber-inner .form input[type="email"], .subscriber-inner .form input[type="submit"]{
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
        text-align: center;
    }
    .subscriber-inner .form input[type="submit"]{
        margin-bottom: 0;
    }
}