@charset "utf-8";
/* CSS Document */


/****************home page*************************/
body {
    font-family: 'Roboto', sans-serif;
    font-size: 13px !important;
}

a {
    color: #00bbb4;
}
#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 270px;
    height: 100%;
    margin-left: -250px;
    top: 41px;
    background: #00bbb4;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.fixed-header-left {
    margin-left: 30px;
}
.main-screen-part {
    width: 100%;
    margin-top: 40px;
}
.top_pd.main-screen-part ~ .main-screen-part {
    margin-top: 0 !important;
}
.week_links {
    width: 90%;
    margin: 80px auto;
}
.week_mrg{
    padding: 0 15px;
}
.week_mrg audio{
    width: 100%;
}
.page-ttl {
    background: #95e5e0;
    font-size: 40px;
    text-align: center;
    color: #fff;
    font-style: italic;
    padding: 60px 0;
}
.page-ttl-below {
    background: #B976C3;
    padding: 20px 0;
    text-align: center;
    color: #fff;
    font-size: 20px;
}
.video-info {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    background: #fff;
    justify-content: space-around;
}
.video-info > div {
    flex: 0 0 50%;
    max-width: 50%;
}
@media (min-width:737px) {
    .main-screen-part {
        width: calc(100% - 270px);
        margin-left: 270px;
    }
}

@media (min-width:1920px) {
    .main-screen-part {
        width: calc(100% - 320px);
        margin-left: 320px;
    }
}

.comment_mrg {
    margin-bottom: 15px !important;
}

.forgot_pass a {
    color: #495057;
    border-bottom: 1px dotted #999999;
    font-style: italic;
    font-size: 15px;
    font-weight: bold;
}

.label {
    color: #999999 !important;

}

.form-group select {
    width: 65%;
}

.form-control1 {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #fff !important;
    border-radius: 0px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: none !important;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.panel {
    margin-bottom: 20px;
    background-color: #f2f2f2 !important;
    border: 0px solid transparent;
    border-radius: 0px !important;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: none important;
}

.btn-success {
    color: #fff;
    background-color: #0174B3 !important;
    border-color: #0174B3 !important;
    ;
    font-style: italic;
    font-size: 16px;
    padding: 10px 0px 0px 0px;
}

.loginbtn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    width: 177px;
}

.icon_user {
    position: absolute;
    padding: 5px 0px 0px 309px;
}

.pd {
    padding-left: 35px;
}

#header {
    background-color: #000000;
    padding: 10px 0px 0px 0px;
}

#banner {
    position: relative;
    z-index: 1
}

.banner_txt {
    font-family: snell;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    font-style: italic;
    margin-top: 50px;
    position: absolute;
    padding: 140px 0px 0px 550px;
    z-index: 1000;
    display: block;
    -ms-transform: rotate(-3deg);
    /* IE 9 */
    -webkit-transform: rotate(-3deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-3deg);
}

.right_menu {
    float: right;
    padding-top: 3px;
    text-decoration: none;
}

.right_menu li a {
    color: #ffffff;
    text-decoration: none;
}

.container-fluid {
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-right: auto;
    margin-left: auto;
}

#video_bg {
    background-color: #d8d8d9;
    width: 85%;
    padding: 20px 0px;
    top: -46px;
    position: relative;
}

#white_bg {
    background-color: #ffffff;
    margin: 20px;
}

.begain_txt {
    text-align: center;
    padding: 30px 0px 0px 50px;
    font-size: 50px;
    font-family: 'Roboto', sans-serif;
}

.begain_txt a {
    color: #389ea9;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
}

.select-drinks {
    display: inline-block;
    width: 100%;
    padding: 5px;
}

.begain_txt a:hover {
    color: #000;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

p {
    font-size: 15px;
    line-height: 30px;
    text-align: justify;
    margin: 0px 0px 10px !important;
}

.mrg_post {
    padding: 30px 0px;
}

.post_txt {
    font-size: 15px;
    text-align: center;
    padding: 20px 0px;
    color: #000;
}

.arrow {
    position: absolute;
    z-index: 1;
    text-align: center;
    margin-top: -18px;
    text-align: center;
    background-image: transparent;
}

.arrow_gray {
    position: absolute;
    z-index: 1;
    text-align: center;
    margin-top: -20px;
    text-align: center;
    background-image: transparent;
}

.rel {
    position: relative
}

.fiil_txt {
    font-size: 50px;
    font-style: italic;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
}

.footer_mrg {
    color: #fff;
    height: 100%;
    background-color: #000000;
    width: 100%;
    padding: 100px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ftr-heart-line {
    padding-right: 55px;
    background: url("../img/heart.png") no-repeat right 15px;
}

.footer_txt {
    color: #fff;
}

.ftr-copyright {
    font-size: 18px;
}

.key_txt {
    color: #389ea9;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #000 !important;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000;
    border: 1px solid #000 !important;
    border-radius: 10px;
}

.feel_line {
    top: -40px;
    left: 150px;
}

.heading {
    font-size: 30px;
    font-style: italic;
    font-family: 'Roboto', sans-serif;
    color: #49a6b0;
    margin: 0px 0px 10px 0px;
}

.img_logo {
    margin-left: 110px;
    margin-top: 9px;
}

/*@font-face 
{
  font-family: 'Roboto', sans-serif;
    src: url(fonts/aparaji.ttf);
}
@font-face 
{
    font-family:century;
    src: url(fonts/gothic.ttf);
}
@font-face 
{
    font-family:snell;
    src: url(fonts/snell.ttf);
}*/
.border {
    border: 1px solid #000 !important;
    border-radius: 20px;
    margin-bottom: 20px;
}

.table tr th {
    text-align: none;
    font-family: 'Roboto', sans-serif;
}

.main {
    margin-top: 50px;
    position: fixed;
}

.pull-right {
    float: right !important;
    font-family: snell !important;
}

.btn_border {
    background: url(../img/meal_img1.png) center;
    background-repeat: no-repeat;
    color: #fff;
    height: 86px;
}

.btn_border ul {
    padding-top: 8px;
}

.btn_border ul li a {
    color: #fff;
    text-decoration: none;
}

.btn_border a:hover {
    color: #fff;
}

.week {
    font-style: italic;
    font-size: 20px;
    padding-top: 24px;
}

.meal_txt {
    font-style: italic;
    font-size: 30px;
    padding-left: 10px;
    margin-top: 20px;
}

.txt {
    padding-top: 20px;
    top: 20px;
    margin-top: 20px;
}

/***************new page **********************/
#video_bg_sec {
    background-color: #d8d8d9;    
    padding: 60px 15px;
}

.white_box {
    background-color: #fff;
}

.gluten_txt {
    text-align: center;
    font-size: 50px;
    font-family: 'Roboto', sans-serif;
}

.comment_mrg {
    width: 95%;
    padding-left: 30px;
}

.gluten_txt a {
    color: #7c8188;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
}

.gluten_txt a:hover {
    color: #000;
}

.keysec_txt {
    color: #7c8188;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
    font-family: 'Roboto', sans-serif;
    /*font-style: italic;*/
    /* text-transform: uppercase;*/
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    font-family: 'Roboto', sans-serif;
    /*font-style: italic !important;
}
#lets_talk
{ 
    position: relative;
   /* top:-20px;   */
}

.lets_txt {
    text-align: center;
    padding: 10px 0px 0px 0px;
    font-size: 40px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-style: italic;
}

.lets_txt_new {
    text-align: center;
    font-size: 40px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-style: italic;
}

.educate_txt {
    color: #fff;
    font-size: 15px;
    /*  margin-top:-80px;*/
    margin-bottom: 0px;
    padding-bottom: 30px;
    font-family: century;
    font-style: italic;
}

.img_pd {
    padding: 10px 0px 20px 0px;
}

.arrow_brown {
    position: absolute;
    z-index: 1;
    text-align: center;
    padding-top: -20px;
}

#click_bg {
    color: #ffffff;
    padding: 12px 0px;
    position: relative;
    /* top:-30px;*/
    text-align: center;
}

#click_bg a {
    color: #ffffff;
}

.arrow_orange {
    z-index: 1;
    padding-top: 30px;
}

.arrow_img_mrg {
    position: relative;
    top: -7px;
    z-index: 1000 !important;


}

.arrow_img_mrggray {
    position: relative;
    top: -6px;
    /*z-index:1000;  */
}

.arrow_img_mrg_health {
    position: relative;
    top: 63px;
    z-index: 1000;
}

.week_mrg_new {
    margin: -68px 0px 0px 20px;
    color: #fff;
}

.week_update {
    position: absolute;
    padding: 200px 0px 0px 660px;
    z-index: 1000;
    display: block;
}

