.select_plan{
    position: relative;
}
.select-content {
    width: 100%;
    /* margin-top: -100px;
    margin-bottom: -120px; */
    padding: 50px;
    font-family: 'cera_promedium';
    background-color: #fff;
    font-size: 16px;
    /* box-shadow: 0px 17px 38px 0 rgba(235, 241, 254, 0.52);
    border: solid 1px rgba(28, 148, 240, 0.1); */
    position: relative;
}

/* .select-content * {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
} */

.select-content .sub-head {
    text-transform: uppercase;
    text-align: center;
    font-family: inherit;
    font-weight: normal;
    margin: 0;
    font-size: 1.2em;
    margin-bottom: 10px;
}

.select-content .head {
    font-family: 'cera_probold';
    text-transform: capitalize;
    text-align: center;
    margin: 0;
    font-size: 2em;
}

.select-content .items {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.select-content .item {
    width: 400px;
    cursor: pointer;
}

.select-content .item-check-box {
    display: none;
}

.select-content .item-content.left {
    /* transform: rotate3d(0, 1, 0, -10deg); */
}

.select-content .item-content.right {
    /* transform: rotate3d(0, 1, 0, 10deg); */
}

.select-content .item-check-box:checked+.item-content {
    /* box-shadow: 11px 0 20px -15px #00000038; */
    /* transform: rotate3d(0, 1, 0, 0deg); */
}

.select-content .item-check-box:checked+.item-content.right {
    /* box-shadow: -11px 0 20px -15px #00000038; */
    /* transform: rotate3d(0, 1, 0, 0deg) !important; */
}



.select-content .checkbox-wrap {
    display: flex;
    align-content: center;
    margin-top: 30px;
}

.select-content .checkbox-wrap * {
    margin: 0 15px;
}

.select-content .item-name {
    margin: 0;
    display: flex;
    align-items: center;
    font-size: 24px;
}

/* .select-content .item-name:before {
    content: "";
    width: 25px;
    height: 25px;
    background: url('../../images/ticks.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0px -28px; 
    display: block;
    color: #cccccc;
    margin-right: 10px;
    transition: color 1s;
} */
.select-content .item-check-box:checked+.item-content .item-name:before {
    /* background-position: 0px 0px; */
    /* animation: pop 0.5s forwards; */
}
.select-content .item-content {
    margin: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    transition: box-shadow 0.3s ease-in-out, transform 0.3s;
    padding: 35px 0;
}

.select-content .item-img {
    background-image: url('../../images/select/nutrition.png');
    width: 300px;
    height: 300px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.select-content .item-content.right .item-img {
    background-image: url('../../images/select/my-own.png');
}

.select-content .submit {
    text-transform: uppercase;
    display: inline-block;
    margin: 40px auto;
    padding: 12px 35px;
    border: 0;
    /* font-weight: bold; */
    color: #fff;
    background-color: #5e8d4e;
    font-size: 14px;
}

@keyframes pop {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.3)
    }

    90% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(1);
    }
}

/***************Plans********************/

