.diet {
    position: relative;
    background: url(../images/diet-bg.jpg);
    background-attachment: fixed;
    overflow: hidden;
}

.nf-text {
    position: absolute;
    bottom: -120px; left: -50px;
    color: rgba(255, 255, 255, .1);
    font-size: 400px;
    font-weight: 700;
    font-family: 'Montserrat';
    font-style: italic;
    white-space: nowrap;
    user-select: none;
    cursor: default;
    z-index: 2;
}

.sub-f-text h5 {
    font-size: 75px;
    line-height: 1.3;
}

.nf1,
.nf3 {
    background-color: #fbf8ff;
}

.nf2 {
    background-color: #e5d1e2;
}
.pr {
	position:relative;
}
.online_bt {
	position: absolute;
    left: 7.4%;
    bottom: 11.9%;
    font-size: 1px;
    text-indent: -999999px;
    width: 38.5%;
    height: 2.8%;
}
/*==================================================*/
@media (min-width: 2250px) {
    .nf-text {
        font-size: 500px;
    }
}


@media (max-width: 1250px) {
    .nf-text {
        display: none;
    }
}


@media (max-width: 768px) {
    .sub-f-text h5 {
        height: auto;
        font-size: 55px;
    }
}


@media (max-width: 550px) {
    .sub-f-text h5 {
        font-size: 45px;
    }
}