.gym .calculate-bmi {
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.1);
    width: 100%;
    overflow: hidden;
}
.gym .calculate-bmi tr td {
    font-size: 16px;
    color: #fff;
    padding: 25px 0 25px 60px;
    font-weight: 500;

    border-bottom: 1px solid #000;
    transition: all 0.2s;
}
.gym .calculate-bmi tr td:hover {
    background: rgba(255, 255, 255, 0.2);
}
.gym.format.bg-cal-bmi .format-small-text h6 {
    margin-top: -4px;
}
.gym h6 {
    font-size: calc(13px + (14 - 13) * ((100vw - 300px) / (1920 - 300)));
    margin-top: 0;
    margin-bottom: 0;
}
.gym.format .format-head-text {
    margin-bottom: 30px;
}
.gym.format .format-head-text .about-font-header {
    font-weight: 600;
    font-size: calc(25px + (40 - 25) * ((100vw - 300px) / (1920 - 300)));
}
.gym.format .format-sub-text .about-para {
    font-size: calc(13px + (16 - 13) * ((100vw - 300px) / (1920 - 300)));
    letter-spacing: 0;
}
.gym .calculate-bmi tr td:last-child {
    border-right: none;
}
.gym .calculate-bmi tr:last-child td {
    border-bottom: none;
}
.link-horizontal {
    padding: 25px;
}

.link-horizontal ul {
    display: flex;
}
.link-horizontal ul li {
    padding-right: 35px;
}
.gym h4, .gym h5, .gym li {
    margin-top: 0;
    margin-bottom: 0;
}
.gym h2, .gym h3, .gym h4, .gym h5, .gym h6, .gym li, .gym a {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}
.gym input {
    margin-right: 12px;
    padding: 22px;
}
.gym .btn-default.primary-btn.transparent {
    background-color: transparent;
}
.gym .btn {
    padding: 14px 35px;
}
.gym .btn-default:hover, .gym .btn-default:focus, .gym .btn-default:active {
    transition: 0.5s;
    background-color: #fff !important;;
    border: 2px solid #000000;
    color: #000000 !important;
}
.gym .btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    transition: transform 0.35s, -webkit-transform 0.35s;
}
.gym .btn-default {
    padding: 14px 35px;
    font-size: calc(13px + (16 - 13) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 500;
    border: 2px solid;
    text-transform: capitalize;
    border-radius: 50px;
    color: #fff !important;
    transition: 0.5s;
    letter-spacing: 0;
}
.gym .btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.gym .btn-default.primary-btn {
    border: 1px solid white;
    background-color: #000;
    border-radius: 15px;
    padding: 14px 35px;
}

@media only screen and (max-width:768px) {

    .gym .link-horizontal ul {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .gym .link-horizontal  {
        padding: 45px 25px 0;
    }
    .gym.format .format-head-text {
        margin-bottom: 25px;
    }

    .gym.format .format-head-text .about-font-header {
        font-size: 260%;
    }

    .gym.format .format-sub-text {
        margin-bottom: 30px;
    }

    .gym.format .format-sub-text .about-para {
        margin-bottom: 22px;
    }

    .gym .format .link-horizontal ul {
        justify-content: center;
    }

    .gym .link-horizontal ul li {
        padding-right: 15px;
    }

    .gym.bg-cal-bmi .link-horizontal.m-b-40 {
        margin-bottom: 10px;
        text-align: center;
    }

    .gym.bg-cal-bmi .link-horizontal.m-t-40 {
        margin-top: 10px;
    }

    .gym .calculate-bmi tr td {
        font-size: 14px;
        text-align: center;
        padding: 25px
    }

    .gym .calculate-bmi tr td {
        font-size: 14px;
        padding: 15px 0;
    }
    .gym .center-text {
        text-align: center;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .gym input {
        position: absolute;
        top: -45px;
        left: 30%;
    }

}