#bg {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.img_pd_pizza {
    padding: 70px 0px 90px 0px;
}

.health_pd {
    padding: 15px 0px;
    color: #7c8188;
    font-size: 20px;
    position: relative;
}

.health_pdnew {
    padding: 0px 0px;
    color: #7c8188;
    font-size: 20px;
    position: relative;
    top: -20px;
}

/**************** receipe *********************************/
.top_pdrecipe {
    margin-top: 40px;
    left: 25px;
}

.rec_heading {
    font-weight: bold;
    font-size: 37px;
    font-style: italic;
    font-family: 'Roboto', sans-serif;
    padding-top: 10px;
    text-align: center;
}

.rec_head {
    font-weight: bold;
    font-size: 37px;
    font-style: italic;
    font-family: 'Roboto', sans-serif;
    padding-top: 10px;
}

.serves_txt {
    font-size: 18px;
    font-style: italic;
    font-family: 'Roboto', sans-serif;
    padding-top: 10px;
}

.style_none {
    list-style: none;
    font-size: 16px;
}

.style_none li {
    padding: 4px 0px;
}

.style_method {
    font-size: 16px;
    text-align: justify;
}

.style_method li {
    padding: 10px 10px;
}

.ing_head {
    font-size: 20px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    padding-top: 10px;
}

.week_heading {
    color: #00bbb4;
    font-size: 32px;
    font-style: italic;
    padding: 0px 0px 10px 0px;
}

.week_txtpd {
    padding: 10px 0px;
    font-size: 15px;
    text-align: justify;
}

.week {
    margin: 20px 0px 40px 0px;
}

.week li {
    padding: 7px 0px;
    font-size: 15px;
    margin-left: -20px;
}

.mrg_rec {
    padding-left: 20px;
}

.btn-primary {
    color: #000 !important;
    background-color: transparent !important;
    border-color: transparent !important;
    font-size: 20px !important;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    width: 85% !important;
}

.week_link {
    padding: 80px 0px 0px 0px;
    width: 97%;
}

.pd_week a {
    color: #000;
    font-size: 18px;
}

.table_wth {
    width: 100%;

}


/******************************Self assessment form*******************************/

.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0px;
    text-align: left !important;
}

.form-horizontal .form-group {
    margin-right: -0px !important;
    margin-left: -0px !important;
}

.col-md-12 {
    width: 97% !important;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #2dad9e !important;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.inline {
    list-style: none;
}

.inline li {
    padding: 10px 0px;
    font-size: 13px;
    margin-left: -40px;
}

.btn-default, .btn-success {
    color: #fff !important;
    background-color: #8A1A9B !important;
    border-color: #8A1A9B !important;
    border-color: #ccc;
    font-family: 'Roboto', sans-serif;
}


.inline li ul {
    list-style: none;
}

.inline li ul li {
    margin-left: 42px;
}

.contact_mrg {
    padding: 80px 15px;
    min-height: 630px !important;
}

.contact_mrg input,
.contact_mrg select {
    border: 1px solid #ccc;
}

.res_mrg {
    margin-left: 0px;
    padding: 80px 0px 0px 40px;
    width: 97%;
    top: 20px;
}

.com_mrg {
    margin-left: 15px;
    padding: 80px 0px 0px 40px !important;
    width: 97%;
    top: 20px;
}

/* banner */
.week_img1 {
    width: 100%;
    height: 40%;
}

/* resources */
.inline_res {
    list-style: none;
}

.inline_res li {
    font-weight: bold;
    font-size: 15px;
    margin-left: -40px;
    padding: 5px 0px;
}

.inline_res li ul {
    list-style: none;
}

.inline_res li ul li {
    font-weight: normal;
    font-size: 15px;
    margin-left: 0px;
    padding: 10px 0px;
    text-align: justify;
    line-height: 1.5;
}

.inline_res_info {
    list-style: none;
}

.inline_res_info li {
    font-size: 15px;
    margin-left: -40px;
    padding: 0px 10px;
    line-height: 30px;
    text-align: justify;
}

.inline_res_info li ul {
    list-style: none;
}

.pd_30 {
    padding-left: 30px;
    float: right;
}

.read_more {
    background-color: #8A1A9B;
    border-radius: 10px;
    color: #fff;
    padding: 11px 15px 11px 15px;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
}

.read_more:hover {
    color: #fff;
    background-color: #B976C3;
}

.res_txt {
    font-size: 14px;
    line-height: 30px;
    text-align: justify;
}

.mrg_res {
    padding-left: 60px;
}

.rec_info {
    font-size: 14.5px;
    text-align: center;
    line-height: 30px;
    padding-top: 20px;
}

.rec_mrg {
    margin: 20px 0;

}

.rec_name {
    font-size: 15px;
    margin-top: 0px;
    color: #fff;
}

.panel-bodyclick {
    padding: 0px 9px 55px 12px !important;
}

.panel-bodyhealth {
    padding: 0px 55px 0px 55px !important;
}

.panel-bodynew {
    padding: 13px 55px 55px 16px !important;
}

.mrg_top {
    position: relative;
    margin-top: -23px;
}

.col-md-offset-1 {
    margin-left: 0.333% !important;
}

/***********************shopping list ***************************/
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline {
    padding-top: 16px !important;
    margin-top: 0;
    margin-bottom: 0;
}

.list_head {
    font-size: 18px;
    font-weight: bold;
}

.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
    font-size: 15px !important;
}

.mrg_shop {
    margin-top: 0px;
}

.shopping_mrg {
    padding: 94px 0px 0px 90px;
    width: 100%;
    top: 20px;
}

#myresult {
    top: -0px;
    bottom: 25px;
    margin-bottom: 14px;
}

#myresult a {
    color: #73747d;
}

#myresult a:hover {
    color: #73747d;
    text-decoration: none;
}

.bg_css {
    position: relative;
}

.pd_top {
    margin-top: 90px;
    padding-bottom: 25px;
}

.pd_logo {
    margin-top: -25px;
    height: 65px;
    margin-bottom: 10px;
}

.wth60_100 {
    width: 60%;
}

.wth40_100 {
    width: 40%;
}

.comment-respond {
    font-size: 20px;
}

p {
    font-size: 15px;
}

.reply {
    font-weight: bold;
}

.about_txt {
    float: right;
    margin: 10px;
    text-align: center;
}

.btn_border>a {
    color: #ffffff !important;
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    /*font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";
    /* adjust as needed, taken from bootstrap.css */
    float: right;
    /* adjust as needed */
    /* color: grey;         /* adjust as needed */
}

.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";
    /* adjust as needed, taken from bootstrap.css */
}

.contact_heading {
    color: #00bbb4;
    font-size: 24px;
    padding: 0 0 10px;
}

#page-content-wrapper {
    overflow: hidden !important;
}

.gluten_txt {
    font-style: italic !important;
}

.savbtn {
    background-color: #2dad9e;
    height: 35px;
    width: 73px;
}

.textarea_form {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    font-size: 14px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

a:focus,
a:hover {
    text-decoration: none !important;
}

.block_o {
    display: block !important;
}

.block_h {
    display: none !important;
}

#canvas {
    width: 70% !important;
    height: 70%;
    margin-left: 25px;
    padding: 25px;
}

.panel-default {
    margin-bottom: 11px !important;
}

.table>tbody>tr>td {
    vertical-align: middle !important;
    height: 59px;
    text-align: none;
}

h4 {
    margin-top: 1px !important;
    margin-bottom: 10px;
    font-size: 15px !important;
    font-weight: bold;
}

a:focus {
    outline: medium none !important;
}

input[type=checkbox] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.2);
    /* IE */
    -moz-transform: scale(1.2);
    /* FF */
    -webkit-transform: scale(1.2);
    /* Safari and Chrome */
    -o-transform: scale(1.2);
    /* Opera */
    padding: 10px;
}

.page-numbers {
    padding: 5px;
}


.self_head {
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 10px;
}

.self_txt {
    font-size: 14px;
    line-height: 30px;
    text-align: justify;
}

