
.gym_banner_img {
    padding: 450px 0 0 0;
    color: #ffff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media only screen and (max-width: 500px) {
    .gym_banner_img {
        padding: 130px 0 50px 0;
    }
}

#customers th {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    background-color: #226aa1;
    color: white;
}

@media only screen and (max-width: 768px) {
    .pt-1002 {
        padding-top: 20px;
    }

}

@media only screen and (max-width: 600px) {
    .pb-150 {
        padding-bottom: 70px;
    }
}
.gym_about_detail h4, .gym_choose_detail h4 {
    font-size: 24px;
    color: #9b4e96;
    border-left: solid 5px;
    padding-left: 15px;
    text-transform: uppercase;
    margin-bottom: 6px;
    font-weight: 400;
    letter-spacing: 3px;
}
