.gym_blog_img {
    text-align: center;
}

.img_cont {
    object-fit: contain;
    height: 500px;
}

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

.gym_contact_form {
    margin-top: 50px;
    float: left;
    width: 100%;
    border-radius: 10px;
    position: absolute;
    top: 0;
    z-index: 2;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}

.nice-select {
    width: 100%;
    border: 1px solid var(--main-gym-border);
    height: 45px;
    border-radius: 30px;
    padding: 0 30px;
    color: #b3b3b3;
    font-size: 16px;
    line-height: 45px;
    background: transparent;
}

.gym_inner_form .gym_form_field .gym_field_inner {
    height: 45px;
    line-height: 50px;
}