.collapse.in {
    display: block;
    margin-top: -1%;
    margin-bottom: 2%;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 14px !important;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

/***************self evalution *****************/
.sym_txt {
    padding-top: 0%;
    font-weight: bold;
}

.table_left_mrg {
    margin-left: -10px;
}

.label_mrg {
    margin: 10px 0px 10px 14px;
    float: left;
    font-size: 14px;
}

.textarea_mrg {
    width: 100%;
    border: 1px solid #2dad9e !important;
}

@media (min-width : 320px) and (max-width : 360px) {
    .weekdaypd {
        padding-top: 10px;
    }

    .height91 {
        height: 77px !important;
        font-size: 11px !important;
    }

    .wth33 {
        width: 33%;
        float: left;
    }

    .wth25 {
        width: 25%;
        float: left;
    }

    .arrow_img_mrg {
        position: relative;
        /* top: -40px;*/
        z-index: 1000;
    }

    .savebtnmrgnew {
        top: 10px;
        margin-left: 40%;
    }

    .photoimg_mrg {
        margin: 20px 0px 10px 0px;
    }

    .panel-body {
        padding: 0px 15px 15px 15px !important;
    }

    .panel_mrg {
        padding-top: 14%;
    }

    .self_head {
        font-weight: bold;
        font-size: 12px;
        padding-top: 13px;
    }

    .collapse.in {
        display: block;
        margin-top: -15%;
    }

    label {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: 700;
        font-size: 12px;
    }

    .panel-title label {
        width: 225px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .panel-bodyclick {
        margin-top: 50px;
    }

    .panel-group {
        margin-bottom: 0px !important;
    }

    .about_txt {
        float: none;
        margin: 10px 23px;
        text-align: center;
    }

    .bg_css {
        position: relative;
    }

    .play_mrg {
        position: absolute;
        top: 34px;
        left: 122px;
        z-index: 2;
    }

    .wth60_100 {
        width: 100%;
    }

    .wth40_100 {
        width: 100%;
    }

    .lets_txt_new {
        text-align: center;
        font-size: 24px;
        font-family: 'Roboto', sans-serif;
        color: #fff;
        font-style: italic;
    }

    .week_heading {
        color: #4ea58f;
        font-size: 24px;
        font-style: italic;
        padding: 0px 0px 10px 0px;
    }

    .grid {
        padding: 10px 10px 100px 20px;
    }

    .grid li {
        width: 94%;
        min-width: 280px;
    }

    .rec_name {
        font-size: 12px;
        margin-top: 0px;
        color: #fff;
        margin-right: 50px;
    }

    .serch_mrg {
        /* padding:20px 0px 0px 20px;
        width: 302px; */
        text-align: center;
        margin-bottom: 10px;
    }

    .left_top_image {
        display: block !important;
    }

    .left_down_image {
        display: none;
    }

    .comment_mrg {
        width: 95%;
        padding-left: 13px;
        margin-top: 0px;
    }

    .height300 {
        height: 0px;
    }

    #myresult {
        margin-top: -11%;
        margin-left: -3%;
        margin-bottom: 25px;
    }

    .my_txt {
        text-align: center;
        padding: 0px 0px 0px 0px;
        font-size: 30px;
        font-family: 'Roboto', sans-serif;
        color: #fff;
        font-style: italic;
    }

    /********************home page *****************************/
    .loginbtn {
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.428571429;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        border: 1px solid transparent;
        border-radius: 4px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
        width: 177px;
    }

    .icon_user {
        position: absolute;
        float: right;
        padding: 8px 0px 0px 231px;
    }

    .panel {
        margin-top: 20px;
    }

    /* banner */
    .week_img1 {
        width: 172px;
        height: 40px;
        margin-left: 40px;
    }

    .week_mrg_new {
        margin: -59px 0px 0px 36px;
        color: #FFF;
    }

    /* -----------------------------Header CSS----------------------------------- */
    .right_menu {
        float: none;
        text-align: center;
    }

    .center {
        text-align: center;
    }

    .hamburger {
        border: 1px solid #000;
        border-radius: 5px;
        display: block;
        height: 32px;
        margin-left: 30px;
        position: fixed;
        top: 82px !important;
        width: 32px;
        z-index: 999;
    }

    #video_bg {
        background-color: #d8d8d9;
        width: 100% !important;
        padding: 20px 0px;
        top: 0px;
    }

    .begain_txt {
        text-align: center;
        padding: 10px 0px 10px 0px;
        font-size: 20px;
    }

    .fiil_txt {
        font-size: 25px;
        font-style: italic;
        text-align: center;
        font-family: 'Roboto', sans-serif;
    }

    .h2,
    h2 {
        font-size: 23px !important;
        margin-top: 0px !important;
    }

    .feel_line {
        top: -20px;
        left: 60px;
    }

    .img {
        width: 40px;
    }

    .pd {
        padding-left: 16%;
    }

    #page-content-wrapper {
        padding-top: 73px !important;
        width: 100%;
    }

    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 8px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: #000 !important;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        top: 72px !important;
    }

    .gluten_txt {
        text-align: center;
        font-size: 26px;
        font-family: 'Roboto', sans-serif;
    }

    #bg {
        background-repeat: no-repeat;
        background-size: 100% 100%;
        position: relative;
    }

    .record_txt {
        padding-left: 22%;
        margin-top: -6%;
        font-size: 10px;
    }

    .week_update {
        position: absolute;
        padding: 0px 0px 0px 35px;
        z-index: 1000;
        display: block;
    }

    /**************receipe*****************/
    .rec_heading {
        font-weight: bold;
        font-size: 28px;
        font-style: italic;
        font-family: 'Roboto', sans-serif;
        padding-top: 10px;
        text-align: center;
    }

    .rec_head {
        font-weight: bold;
        font-size: 28px;
        font-style: italic;
        font-family: 'Roboto', sans-serif;
        padding-top: 10px;
        text-align: center;
    }

    .style_none {
        list-style: none;
        font-size: 14px;
    }

    .style_none li {
        padding: 4px 0px;
    }

    .style_method {
        font-size: 14px;
        text-align: justify;
    }

    .style_method li {
        padding: 10px 10px;
        font-size: 14px;
    }

    .ing_head {
        font-size: 18px;
        font-weight: bold;
        font-family: 'Roboto', sans-serif;
        padding-top: 10px;
    }

    .top_pdrecipe {
        margin-top: 0px;
        left: 0px;
    }

    .week_link {
        margin-top: 80px;
        background-repeat: no-repeat;
        background-size: auto 100%;
    }

    .well {
        min-height: 20px;
        padding: 19px;
        margin-bottom: 20px;
        background-color: #f5f5f5;
        border: 1px solid #e3e3e3;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
        width: 95% !important;
        margin: 10px 0px 0px 6px;
    }

    .heading {
        font-size: 18px;
        font-style: italic;
        font-family: 'Roboto', sans-serif;
        color: #49A6B0;
        margin: 0px 0px 10px;
    }


    .allweek_mrg {
        margin-left: 0px;
        width: 100%;
    }

    .table_wth {
        width: 100%;
        margin-left: 0px;
    }

    .left_day {
        float: left;
        font-weight: bold;
    }

    /******************************Self assessment form*******************************/
    .self_form {
        margin-top: 0px;
    }

    .btn_border {
        background: url(../img/meal_img1.png) center;
        background-repeat: no-repeat;
        color: #fff;
    }

    .col-md-12 {
        width: 100% !important;
    }

    .col-sm-offset-2 {
        margin-left: 0% !important;
    }

    .banner_txt {
        font-family: 'Roboto', sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #000;
        font-style: italic;
        margin-top: 59px;
        position: absolute;
        padding: 0px 0px 0px 165px;
        z-index: 1000;
        display: block;
    }

    /*************contact us  ****************************/


    .com_mrg {
        padding: 0px 0px 0px 0px;
        width: 91%;
        top: 31px;
    }

    .res_mrg {
        padding: 88px 0px 0px 0px;
        width: 91%;
        top: 31px;
    }

    /* resources */
    .inline_res li ul li {
        font-weight: normal;
        font-size: 15px;
        margin-left: -40px;
        padding: 10px 0px;
        text-align: justify;
        line-height: 30px;
    }

    .pd_30 {
        padding-left: 0px;
    }

    .mrg_top {
        position: relative;
        margin-top: -17px;
    }

    .lets_txt {
        text-align: center;
        padding: 3px 0px 0px;
        font-size: 24px;
        font-family: 'Roboto', sans-serif;
        color: #FFF;
        font-style: italic;
    }

    .panel-bodyclick {
        padding: 0px 20px 55px 20px !important;
    }

    /*************************shopping list *************************/
    .shopping_mrg {
        padding: 0px 0px 0px 22px;
        width: 97%;
    }

    .shopping_mrg320 {
        padding: 0px 0px 0px 22px;
        width: 100%;
        top: 20px;
    }

    .list_head {
        font-size: 18px;
        font-weight: bold;
        margin-top: 20px;
    }

    .mrg_footer {
        margin-top: 10%;
    }

    .arrow_img_mrg_health {
        position: relative;
        top: 13px;
        z-index: 1000;
    }


    .health_pdnew {
        padding: 0px 0px;
        color: #7c8188;
        font-size: 20px;
        position: relative;
    }

    .pd_top {
        margin-top: 76px;
        padding: 25px;
    }

    /**************self evalution*********************************/
    .height_40 {
        height: 80px;
    }

    .width_85 {
        width: 82%;
        float: left;
    }

    .width_15 {
        width: 18%;
        float: left;
    }

    #average_day {
        margin-top: 32px;
    }

    .label_mrg {
        margin: 28px 0px 10px 1px;
        float: left;
        font-size: 14px;
    }

    .sym_txt {
        padding-top: 6%;
        font-weight: bold;
        font-size: 12px;
    }

    .table>tbody>tr>td {
        vertical-align: middle !important;
        height: 100%;
        text-align: none;
    }

    .wth60_100 {
        width: 62%;
        float: left;
    }

    .wth40_100 {
        height: 100%;
    }

    #comment {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media (min-width : 480px) and (min-width : 320px) {
    .educate_txt {
        color: #fff;
        font-size: 15px;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-bottom: 30px;
        font-family: 'Roboto', sans-serif;
        font-style: italic;
    }

    .height_40 {
        height: 65px;
    }

    .width_85 {
        width: 85%;
        float: left;
    }

    .width_15 {
        width: 15%;
        float: left;
    }

    .height91 {
        height: 77px !important;
        font-size: 11px !important;
    }

    .wth33 {
        width: 100%;
        float: none;
    }

    .wth25 {
        width: 100%;
        float: none;
    }

    .com_mrg {
        padding: 1px 0px 0px 0px;
        width: 91%;
        top: 31px;
    }

    .play_mrg {
        position: absolute;
        top: 60px;
        left: 50%;
        z-index: 2;

    }

    #bg {
        background-repeat: no-repeat;
        background-size: 100% 100%;
        position: relative;
    }
}

