@media (max-width: 1309px) {
    .app-img-on-phone .icon-s-3 {
        width: 180px;
        position: absolute;
        left: 0px;
        bottom: 0px;
    }
    .app-img-on-phone .icon-s-1 {
        width: 180px;
        position: absolute;
        left: 140px;
        top: 10px;
    }
}

.none-mob-991{
    display: unset;
}
.none-mob-767{
    display: unset;
}
.on-mob-767{
    display: none;
}

@media (max-width: 991px) {

    .mob-center-991{
        text-align: center;
    }

    .mob-center-991 .text-right{
        text-align: center;
    }

    .mob-mb-991{
        margin-bottom: 20px;
    }

    .none-mob-991{
        display: none;
    }
    .none-mob-991{
        display: none;
    }
    .app-img-on-phone .icon-s-1 {
        width: 120px;
        position: absolute;
        left: 80px;
        top: 10px;
    }

    .app-img-on-phone .icon-s-2 {
        width: 120px;
        position: absolute;
        right: 0px;
        bottom: 30px;
    }

    .app-img-on-phone .icon-s-3 {
        width: 120px;
        position: absolute;
        left: -10px;
        bottom: 0px;
    }

    .app-img-on-phone-img, .icon-s-1, .icon-s-2, .icon-s-3, .service-box, .bg-svg3, .blog-box {
        -webkit-transform: none!important;
        transform: none!important;
    }

    .mt-300{
        margin-top: 150px;
    }

    .fixed-box{
        position: fixed;
        top: 0;
        width: 330px;
        margin-top: 20px;
    }
    .box-shadow-style{
        padding: 20px;
    }

}


@media (max-width: 767px) {

.box-shadow-style-form-page-profile .img-mob{
    margin-top: 50px;
}

    .none-mob-767{
        display: none;
    }
    .on-mob-767{
        display: block;
    }

    header .list-inline-item{
        display: block;
        text-align: center;
        line-height: 3;
    }
    header .list-inline-item:not(:last-child){
        margin: 0;
    }
    .mt-100 {
        margin-top: 50px;
    }

    .app-img-on-phone{
        margin-bottom: 80px;

    }

    .app-img-on-phone .icon-s-1 {
        width: 150px;
        position: absolute;
        left: 140px;
        top: 20px;
    }

    .app-img-on-phone .icon-s-2 {
        width: 140px;
        position: absolute;
        right: -20px;
        bottom: 30px;
    }

    .app-img-on-phone .icon-s-3 {
        width: 140px;
        position: absolute;
        left: -20px;
        bottom: 0px;
    }

    .service-box{
        margin-top: 3rem!important;
    }

    .mob-right-767{
        text-align: right;
    }

    .mob-center-767{
        text-align: center;
    }

    .blog-list-item{
        margin-bottom: 80px;
    }

    .mob-order-2{
        order: 2;
    }
    .mob-order-3{
        order: 2;
    }


    .join-coaches .img-fluid{
        max-width: 60%;
        height: auto;
        display: block;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .fixed-box {
        position: unset;
        top: 0;
        width: auto;
        margin-top: 0px;
    }

    .bg-svg5, .bg-svg4{
        display: none;
    }

    .box-shadow-style {
        margin-top: 0px;
        margin-bottom: 50px;
    }
}

@media (max-width: 575px) {
    .app-img-on-phone .icon-s-1 {
        width: 120px;
        position: absolute;
        left: 80px;
        top: 10px;
    }

    .app-img-on-phone .icon-s-2 {
        width: 120px;
        position: absolute;
        right: 0px;
        bottom: 30px;
    }

    .app-img-on-phone .icon-s-3 {
        width: 120px;
        position: absolute;
        left: -10px;
        bottom: 0px;
    }
    .bg-svg3{
        background-position: 30% top;
    }
    .btn-website-outline,
    .btn-website-outline-none{
        width: 80%;
        margin: 0 auto 10px !important;
        display: block;
    }
    .bg-svg1{
        background-position: 60% top;
    }
}