.select-content .side-bar{
    width: 30%;
}
/************** Build Your Meal Plan **********/
.build_plan_wrap{
    margin-bottom: 30px;
    text-align: center;
}
.grid_container{
    padding: 50px 0;
}
.grid_container .title_wrap {
    margin-bottom: 70px;
}
.build_plan{
    padding: 30px 15px;
    margin-bottom: 15px;
    position: relative;
    background-size: auto !important;
    /* border: 3px solid #6f8d53; */
}
.row-container{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
/* .row-container .col-md-4 {
    float: none;
    display: table-cell;
 } */
.build_plan:after{
    content: "";
    padding-bottom: 75%;
    display: block;
}
.build_plan_content{
    position: absolute;
    width: 100%;
    overflow: hidden;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    padding: 15px;
    text-align: left;
}
.build_plan_center{
    margin-bottom: 30px;
    text-align: center;
    position: relative;
}
.build_plan.build_plan_center:before{
    background: rgba(0, 0, 0, 0.3)
}
.build_plan_center .build_plan_content{
    text-align:center;
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
    width: 100%;
}
.build_plan_center:after{
    content: "";
    padding-bottom: 75%;
    display: block;
}
.build_plan_title{
    font-size: 24px;
    line-height: 1.3;
    text-transform: capitalize;
    /* font-weight: 500; */
    font-family: 'cera_probold';
    margin-bottom: 8px;
    text-align: center;
    color: #3d3a37;
    margin-top: 0;
    word-break: break-all;
    max-height: 5em;
    min-height: 1.5em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.build_plan_title.sub_name{
    margin-bottom: 15px;
}
.build_plan_price{
    font-size: 18px;
    font-family: 'cera_prolight';
    margin-top: 0;
    margin-bottom: 15px;
    color: #fff;
    min-height: 1.5em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.build_plan_summary{
    font-size: 18px;
    /* margin-bottom: 8px; */
    margin-bottom: 15px;
    color: #fff;
    font-family: 'cera_prolight';
}
.build_plan_submit{
    text-transform: uppercase;
    display: block;
    margin: 0;
    padding: 10px 25px;
    border: 0;
    color: #fff;
    background-color: #5e8d4e;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    display: inline-block;
    transition: all 0.3s ease;
}
.build_plan_submit:hover{
    background: #000;
    color: #fff;

}
.build_plan_wrap .btn.submit.meal_plan_btn{
    text-transform: capitalize;
    font-size: 18px;
    padding: 6px 20px;
}
.build_plan_wrap .btn.submit.meal_plan_btn:hover{
    background: #99cb99;
}

.ripple-container{
    display: none;
}
.nutrition_plan{
    position: relative;
}
.whatsapp_icon{
    position: fixed;
    bottom: 33%;
    right: 10px;
    z-index: 99;    
}
.custom_user_to_pay .select-selected
{
    display: block;
    line-height: 30px;
}
.custom_user_to_pay .select-selected, .custom_user_to_pay .select-items div{
    text-transform: lowercase;
}
.custom_user_to_pay .select-selected::first-letter, .custom_user_to_pay .select-items div::first-letter{
    text-transform: uppercase;
}
@media screen and (max-width:991px){
   .home_spotlight{
       background-position-y:25% !important;
   }
   .row-container {
    display: block;
   }
    .grid_container{
        padding: 40px 0;
    }
    .build_plan_title {
        font-size: 18px;
    }
    .build_plan_price {
        font-size: 16px;
    }
    .build_plan:after {
        padding-bottom: 85%;
    }
    .build_plan_center:after {
        padding-bottom: 60%;
    }
    .select-content{
        margin-top: 0;
        margin-bottom: 0;
    }
    .meal_block {
        padding: 40px !important;
    }
    .select-content.meal_block .items .item-content {
        padding-right: 0;
        padding-top: 0;
        box-shadow: none;
    }
    .meal_block .check_out_btn {
        width: 100%;
        margin-top: 20px;
    }
    .meal_block .condensed_form {
        padding-left: 0;
    }
    .meal_block .form-group {
        margin-bottom: 10px;
    }
    .meal_block .form_label{
        line-height: 1.2;
    }
    .footer-2 {
        padding-top: 40px;
    }
    .select-content .submit {
        padding: 12px 15px;
        font-size: 13px;
        margin: 20px auto 0;
    }
    .spotlight_img::after {
        padding-bottom: 45%;
    }
    .page_title {
        font-size: 28px;
    }
    .page_title.sub_page_title {
        font-size: 22px;
    }
    .heading_content {
        bottom: 10%;
    }
    /***************  meals_day_slider ***************/
    .slider_list li {
        padding: 0 10px 8px;
        text-align: center;
    }
    .slider_list{
        margin-bottom: 30px;
    }
    .nutrition_day .item_day_wrap {
        margin-bottom: 30px;
    }
    .nutrition_day .item_day_content{
        flex-wrap: wrap;
    }
    .nutrition_day .item_day_content ul li{
        padding: 12px 30px 0;
    }
    .nutrition_day .item_day_content ul li::before {
        left: 0px;
    }
    /********************/
    .grid_container .title_wrap {
        margin-bottom: 40px;
    }
    .select-content.meal_block .items .item-img {
        width: 220px;
        height: 220px;
    }
    .select-content .item-img {
        width: 185px;
        height: 185px;
    }
    .select-content .item-content{
        padding: 20px;
    }
    .select-content .item-name {
        font-size: 14px;
    }
    .select-content .item-name:before {
        width: 15px;
        height: 15px;
        background-position: 0px -17px;
    }
    .select_dishes {
        padding: 40px 0 40px;
    }
    .page_sub_title:before{
        display: none;
    }
    .title_wrap {
        text-align: center;
        margin-bottom: 25px;
    }
    .purchase_bg {
        padding: 20px 20px;
        display: block;
    }
    .purchase_dishes {
        padding: 0px 0 40px;
    }
    .prephero_content {
        padding: 40px 20px;
    }
    .dishes_prephero {
        padding: 40px 0 40px;
    }
    .container-fluid.p-0 {
        padding:0 15px !important;
    }
    .row.m-0 {
        margin:0 -15px !important;
    }
    .purchase_dishes .btn.submit {
        font-size: 20px;
        padding: 6px 20px;
        border: solid 1px #3d3a37 !important;
    }
    .dish_items{
        margin-bottom: 20px;
    }
    /* .item_wrap {
        flex-wrap: wrap;
        padding: 0 20px;
    } */
    /**************** .testimonials ***************/
    .testimonials{
        padding: 40px 0;
    }
    /****************/
    /* .item_icon_child {
        width: 45px;
        height: 45px;
        right: -20px;
    }
    .item_icons h2 {
        font-size: 13px;
    }
    .item_icons {
        width: 200px;
        height: 200px;
        margin-bottom: 20px;
    }
    .item_icons img {
        width: 30%;
    }
    .item_wrap {     
        margin-bottom: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .item_text {
        flex-basis: 100%;
    }
    .item_text p {
        font-size: 16px;
        line-height: 1.6;
        text-align: center;
    } */
    .meals_spotlight_slider .slick-dots {        
        bottom: 0;
    }
    .meals_modal .condensed_form{
        padding: 20px;
    }
    .build_plan_price{
        overflow: visible;
        display: block;
        min-height: 100%;
    }
    .build_plan_title{
        overflow: visible;
        display: block;
        min-height: 100%;
        max-height: 100%;
    }
}
@media screen and (max-width:767px){
    .dish_select {
        display: block;
    }
    .dish_descrpt {
        white-space: normal;
        width: 100%;
        overflow: visible;
        text-overflow: ellipsis;
        margin-bottom: 10px;
        display: block;
        text-align: center;
    }
    .dish_title {
        display: block;
        text-align: center;
    }
    .dish_sub_title {
        margin-top: 0;
        margin-bottom: 20px;
        font-size: 14px;
        /* font-weight: 300; */
        font-family: 'cera_prolight';
        /* letter-spacing: 0.65px; */
        color: #2d2c2c;
        margin-bottom: 0;
        max-height: 100%;
        display: block;
        -webkit-box-orient: inherit;
        -webkit-line-clamp: 2;
        overflow: visible;
    }
    .select-content .head {
        font-size: 1.7em;
    }
    .select-content .item {
        width: 100%;
    }
    .spotlight_img::after {
        padding-bottom: 60%;
    }
    .build_plan:after {
        padding-bottom: 50%;
    }
}
@media screen and (max-width:480px){
    .whatsapp_icon {
        bottom: 43%;
        width: 10%;
    }
    .spotlight_img::after {
        padding-bottom: 90%;
    }
    #plan_submit{
        font-size: 12px;
    }
    .page_title.sub_page_title {
        font-size: 18px;
    }
    .select-content .items {
        flex-wrap: wrap;
    }
    .build_plan:after {
        padding-bottom: 65%;
    }
    .build_plan_wrap {
        margin-bottom: 20px;
    }
}