@media (min-width: 360px) and (max-width: 375px) {
    .height_40 {
        height: 65px;
    }

    .width_85 {
        width: 85%;
        float: left;
    }

    .width_15 {
        width: 15%;
        float: left;
    }

    .wth33 {
        width: 33%;
        float: left;
    }

    .wth25 {
        width: 25%;
        float: left;
    }

    .wth60_100 {
        width: 100%;
    }

    .wth40_100 {
        width: 100%;
    }

    .left_top_image {
        display: block !important;
    }

    .left_down_image {
        display: none;
    }

    /********************home page *****************************/
    .loginbtn {
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.428571429;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        border: 1px solid transparent;
        border-radius: 4px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
        width: 177px;
        margin-left: 0px;
    }

    .icon_user {
        position: absolute;
        float: right;
        padding: 5px 0px 0px 299px;
    }

    /* banner */
    .week_img1 {
        width: 172px;
        height: 40px;
        margin-left: 30px;
    }

    .week_mrg_new {
        margin: -59px 0px 0px 36px;
        color: #FFF;
    }

    #video_bg {
        background-color: #d8d8d9;
        width: 100%;
        padding: 20px 0px;
    }

    .fiil_txt {
        font-size: 20px;
        font-style: italic;
        text-align: center;
        font-family: 'Roboto', sans-serif;
    }

    .begain_txt {
        text-align: center;
        padding: 10px 0px 10px 0px;
        font-size: 20px;
    }


    #page-content-wrapper {
        padding-top: 73px !important;
        width: 100%;
    }

    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 8px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: #000 !important;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        top: 72px !important;
    }

    .gluten_txt {
        text-align: center;
        font-size: 25px;
        font-family: 'Roboto', sans-serif;
    }

    #bg {
        background-size: 100% 100%;
        background-repeat: no-repeat;
        position: relative;
    }

    .arrow_img_mrg {
        position: relative;
        /*  top: -40px;*/
        z-index: 1000;
    }

    #click_bg {
        color: #ffffff;
        padding: 12px 0px;
        position: relative;
        text-align: center;
        margin-top: -31px;
    }

    .fiil_txt {
        font-size: 25px;
        font-style: italic;
        text-align: center;
        font-family: 'Roboto', sans-serif;
    }

    /*************receipe ********************/
    .top_pdrecipe {
        margin-top: 0px;
        left: 0px;
    }

    .rec_heading {
        font-weight: bold;
        font-size: 28px;
        font-style: italic;
        font-family: 'Roboto', sans-serif;
        padding-top: 10px;
        text-align: center;
    }

    .rec_head {
        font-weight: bold;
        font-size: 28px;
        font-style: italic;
        font-family: 'Roboto', sans-serif;
        padding-top: 10px;
        text-align: center;
    }

    .style_method {
        font-size: 12px;
        text-align: justify;
    }

    .style_method li {
        padding: 10px 10px;
    }

    .ing_head {
        font-size: 18px;
        font-weight: bold;
        font-family: 'Roboto', sans-serif;
        padding-top: 10px;
    }

    .heading {
        font-size: 18px;
        font-style: italic;
        font-family: 'Roboto', sans-serif;
        color: #49A6B0;
        margin: 0px 0px 10px;
    }


    .table_wth {
        width: 100%;
        margin-left: 0px;
    }

    .left_day {
        float: left;
        font-weight: bold;
    }

    .week_update {
        position: absolute;
        padding: 0px 0px 0px 60px;
        z-index: 1000;
        display: block;
    }

    .banner_txt {
        font-family: 'Roboto', sans-serif;
        font-size: 15px;
        font-weight: bold;
        color: #000;
        font-style: italic;
        margin-top: 59px;
        position: absolute;
        padding: 0px 0px 0px 165px;
        z-index: 1000;
        display: block;
    }

    cs-style-3 figcaption {
        height: 68px;
        width: 94.3%;
        top: auto;
        bottom: 0px;
        opacity: 0;
        transform: translateY(100%);
        transition: transform 0.4s ease 0s, opacity 0.1s ease 0.3s;
    }

    .lets_txt {
        text-align: center;
        padding: 1px 0px 0px;
        font-size: 30px;
        font-family: 'Roboto', sans-serif;
        color: #FFF;
        font-style: italic;
    }
}

@media (min-width: 375px) and (max-width: 600px) {

    .height_40 {
        height: 65px;
    }

    .width_85 {
        width: 85%;
        float: left;
    }

    .width_15 {
        width: 15%;
        float: left;
    }

    .wth33 {
        width: 33%;
        float: left;
    }

    .wth25 {
        width: 25%;
        float: left;
    }

    .left_top_image {
        display: block !important;
    }

    .left_down_image {
        display: none;
    }

    #myresult {
        top: -0px;
        margin-left: -23px;
        margin-bottom: 22px;
    }

    .record_txt {
        color: #73747d;
        font-size: 12px;
        padding: -38px 0px 10px 0px;
    }

    .my_txt {
        text-align: center;
        padding: 0px 0px 0px 0px;
        font-size: 29px;
        font-family: 'Roboto', sans-serif;
        color: #fff;
        font-style: italic;
    }

    /**********************Home page *************************/
    .icon_user {
        position: absolute;
        float: right;
        padding: 8px 0px 0px 323px;
    }

    .right {
        float: none;
        text-align: center;
    }

    .center {
        text-align: center;
    }

    #video_bg {
        background-color: #d8d8d9;
        width: 100% !important;
        padding: 20px 0px;
    }

    .begain_txt {
        text-align: center;
        padding: 10px 0px 10px 0px;
        font-size: 20px;
    }

    .hamburger {
        border: 1px solid #000;
        border-radius: 5px;
        display: block;
        height: 32px;
        margin-left: 30px;
        position: fixed;
        top: 82px !important;
        width: 32px;
        z-index: 999;
    }

    .fiil_txt {
        font-size: 25px;
        font-style: italic;
        text-align: center;
        font-family: 'Roboto', sans-serif;
    }

    .feel_line {
        top: -20px;
        left: 60px;
    }

    pd {
        padding-left: 110px;
    }

    .img {
        width: 40px;
    }

    .pd {
        padding-left: 109px;
    }


    #page-content-wrapper {
        padding-top: 73px !important;
        width: 100%;
    }

    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 8px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: #000 !important;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        top: 72px !important;
    }

    .gluten_txt {
        text-align: center;
        font-size: 21px;
        font-family: 'Roboto', sans-serif;
    }

    #bg {
        background-repeat: no-repeat;
        background-size: 100% 100%;
        position: relative;

    }

    #lets_talk {
        position: relative;
    }

    /*************receipe ********************/
    .top_pdrecipe {
        margin-top: 0px;
        left: 0px;
    }

    .left_day {
        float: left;
        font-weight: bold;
    }

    /******************contact ***************************/


    .account_mrg {
        padding: 0px 0px 0px 0px;
        width: 100%;
        top: 20px;
    }

    .com_mrg {
        padding: 1px 0px 0px 0px;
        width: 91%;
        top: 31px;
    }

    .res_mrg {
        padding: 88px 0px 0px 0px;
        width: 100%;
        top: 20px;
    }

    .col-sm-offset-2 {
        margin-left: 0% !important;
    }

    /* resources */
    .inline_res li ul li {
        font-weight: normal;
        font-size: 15px;
        margin-left: -40px;
        padding: 10px 0px;
        text-align: justify;
        line-height: 30px;
    }

    .pd_30 {
        padding-left: 0px;
    }

    .style_method {
        font-size: 15px;
        text-align: justify;
    }

    .style_method li {
        padding: 10px 10px;
    }

    /**********shoppiing list **********************************/
    .shopping_mrg {
        padding: 130px 0px 0px 22px;
        width: 100%;
        top: 20px;
    }

    .shopping_mrg320 {
        padding: 0px 0px 0px 22px;
        width: 100%;
        top: 20px;
    }

    .list_head {
        font-size: 18px;
        font-weight: bold;
        margin-top: 20px;
    }

    .mrg_footer {
        margin-top: 10%;
    }

}

