@media only screen and (max-width: 899px) {
    .diet-plan-content-section {
        width: 90%;
        flex-direction: column;
        align-items: center;
    }
    .diet-plan-content-left {
        width: 100%;
    }
    .diet-plan-content-right {
        width: 100%;
    }
    .diet-plan-content-desc {
        padding: 0 15%;
    }
    .diet-plan-content-img {
        margin: 0 auto;
    }
    .diet-plan-desc-section {
        width: 90%;
    }
}

@media only screen and (min-width: 900px) {
    .diet-plan-content-section {
        width: 85%;
    }
    .diet-plan-content-left {
        width: 40%;
        text-align: left;
    }
    .diet-plan-content-right {
        width: 55%;
    }
    .diet-plan-content-img {
        margin: 0;
    }
    .diet-plan-desc-section {
        width: 85%;
    }
}

@media only screen and (min-width: 1200px) {
    .diet-plan-content-section {
        width: 75%;
    }
    .diet-plan-desc-section {
        width: 75%;
    }
}

@media only screen and (min-width: 1400px) {
    .diet-plan-content-section {
        width: 70%;
    }
    .diet-plan-desc-section {
        width: 70%;
    }
}

@media only screen and (min-width: 1600px) {
    .diet-plan-content-section {
        width: 60%;
    }
    .diet-plan-desc-section {
        width: 60%;
    }
}

@media only screen and (max-width: 599px) {
    .bmiform {
        height: auto;
        width: 100%;
        padding: 10px 0;
    }
    .row-two {
        flex-direction: column;
    }
}

@media only screen and (min-width: 600px) {
    .bmiform {
        height: 450px;
        width: 85%;
    }
}

@media only screen and (min-width: 900px) {
    .bmiform {
        height: 450px;
        width: 60%;
    }
}

@media only screen and (min-width: 1300px) {
    .bmiform {
        height: 430px;
        width: 50%;
    }
}

.diet-plan-section {
    width: 100%;
    /* position: relative; */
    margin: 5em 0px;
    font-family: 'Quite Magical';
    background-image: url('../icons/bg-guide-4.jpg');
    background-size: contain;
}

.diet-plan-container {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.diet-plan-header-section {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.diet-plan-header-title {
    font-size: 38px;
    background-color: #ff6606;
    color: #fff;
    padding: 1em 0px;
}

.diet-plan-header-info {
    font-size: 20px;
    margin-top: 20px;
    /* font-family: 'Quicksand', sans-serif; */
}

.diet-plan-nousage-section {
    display: flex;
    margin: 2em 0px;
    width: 100%;
    height: 600px;
    font-family: 'Quicksand', sans-serif;
}

.diet-plan-nousage-img {
    display: flex;
    width: 60%;
    height: 100%;
    opacity: 0.8;
}

.diet-plan-nousage-content {
    width: 40%;
    color: #181A1E;
    font-size: 20px;
    text-align: left;
}

.diet-plan-nousage-content li {
    padding: 5px 0px;
}

.check-tick {
    color: #d13526;
    margin-right: 10px;
    padding: 1px 3px 1px;
    border: 2px solid #d13526;
    border-radius: 3px;
    opacity: 1;
}

.check-tick1 {
    background: #ff6606;
    padding: 4px;
    margin-right: 10px;
    border-radius: 3px;
}

.diet-plan-content-section {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px auto;
}



.diet-plan-content-img {
    width: 50px;
    height: 40px;
}

.diet-plan-content-title {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.diet-plan-content-subtitle {
    font-size: 24px;
    font-weight: 600;
}

.diet-plan-card-img {
    width: 100%;
    height: 200px;
}

.diet-plan-card-desc {
    padding: 10px 0px;
}



.diet-plan-card-section {
    display: flex;
    width: 100%;
}

.diet-plan-card {
    width: 48%;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
}

.diet-plan-card-title {
    font-size: 22px;
    font-weight: bold;
}

.diet-plan-content-desc {
    width: 100%;
    /* padding: 30% 0px 0px; */
}

.diet-plan-content-list {
    text-align: left;
    padding-left: 0;
    list-style-type: none;
    list-style: none;
    position: relative;
}


.diet-plan-content-list li {
    font-size: 16px;
    font-weight: bolder;
    padding: 10px 0px;
}

.diet-plan-card-content {
    font-size: 18px;
    padding: 10px 0px;
}


.diet-plan-desc-section {
    margin: 0 auto;
    text-align: left;
    font-size: 18px;
}

.diet-plan-sub-btn {
    background-color: #098725;
    color: #ffffff;
    border: 2px solid #098725;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    padding: 7px 0;
    margin-top: 5px;
    text-decoration: none;
    outline: none;
    width: 250px;
    cursor: pointer;
}

/* Bmi calculator section */

.diet-plan-bmi-section {
    width: 100%;
    margin-top: 5em;
}

.bmiform {
    background-color: #fff;
    border-radius: 20px;
    margin: 20px auto 20px auto;
    display: block;
    border: solid 1px #ff6606;
    box-shadow: 0 0 40px 0 #ddd;
}

.form:hover {
    box-shadow: 0 0 60px 0 #ccc;
    transition: .4s;
    transform: scale(1.02);
}

.row-one {
    padding: 20px;
}

.row-two {
    padding: 20px;
}

.text-input {
    width: 60px;
    height: 30px;
    border-radius: 10px;
    background-color: #ff6606;
    border: none;
    outline: none;
    padding: 5px 10px;
    cursor: pointer;
    margin-bottom: 10px;
}

.name-input {
    width: 150px;
}

.text-input:last-child {
    margin-bottom: 35px;
}

.text-input:hover {
    background-color: #cbe7fd;
}

#submit, #reset {
    border: none;
    border-radius: 10px;
    height: 40px;
    width: 140px;
    background-color: #ff6606;
    color: #000;
    margin: auto;
    display: block;
    outline: none;
    cursor: pointer;
    margin-top: 10px;
}

#submit:hover, #reset:hover {
    background-color: #ff6606;
}

.text {
    display: inline-block;
    margin: 0px 20px 5px 20px;
}

.row-one {
    padding: 30px 20px 15px 20px;
}

.row-two {
    padding: 15px 20px 0px 20px;
}

.final-input {
    border: none;
    background-color: transparent;
    margin: 5px 0px;
}

.container {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    user-select: none;
    margin: 5px 0px 1em;
}

.container input {
    position: absolute;
    opacity: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #ff6606;
    border-radius: 50%;
}

.container:hover input~.checkmark {
    background-color: #cbe7fd;
}

.container input:checked~.checkmark {
    background-color: #ff6606;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container input:checked~.checkmark:after {
    display: block;
}

.container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.button-list {
    display: flex;
    justify-content: center;
}

.diet-plan-content-list li:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f111";
    color: #ff6606;
    position:absolute;
    left: -30px
}
.diet-plan-content-list li:nth-child(even):before{

    color: #098725;
}