.gym_banner_img {
    padding: 250px 0 50px 0;
    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: initial;
    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: 14px;
    line-height: 45px;
    background: transparent;
}

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

.gym_map_wrapper {
    padding: 150px 0 0;
    position: relative;
    top: 10px;
    z-index: 1;
}