@media (min-width: 412px) and (max-width: 600px) {


    .height_40 {
        height: 65px;
    }

    .width_85 {
        width: 85%;
        float: left;
    }

    .width_15 {
        width: 15%;
        float: left;
    }

    .wth33 {
        width: 33%;
        float: left;
    }

    .wth25 {
        width: 25%;
        float: left;
    }

    .wth60_100 {
        width: 100%;
    }

    .wth40_100 {
        width: 100%;
    }

    .left_top_image {
        display: block !important;
    }

    .left_down_image {
        display: none;
    }

    .comment_mrg {
        width: 94%;
        margin-left: 13px;
    }

    .lets_txt {
        text-align: center;
        padding: 0px 0px 0px 0px;
        font-size: 33px;
        font-family: 'Roboto', sans-serif;
        color: #fff;
        font-style: italic;
    }

    /* #lets_talk 
    {
        position: relative;
        top: -20px;
        margin-bottom: 9px;
    }*/
    /**********************Home page *************************/
    .icon_user {
        position: absolute;
        float: right;
        padding: 5px 0px 0px 335px;
    }

    .right {
        float: none;
        text-align: center;
    }

    .center {
        text-align: center;
    }

    #video_bg {
        background-color: #d8d8d9;
        width: 100%;
        padding: 20px 0px;
        top: 29px;
    }

    .fiil_txt {
        font-size: 30px;
        font-style: italic;
        text-align: center;
        font-family: 'Roboto', sans-serif;
    }

    .feel_line {
        top: -20px;
        left: 75px;
    }

    .img {
        width: 50px;
    }

    .pd {
        padding-left: 132px;
    }


    #page-content-wrapper {
        padding-top: 73px !important;
        width: 100%;
    }

    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 8px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: #000 !important;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        top: 72px !important;
    }

    .gluten_txt {
        text-align: center;
        font-size: 25px;
        font-family: 'Roboto', sans-serif;
    }

    .arrow_img_mrg {
        position: relative;
        z-index: 1000;
    }

    .bg_css {
        position: relative;
    }

    .table>tbody>tr>td {
        vertical-align: middle !important;
        height: 100%;
        text-align: none;
    }

    .label_mrg {
        margin: -18px 0px 10px 14px;
        float: left;
        font-size: 14px;
    }

    .collapse.in {
        display: block;
        margin-top: -5%;
        margin-bottom: 2%;
    }

    .arrow_img_mrg_health {
        position: relative;
        top: 12px;
        z-index: 1000;
    }

    #bg {
        background-repeat: no-repeat;
        position: relative;
        background-size: 100% 100%;
    }

    .col-sm-offset-2 {
        margin-left: 0% !important;
    }

    .fiil_txt {
        font-size: 25px;
        font-style: italic;
        text-align: center;
        font-family: 'Roboto', sans-serif;
    }

    /*************receipe ********************/
    .top_pdrecipe {
        margin-top: 0px;
        left: 0px;
    }

    .rec_heading {
        font-weight: bold;
        font-size: 28px;
        font-style: italic;
        font-family: 'Roboto', sans-serif;
        padding-top: 10px;
        text-align: center;
    }

    .rec_head {
        font-weight: bold;
        font-size: 28px;
        font-style: italic;
        font-family: 'Roboto', sans-serif;
        padding-top: 10px;
        text-align: center;
    }

    .ing_head {
        font-size: 18px;
        font-weight: bold;
        font-family: 'Roboto', sans-serif;
        padding-top: 10px;
    }

    /******************************************************/


    .table_wth {
        width: 94%;
        margin-left: 5px;
    }

    /*****banner ***************************/
    .week_mrg_new {
        margin: -67px 0px 0px 21px;
        color: #FFF;
    }

    .week_update {
        position: absolute;
        padding: 0px 0px 0px 59px;
        z-index: 1000;
        display: block;
    }

    .banner_txt {
        font-family: 'Roboto', sans-serif;
        font-size: 20px;
        font-weight: bold;
        color: #000;
        font-style: italic;
        margin-top: 50px;
        position: absolute;
        padding: 18px 0px 0px 170px;
        z-index: 1000;
        display: block;
        -ms-transform: rotate(-3deg);
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }
}

@media (min-width: 480px) {
    .wth60_100 {
        width: 100%;
    }

    .wth40_100 {
        width: 100%;
    }
}

@media (min-width: 600px) and (max-width: 768px) {
    .wth60_100 {
        width: 100%;
    }

    .wth40_100 {
        width: 100%;
    }

    .left_top_image {
        display: block !important;
    }

    .left_down_image {
        display: none;
    }

    /**********************Home page *************************/
    .icon_user {
        position: absolute;
        float: right;
        padding: 5px 0px 0px 510px;
    }

    .right {
        float: none;
        text-align: center;
    }

    .center {
        text-align: center;
    }

    #video_bg {
        background-color: #d8d8d9;
        width: 100%;
        padding: 20px 0px;
    }

    .hamburger {
        border: 1px solid #000;
        border-radius: 5px;
        display: block;
        height: 32px;
        margin-left: 30px;
        position: fixed;
        top: 82px !important;
        width: 32px;
        z-index: 999;
    }

    .begain_txt {
        text-align: center;
        padding: 10px 0px 10px 0px;
        font-size: 20px;
    }

    .wth400 {
        width: 400px !important;
    }

    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 8px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: #000 !important;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        top: 72px !important;
        left: 510px;
    }

    .week_heading {
        color: #4ea58f;
        font-size: 24px;
        font-style: italic;
        padding: 0px 0px 10px 0px;
    }

    .mrg_footer {
        margin-top: 5%;
    }

    /******************resources *****************************/
    .pd_30 {
        padding-left: 30px;
        float: none;
    }



    .health_pdnew {
        padding: 0px 0px;
        color: #7c8188;
        font-size: 20px;
        position: relative;
        top: -20px;
    }

}

@media (min-width: 768px) {
    .col-sm-offset-2 {
        margin-left: 30.167% !important;
    }

}

@media (min-width: 768px) and (max-width:1100px) {
    .basicinfo_shadow {
        box-shadow: 0px 0px 11px 0px rgba(219, 219, 219, 1);
        margin-bottom: 3%;
    }

    .weekmovplan {
        height: 51px;
        margin-left: 39%;
        padding-top: 15%;
    }

    .list-inline {
        padding-left: 0;
        list-style: none;
    }

    .pd_label {
        padding: 7px 0px 12px 19px;
    }

    .width96 {
        width: 100%;
    }

    .savebtnmrgnew {
        top: 10px;
        margin-left: 40%;
    }

    .savebtnmrg {
        top: 10px;
        left: 0px;
    }

    .table_res {
        background-color: #2dad9e;
        width: 14.2%;
        float: left;
    }

    .tabel_headheight {
        height: 52px;
        font-size: 11px;
        color: #fff;
    }

    .daytable_res {
        width: 50%;
        float: left;
    }

    .photoimg_mrg {
        margin: 20px 0px 10px 0px;
    }

    .table {
        width: none !important;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .panel-body {
        padding: 0px !important;
    }

    .panel_mrg {
        padding-top: 6%;
    }

    #myresult {
        margin-top: -5%;
        margin-left: -3%;
        margin-bottom: 25px;
    }

    .comment-respond {
        font-size: 20px !important;
        padding-left: 5% !important;
    }

    #respond {
        margin-top: 48px;
        margin-top: -0.071em !important;
    }

    .bg_css {
        position: relative;
    }

    .h2,
    h2 {
        font-size: 21px !important;
        margin-top: -6% !important;
    }

    .about_txt {
        float: none;
        margin: 4% 0px 4% 28%;
        text-align: center;
    }


    .gluten_txt {
        text-align: center;
        font-size: 21px;
        font-family: 'Roboto', sans-serif;
    }

    .left_top_image {
        display: block !important;
    }

    .left_down_image {
        display: none;
    }

    .comment_mrg {
        width: 97%;
        padding-left: 5%;
        margin-top: 0px;
    }

    .height300 {
        height: 300px;
    }

    /****************Home Page ********************************/
    .icon_user {
        position: absolute;
        float: right;
        padding: 8px 0px 0px 323px;
    }

    #white_bg {
        background-color: #ffffff;
        margin: 50px 0px 0px 0px;
        width: 70%;
    }

    .begain_txt {
        text-align: center;
        padding: 10px 0px 0px 50px;
        font-size: 20px;
        font-family: 'Roboto', sans-serif;
    }

    .feel_line {
        top: -30px;
        left: 115px;
    }

    .img {
        width: 70px;
    }

    .play_mrg {
        position: absolute;
        top: 30%;
        left: 47%;
        z-index: 2;
    }

    .collapse.in {
        display: block;
        margin: 0px !important;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
        word-break: break-word !important;
        white-space: normal;
    }

    .panel-collapse>section {
        padding: 0px !important;
    }

    .form-group select {
        width: 100% !important;
    }

    .img_pd {
        padding: 10px 0px 20px 0px;
    }

    .lets_txt {
        text-align: center;
        padding: 4px 0px 34px 0px;
        font-size: 40px;
        font-family: 'Roboto', sans-serif;
        color: #fff;
        font-style: italic;
    }

    #bg {
        background-repeat: no-repeat;
        background-size: 100% 100%;
        position: relative;
    }

    .footer_txt {
        color: #fff;
        padding: 50px 0px 14px 146px;
        left: 55px;
    }

    .fiil_txt {
        font-size: 30px;
        font-style: italic;
        text-align: center;
        font-family: 'Roboto', sans-serif;
    }

    .record_txt {
        margin-top: -22px;
        padding-left: 7%;
    }

    #click_bg {
        background-color: #c89c6c;
        color: #ffffff;
        padding: 13px 0px 13px 33px;
        position: relative;
        /* top: -30px;*/
        text-align: center;
    }

    .img_pd_pizza {
        padding: 72px 0px 97px 132px;
    }

    .health_pdnew {
        padding: 0px 16px;
        color: #7c8188;
        font-size: 20px;
        position: relative;
        top: 13px;
        margin-bottom: 48px;
    }

    .educate_txt {
        color: #fff;
        font-size: 12px;
        margin-top: -51px;
        padding-bottom: 20px;
        padding-left: 38px;
    }

    /**************receipe ***********************/
    .rec_heading {
        font-weight: bold;
        font-size: 18px;
        font-style: italic;
        font-family: 'Roboto', sans-serif;
        padding-top: 4px;
        text-align: center;
        margin-left: 50px;
    }

    .rec_head {
        font-weight: bold;
        font-size: 32px;
        font-style: italic;
        font-family: 'Roboto', sans-serif;
        padding-top: 10px;
        text-align: center;
    }

    .serves_txt {
        font-size: 13px;
        font-style: italic;
        font-family: 'Roboto', sans-serif;
        padding-top: 10px;
    }

    .style_none {
        list-style: none;
        font-size: 13px;
    }

    .style_none li {
        padding: 4px 0px;
    }

    .style_method {
        font-size: 13px;
        text-align: justify;
    }

    .style_method li {
        padding: 10px 10px;
    }

    .ing_head {
        font-size: 19px;
        font-weight: bold;
        font-family: 'Roboto', sans-serif;
        padding-top: 10px;
    }

    /*************receipe ********************/
    .top_pdrecipe {
        margin-top: 70px;
        left: -40px;
    }

    .mrg_93 {
        margin-left: 85px;
    }

    .week_link {
        margin-top: 42px;
        background-repeat: no-repeat;
        background-size: auto 100%;

        margin-left: 14px;
    }

    .left_day {
        float: left;
        font-weight: bold;
    }

    .well {
        min-height: 20px;
        padding: 19px;
        margin-bottom: 20px;
        background-color: #f5f5f5;
        border: 1px solid #e3e3e3;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
        width: 68% !important;
        margin: 0px 10px 30px 10px !important;
    }

    .pd_week a {
        color: #000;
        font-size: 13px;
        padding-left: 10px;
    }


    .allweek_mrg {
        padding-left: 0%;
        width: 100%;
    }

    .table_wth {
        width: 50%;
        margin-left: 190px;
    }

    .week_link {
        padding: 20px 0px 0px 143px;
        width: 96%;
    }

    /******************************Self assessment form*******************************/
    .self_form {
        margin-top: 50px;
    }

    .table>tbody>tr>td,
    .table>tbody>tr>th,
    .table>tfoot>tr>td,
    .table>tfoot>tr>th,
    .table>thead>tr>td,
    .table>thead>tr>th {
        padding: 8px 3px 3px 3px !important;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ddd;

    }

    .table_wth {
        width: 94%;
        margin-left: 37px;
    }

    .btn_border {
        background: transparent url("../img/meal_img1.png") no-repeat scroll center center;
        color: #FFF;
    }

    .border {
        border: 1px solid #000 !important;
        border-radius: 20px;
        padding-left: 32px;
        width: 501px;
    }

    .heading {
        font-size: 14px;
        font-style: italic;
        font-family: 'Roboto', sans-serif;
        color: #49a6b0;
        margin: 0px 0px 10px 0px;
    }

    .mrg128 {
        margin-bottom: 0px;
    }

    .meal_info_mrg {
        margin: 0px 0px 0px 32px;
    }

    .arrow_img_mrggray {
        position: relative;
        top: -7px;
        /*  padding-left: 6%;*/
    }

    .arrow_img_mrg_health {
        position: relative;
        top: 13px;
        z-index: 1000;
        /*   padding-left: 6%;*/
    }

    .arrow_img_mrg {
        position: relative;
        z-index: 1000;
        /*  padding-left:6%;*/
    }

    .mrg_top {
        position: relative;
        margin-top: -7px;
    }

    .week_update {
        position: absolute;
        padding: 50px 0px 0px 160px;
        z-index: 1000;
        display: block;
    }

    .comment-respond {
        font-size: 20px;
        padding-left: 50px;
    }

    .commentlist {
        margin-top: 10%;
    }

    .children {
        padding-left: 0px;
    }

    .pd_top {
        padding-top: 21px;
        padding: 40px;
    }

    .banner_txt {
        font-family: snell;
        font-size: 16px;
        font-weight: bold;
        color: #000;
        font-style: italic;
        margin-top: 31px;
        position: absolute;
        padding: 90px 0px 0px 380px;
        z-index: 1000;
        display: block;
    }

    /*****************contact us ***************************/


    .account_mrg {
        padding: 60px 0px 0px 11%;
        width: 97%;
        top: 20px;
    }

    .h3,
    h3 {
        font-size: 18px !important;
    }

    .serch_mrg {
        padding-top: 0px;
    }

    .com_mrg {
        padding: 55px 0px 0px 60px;
        width: 91%;
        top: 31px;
        margin-bottom: 100%;
    }

    .res_mrg {
        padding: 60px 0px 0px 35px;
        width: 97%;
        top: 20px;
    }


    .result_mrg {
        padding: 0px 0px 0px 36px;
        width: 97%;
        top: 20px;
    }

    .btn_border ul {
        /*padding: 1% 0% 0% 17%;*/
        padding: 1% 0% 0% 0%;
    }

    #average_day {
        margin-top: 38px;
    }

    .label_mrg {
        margin: 1px 0px 10px 0px;
        float: none;
        font-size: 14px;
    }

    .textarea_mrg {
        width: 50%;

        border: 1px solid #2dad9e !important;

    }

    .label_head {
        padding-top: 12px;
    }

    .rec_info {
        font-size: 14.5px;
        text-align: center;
        line-height: 30px;
        padding-top: 0px;
    }

    /* resources */
    .inline_res li ul li {
        font-weight: normal;
        font-size: 15px;
        margin-left: -40px;
        padding: 10px 0px;
        text-align: justify;
        line-height: 25px;
    }

    .inline_res_info li {
        font-size: 15px;
        margin: 10px 0px 0px -40px;
        padding: 0px 10px;
        line-height: 30px;
        text-align: justify;
    }

    .pd_30 {
        padding-left: 0px;
    }

    .mrg_10 {
        margin-top: 20px;
    }

    .rec_name {
        font-size: 15px;
        margin-top: -15px;
        color: #fff;
    }

    .panel-bodyclick {
        padding: 0px 24px 55px 45px !important;
    }

    .info_mrg {
        padding-left: 167px;
        width: 612px;
    }

    .mrghealth {
        margin-left: -210px;
    }

    .mrg_footer {
        margin-top: 100%;
    }

    /*******************shopping list *******************/
    .mrg_shop {
        top: 20px;
    }

    .shopping_mrg {
        padding: 0% 0% 0% 7%;
        width: 100%;
        top: 20px;
    }

    .list_head {
        font-size: 18px;
        font-weight: bold;
        margin-top: 10px;
    }

    /**************self evalution*********************************/
    .height_40 {
        height: 65px;
    }

    .width_85 {
        width: 85%;
        float: left;
    }

    .width_15 {
        width: 15%;
        float: left;
    }

    .sym_txt {
        padding-top: 4%;
        font-weight: bold;
    }

    .wth60_100 {
        width: 70%;
        float: left;
    }

    .week_heading {
        color: #4ea58f;
        font-size: 22px;
        font-style: italic;
        padding: 0px 0px 10px 0px;
        margin-bottom: 20px;
    }
}

@media (min-width:980px) and (max-width:1280px) {

    .account_mrg {
        padding: 60px 0px 0px 9%;
        width: 97%;
        top: 20px;
    }

    .basicinfo_shadow {
        box-shadow: 0px 0px 11px 0px rgba(219, 219, 219, 1);
        margin-bottom: 3%;
    }

    .pd_top {
        padding-top: 21px;
        padding: 40px 0px 40px 5px;
    }

    .panel-bodyclick {
        padding: 18px 45px 55px 55px !important;
    }

    .weekmovplan {
        height: 51px;
        margin-left: 45%;
        padding-top: 8%;
    }


    #bg {
        background-repeat: no-repeat;
        background-size: 100% 100%;
        position: relative;
    }

    .comment_mrg {
        width: 97%;
        padding-left: 3%;
        margin-top: 0px;
    }

    /****************Home Page ********************************/
    .height300 {
        height: 300px;
    }

    .icon_user {
        position: absolute;
        float: right;
        padding: 8px 0px 0px 323px;
    }

    .form-horizontal .control-label {
        text-align: none;
        font-size: 13px;
    }

    #white_bg {
        background-color: #ffffff;
        margin: 50px 0px 0px 0px;
        width: 70%;
    }

    .fiil_txt {
        font-size: 40px;
        font-style: italic;
        text-align: center;
        font-family: 'Roboto', sans-serif;
    }

    .feel_line {
        top: -30px;
        left: 115px;
    }

    .img {
        width: 70px;
    }

    .table_wth {
        width: 86%;
        margin-left: 100px;
    }

    .week_link {
        padding: 60px 0px 0px 80px;
        width: 97%;
    }

    .week_update {
        position: absolute;
        padding: 90px 0px 0px 340px;
        z-index: 1000;
        display: block;
    }

    .white_box {
        margin: 18px 0px 0px 66px;
        width: 60%;
    }

    .gluten_txt {
        text-align: center;
        font-size: 37px;
        font-family: 'Roboto', sans-serif;
        color: #7c8188;
    }


    .col-sm-offset-2 {
        margin-left: 24% !important;
    }

    .banner_txt {
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        font-weight: bold;
        color: #000;
        font-style: italic;
        margin-top: 62px;
        position: absolute;
        padding: 90px 0px 0px 565px;
        z-index: 1000;
        display: block;
    }

    /****************contact us ********************************/


    .account_mrg {
        padding: 60px 0px 0px 7%;
        width: 97%;
        top: 20px;
    }

    .basicinfo_shadow {
        box-shadow: 0px 0px 11px 0px rgba(219, 219, 219, 1);
        margin-bottom: 3%;
    }



    .res_mrg {
        padding: 60px 0px 0px 120px;
        width: 97%;
        top: 20px;
    }

    .inline_res_info li {
        font-size: 15px;
        margin: 10px 0px 0px -10px;
        padding: 0px 10px;
        line-height: 30px;
        text-align: justify;
    }

    .mrg_footer {
        margin-top: 75%;
    }

    /******************shopping list **********************/
    .list_head {
        font-size: 18px;
        font-weight: bold;
        margin-top: 20px;
    }

    .mrg_shop {
        top: 20px;
    }

    .shopping_mrg {
        padding: 53px 0px 0px 40px;
        width: 100%;
        top: 20px;
    }

}

@media (min-width:1280px) {
    .result_mrg {
        margin-left: 40px !important;
    }

    .white_box {
        margin: 39px 0px 18px 82px;
        width: 60%;
    }

    .account_mrg {
        padding: 60px 0px 0px 9%;
        width: 97%;
        top: 20px;
    }


    .btn_border {
        background: url(../img/meal_img1.png) center;
        background-repeat: no-repeat;
        color: #fff;
    }

    .comment_mrg {
        width: 97%;
        padding-left: 84px;
        margin-top: 0px;
    }

    .meal_info_mrg {
        margin-left: 73px;
    }

    .height300 {
        height: 300px;
    }

    .inline_res_info li {
        font-size: 15px;
        margin: -8px 0px 0px -40px;
        padding: 0px 10px;
        line-height: 30px;
        text-align: justify;
    }

    .grid li {
        display: inline-block;
        width: 269px;
        margin: 0px;
        padding: 0px;
        text-align: left;
        position: relative;
    }

    .panel-bodyclick {
        padding: 0px 55px 55px 55px !important;
        margin-left: 47px;
    }

    .mrg_footer {
        margin-top: 175%;
    }

    .col-sm-offset-2 {
        margin-left: 18.666667% !important;
    }

    .arrow_img_mrg_health {
        position: relative;
        top: 13px;
        z-index: 1000;
    }

    .fiil_txt {
        font-size: 50px;
        font-style: italic;
        text-align: center;
        font-family: 'Roboto', sans-serif;
        color: #ffffff;
    }
}

@media (min-width:1282px) {
    .account_mrg {
        padding: 60px 0px 0px 9%;
        width: 97%;
        top: 20px;
    }

    .photoimg_mrg {
        margin: 10px 0px 10px 0px;
    }

    .bg_css {
        position: relative;
    }
    .comment_mrg {
        width: 98%;
        padding-left: 70px;
        margin-top: 0px;
    }

    .height300 {
        height: 300px;
    }

    #white_bg {
        background-color: #ffffff;
        margin: 50px 0px 0px 0px;
        width: 70%;
    }

    .begain_txt {
        text-align: center;
        padding: 10px 0px 0px 50px;
        font-size: 50px;
        font-family: 'Roboto', sans-serif;
    }

    .fiil_txt {
        font-size: 40px;
        font-style: italic;
        text-align: center;
        font-family: 'Roboto', sans-serif;
    }

    .feel_line {
        top: -30px;
        left: 115px;
    }

    .img {
        width: 70px;
    }

    .arrow {
        position: absolute;
        z-index: 1;
        text-align: center;
        margin-top: -18px;
        text-align: center;
        background-image: transparent;
    }

    .mrg_rec {
        padding-left: 40px;
    }

    /******************week link *************************************************/
    .week_link {
        margin-top: -29px;
        background-repeat: no-repeat;
        background-size: 100% auto;
    }

    .pd_week {
        margin: 20px 0px 0px 30px;
    }

    .table_wth {
        width: 96%;
        padding-left: 28px;
    }



    .allweek_mrg {
        padding-left: 0px;
    }

    .week_link {
        padding: 100px 0px 0px 30px;
        width: 80%;
    }

    .footer_txt {
        color: #fff;
        padding: 50px 0px 14px 73px;
        left: 55px;
    }

    .fiil_txt {
        font-size: 40px;
        font-style: italic;
        text-align: center;
        font-family: 'Roboto', sans-serif;
    }

    #bg {
        background-repeat: no-repeat;
        position: relative;
        background-size: 100% 100%;
    }

    .play_mrg {
        position: absolute;
        top: 69px;
        left: 214px;
        z-index: 2;
    }

    .white_box {
        margin: 1px 0px 0px 85px;
        width: 60%;
    }

    .self_form {
        margin-top: 50px;
    }

    .gluten_txt {
        text-align: center;
        font-size: 37px;
        font-family: 'Roboto', sans-serif;
        color: #7c8188
    }

    .banner_txt {
        font-family: 'Roboto', sans-serif;
        font-size: 20px;
        font-weight: bold;
        color: #000;
        font-style: italic;
        margin-top: 30px;
        position: absolute;
        padding: 250px 0px 0px 890px;
        z-index: 1000;
        display: block;
    }

    /****************contact us ********************************/
    .inline_res_info li {
        font-size: 15px;
        margin: 0px 0px 0px -40px;
        padding: 0px 10px;
        line-height: 30px;
        text-align: justify;
    }

    .panel-bodyclick {
        padding: 0px 50px 55px 27px !important;
    }

    .mrg_footer {
        margin-top: 135%;
    }

    /********************shopping list ***********************/
    .shopping_mrg {
        padding: 0px 0px 0px 40px;
        width: 100%;
        top: 20px;
    }

    .record_txt {
        color: #73747d;
        font-size: 12px;
        margin-top: -32px;
        padding-left: 68px;
    }


    #respond {
        margin-top: 48px;
        margin-top: 1.428571429em !important;
    }

    .arrow_img_mrg_health {
        position: relative;
        top: 13px;
        z-index: 1000;
        padding-left: 0%;
    }

    .comment_mrg {
        width: 97%;
        padding-left: 3%;
    }

    .result_mrg {
        padding: 0px 0px 0px 20px;
        width: 100%;
        top: 20px;
    }

}

@media (min-width:1450px) and (max-height:736px) {

    .result_mrg {
        padding: 0px 0px 0px 80px;
        width: 100%;
        top: 20px;
    }

    .col-sm-offset-2 {
        margin-left: 18.6667% !important;
    }

    .gluten_txt {
        text-align: center;
        font-size: 38px;
        font-family: 'Roboto', sans-serif;
    }

    .play_mrg {
        position: absolute;
        top: 102px;
        left: 305px;
        z-index: 2;
    }
}

@media (min-width:1920px) {

    .rec_name {
        font-size: 16px;
        margin-top: 0px;
        color: #fff;
    }

    .meal_info_mrg {
        margin-left: 73px;
    }

    .panel-bodyclick {
        padding: 0px 50px 55px 65px !important;
    }

    .col-sm-offset-2 {
        margin-left: 13.6667% !important;
    }

    .gluten_txt {
        text-align: center;
        font-size: 48px;
        font-family: 'Roboto', sans-serif;
        color: #7c8188;
    }
}

@media (min-width:1440px) {


    .photoimg_mrg {
        margin: 10px 0px 10px 0px;
    }

    .bg_css {
        position: relative;
    }

    .col-sm-offset-2 {
        margin-left: 14% !important;
    }

    .rec_mrg {
        margin: 20px 0;
        padding: 0 15px;
    }

    .gluten_txt {
        text-align: center;
        font-size: 48px;
        font-family: 'Roboto', sans-serif;
        color: #7c8188;
    }

    .play_mrg {
        position: absolute;
        top: 42%;
        left: 50%;
        z-index: 2;
    }

    #click_bg {
        color: #ffffff;
        padding: 17px 0px;
        position: relative;
        /*  top: -30px;*/
        text-align: center;
    }

    #bg {
        background-repeat: no-repeat;
        position: relative;
        background-size: cover;
    }

    .white_box {
        margin: 1px 0px 0px 55px;
        width: 60%;
    }



    .comment_mrg {
        width: 97%;
        padding-left: 6%;
    }

    .result_mrg {
        padding: 0px 0px 0px 70px;
        width: 100%;
        top: 20px;
    }

    .table_wth {
        width: 100%;
        padding-left: 44px;

    }

    .wth33 {
        width: 100%;
        float: none;
    }

    .wth25 {
        width: 100%;
        float: none
    }


    .allweek_mrg {
        padding-left: 0%;
    }

    .panel_mrg {
        padding-top: 12px;
    }

    .shopping_mrg {
        padding: 0px 0px 0px 40px;
        width: 100%;
        top: 20px;
    }

}

@media (min-width:2560px) {
    .col-sm-offset-2 {
        margin-left: 12.5% !important;
    }

    .gluten_txt {
        text-align: center;
        font-size: 48px;
        font-family: 'Roboto', sans-serif;
        color: #7c8188;
    }

}

.panel-body {
    padding: 25px !important;
}

.comment-form-comment textarea {
    font-size: 14px !important;
}

.form-control {
    border: 1px solid #00bbb4 !important;
}

.arrow_img_mrga {
    bottom: -14px;
    position: absolute;
    z-index: 1000 !important;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.panel-bodyclick {
    margin-top: 50px;
}

.savbtn {
    background-color: #8A1A9B !important;
}

.panel-title label {
    text-transform: capitalize !important;

}

.click_bg_img {
    background-image: url('my-meal-diary-page.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    padding: 100px;
    background-attachment: fixed;
}

.ClickBgImg {
    background-image: url('unspecified.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    padding: 100px;
    background-attachment: fixed;
}

.panelColor {
    background-color: #fff !important;
    padding: 30px 15px;
}

/* .panel-collapse > section {
    padding: 15px;
} */
.MarginForm {
    margin-top: 5px;
    margin-bottom: 5px;
}

@media (min-width: 600px) and (max-width: 1024px) {

    .panel-collapse.collapse.block_o,
    .click_bg_img {

        padding: 55px 15px 25px 55px !important;
    }

    .ClickBgImg {

        padding: 55px 15px 25px 55px !important;
    }
}

@media (min-width : 320px) and (max-width : 600px) {
    .panel-collapse>section {
        padding: 42px 15px 15px !important;
    }

    table,
    td,
    tr,
    th {
        width: 100% !important;
    }

    .panel-collapse.collapse.block_o,
    .click_bg_img {

        padding: 10px !important;
    }

    .ClickBgImg {

        padding: 10px !important;
    }
}

.addRecipeForm form {
    margin: 0px !important;
}

@media (min-width: 640px) and (max-width: 980px) {

    .grid {
        clear: both;
    }

    .grid li:nth-child(2n+3) {
        clear: both;
    }
}

.commitText {
    border-bottom: 1px solid black !important;
    margin-left: 5px;
    width: 95% !important;
    background: transparent none repeat scroll 0 0 !important;
    border-color: -moz-use-text-color !important;
    border-image: none !important;
    border-radius: 0 !important;
    border-style: none none solid !important;
    border-width: medium medium 1px !important;
    box-shadow: none !important;
}

object {
    height: 861px !important;
}

.PhaseThreeLength,
.PhaseTwoLength,
.PhaseFourLength {
    float: left;
    width: 100%;
}

.textContent {
    margin-bottom: 15px;
    width: 90% !important;
}

.textarea_mrg {
    border: 1px solid #0075B3 !important;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {

    width: 100% !important;
}

.myjournalarrow {
    position: absolute;
    top: -5px;
    z-index: 999 !important;
    padding-left: 50% !important;
}

.bg_cssJour {
    position: relative;
}

#fourPhaseMealsave .form-group,
#threePhaseMealsave .form-group,
#twoPhaseMealsave .form-group {
    padding: 0px 11px 0px 16px !important
}

.weightLoss {
    color: #00bbb4;
    font-size: 20px;
}

.weightgain {
    color: #00bbb4;
    font-size: 20px;
}

/***** 29/09 Start *****/

.western a {
    word-break: break-word;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    display: inline-block;
    width: 100%;
}

/***** 29/09 End *****/

.panel-collapse {
    height: auto !important;
}

.ing_head p {
    font-size: 20px !important;
}

@media only screen and (max-width:1200px) {
    .footer_mrg {
        padding: 50px 15px;
        flex-direction: column-reverse;
    }

    .ftr-right {
        margin-bottom: 30px;
    }

    .ftr-copyright {
        text-align: center;
    }
}

@media only screen and (max-width:979px) {
    .ftr-heart-line {
        padding-right: 55px;
        background-position: right 3px;
        background-size: 35px auto;
    }
    #video_bg_sec{
        padding: 30px 15px;
    }
    .list-inline>li{
        padding-left: 0;
    }
}

@media only screen and (max-width:767px) {
    #header{
        height: 70px;
    }
    #sidebar-wrapper{
        margin-top: 28px;
    }
    .main-screen-part{
        margin-top: 28px;
    }
    .right_menu{
        float: none;
        text-align: center;
    }
}
@media only screen and (max-width:736px) {
    .contact_mrg {
        padding: 80px 15px 0;
    }

    .recipe_mrg {
        margin-top: 80px;
    }

    .top_pd {
        margin-top: 70px;
    }
    #sidebar-wrapper{
        margin-top: 9px;
    }
}

@media only screen and (max-width:480px) {
    .health_pd img {
        width: 100%;
        max-width: 450px;
    }

    .ftr-left img {
        width: 100%;
        max-width: 454px;
    }
    .video-info{
        flex-direction: column;
    }
    .video-info > div {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .video-cnt{
        padding: 30px 15px;
    }
    #header{
        height: 88px;
    }
}