/*@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800,900');
*/

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@import url('https://fonts.googleapis.com/css?family=Shadows+Into+Light');
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
select {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-smooth: always;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Raleway', sans-serif;
    line-height: initial;
}


/* Fonts */

h2 {
    font-size: 24px;
    padding-bottom: 14px;
}

.h2-pretitle {
    font-size: 17px;
    font-weight: 500;
}

.h2-pretitle+h2 {
    margin-top: -5px;
}

div,
p {
    font-size: 17px;
    line-height: 30px;
    color: #8f8f8f;
}

article p {
    margin-bottom: 20px;
}

a.underlined {
    border-bottom: 1px dashed #23527c;
}

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

a,
button,
img a,
input {
    transition: all ease-in .3s
}

*,
:focus {
    outline: 0
}

*,
li,
ol,
ul {
    margin: 0;
    padding: 0
}

.text-right {
    text-align: right;
}

@media(max-width: 1100px) {
    .text-right.text-left-lessthan-1100 {
        text-align: left;
    }
}


/* Fonts */


/* Standard Elements */

.box-standard {
    padding: 50px;
    background: #fbfbfc;
    box-shadow: 5px 5px 20px #e5e6ec;
}

.box-standard h2 {
    color: #000;
    font-size: 38px;
    font-weight: 400;
    padding-bottom: 32px;
}

.box-secondary {
    background: #44525e;
}

.box-secondary .h2-pretitle {
    color: #dead43;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 12px;
}

.box-secondary .column-left-300 {
    border-right: 1px dashed rgba(255, 255, 255, .3);
}

.box-secondary h2 {
    color: white;
    font-size: 32px;
    line-height: 44px;
    font-weight: 200;
}

.box-secondary p {
    color: rgba(255, 255, 255, .6);
    font-size: 16px;
    line-height: 26px;
}

@media(max-width: 1100px) {
    .box-secondary .column-left-300 {
        border-right: 0;
    }
}

.box-alert {
    border: 1px solid #efe7e6;
    background: #fdf9f8;
}

.box-alert div,
.box-alert a,
.box-alert .fa {
    color: #b40b0b;
}

.box-alert a {
    border-bottom: 1px dashed #de9f9f;
}

.box-alert-icon-wrapper {
    background: #bf4646;
    width: 100px;
}

.box-alert-icon {
    width: 60px;
    height: 60px;
    margin: 30px auto;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
    text-align: center;
    padding-top: 10px;
}

.box-alert .fa-exclamation {
    color: rgba(255, 255, 255, .5);
    font-size: 40px;
}

@media(max-width: 600px) {
    .box-alert-icon-wrapper {
        padding: 5px;
    }
    .box-alert-icon {
        width: 50px;
        height: 50px;
        margin: 5px auto;
    }
    .box-alert .fa-exclamation {
        font-size: 30px;
    }
}

.box-alert {
    border: 1px solid #efe7e6;
    background: #fdf9f8;
}

.box-alert div,
.box-alert a,
.box-alert .fa {
    color: #b40b0b;
}

.box-alert a {
    border-bottom: 1px dashed #de9f9f;
}

.box-alert-icon-wrapper {
    background: #bf4646;
    width: 100px;
}

.box-alert-icon {
    width: 60px;
    height: 60px;
    margin: 30px auto;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
    text-align: center;
    padding-top: 10px;
}

.box-alert .fa-exclamation {
    color: rgba(255, 255, 255, .5);
    font-size: 40px;
}

@media(max-width: 600px) {
    .box-alert-icon-wrapper {
        padding: 5px;
    }
    .box-alert-icon {
        width: 50px;
        height: 50px;
        margin: 5px auto;
    }
    .box-alert .fa-exclamation {
        font-size: 30px;
    }
}


/* Tiles */

.tile {
    background: #fff;
    display: inline-block;
    vertical-align: top;
    margin: 10px 5px 10px 5px;
    padding: 60px 20px 20px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, .1);
    border-radius: 4px;
}

.tile:hover {
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .25);
}


/* Tiles */


/* List - Bulleted */

.list-bulleted {
    padding-left: 30px;
}

.list-bulleted li {
    padding-bottom: 14px;
}


/* List - Bulleted */


/* Step List */

.steplist {
    position: relative;
}

.steplist-line {
    height: 100%;
    width: 4px;
    background: #dddde3;
    position: absolute;
    left: 12px;
    z-index: 1;
}

.steplist-step {
    padding: 6px 0;
    position: relative;
    z-index: 5;
    line-height
}

.steplist-step-bullet {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    float: left;
    text-align: center;
    margin-right: 24px;
    color: white;
}

.steplist-step-bullet .fa-check {
    margin-top: 4px;
    display: block;
    font-size: 14px;
}

.steplist-step-bullet .fa-chevron-right {
    margin-top: 5px;
    margin-left: 3px;
    display: block;
    font-size: 14px;
}

.steplist-step-bullet .steplist-number {
    margin-top: -3px;
    margin-left: -1px;
    color: white;
    font-size: 12px;
    font-weight: 500;
    font-family: Arial, sans-serif;
    line-height: 30px;
}

.steplist-step-bullet-finished {
    background: #91b33f;
    border: 3px solid #c9d7a6;
}

.steplist-step-bullet-current {
    background: #df8f33;
    border: 3px solid #f8b260;
}

.steplist-step-bullet-numbered {
    background: #adb8c2;
    border: 3px solid #dddde3;
}

.steplist-step.current,
.steplist-step.current a {
    font-weight: bolder;
}

.steplist-step-bullet-alert {
    background: #b11317;
    border: 3px solid #e2a9ab;
}

.steplist-step-bullet-alert .fa {}

.steplist-label-wrapper {
    line-height: 1.3;
    max-width: 300px;
}


/* Step List */


/* Standard Elements */


/* body */

body {
    padding: 0px;
    margin: 0px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
    font-size: 14px;
    font-style: normal;
    font-family: 'Raleway', sans-serif;
    background: #faf7f5;
    background: #f1f1f4;
}

body,
html {
    height: 100%;
    min-height: 100%;
    position: relative;
}


/* text-css */

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-decoration-underline {
    text-decoration: underline !important;
}


/* margin top */

.no-margin-t {
    margin-top: 0px !important;
}

.margin-top1 {
    margin-top: 1px !important;
}

.margin-top2 {
    margin-top: 2px !important;
}

.margin-top3 {
    margin-top: 3px !important;
}

.margin-top4 {
    margin-top: 4px !important;
}

.margin-top5 {
    margin-top: 5px !important;
}

.margin-top10 {
    margin-top: 10px !important;
}

.margin-top15 {
    margin-top: 15px !important;
}

.margin-top20 {
    margin-top: 20px !important;
}

.margin-top25 {
    margin-top: 25px !important;
}

.margin-top30 {
    margin-top: 30px !important;
}

.margin-top35 {
    margin-top: 35px !important;
}

.margin-top40 {
    margin-top: 40px !important;
}

.margin-top45 {
    margin-top: 45px !important;
}

.margin-top50 {
    margin-top: 50px !important;
}


/* margin bottom */

.no-margin-b {
    margin-bottom: 0px !important;
}

.margin-bottom1 {
    margin-bottom: 1px !important;
}

.margin-bottom2 {
    margin-bottom: 2px !important;
}

.margin-bottom3 {
    margin-bottom: 3px !important;
}

.margin-bottom4 {
    margin-bottom: 4px !important;
}

.margin-bottom5 {
    margin-bottom: 5px !important;
}

.margin-bottom10 {
    margin-bottom: 10px !important;
}

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

.margin-bottom20 {
    margin-bottom: 20px !important;
}

.margin-bottom25 {
    margin-bottom: 25px !important;
}

.margin-bottom30 {
    margin-bottom: 30px !important;
}

.margin-bottom35 {
    margin-bottom: 35px !important;
}

.margin-bottom40 {
    margin-bottom: 40px !important;
}

.margin-bottom45 {
    margin-bottom: 45px !important;
}

.margin-bottom50 {
    margin-bottom: 50px !important;
}


/* margin left */

.no-margin-l {
    margin-left: 0px !important;
}

.margin-left1 {
    margin-left: 1px !important;
}

.margin-left2 {
    margin-left: 2px !important;
}

.margin-left3 {
    margin-left: 3px !important;
}

.margin-left4 {
    margin-left: 4px !important;
}

.margin-left5 {
    margin-left: 5px !important;
}

.margin-left10 {
    margin-left: 10px !important;
}

.margin-left15 {
    margin-left: 15px !important;
}

.margin-left20 {
    margin-left: 20px !important;
}

.margin-left25 {
    margin-left: 25px !important;
}

.margin-left30 {
    margin-left: 30px !important;
}

.margin-left35 {
    margin-left: 35px !important;
}

.margin-left40 {
    margin-left: 40px !important;
}

.margin-left45 {
    margin-left: 45px !important;
}

.margin-left50 {
    margin-left: 50px !important;
}


/* margin right */

.no-margin-r {
    margin-right: 0px !important;
}

.margin-right1 {
    margin-right: 1px !important;
}

.margin-right2 {
    margin-right: 2px !important;
}

.margin-right3 {
    margin-right: 3px !important;
}

.margin-right4 {
    margin-right: 4px !important;
}

.margin-right5 {
    margin-right: 5px !important;
}

.margin-right10 {
    margin-right: 10px !important;
}

.margin-right15 {
    margin-right: 15px !important;
}

.margin-right20 {
    margin-right: 20px !important;
}

.margin-right25 {
    margin-right: 25px !important;
}

.margin-right30 {
    margin-right: 30px !important;
}

.margin-right35 {
    margin-right: 35px !important;
}

.margin-right40 {
    margin-right: 40px !important;
}

.margin-right45 {
    margin-right: 45px !important;
}

.margin-right50 {
    margin-right: 50px !important;
}


/* padding top */

.no-padding-t {
    padding-top: 0px !important;
}

.padding-top1 {
    padding-top: 1px !important;
}

.padding-top2 {
    padding-top: 2px !important;
}

.padding-top3 {
    padding-top: 3px !important;
}

.padding-top4 {
    padding-top: 4px !important;
}

.padding-top5 {
    padding-top: 5px !important;
}

.padding-top10 {
    padding-top: 10px !important;
}

.padding-top15 {
    padding-top: 15px !important;
}

.padding-top20 {
    padding-top: 20px !important;
}

.padding-top25 {
    padding-top: 25px !important;
}

.padding-top30 {
    padding-top: 30px !important;
}

.padding-top35 {
    padding-top: 35px !important;
}

.padding-top40 {
    padding-top: 40px !important;
}

.padding-top45 {
    padding-top: 45px !important;
}

.padding-top50 {
    padding-top: 50px !important;
}


/* padding bottom */

.no-padding-b {
    padding-bottom: 0px !important;
}

.padding-bottom1 {
    padding-bottom: 1px !important;
}

.padding-bottom2 {
    padding-bottom: 2px !important;
}

.padding-bottom3 {
    padding-bottom: 3px !important;
}

.padding-bottom4 {
    padding-bottom: 4px !important;
}

.padding-bottom5 {
    padding-bottom: 5px !important;
}

.padding-bottom10 {
    padding-bottom: 10px !important;
}

.padding-bottom15 {
    padding-bottom: 15px !important;
}

.padding-bottom20 {
    padding-bottom: 20px !important;
}

.padding-bottom25 {
    padding-bottom: 25px !important;
}

.padding-bottom30 {
    padding-bottom: 30px !important;
}

.padding-bottom35 {
    padding-bottom: 35px !important;
}

.padding-bottom40 {
    padding-bottom: 40px !important;
}

.padding-bottom45 {
    padding-bottom: 45px !important;
}

.padding-bottom50 {
    padding-bottom: 50px !important;
}


/* padding left */

.no-padding-l {
    padding-left: 0px !important;
}

.padding-left1 {
    padding-left: 1px !important;
}

.padding-left2 {
    padding-left: 2px !important;
}

.padding-left3 {
    padding-left: 3px !important;
}

.padding-left4 {
    padding-left: 4px !important;
}

.padding-left5 {
    padding-left: 5px !important;
}

.padding-left10 {
    padding-left: 10px !important;
}

.padding-left15 {
    padding-left: 15px !important;
}

.padding-left20 {
    padding-left: 20px !important;
}

.padding-left25 {
    padding-left: 25px !important;
}

.padding-left30 {
    padding-left: 30px !important;
}

.padding-left35 {
    padding-left: 35px !important;
}

.padding-left40 {
    padding-left: 40px !important;
}

.padding-left45 {
    padding-left: 45px !important;
}

.padding-left50 {
    padding-left: 50px !important;
}


/* padding right */

.no-padding-r {
    padding-right: 0px !important;
}

.padding-right1 {
    padding-right: 1px !important;
}

.padding-right2 {
    padding-right: 2px !important;
}

.padding-right3 {
    padding-right: 3px !important;
}

.padding-right4 {
    padding-right: 4px !important;
}

.padding-right5 {
    padding-right: 5px !important;
}

.padding-right10 {
    padding-right: 10px !important;
}

.padding-right15 {
    padding-right: 15px !important;
}

.padding-right20 {
    padding-right: 20px !important;
}

.padding-right25 {
    padding-right: 25px !important;
}

.padding-right30 {
    padding-right: 30px !important;
}

.padding-right35 {
    padding-right: 35px !important;
}

.padding-right40 {
    padding-right: 40px !important;
}

.padding-right45 {
    padding-right: 45px !important;
}

.padding-right50 {
    padding-right: 50px !important;
}


/* padding left-right */

.padding-l-r-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.padding-l-r-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.padding-l-r-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.padding-l-r-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.padding-l-r-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}


/* padding top bottom */

.padding-t-b-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.padding-t-b-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.padding-t-b-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.padding-t-b-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.padding-t-b-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}


/* div comman css */

.rows {
    float: left;
    width: 100%;
}

.block {
    display: block;
}

.block-overflow {
    display: block;
    overflow: hidden;
}

.block-inline {
    display: inline-block;
}

.relative {
    position: relative;
}


/* font size */

.font-10 {
    font-size: 10px !important
}

.font-11 {
    font-size: 11px !important
}

.font-12 {
    font-size: 12px !important
}

.font-13 {
    font-size: 13px !important
}

.font-14 {
    font-size: 14px !important
}

.font-15 {
    font-size: 15px !important
}

.font-16 {
    font-size: 16px !important
}

.font-17 {
    font-size: 17px !important
}

.font-18 {
    font-size: 18px !important
}

.font-20 {
    font-size: 20px !important
}

.font-22 {
    font-size: 22px !important
}

.font-24 {
    font-size: 24px !important
}

.font-26 {
    font-size: 26px !important
}

.font-28 {
    font-size: 28px !important
}

.font-30 {
    font-size: 30px !important
}

.font-36 {
    font-size: 36px !important
}

.font-40 {
    font-size: 40px !important
}

.line-height25 {
    line-height: 25px !important;
}


/* font style */

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

.font-bold {
    font-weight: bold;
}

.font-normal {
    font-weight: normal;
}

.font-italic {
    font-style: italic;
}


/* border */

.border {
    border: 1px solid #cccccc;
}

.no-border-b {
    border-bottom: 0px !important;
}

.no-border-t {
    border-top: 0px !important;
}

.no-border-l {
    border-left: 0px !important;
}

.no-border-r {
    border-right: 0px !important;
}

.border-b {
    border-bottom: 1px solid #cccccc !important;
}

.border-t {
    border-top: 1px solid #cccccc !important;
}

.border-l {
    border-left: 1px solid #cccccc !important;
}

.border-r {
    border-right: 1px solid #cccccc !important;
}

.border-b-light {
    border-bottom: 1px solid #e6e6e6 !important;
}

.border-t-light {
    border-top: 1px solid #e6e6e6 !important;
}

.border-l-light {
    border-left: 1px solid #e6e6e6 !important;
}

.border-r-light {
    border-right: 1px solid #e6e6e6 !important;
}


/* border-radius */

.border-radius-3 {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.border-radius-5 {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.border-radius-10 {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}


/* box shadow */

.box-shadow {
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}

.box-shadow-1 {
    -webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.2);
}

.box-shadow-2 {
    -webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.3);
}


/* disabled */

[disabled] {
    cursor: not-allowed !important;
    opacity: 0.5;
}

.text-black {
    color: #303030;
}

.sign-up-section {
    float: left;
    width: 100%;
    height: 100%;
    min-height: 100%;
}

.sign-up-section .left-banner {
    float: left;
    width: 69%;
    /* background: url(../../img/front/banner-1.jpg)no-repeat; */
    background-size: cover;
    background-position: center;
    height: 100%;
    position: relative;
    min-height: 100vh;
}

.sign-up-section .left-banner.banner-1 {
    background: url(../../img/front/banner-1.jpg)no-repeat;
    background-size: cover;
    background-position: center;
}

.sign-up-section .left-banner.banner-2 {
    background: url(../../img/front/banner-2.jpg)no-repeat;
    background-size: cover;
    background-position: center;
}

.sign-up-section .left-banner.banner-3 {
    background: url(../../img/front/banner-3.jpg)no-repeat;
    background-size: cover;
    background-position: center;
}

.sign-up-section .left-banner.banner-4 {
    background: url(../../img/front/banner-4.jpg)no-repeat;
    background-size: cover;
    background-position: center;
}

.sign-up-section .left-banner .left-banner-content {
    position: absolute;
    bottom: 110px;
    padding-left: 120px;
}

.sign-up-section .left-banner .heading-banner {
    font-size: 48px;
    line-height: 48px;
    color: #ffffff;
    font-weight: 900;
}

.sign-up-section .left-banner .text-content-banner {
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px
}

.sign-up-section .right-sec {
    float: right;
    width: 31%;
    background: #ffffff;
    height: 100vh;
    position: relative;
    padding-top: 0;
}

.sign-up-section .right-sec .logo-box {
    float: left;
    width: 100%;
    text-align: center;
}

.sign-up-section .right-sec img {
    max-width: 120px;
}

.sign-up-section .right-sec .create-accout {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 17px;
    color: #666666;
    margin-top: 6px;
    margin-bottom: 15px;
}

.sign-up-section .right-sec .sign-up-form-outer {
    float: left;
    width: 100%;
}

.sign-up-section .right-sec .sign-up-form-outer .sign-up-form {
    max-width: 403px;
    margin: 0 auto;
}

.sign-up-section .right-sec .sign-up-form-outer .sign-up-form .has-error .help-block {
    text-align: left;
    margin: 4px 0 0;
}

.sign-up-section .right-sec .sign-up-form-outer .form-group {
    margin-bottom: 18px;
}

.sign-up-section .right-sec .sign-up-form-outer .form-group input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #e0e0e0;
    box-shadow: none;
    border-radius: 0;
    padding-left: 0;
    color: #b37219;
}

.sign-up-section .right-sec .sign-up-form-outer .form-group input:focus::-webkit-input-placeholder {
    color: transparent;
}


/*.sign-up-section .right-sec .sign-up-form-outer .form-group .sign-up-button{
    width: 100%;
    padding: 10px 0;
    text-align: center;
    font-size: 17px;
    color: #fff;
    border: none;
    border-radius: 3px;
    background: #784a09;
    background: -moz-linear-gradient(left, #784a09 0%, #d48822 100%);
    background: -webkit-linear-gradient(left, #784a09 0%,#d48822 100%);
    background: linear-gradient(to right, #784a09 0%,#d48822 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#784a09', endColorstr='#d48822',GradientType=1 );
}*/

.sign-up-section .right-sec .sign-up-form-outer .form-group .sign-up-button {
    background: #446b88;
    color: white;
    border: 0;
    text-shadow: none;
    padding: 12px 20px;
    font-size: 16px;
    border-radius: 4px;
    width: 100%;
}

.sign-up-section .right-sec .already-acc {
    width: 100%;
    float: left;
    padding: 0 0 5px 0;
    text-align: center;
    font-size: 17px;
    color: #888888;
}

.sign-up-section .right-sec .already-acc a {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 17px;
    color: #446b88;
}

.sign-up-section .right-sec .sign-in-bottom-img {
    float: left;
    width: 100%;
}

.sign-up-section .right-sec .sign-in-bottom-img img {
    max-width: 170px;
    position: absolute;
    bottom: -282px;
    left: 50%;
    margin-left: -85px;
}

::-webkit-input-placeholder {
    color: #666666;
    font-size: 16px;
}

.px-effects {
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
}

.overflow-body {
    overflow: hidden;
}

.msg-send-info {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 25px;
    padding: 0 100px;
    line-height: 30px;
    color: #8f8f8f;
}

.forget-password.sign-up-section .right-sec .create-accout {
    margin-bottom: 60px;
}

.forget-password.sign-up-section .right-sec .sign-in-bottom-img img {
    bottom: -263px;
}

.reset-password.sign-up-section .right-sec .create-accout {
    margin-bottom: 103px;
}

.change-password.sign-up-section .right-sec .create-accout {
    margin-bottom: 70px;
}

.change-password.sign-up-section .right-sec .sign-in-bottom-img img {
    bottom: -257px;
}

.main-wrapper {
    margin: 0;
    padding: 0;
    background: #faf7f5;
    float: left;
    width: 100%;
}

.main-container {
    width: 1280px;
    padding: 0 15px;
    margin: 0 auto;
}


/* header css */

.header {
    float: left;
    z-index: 2;
    width: 100%;
    transition: all 0.4s ease;
    background: #ffffff;
    padding: 0;
    margin: 0px;
    -webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.2);
    padding: 5px 0;
}

.header .main-menu-bar {
    float: left;
    width: 100%;
    padding: 0 35px;
    background: rgba(49, 49, 49, 0);
}

.header .main-menu-bar .right-menu {
    float: right;
}

.header.header-light-bg .main-menu-bar {
    background: rgba(49, 49, 49, 0.5);
}

.header .navbar-default {
    background: transparent;
    border: 0px;
    border-radius: 0px;
    margin: 0px;
}

.header .navbar-default .navbar-nav {
    float: none;
    text-align: left;
}

.header .navbar-default .navbar-nav>li {
    margin: 0px 0 0 0px;
    float: left;
    display: inline-block;
    padding: 0 0px;
    position: relative;
}

.header .navbar-default .navbar-nav>li>a {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    border-radius: 0;
    padding: 12px 25px 12px 27px;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    border-bottom: 0px solid transparent;
    text-transform: uppercase;
}

.header .navbar-default .navbar-nav>li>a.user-link .name {
    float: left;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header .navbar-default .navbar-nav>li>a.user-link .user-img {
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: -15px 15px 0;
}

.header .navbar-default .navbar-nav>li>a:hover {
    background: transparent;
    color: #eb852c;
    font-weight: 600;
}

.header .navbar-default .navbar-nav>li>a:hover a {
    color: #333333;
}

.header .navbar-default .navbar-nav>li>a li:hover .sub-menu a {
    color: #333333;
}

.header .navbar-default .navbar-nav>li.active>a {
    background: transparent;
    color: #eb852c;
    font-weight: 600;
}

.header .navbar-default .navbar-nav>li.active>a .fa {
    color: #eb852c;
}

.header .navbar-default .navbar-nav>li .sub-menu {
    position: absolute;
    width: 260px;
    right: 0px;
    background: #ffffff;
    border-radius: 5px;
    -webkit-box-shadow: 1px 4px 10px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 4px 10px 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: ease-in-out all 0.0s;
    -o-transition: ease-in-out all 0.0s;
    transition: ease-in-out all 0.0s;
    padding: 0px;
    margin: 0px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
}

.header .navbar-default .navbar-nav>li .sub-menu .sub-menu {
    left: 100%;
    right: inherit;
    width: 240px;
}

.header .navbar-default .navbar-nav>li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 44px;
    right: 20px;
}

.header .navbar-default .navbar-nav .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0;
}

.header .navbar-default .navbar-nav li .sub-menu li {
    display: block;
    width: 100%;
    float: left;
    list-style: none;
    padding: 0px;
    margin: 0px;
    position: relative;
}

.header .navbar-default .navbar-nav li .sub-menu li {
    border-bottom: 1px solid #cccccc;
}

.header .navbar-default .navbar-nav li .sub-menu li:last-child {
    border-bottom: none;
}

.header .navbar-default .navbar-nav li .sub-menu li a {
    font-size: 15px;
    font-weight: 600;
    color: #333333;
    border-radius: 0;
    padding: 14px 19px;
    -webkit-transition: all .0s ease-in-out;
    -o-transition: all .0s ease-in-out;
    transition: all .0s ease-in-out;
    text-transform: inherit;
    text-align: left;
    width: 100%;
    float: left;
}

.header .navbar-default .navbar-nav>li>.sub-menu>li:hover>a,
.header .navbar-default .navbar-nav>li>.sub-menu>li.active>a,
.header .navbar-default .navbar-nav>li>.sub-menu>li>a.active {
    color: #eb852c;
}

.header .navbar-default .navbar-nav .sub-menu .sub-menu li:hover a,
.header .navbar-default .navbar-nav .sub-menu .sub-menu li a.active {
    color: #eb852c;
}

.header .navbar-default .navbar-nav li .sub-menu li a .fa {
    margin-left: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -7px;
}

.header .navbar-default .navbar-nav li .sub-menu.sub-menu-user li a {
    text-align: left;
}

.header .navbar-default .navbar-nav li .sub-menu.sub-menu-user {
    width: 240px;
}

.header .navbar-default .navbar-nav li .sub-menu.sub-menu-user li a i {
    float: left;
    margin-right: 10px;
    margin-top: 2px;
    width: 20px;
    text-align: center;
}

.header .navbar-default .navbar-nav li .sub-menu li a:hover,
.header .navbar-default .navbar-nav li .sub-menu li a:focus {
    color: #eb852c;
}

.header .navbar-default .navbar-nav li .sub-menu li:last-child a {
    border-bottom: 0px solid #cccccc;
}

.header .navbar-collapse {
    padding: 0px;
    margin-top: 23px;
}

.header.addheader {
    background: #fff;
    top: 0px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.19);
}

.header.addheader .navbar-default .navbar-nav>li>a {
    color: #3289ff;
}

.header.addheader .navbar-default .navbar-nav>li>a:hover,
.header.addheader .navbar-default .navbar-nav>li.active>a {
    background: #3289ff;
    color: #fff;
}

.header.addheader .navbar-default .navbar-nav {
    margin: 10px 0px;
}

.header .logo {
    float: left;
}

.header .logo a {
    display: inline-block;
    width: 112px;
}

.header .logo a img {
    display: inline-block;
    width: 100%;
}

.header .right-nav .navbar-nav {
    margin-top: 0;
}


/***menu css***/

.navbar-toggle {
    border: 2px solid #ffffff !important;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background: #ffffff;
}

.navbar-default .navbar-toggle .icon-bar {
    background: #f89239;
}

.navbar-default .navbar-toggle:hover .icon-bar {
    background: #ff6400;
}

.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
    background: #ff6400;
}

.container-fluid>.navbar-collapse {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.container-fluid>.navbar-collapse .navbar-nav {
    margin-left: 0px;
    margin-right: 0px;
}

.position-left {
    position: relative;
    left: 50%;
}

.position-right {
    position: relative;
    right: 50%;
}

.jq_overlay_toogle {
    display: none;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, .55);
    z-index: 99;
    transition: all 0.2s ease;
}

.jq_overlay_toogle.active {
    display: block;
}

.navbar-default .navbar-nav>li.remove-overlay {
    display: none;
}


/* top-header */

.top-header {
    float: left;
    width: 100%;
    padding: 15px 0;
    margin-bottom: 0px;
}

.top-header .heading-text {
    float: left;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #333333;
}


/* breadcrumb */

.breadcrumb-left {
    float: left;
    display: inline-block;
    margin-top: 7px;
}

.breadcrumb-left .br-link {
    float: left;
    display: inline-block;
    font-size: 14px;
    color: #333333;
    font-weight: 600;
}

.breadcrumb-left .arrow {
    float: left;
    display: inline-block;
    font-size: 14px;
    color: #333333;
    font-weight: 500;
    margin: 2px 10px 0;
}

.breadcrumb-left .br-text {
    float: left;
    display: inline-block;
    font-size: 14px;
    color: #3aac75;
    font-weight: 600;
}

.green-btn {
    background: rgb(0, 113, 58);
    background: -moz-linear-gradient(left, rgba(0, 113, 58, 1) 0%, rgba(41, 152, 98, 1) 41%, rgba(58, 172, 117, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 113, 58, 1) 0%, rgba(41, 152, 98, 1) 41%, rgba(58, 172, 117, 1) 100%);
    background: linear-gradient(to right, rgba(0, 113, 58, 1) 0%, rgba(41, 152, 98, 1) 41%, rgba(58, 172, 117, 1) 100%);
}

.green-btn:hover,
.green-btn:focus {
    background: rgb(0, 113, 58);
    background: -moz-linear-gradient(left, rgba(0, 113, 58, 1) 0%, rgba(41, 152, 98, 1) 60%, rgba(58, 172, 117, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 113, 58, 1) 0%, rgba(41, 152, 98, 1) 60%, rgba(58, 172, 117, 1) 100%);
    background: linear-gradient(to right, rgba(0, 113, 58, 1) 0%, rgba(41, 152, 98, 1) 60%, rgba(58, 172, 117, 1) 100%);
}


/*.orange-btn{
    background: #a43f00;
    background: -moz-linear-gradient(left, #a43f00 0%, #c25d06 41%, #e37e26 100%);
    background: -webkit-linear-gradient(left, #a43f00 0%,#c25d06 41%,#e37e26 100%);
    background: linear-gradient(to right, #a43f00 0%,#c25d06 41%,#e37e26 100%);
}
.orange-btn:hover, .orange-btn:focus{
    background: #a43f00;
    background: -moz-linear-gradient(left, #a43f00 0%, #c25d06 60%, #e37e26 100%);
    background: -webkit-linear-gradient(left, #a43f00 0%,#c25d06 60%,#e37e26 100%);
    background: linear-gradient(to right, #a43f00 0%,#c25d06 60%,#e37e26 100%);
}*/

.orange-btn {
    background: #f15e3f;
    background: -moz-linear-gradient(left, #f15e3f 0%, #f15e3f 41%, #f15e3f 100%);
    background: -webkit-linear-gradient(left, #f15e3f 0%, #f15e3f 41%, #f15e3f 100%);
    background: linear-gradient(to right, #f15e3f 0%, #f15e3f 41%, #f15e3f 100%);
}

.orange-btn:hover,
.orange-btn:focus {
    background: #f15e3f;
    background: -moz-linear-gradient(left, #f15e3f 0%, #f15e3f 60%, #f15e3f 100%);
    background: -webkit-linear-gradient(left, #f15e3f 0%, #f15e3f 60%, #f15e3f 100%);
    background: linear-gradient(to right, #f15e3f 0%, #f15e3f 60%, #f15e3f 100%);
}

.track-order-btn {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 8px 15px;
    border-radius: 5px;
    line-height: 18px;
    vertical-align: middle;
}

.track-order-btn:hover,
.track-order-btn:focus {
    color: #ffffff;
}

.custom-panel {
    float: left;
    width: 100%;
    background: #ffffff;
    -webkit-box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.1);
    padding: 15px;
}

.diet-details {
    float: left;
    width: 100%;
    padding: 15px 0;
}

.diet-details .diet-group {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

.diet-details .diet-group .diet-label {
    float: left;
    width: 100%;
    font-size: 22px;
    color: #2aaa5a;
    font-weight: 500;
    margin-bottom: 5px;
}

.diet-details .diet-group .diet-input {
    float: left;
    width: 100%;
    font-size: 20px;
    color: #333333;
    font-weight: 500;
    border: 1px solid #e0e0e0;
    border-radius: 0px;
    outline: none;
    height: 44px;
    padding: 10px 15px;
    background: #ffffff;
}

.diet-details .diet-group.disabled .diet-label {
    cursor: not-allowed;
    opacity: .6;
}

.diet-details .diet-group.disabled .diet-input {
    cursor: not-allowed;
    opacity: .6;
}

.diet-details .diet-group .submit-btn {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 15px 40px;
    border-radius: 25px;
    line-height: 18px;
    vertical-align: middle;
}

.diet-details .diet-group .submit-btn:hover {
    color: #ffffff;
}


/* week-slider css */

.week-slider {
    float: left;
    width: 100%;
    padding: 40px 0 20px;
}

.week-slider .item h4 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 8px 0px;
    border-radius: 10px;
    color: #fff;
    background: #5d5d5e;
    cursor: pointer;
    background: -moz-linear-gradient(left, #5d5d5e 0%, #9f9f9f 100%);
    background: -webkit-linear-gradient(left, #5d5d5e 0%, #9f9f9f 100%);
    background: linear-gradient(to right, #5d5d5e 0%, #9f9f9f 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#5d5d5e', endColorstr='#9f9f9f', GradientType=1);
    font-size: 14px;
    font-weight: normal;
}

.week-slider .item h4.active {
    background: #006a32;
    background: -moz-linear-gradient(left, #006a32 0%, #39ac75 100%);
    background: -webkit-linear-gradient(left, #006a32 0%, #39ac75 100%);
    background: linear-gradient(to right, #006a32 0%, #39ac75 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#006a32', endColorstr='#39ac75', GradientType=1);
}

.week-slider .item h4.warning {
    background: #cd680f;
    background: -moz-linear-gradient(left, #cd680f 0%, #f8933b 100%);
    background: -webkit-linear-gradient(left, #cd680f 0%, #f8933b 100%);
    background: linear-gradient(to right, #cd680f 0%, #f8933b 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#cd680f', endColorstr='#f8933b', GradientType=1);
}

.week-slider .item h4.disabled {
    background: #5d5d5e;
    background: -moz-linear-gradient(left, #5d5d5e 0%, #9f9f9f 100%);
    background: -webkit-linear-gradient(left, #5d5d5e 0%, #9f9f9f 100%);
    background: linear-gradient(to right, #5d5d5e 0%, #9f9f9f 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#5d5d5e', endColorstr='#9f9f9f', GradientType=1);
    cursor: not-allowed;
}

.week-slider .item h4.danger {
    background: #cd290f;
    background: -moz-linear-gradient(left, #cd290f 0%, #f83b3b 100%);
    background: -webkit-linear-gradient(left, #cd290f 0%, #f83b3b 100%);
    background: linear-gradient(to right, #cd290f 0%, #f83b3b 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#cd290f', endColorstr='#f83b3b', GradientType=1);
    cursor: pointer;
}

.week-slider .owl-stage {
    padding-left: 0 !important;
}


/*wizard start*/

.progress-wizard {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}


/*wizard end*/

.step-upper-detail {
    float: left;
    width: 100%;
    text-align: center;
    padding: 30px 0 0px;
}

.step-upper-detail .step-heading {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #333333;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.step-upper-detail .step-description {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    margin-bottom: 15px;
    line-height: 28px;
}

.step-bottom {
    float: left;
    width: 100%;
    padding-top: 15px;
}

.step-bottom .step-bottom-heading {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.step-bottom .bottom-btn {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 15px 40px;
    border-radius: 5px;
    line-height: 18px;
    vertical-align: middle;
}

.step-bottom .bottom-btn:hover {
    color: #ffffff;
}

.jq_overlay_toogle {
    display: none;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, .55);
    z-index: 998;
    transition: all 0.2s ease;
}

.jq_overlay_toogle.active {
    display: block;
}

.error-msg {
    display: block;
    overflow: hidden;
    font-size: 13px;
    color: #cc0000;
    -webkit-transition: ease-in-out all 0.5s;
    -o-transition: ease-in-out all 0.5s;
    transition: ease-in-out all 0.5s;
}

.loader {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0);
    z-index: 9;
}

.loader img {
    position: absolute;
    left: 50%;
    margin-left: -65px;
    width: 130px;
    height: 130px;
    top: 50%;
    margin-top: -65px;
    display: block;
    overflow: hidden;
    z-index: 999;
    background: rgba(0, 0, 0, .5);
    padding: 38px;
    border-radius: 10px;
}

footer {
    float: left;
    width: 100%;
    padding: 15px 10px;
    background: #fff;
    text-align: center;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
    bottom: 0px;
    left: 0px;
    position: fixed;
}

footer a {
    color: #333333;
    font-size: 16px;
}

.content-section {
    float: left;
    width: 100%;
    padding-bottom: 0px;
    position: relative;
}

.shadow-box {
    float: left;
    width: 100%;
    padding: 30px;
    margin-top: 0;
    margin-bottom: 25px;
    background: #fff;
    box-shadow: 1px 0 24px rgba(230, 224, 221, 0.8);
    -moz-box-shadow: 1px 0 24px rgba(230, 224, 221, 0.8);
    -webkit-box-shadow: 1px 0 24px rgba(230, 224, 221, 0.8);
    -o-box-shadow: 1px 0 24px rgba(230, 224, 221, 0.8);
}

.order-info .order-img-box {
    float: left;
    width: 100%;
    border: 1px solid #333333;
    padding: 2px;
    min-height: 160px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.order-info .order-img-box img {
    width: 100%;
}

.order-info .order-detail-box {
    width: 100%;
    float: left;
    border: 1px solid #333333;
    padding: 22px 30px;
    min-height: 160px;
}

.order-info .order-detail-box .order-detail-box-heading {
    width: 100%;
    float: left;
    font-size: 32px;
    color: #333333;
}

.order-info .order-detail-box p {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #333333;
    line-height: 30px;
}

.order-info .order-detail-list {
    width: 100%;
    float: left;
    margin: 0px 0;
    padding-top: 10px;
}

.order-info .order-detail-list li {
    width: 20%;
    float: left;
    list-style: none;
    font-size: 18px;
    padding: 8px 0;
    color: #333333;
    text-align: left;
}

.order-status {
    float: left;
    width: 100%;
    color: #333333;
    font-size: 20px;
    text-transform: uppercase;
}

.order-status span {
    color: #3aac75;
}

.customer-info .customer-info-headling {
    float: left;
    width: 100%;
    color: #333333;
    font-size: 20px;
    padding-bottom: 30px;
    text-transform: uppercase;
}

.customer-info .shipping-address {
    float: left;
    width: 100%;
}

.customer-info .shipping-address .shipping-address-heading {
    float: left;
    width: 100%;
    color: #333333;
    font-size: 20px;
    margin-bottom: 10px;
}

.customer-info .shipping-address p {
    float: left;
    width: 100%;
    color: #333333;
    font-size: 17px;
    line-height: 24px;
}

.billing-address {
    border-left: 1px solid #333;
    padding-left: 30px;
}

.profile-form {
    float: left;
    width: 100%;
    padding: 30px 0;
}

.profile-form .form-group {
    margin-bottom: 25px;
}

.profile-form .form-group .control-label {
    font-size: 16px;
    color: #6d6c6c;
    font-weight: 500;
}

.profile-form .form-group .inputstl {
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #e0e0e0;
    height: 44px;
}


/*.profile-form .form-group select{
    color: #a4a4a4 !important;
    font-weight: 400;
    font-size: 18px;
}*/

.profile-form .form-group textarea {
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #e0e0e0;
    resize: none;
}

.profile-form ::-webkit-input-placeholder {
    color: #a4a4a4 !important;
    font-weight: 18px;
}

.profile-form .form-group .submit-btn {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 15px 40px;
    border-radius: 25px;
    line-height: 18px;
    vertical-align: middle;
}

.profile-form .form-group .submit-btn:hover {
    color: #ffffff;
}

.shadow-box.kit-box {
    border-radius: 5px;
    padding: 0;
    /* overflow: hidden;*/
}

.shadow-box.kit-box .kit-box-header {
    background: #f15e3f;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 0;
    text-align: center;
}

.shadow-box.kit-box .kit-id-text {
    float: left;
    width: 100%;
    font-size: 22px;
    text-transform: uppercase;
    color: #333333;
    padding: 10px 0;
    text-align: left;
    padding-left: 20px;
    /* margin-top: 50px; */
}

.shadow-box.kit-box form {
    width: 100%;
    margin-left: 0;
    display: table;
    padding-left: 20px;
    padding-right: 20px;
}

.shadow-box.kit-box form .inputstl {
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #e0e0e0;
    height: 44px;
    /* text-align: center; */
}

.shadow-box.kit-box form .form-group {
    margin-bottom: 25px;
    display: block;
    padding-bottom: 39px;
}

.shadow-box.kit-box form ::-webkit-input-placeholder {
    color: #a4a4a4 !important;
    font-weight: 400;
    font-weight: 18px;
    text-align: center;
    -webkit-transition: ease-in-out all 0.5s;
    -o-transition: ease-in-out all 0.5s;
    transition: ease-in-out all 0.5s;
}

.shadow-box.kit-box form .inputstl:focus::-webkit-input-placeholder {
    color: transparent !important;
}

.shadow-box.kit-box .form-group .submit-btn {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 15px 40px;
    border-radius: 25px;
    line-height: 18px;
    vertical-align: middle;
}

.shadow-box.kit-box .form-group .submit-btn:hover {
    color: #ffffff;
}

.custom-msg {
    width: 550px;
    margin: 40px auto 0;
    text-align: center;
}

.custom-msg.alert-danger {
    border: 1px solid #f44336;
    color: #f44336;
    border-radius: 0;
    font-size: 18px;
}

.custom-msg.alert-success {
    border: 1px solid #2aaa5a;
    color: #2aaa5a;
    border-radius: 0;
    font-size: 18px;
}

.sign-up-section .alert {
    padding: 7px;
    position: relative;
}

.sign-up-section .alert .close {
    position: absolute;
    top: 1px;
    right: 10px;
}

.help-sec {
    float: left;
    width: 100%;
    padding: 0;
}

.h-box {
    float: left;
    width: 100%;
    padding: 40px;
}

.heading-text-help {
    float: left;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #333333;
    width: 100%;
    padding: 20px 40px;
}

.help-sec .shadow-box {
    padding: 0px;
}

.help-healine {
    font-size: 18px;
    color: #333333;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.h-box .block {
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 600
}

.h-box .block .block-overflow {
    font-size: 14px;
    line-height: 30px;
}

.h-box p a {
    font-weight: 500;
    color: #3cab76;
}

.has-error .help-block {
    color: #e20400;
    text-align: center;
    font-size: 12px;
}

.sign-up-section .right-sec .sign-up-form-outer .sign-up-form .help-block {
    text-align: left;
}

.sign-up-section .right-sec .sign-up-form-outer .alert {
    padding: 10px 15px;
    border-radius: 0px;
    font-size: 13px;
}

.sign-up-section .right-sec .sign-up-form-outer .alert-success {
    /* border-color: #2aaa5a;*/
    color: #2aaa5a;
    font-weight: bold;
    line-height: 20px;
}

.sign-up-section .right-sec .sign-up-form-outer .alert-danger {
    /*border-color: #f44336;*/
    color: #a94442;
    font-weight: bold;
    line-height: 20px;
}

.sign-up-section .right-sec .sign-up-form-outer .alert .close {
    top: 12px;
}

.profile-sec .has-error .help-block {
    text-align: left;
}

.header .sub-menu.sub-menu-user>li.active a {
    background: #fff;
    color: #eb852c !important;
    font-weight: 600;
}

input[type="file"] {
    padding: 10px;
}

.weekly-survey {
    min-height: 665px;
}

.user-call-tbl {
    width: 400px;
    text-align: center;
    margin: 0 auto;
}

.user-call-tbl td,
.user-call-tbl th {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
}

.user-call-section {
    max-width: 840px;
    margin-left: 148px;
}

.call-detail-input .form-control {
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #e0e0e0;
    height: 44px;
}


/* tab css */

#list_mini {
    position: relative;
}

.user-call-detial2 .form-group {
    margin-bottom: 0;
}

.user-call-detial2 .call-detail-input .form-control {
    height: 35px;
}

.user-call-detial2 {
    max-width: 840px;
    margin-left: 148px;
}

.sign-up-section .right-sec .sign-up-form-outer .alert-danger .message {
    line-height: 18px;
}

.diet-details.custom-details .diet-group .diet-label {
    font-size: 14px;
}

.diet-details.custom-details .diet-group .answer {
    display: block;
    width: 100%;
    float: left;
    font-size: 14px;
    font-weight: 500;
    color: #666666;
    padding-left: 24px;
    border: 1px solid #e9e9e9;
    padding-top: 7px;
    padding-bottom: 6px;
    min-height: 40px;
}

.diet-details.custom-details .diet-group-answer {
    display: block;
    width: 100%;
    float: left;
    font-size: 14px;
    font-weight: 500;
    color: #666666;
    padding-left: 24px;
    border: 1px solid #e9e9e9;
    padding-top: 7px;
    padding-bottom: 6px;
    min-height: 40px;
    margin-bottom: 10px;
}

.diet-details.custom-details .diet-group-answer .numbers {
    display: inline-block;
    border-radius: 3px;
    float: left;
    padding: 3px 5px;
    margin-right: 0;
    font-size: 14px;
    color: #303030;
    text-align: center;
}

.diet-details.custom-details .diet-group-answer .description {
    display: inline-block;
    float: left;
    padding: 3px 0;
    font-size: 14px;
    color: #303030;
}

.kit-inner-box {
    float: left;
    width: 100%;
    padding: 15px;
}

.kit-inner-box .upload-listing {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    text-align: center;
}

.kit-inner-box .upload-listing li {
    display: inline-block;
    width: 20%;
    padding: 5px;
    margin: 0px;
    list-style: none;
    float: left;
}

.kit-inner-box .upload-listing li .img-section {
    float: left;
    width: 100%;
    border: 1px solid #cccccc;
    border-radius: 3px;
    padding: 0;
}

.kit-inner-box .title {
    float: left;
    width: 100%;
    border-bottom: 1px solid #cccccc;
    font-size: 16px;
    font-weight: 600;
    color: #303030;
    padding: 0 0 10px 0;
    text-align: left;
    margin-bottom: 15px;
}

.kit-inner-box .title .sub-text {
    float: left;
    width: 100%;
    margin-top: 3px;
    font-size: 14px;
    font-weight: normal;
    color: #303030;
}

.kit-inner-box .upload-listing li .img-section .image {
    float: left;
    width: 100%;
    padding: 2px;
    max-height: 120px;
    min-height: 120px;
    overflow: hidden;
    text-align: center;
}

.kit-inner-box .upload-listing li .img-section .image i {
    font-size: 60px;
    line-height: 120px;
    color: #dddddd;
    display: inline-block;
}

.kit-inner-box .upload-listing li .img-section .image img {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    max-width: 140px;
}

.kit-inner-box .upload-listing li .img-section .img-links {
    float: left;
    width: 100%;
    text-align: center;
    border-top: 1px solid #cccccc;
    padding: 2px;
}

.kit-inner-box .upload-listing li .img-section .img-links .btn-xs {
    padding: 2px 4px;
}

.ranking-table {
    border: solid 1px #ddd;
}

.ranking-table tr th {
    color: #333;
    background-color: #f5f5f5;
}

.ranking-table tr th,
.ranking-table tr td {
    padding: 12px 12px;
    border-bottom: solid 1px #ddd;
    border-right: solid 1px #ddd;
    font-size: 14px;
    font-weight: bold;
}

.ranking-table tr:last-child td {
    border-bottom: none;
}

.ranking-table tr td:last-child {
    border-right: none;
}

.ranking-table .edit-control {
    margin-top: 3px;
    font-weight: normal;
}

.ranking-table .edit-control .form-control {
    height: 26px;
    padding: 0px 12px;
    width: auto;
}

.margin_bottom15 {
    margin-bottom: 15px;
}

.margin_bottom25 {
    margin-bottom: 25px;
}

.row.margin_bottom15 .control-label {
    margin-bottom: 3px;
}

.panel-heading.font-bold {
    text-align: left;
    font-size: 20px;
}

.file-title {
    font-size: 14px;
    color: #303030;
    padding: 8px;
    text-align: center;
    float: left;
    width: 100%;
    border-top: 1px solid #ddd;
    word-break: break-all;
}

.term-condition input[type='checkbox'] {
    opacity: 0;
    width: auto !important;
}

.term-condition input[type='checkbox']+span {
    background: url(../../img/front/box.png) no-repeat center left;
    padding-left: 21px;
    background-size: 15px;
    float: left;
    background-position: 0 3px;
    font-size: 13px;
    color: #666666;
    text-align: left;
    font-weight: 400;
    line-height: 20px;
}

.term-condition input[type='checkbox']+span a {
    color: #7b4c0a;
    text-decoration: underline;
}

.term-condition input[type='checkbox']:checked+span {
    background: url(../../img/front/checkbox.png) no-repeat center left;
    padding-left: 21px;
    background-size: 15px;
    float: left;
    background-position: 0 3px;
    text-align: left;
}

.t-c-text {
    display: block;
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    line-height: 28px;
}

.t-c-heading {
    display: block;
    font-size: 16px;
    color: #5b3a0d;
    font-weight: 600;
    line-height: 28px;
    padding: 15px 0 0;
}

.modal-custom .modal-header {
    background: #d2892a;
    ;
}

.modal-custom .modal-header h4 {
    color: #fff;
}

.modal-custom .modal-header .close {
    color: #fff;
    font-size: 38px;
    opacity: 1;
    font-weight: 100;
    line-height: 26px;
}

.color-info {
    position: absolute;
    left: 50px;
    top: 0;
    max-width: 200px;
}

.color-info li {
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 25px;
}

.color-info span {
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 10px;
}

.color-info li:nth-child(1) span {
    background: #35a66f;
}

.color-info li:nth-child(2) span {
    background: #f89239;
}

.color-info li:nth-child(3) span {
    background: rgb(131, 132, 132);
}

.color-info li:nth-child(1) {
    color: #35a66f;
}

.color-info li:nth-child(2) {
    color: #f89239;
}

.color-info li:nth-child(3) {
    color: rgb(131, 132, 132);
}

.no-shadow-bg {
    box-shadow: none;
    background: transparent;
}


/*Radio button css*/

.radiobtn-custom [type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.radiobtn-custom [type="radio"]:checked+label,
.radiobtn-custom [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 24px;
    display: inline-block;
    color: #666;
    margin-left: 18px;
    margin-top: 9px;
}

.radiobtn-custom [type="radio"]:checked+label:before,
.radiobtn-custom [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

.radiobtn-custom [type="radio"]:checked+label:after,
.radiobtn-custom [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #d06a11;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.radiobtn-custom [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.radiobtn-custom [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.radiobtn-custom p {
    float: left;
    margin-left: 15px;
}

.navbar-default .navbar-collapse {
    z-index: 999;
}

.r-status {
    width: 100% !important;
}

.m-r-c-summary table {
    font-size: 16px;
}

.ranking-table tr td {
    font-size: 16px;
    font-weight: 300 !important;
    color: #303030 !important;
}

.ranking-table tr th {
    font-size: 17px;
}

.ranking-table tr td span {
    font-size: 16px;
    font-weight: bold !important;
    color: #303030 !important;
}

.help-icon {
    position: absolute;
    right: -9px;
    top: 9px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    text-align: center;
    z-index: 99;
}

.help-icon i {
    font-size: 18px;
    color: #eb852c;
}

.tooltip {
    display: inline-block;
    opacity: 1;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 348px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 15px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -30px;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 32px;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.weekly-date {
    font-size: 12px;
    margin-bottom: 3px;
}

.weekly-date span {
    font-size: 12px;
    float: left;
    width: 100%;
    padding: 2px 0;
    text-align: center;
    font-weight: 600;
}


/* Forms */

.form-standard-row {
    padding-bottom: 20px;
}

.form-standard input[type="text"],
.form-standard input[type="password"] {
    width: 100%;
    border: 1px solid #CCC;
    background: white;
    border-radius: 0;
    box-shadow: none;
}

.form-standard label {
    padding-bottom: 3px;
    font-weight: 400;
}

.jquery-validate-error,
label.error {
    color: red;
    font-weight: 500;
    font-size: 12px;
}


/* Forms */


/* Buttons */

.btn.btn-primary,
.btn.btn-primary:hover {
    background: #446b88;
    color: white;
    border: 0;
    text-shadow: none;
    padding: 12px 20px;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    border-radius: 6px;
}

.btn.btn-primary:hover {
    background: #43769c;
}

.btn.btn-primary .fa {
    font-size: 18px;
    padding-left: 10px;
    color: white;
}


/* Dashboard */

.box-standard.dashboard-box-nextstep {
    padding: 50px 50px 50px 105px;
}

.dashboard-box-nextstep p {
    margin-bottom: 28px;
}

@media(max-width: 500px) {
    .box-standard.dashboard-box-nextstep {
        padding: 30px;
    }
    .step-title-circle-wrapper {
        display: none;
    }
}

.step-title-circle-wrapper {
    position: absolute;
    width: 100px;
    height: 100px;
    margin-left: -120px;
    margin-top: -10px;
}

.step-title-circle {
    width: 100px;
    height: 100px;
    background: #df8f33;
    border: 5px solid #f8b260;
    border-radius: 50%;
    text-align: center;
    padding-top: 3px;
    box-sizing: border-box;
}

.step-title-circle div {
    color: white;
    font-size: 12px;
    line-height: 30px;
}

.step-title-circle div.step-title-circle-step {
    font-size: 55px;
    font-weight: 600;
    margin-top: 0px;
    line-height: 30px;
}

.step-title-circle-6 div.step-title-circle-step,
.step-title-circle-8 div.step-title-circle-step {
    margin-top: 3px;
}


/* Dashboard - Report Tile */

.dashboard-report-tile {
    background: url('../../img/dashboard-report-background.png') no-repeat;
    background-position: bottom right;
}

.dashboard-report-tile .fa-wrapper {
    background: #f06321;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    padding-top: 2px;
    text-align: center;
    margin: 15px 14px 0 auto;
}

.dashboard-report-tile .fa-wrapper .fa {
    color: white;
    margin-left: 1px;
}

@media(max-width: 700px) {
    .box-standard.dashboard-report-tile {
        padding-bottom: 120px;
        border: 1px slid red;
    }
}


/* Dashboard - Report Tile */


/* Dashboard - Did You Know */

.dashboard-box-didyouknow .box-secondary-inner {
    background: url('../../img/didyouknow-microbes.png') no-repeat;
}


/* Dashboard - Did You Know */


/* Dashboard - Step Listing */

.dashboard-steplist {
    padding-top: 25px;
    position: relative;
}

@media(max-width: 1000px) {
    .dashboard-steplist {
        padding-top: 10px;
    }
}

.steplist-fade-top,
.steplist-fade-bottom {
    height: 50px;
    width: 100%;
    z-index: 2;
    position: absolute;
}

.steplist-fade-top {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0f1f3+1,f0f0f3+100&1+0,0+100 */
    background: -moz-linear-gradient(top, rgba(240, 241, 243, 1) 0%, rgba(240, 241, 243, 0.99) 1%, rgba(240, 240, 243, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(240, 241, 243, 1) 0%, rgba(240, 241, 243, 0.99) 1%, rgba(240, 240, 243, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(240, 241, 243, 1) 0%, rgba(240, 241, 243, 0.99) 1%, rgba(240, 240, 243, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f0f1f3', endColorstr='#00f0f0f3', GradientType=0);
    /* IE6-9 */
}

.steplist-fade-bottom {
    bottom: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0f0f3+0,f0f1f3+100&0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(240, 240, 243, 0) 0%, rgba(240, 241, 243, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(240, 240, 243, 0) 0%, rgba(240, 241, 243, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(240, 240, 243, 0) 0%, rgba(240, 241, 243, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00f0f0f3', endColorstr='#f0f1f3', GradientType=0);
    /* IE6-9 */
}

.steplist-steps {
    padding-top: 20px;
    padding-bottom: 20px;
}


/* Dashboard - Step Listing */


/* Dashboard */


/* User Profile */

#UserKitProfileConsent {
    float: left;
    margin: 8px 10px 24px 0;
    border: 1px solid red;
}

.show-org-logo {
    position: absolute;
    right: 50px;
    top: 4px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
}

.no-margin {
    margin: 0 !important;
}

.complete-profile {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    font-size: 17px;
    color: #fff;
    border: none;
    border-radius: 3px;
    background: #784a09;
    background: -moz-linear-gradient(left, #784a09 0%, #d48822 100%);
    background: -webkit-linear-gradient(left, #784a09 0%, #d48822 100%);
    background: linear-gradient(to right, #784a09 0%, #d48822 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#784a09', endColorstr='#d48822', GradientType=1)
}

.upload-listing li {
    display: inline-block;
    width: 85px;
    padding: 5px;
    margin: 0px;
    list-style: none;
}

.upload-listing li .img-section {
    float: left;
    width: 100%;
    border: 1px solid #cccccc;
    border-radius: 3px;
    padding: 0;
}

.upload-listing li .img-section .image {
    float: left;
    width: 100%;
    padding: 2px;
    max-height: 60px;
    min-height: 60px;
    overflow: hidden;
    text-align: center;
}

.upload-listing li .img-section .image i {
    font-size: 35px;
    line-height: 60px;
    color: #9a9a9a;
    display: inline-block;
}

.upload-listing li .img-section .img-links {
    float: left;
    width: 100%;
    text-align: center;
    border-top: 1px solid #cccccc;
    padding: 2px;
}

.consent-form>label {
    position: absolute;
    top: 37px;
    left: 43px;
}

.call-detail-input .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    text-align: left !important;
}

.call-detail-input .form-control::-moz-placeholder {
    /* Firefox 19+ */
    text-align: left !important;
}

.call-detail-input .form-control:-ms-input-placeholder {
    /* IE 10+ */
    text-align: left !important;
}

.call-detail-input .form-control:-moz-placeholder {
    /* Firefox 18- */
    text-align: left !important;
}

.new_kit_text_space {
    margin-top: 40px;
    padding-left: 40px;
}

.padding-top73 {
    padding-top: 73px;
}

.new_kit_add .form-group {
    margin-bottom: 25px;
}

.new_kit_add label {
    margin-top: 5px;
}

.selected_pro .submit-btn {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 15px 40px;
    margin-top: 30px;
    border-radius: 25px;
    line-height: 18px;
    vertical-align: middle;
}

.center_blk {
    left: 50%;
    transform: translateX(-50%);
}

.unassign_proswitch {
    padding: 15px;
}

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    border-radius: 0px;
    height: 44px;
    border: 1px solid #e0e0e0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 44px;
    text-align: left;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px;
}

.separate-dial-code {
    display: block !important;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
    padding-right: 14px;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #e0e0e0;
}

.ms-drop ul {
    text-align: left;
}

.datetimepicker .fa {
    font-family: FontAwesome !important;
}

.login-page.sign-up-section .right-sec .logo-box img {
    /*text-align: left;
    max-width: 403px;
    margin: 0 auto;
    float: none;*/
    max-width: 190px;
}


/*.login-page.sign-up-section .right-sec .create-accout {
    text-align: left;
    max-width: 403px;
    margin: 0 auto;
    float: none; 
    display: block;
}*/

.login-page .sign-up-form-outer .form-standard label {
    text-align: center;
    width: 100%;
}

.sign-up-section.login-page .right-sec .sign-up-form-outer .form-group .sign-up-button {
    background: #f15d3d;
    padding: 3px 15px;
    font-size: 14px;
    border-radius: 4px;
    width: 100%;
    max-width: 150px;
}

.sign-up-section.login-page .right-sec .already-acc span {
    display: block;
    width: 100%;
}

.sign-up-section.login-page .right-sec .already-acc a {
    color: #f05d3d;
    display: inline-block;
    width: auto;
    float: none;
}

.sign-up-section.login-page .right-sec .already-acc a+a {
    margin-top: 0 !important;
    margin-left: 10px;
    padding-left: 10px;
    border-left: solid 1px #f05d3d;
}

.sign-up-section.login-page .left-banner .heading-banner {
    font-weight: 800;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    font-size: 38px;
    line-height: 42px;
}

.sign-up-section.login-page .left-banner .left-banner-content {
    bottom: 25px;
}

.leadinModal {
    display: none!important;
}

.InitialMessageBubble__StyleWrapper-eRtbPx {
    display: none !important;
}


/*.active-profile-document h4 {
    color: #fff;
}*/

.active-profile-document .btn.btn-primary {
    background: #eb852c;
    color: #fff;
    font-size: 12px;
    margin: 0 10px;
}

.active-profile-document .btn.btn-primary .fa {
    color: #fff;
}

.my-document-tile {
    min-height: 306px;
    width: 20%;
}

.white-box {
    background: #fff;
    padding: 25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.mb-0 {
    margin-bottom: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.with-preview1 {
    margin: 0 auto;
    max-width: 230px;
}

.cs-btn-download .fa {
    color: #eb852c;
    line-height: 20px;
}

.cs-btn-delete .fa {
    color: #ac2925;
    line-height: 20px;
}

.survey-color-box {
    padding: 2px;
    border-radius: 4px;
    width: 100%;
    float: left;
}

.survey-color-box.not-filled-week-box.selected {
    background: #cf2911;
    background: -moz-linear-gradient(left, #cf2911 0%, #f43937 100%);
    background: -webkit-linear-gradient(left, #cf2911 0%, #f43937 100%);
    background: linear-gradient(to right, #cf2911 0%, #f43937 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#cf2911', endColorstr='#f43937', GradientType=1);
}

.survey-color-box.past-filled-week-box.selected {
    background: #026e37;
    background: -moz-linear-gradient(left, #026e37 0%, #38a971 100%);
    background: -webkit-linear-gradient(left, #026e37 0%, #38a971 100%);
    background: linear-gradient(to right, #026e37 0%, #38a971 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#026e37', endColorstr='#38a971', GradientType=1);
}

.survey-color-box.current-week-box.selected {
    background: #d06b12;
    background: -moz-linear-gradient(left, #d06b12 0%, #f59138 100%);
    background: -webkit-linear-gradient(left, #d06b12 0%, #f59138 100%);
    background: linear-gradient(to right, #d06b12 0%, #f59138 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d06b12', endColorstr='#f59138', GradientType=1);
}

.survey-color-box.upcoming-week-box.selected {
    background: #606062;
    background: -moz-linear-gradient(left, #606062 0%, #9b9b9b 100%);
    background: -webkit-linear-gradient(left, #606062 0%, #9b9b9b 100%);
    background: linear-gradient(to right, #606062 0%, #9b9b9b 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#606062', endColorstr='#9b9b9b', GradientType=1);
}

.survey-white-box {
    background: #fff;
    border-radius: 4px;
    width: 100%;
    float: left;
}

.week-slider .item .survey-color-box h4 {
    /*background: transparent;
    background-image: none;*/
    border-radius: 0 0 4px 4px;
    font-size: 14px;
    font-weight: 600;
}

.week-slider .item .not-filled-week-box h4 {
    background: #cf2911;
    background: -moz-linear-gradient(left, #cf2911 0%, #f43937 100%);
    background: -webkit-linear-gradient(left, #cf2911 0%, #f43937 100%);
    background: linear-gradient(to right, #cf2911 0%, #f43937 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#cf2911', endColorstr='#f43937', GradientType=1);
}

.week-slider .item .past-filled-week-box h4 {
    background: #026e37;
    background: -moz-linear-gradient(left, #026e37 0%, #38a971 100%);
    background: -webkit-linear-gradient(left, #026e37 0%, #38a971 100%);
    background: linear-gradient(to right, #026e37 0%, #38a971 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#026e37', endColorstr='#38a971', GradientType=1);
}

.week-slider .item .current-week-box h4 {
    background: #d06b12;
    background: -moz-linear-gradient(left, #d06b12 0%, #f59138 100%);
    background: -webkit-linear-gradient(left, #d06b12 0%, #f59138 100%);
    background: linear-gradient(to right, #d06b12 0%, #f59138 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d06b12', endColorstr='#f59138', GradientType=1);
}

.week-slider .item .upcoming-week-box h4 {
    background: #606062;
    background: -moz-linear-gradient(left, #606062 0%, #9b9b9b 100%);
    background: -webkit-linear-gradient(left, #606062 0%, #9b9b9b 100%);
    background: linear-gradient(to right, #606062 0%, #9b9b9b 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#606062', endColorstr='#9b9b9b', GradientType=1);
}

.week-slider .item .survey-color-box.selected h4 {
    background: transparent;
    background-image: none;
}

.survey-status-title {
    font-size: 10px;
    color: #fff;
    min-height: 30px;
    line-height: 30px;
    text-align: center;
}

.week-slider .weekly-date {
    padding-top: 7px;
    padding-bottom: 7px;
    overflow: hidden;
    margin-bottom: 0;
    color: #848484;
}

.weekly-slider {
    display: flex;
}

.weekly-slider .item {
    min-width: 104px;
    width: 100%;
    margin-right: 15px;
}

@media (min-width: 1480px) {
    .weekly-survey-container {
        width: 1440px;
    }
}

.form-note {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 16px;
    margin-left: 8px;
    margin-top: 7px;
    font-weight: 600;
    text-align: center;
}

.overflow-scroll {
    max-height: 100vh;
    overflow-y: auto;
}

.sign-up-section .right-sec .overflow-scroll {
    padding-right: 15px;
    padding-left: 15px;
}

.app-icons {
    text-align: center;
}

.app-icons a+a {
    margin-left: 7px;
}

.asu-study-app-link {
    background: #fff;
    /*margin-top: 10px; */
    padding: 20px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.07);
}

.asu-study-app-link p {
    margin-bottom: 12px;
}

.asu-study-app-link .app-icons {
    text-align: left;
}

.app-icons-box {
    background: #F1F5F5;
    width: 100%;
    margin-top: 90px;
    padding-top: 10px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    margin-bottom: 20px;
}

.pl-10 {
    padding-left: 10px;
}

.pr-10 {
    padding-right: 10px;
}

.test-kit-box-flex {
    border-top: solid 1px #f95f43;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 5px 5px;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    max-width: 340px;
}

.tkb-left {
    background: #feefec;
    width: 120px;
    padding: 45px 0;
    border-radius: 0 0 0 5px;
}

.tkb-box {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #fff;
    display: block;
    position: relative;
    margin: 0 auto;
}

.tkb-box img {
    max-width: 40px;
    max-height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.tkb-right {
    width: calc(100% - 120px);
    padding-left: 25px;
}

.tkb-name {
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    color: #000;
}

.tkb-test {
    font-size: 15px;
    margin: 10px 0;
    color: #ea8930;
    line-height: 16px;
    font-weight: 500;
    font-family: arial;
}

.tkb-kit {
    font-size: 15px;
    font-weight: 500;
    color: #7b7b7b;
    line-height: 16px;
    font-weight: 500;
    font-family: arial;
}

.my-document-tile {
    position: relative;
    border: solid 3px #fff;
}

.active-profile-document {
    border: solid 3px #fc5d47;
}

.my-document-tile .custom-check {
    background: #f95f45;
    width: 23px;
    height: 23px;
    border-radius: 0 4px 0 4px;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    line-height: 23px;
    text-align: center;
}

.my-document-tile .custom-check .check {
    background: url(../../img/front/check-icon.png) no-repeat center center;
    background-size: 100%;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 1px;
}

.my-document-tile.active-profile-document .custom-check {
    display: block;
}

.btn.red-btn,
.btn.red-btn:hover,
.btn.red-btn:focus {
    background: #f95f45;
    border-radius: 25px;
    padding: 5px 40px 4px;
    min-width: 296px;
    margin-top: 34px;
    margin-bottom: 10px;
}

.personal-file-list {
    margin: 26px 0;
    clear: both;
    width: 100%;
    float: left;
}

.personal-file-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.personal-file-list ul li {
    display: inline-block;
    padding: 0 12px;
}

.file-box {
    border: solid 1px #d9d9d9;
    border-radius: 4px;
    height: 96px;
    width: 96px;
    line-height: 96px;
    text-align: center;
    color: #f95f45;
}

.file-box .fa {
    font-size: 32px;
}

.file-name {
    font-size: 12px;
    color: #000;
    text-align: center;
    margin-top: 10px;
}

#thumb .item {
    padding: 6px;
}

#thumb .my-document-tile {
    width: 100%;
    margin: 0;
    min-height: 196px;
}

.my-document-tile .mdt-pos {
    /*position: absolute;*/
}

#thumb.owl-carousel .owl-item img {
    margin-left: auto;
    margin-right: auto;
}

#thumb.owl-carousel .owl-item h4 {
    text-align: center;
    font-weight: 600;
}

#thumb.owl-carousel .owl-nav .owl-prev {
    width: 34px;
    height: 34px;
    background: url(../../img/front/prev-arrow.png) no-repeat center center;
    background-size: 100%;
    text-indent: -99999px;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: 30px;
    z-index: 9;
}

#thumb.owl-carousel .owl-nav .owl-next {
    width: 34px;
    height: 34px;
    background: url(../../img/front/next-arrow.png) no-repeat center center;
    background-size: 100%;
    text-indent: -99999px;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    right: 30px;
    z-index: 9;
}

.product-slide-box {
    max-width: 1120px;
    margin: 12px auto 0;
}

.product-thumb:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(../../img/front/gradient-bg.png) repeat-y left top;
    width: 100px;
    height: 100%;
    background-size: 100%;
    z-index: 1;
}

.product-thumb:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: url(../../img/front/right-tgradient-bg.png) repeat-y left top;
    width: 100px;
    height: 100%;
    background-size: 100%;
    z-index: 1;
}


/* report headersection*/

.report-headeraction-block {
    display: flex;
    align-items: center;
    background: #e1e1e9;
    padding: 5px;
    border-radius: 4px;
}

.rab-user-info {
    display: flex;
    align-items: center;
    border-right: solid 1px #bcbbc9;
    padding-right: 24px;
}

.rab-user-info .rab-logo img {
    max-width: 50px;
    background: #fff;
    background: #fff;
    padding: 5px;
    border-radius: 4px;
}

.rab-user-info .rab-name {
    padding-left: 20px;
    color: #354f68;
    font-weight: 500;
    font-size: 15px;
}

.rab-date-block {
    padding-left: 24px;
    color: #dc8e3b;
    font-size: 15px;
}

.rab-date-block .rab-date {
    padding-right: 10px;
}

.rab-date-block .kit-id {
    color: #354f68;
    padding-left: 10px;
}

.rab-date-block .kit-dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    display: inline-block;
    background: #354f68;
    vertical-align: middle;
}

.ml-auto {
    margin-left: auto;
}

.printable-block {}

.printable-btn {
    display: inline-block;
    padding: 10px 15px;
    color: #354f68;
    font-size: 15px;
    background: #fff;
    text-decoration: none;
    border-radius: 3px;
}

.covid-stool-test-box {
    background: #ffebed;
    border-radius: 4px;
    padding: 9px 15px;
    display: inline-block;
    font-size: 12px;
    color: #f44437 !important;
    margin-top: 7px;
    font-family: 'arial';
}

.covid-stool-test-box img {
    vertical-align: -5px;
    margin-right: 4px;
    max-width: 18px;
}

.covid-stool-modal .modal-header {
    padding: 0;
}

.covid-stool-modal .modal-title {
    background: #ffebed;
    border: none;
    padding: 9px 20px;
    border-radius: 6px 6px 0 0;
    color: #f66143;
    font-weight: 700;
}

.covid-stool-modal .modal-title img {
    vertical-align: -6px;
    margin-right: 7px;
}

.covid-stool-modal .modal-header p {
    padding: 7px 20px;
    font-size: 13px;
    margin-bottom: 0;
}

.covid-stool-modal .modal-header .close {
    margin-top: -2px;
    font-weight: 300;
    opacity: 1;
    font-size: 36px;
    margin-top: 0px;
    margin-right: 15px;
}

.estimated-charges-block {
    background: #ebebeb;
    display: inline-block;
    padding: 7px 25px;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #000;
}

.orange-text {
    color: #ec9147 !important;
    font-family: 'arial';
}

.covid-custom-panel .panel-heading {
    font-size: 16px;
    font-weight: 600;
    background: #f8f8f8;
    padding: 5px 15px;
    border-radius: 10px 10px 0 0; 
}

.covid-custom-panel .panel-heading span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: solid 1px #d5d5d5;
    background: #fff;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    margin-right: 10px;
}

.covid-custom-panel .panel-heading span img {
    max-width: 40px;
    max-height: 40px;
}

.custom-checkbox {
    position: relative;
}

.custom-checkbox input {
    position: absolute;
    opacity: 0;
}

.custom-checkbox input+label {
    position: relative;
    cursor: pointer;
    padding: 0;
    color: #000;
    font-weight: 500;
    width: 100%;
}

.custom-checkbox input+label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 18px;
    height: 18px;
    background: white;
    border: solid 1px #919191;
    border-radius: 2px;
}

.custom-checkbox input:checked+label:before {
    background: #f35429;
    border: solid 1px #f35429;
}

.custom-checkbox input:checked+label:after {
    content: '';
    position: absolute;
    left: 4px;
    top: 7px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.covid-custom-panel .panel-body {
    padding: 0;
    max-height: 178px;
    overflow-y: auto;
    min-height: 178px;
}

.covid-custom-panel .panel-body::-webkit-scrollbar {
    width: 6px;
    border-radius: 3px;
}

.covid-custom-panel .panel-body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    width: 6px;
    border-radius: 3px;
}

.covid-custom-panel .panel-body::-webkit-scrollbar-thumb {
    background-color: #323232;
    width: 6px;
    border-radius: 3px;
}

.covid-custom-panel .panel-body .form-group {
    padding: 8px 15px 8px 27px;
    margin: 0;
    border-bottom: solid 1px #dddddd;
}

.covid-custom-panel .panel-body .form-group:last-child {
    border-bottom: none;
}

.dot-circle {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    background: #585858;
    margin-left: 15px;
}

.custom-checkbox .date {
    margin-left: 10px;
    display: inline-block;
    font-family: 'arial';
    color: #585858;
    font-size: 13px;
}

.covid-stool-modal .modal-footer {
    background: #f8f8f8;
}

.covid-stool-modal .modal-footer p {
    font-size: 13px;
    color: #000;
    text-align: left;
}

.pos-rel {
    position: relative;
}

.pos-rel .control-label {
    position: absolute;
    left: 15px;
    top: -7px;
    font-size: 13px;
    background: #fff;
    font-weight: 600;
}

.pos-rel .input-sm {
    height: 38px;
    background: transparent !important;
    font-family: 'arial';
}

.covid-gray-btn {
    background: #8f8f8f;
    border-radius: 25px;
    color: #fff;
    padding: 10px 15px;
    min-width: 140px;
    text-align: center;
    font-weight: 500;
}

.covid-orange-btn {
    background: #f95f45;
    border-radius: 25px;
    color: #fff;
    padding: 10px 15px;
    min-width: 140px;
    text-align: center;
    font-weight: 500;
}

.covid-gray-btn:hover,
.covid-orange-btn:hover {
    color: #fff;
    outline: none;
}

.covid-gray-btn:focus,
.covid-orange-btn:focus {
    color: #fff;
    outline: none;
}

.red {
    color: #ff0000 !important;
}

.info-block {
    position: relative;
    float: right;
    margin-top: -3px;
}

.info-block .info-box {
    position: absolute;
    right: 0;
    top: 100%;
    background: #fff;
    min-width: 170px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    padding: 12px;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transition: all 0.5s ease-in-out 0s;
    font-family: 'arial';
}

.info-block:hover .info-box {
    visibility: visible;
    opacity: 1;
    z-index: 9;
}

.info-block .info-box div {
    font-size: 14px;
    font-weight: 600;
}

.covid-custom-panel .form-group:last-child .info-block .info-box {
    top: inherit;
    bottom: 100%;
}

.covid-custom-panel .form-group:nth-child(1) .info-block .info-box,
.covid-custom-panel .form-group:nth-child(2) .info-block .info-box {
    right: 0;
    top: 100%;
    bottom: inherit;
}

.minw-340 {
    min-width: 340px;
    padding: 15px;
}

.pos-abs-info {
    position: absolute;
    top: 9px;
    right: 25px;
}

.covid-thankyou-modal .modal-body {
    padding: 30px 0;
}

.covid-thankyou-modal .modal-body h1 {
    font-size: 22px;
    text-align: center;
}

.covid-thankyou-modal .close {
    margin-top: -2px;
    font-weight: 300;
    opacity: 1;
    font-size: 36px;
    margin-top: 0px;
    margin-right: 15px;
    position: absolute;
    right: 0;
    top: 4px;
}

.covid-thankyou-modal p {
    text-align: center;
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 0;
}

.covid-thankyou-modal .modal-lg {
    max-width: 800px;
}

.covid-thankyou-modal p a {
    color: #eb852c;
}

.Thank-icon {
    width: 65px;
    height: 65px;
    background: #f3f3f3;
    border-radius: 50%;
    margin: 0 auto;
}

.plr-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.add-covid-stool-test-box {
    background: #fff0f2;
    background: -moz-linear-gradient(top, #fff0f2 0%, #fee4e8 50%, #fdd9df 100%);
    background: -webkit-linear-gradient(top, #fff0f2 0%, #fee4e8 50%, #fdd9df 100%);
    background: linear-gradient(to bottom, #fff0f2 0%, #fee4e8 50%, #fdd9df 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fff0f2', endColorstr='#fdd9df', GradientType=0);
    border-radius: 4px;
    padding: 12px 15px;
    display: inline-block;
    color: #f44437 !important;
    margin-top: 7px;
    font-family: 'arial';
    position: absolute;
    left: 12px;
    top: 7px;
    border-radius: 4px;
    right: 12px;
    font-size: 14px;
    box-shadow: 0 3px 4px rgba(251, 102, 71, 0.34);
}

.add-covid-stool-test-box img {
    vertical-align: -3px;
    margin-left: 4px;
    max-width: 16px;
}

.active_banner {
    text-align: center;
}

.active_banner a {
    text-decoration: underline;
}

.active_banner p {
    padding: 14px 0px;
}

.thankyou-bottom-info {
    padding-top: 25px;
}

.inquary-information-box {
    background: #f8f8f8;
    color: #5b5b5b;
    display: flex;
    align-items: center;
    padding: 15px;
    max-width: 600px;
    margin: 15px auto 25px;
    border-radius: 15px;
}
.inquary-information-box .iib-title {
    color: #000;
}
.inquary-information-box strong {
    font-weight: 600;
}
.iib-title {
    color: #5b5b5b;
    font-size: 14px;
}

.iib-lable {
    color: #5b5b5b;
    font-size: 12px;
}

.orange-text {
    color: #eb852c;
    font-size: 13px;
    font-weight: 600;
}

.iib-box {
    padding: 0 30px;
    margin-left: auto;
}

.iib-left-border {
    border-left: solid 1px #d4d4d4;
}

.inquary-information-border {
    background: #fff;
    border: solid 1px #d5d5d5;
    padding: 15px 15px 0;
    border-radius: 6px;
}

.inquary-information-box2 {
    display: flex;
    align-items: center;
}

.inquary-information-box2 .iib-box {
    margin-left: 0;
    padding: 0 10px 15px;
}

.iib-box2-flex {
    display: flex;
    margin: 0 -1%;
    flex-wrap: wrap;
}

.iib-box2-flex .inquary-information-border {
    width: 48%;
    margin: 1%;
}

.withkid-id {
    margin-bottom: 20px;
}

.iib-box2-flex .black-text {
    color: #323232;
    font-size: 13px;
    font-weight: 600;
}

.iib-box2-flex .inquary-information-box2 .iib-box {
    width: 50%;
}

.covid-enquiry-charges {
    font-size: 15px;
    color: #f95f45 !important;
}

.covid-thank-you-charges {
    font-size: 15px;
    color: #f95f45 !important;
}

.link-covid-stool-test {
    background: #ffc7d0;
    border-radius: 4px;
    padding: 6px 25px;
    display: inline-block;
    color: #fd0002 !important;
    font-family: 'arial';
    position: absolute;
    border-radius: 14px;
    font-size: 22px;
    box-shadow: 0 3px 4px rgba(251, 102, 71, 0.34);
}

.reject-covid-stool-test {
    background: #fff0f2;
    background: -moz-linear-gradient(top, #fff0f2 0%, #fee4e8 50%, #fdd9df 100%);
    background: -webkit-linear-gradient(top, #fff0f2 0%, #fee4e8 50%, #fdd9df 100%);
    background: linear-gradient(to bottom, #fff0f2 0%, #fee4e8 50%, #fdd9df 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fff0f2', endColorstr='#fdd9df', GradientType=0);
    border-radius: 4px;
    padding: 6px 25px;
    display: inline-block;
    color: #f44236 !important;
    font-family: 'arial';
    position: absolute;
    border-radius: 4px;
    font-size: 22px;
    box-shadow: 0 3px 4px rgba(251, 102, 71, 0.34);
    margin-bottom: 20px;
}

.covid-stool-round {
    border-radius: 16px;
    padding-right: 41px;
}

.covid-stool-round img {
    vertical-align: -7px;
}

.covid-alert-btn {
    background: #feefea;
    background-image: inherit;
    box-shadow: none;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.intake-info-card {
    background: #fff;
    border-radius: 8px;
}

.intake-info-card .card-body {
    padding: 5px;
}

.intake-info-list {
    margin: 0;
    border: none;
}

.intake-info-list .col-sm-6 {
    margin-top: 3px;
    margin-bottom: 3px;
}

.ii-info-box {
    border: solid 1px #e9e9e9;
    border-radius: 8px;
    background: #fff;
}

.ii-info-box .ii-user-info {
    display: inline-block;
    padding: 8px 15px;
    color: #787878;
}

.ii-info-box span .number {
    color: #4d4d4d;
    font-family: arial;
}

.take-intake-form-btn {
    background: #f8f8f8;
    font-size: 14px;
    text-decoration: underline;
    color: #323232;
    font-weight: 600;
    display: inline-block;
    line-height: 33px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    border-left: solid 1px #e9e9e9;
    float: right;
    border-radius: 0 8px 8px 0;
}

.take-intake-form-btn:hover,
.take-intake-form-btn:focus {
    text-decoration: underline;
    color: #323232;
}

.intake-info-heading {
    background: #feefec;
    padding: 7px 12px;
    font-size: 16px;
    color: #ef5f3d;
    border-radius: 8px;
    margin-bottom: 3px;
}

.red-info-icon {
    background: url(../../img/front/red-info-icon.png);
    width: 16px;
    height: 16px;
    background-size: 100%;
    display: inline-block;
    margin-right: 11px;
    vertical-align: -3px;
}

.intake-info-list {
    overflow-y: auto;
    padding: 0 15px;
    max-height: 84px;
}

.intake-info-list::-webkit-scrollbar {
    width: 4px;
    border-radius: 3px;
}

.intake-info-list::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-radius: 3px;
}

.intake-info-list::-webkit-scrollbar-thumb {
    background-color: #c5c5c5;
    border-radius: 3px;
}

.covid-dashboard-info-card .ii-info-box .ii-user-info {
    font-size: 13px;
}

.covid-dashboard-info-card .take-intake-form-btn {
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 32px;
}

.ii-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /*width: 55%;*/
    display: inline-block;
}

.covid-dashboard-info-card .ii-info-box .ii-user-info {
    width: calc(100% - 170px);
}

.covid-dashboard-info-card .ii-info-box .ii-name {
    width: 55%;
}

.sub-menu .red-info-icon {
    margin-left: 6px;
    margin-right: 0;
    float: right;
}

.top-header-probiotic-formulation {
    width: 70%;
    margin-left: 10%;
    margin-left: 10%;
}

.red-border {
    border: red solid 1px;
}

.shadow-box.kit-box-formulation form {
    width: 90%;
    margin-left: 20px;
    display: table;
}

.kit-box-formulation .form-group {
    margin-right: 0px;
    margin-left: 0px;
}

.formulation-list {
    background-color: #F8F8F8;
    border-radius: 15px;
    padding: 20px 20px 0px 20px !important;
}

.kit-box-formulation span {
    color: #f15e3f;
    border-radius: 15px;
    min-width: 50px;
    box-shadow: 3px 2px #ececec;
    padding: 5px 10px 5px 20px;
    clear: both;
    border: #ececec solid 1px;
}

.kit-box-formulation i {
    color: #a9a9a9;
    font-size: 8px;
    vertical-align: middle;
    font-weight: 800;
}
.error-pos {
    position: relative;
}
.error-pos .error {
    position: absolute;
    top: 50px;
}

.wkl-survey-flex {
    display: flex;
    width: 100%;
}
.weekly-survey-nav .slick-arrow {
    display: inline-block;
    background: #f7f7f7;
    border: none;
    position: absolute;
    padding: 14px;
    width: 100%;
    z-index: 9;
    text-indent: -99999px;
}
.wkl-survey-left .item .ws-item {
    padding: 0 20px;
    float: left;
    margin-bottom: 15px;
    width: 100%; 
}
.weekly-survey-nav .slick-prev {
    top: -60px;
    left: 0;
    background: #f7f7f7 url(../../img/front/arrow-up.png) no-repeat center center;
    background-size: 15px 15px;
}
.weekly-survey-nav .slick-next {
    bottom: -60px;
    left: 0;
    background: #f7f7f7 url(../../img/front/arrow-down.png) no-repeat center center;
    background-size: 15px 15px;
}
.wkl-survey-left {
    width: 240px;
    background: #fff;
}
.wkl-survey-left .week-slider {
    padding: 60px 0; 
}
.wkl-survey-right {
    width: calc(100% - 240px);
    padding-left: 18px;
}
.wkl-survey-left .survey-color-box {
    padding: 2px;
    background: linear-gradient(to right, #9e9e9f, #c4c4c4);
    border-radius: 5px; 
}
.wkl-survey-left .survey-color-box.current-week-box {
    background: linear-gradient(to right, #cf6a11, #f7923a);
}
.wkl-survey-left .survey-color-box.current-week-box .ws-white-box {
    background: #fff9f3;
}
.wkl-survey-left .survey-color-box.not-filled-week-box {
    background: linear-gradient(to right, #ce2910, #f63a39);
}
.wkl-survey-left .survey-color-box.not-filled-week-box .ws-white-box {
    background: #fff6f6;
}
.wkl-survey-left .survey-color-box.past-filled-week-box {
    background: linear-gradient(to right, #006c35, #3aaa72);
}
.wkl-survey-left .survey-color-box.past-filled-week-box .ws-white-box {
    background: #f1fff8;
}
.wkl-survey-left .survey-color-box.upcoming-week-box {
    background: linear-gradient(to right, #9e9e9f, #c4c4c4);
}
.wkl-survey-left .survey-color-box.upcoming-week-box .ws-white-box {
    background: #fafafa;
}
.wkl-survey-left .survey-color-box.current-week-box .survey-status-title span {
    background: linear-gradient(to right, #cf6a11, #f7923a);
}
.wkl-survey-left .survey-color-box.not-filled-week-box .survey-status-title span {
    background: linear-gradient(to right, #ce2910, #f63a39);
}
.wkl-survey-left .survey-color-box.past-filled-week-box .survey-status-title span {
    background: linear-gradient(to right, #006c35, #3aaa72);
}
.wkl-survey-left .survey-color-box.upcoming-week-box .survey-status-title span {
    background: linear-gradient(to right, #9e9e9f, #c4c4c4);
}
.ws-white-box {
    background: #fff;
    width: 100%;
    border-radius: 3px; 
    padding: 12px 13px; 
}
.wkl-survey-left .week-slider .item .survey-color-box h4 {
    border-radius: 0;
    background: transparent;
    background-image: inherit;
    padding: 0;
    text-align: left;
    color: #848484;
    font-size: 12px;
    font-family: arial;
    font-weight: 300;
    float: none;
}
.wkl-survey-left .survey-white-box {
    float: none;
    background: transparent;
}
.wkl-survey-left .weekly-date span {
    text-align: left;
    color: #323232;
    font-size: 12px;
    font-family: arial;
    font-weight: 300;
    display: inline-block;
    width:auto;
    padding: 0 2px;
    vertical-align: middle;
    float: none;
}
.wkl-survey-left .survey-status-title {
    text-align: left;
    line-height: normal;
    min-height: inherit;
}
.wkl-survey-left .survey-status-title span {
    background: #d06b12;
    display: inline-block;
    padding: 7px 17px;
    border-radius: 15px;
    min-height: inherit;
    line-height: inherit;
    font-size: 12px;
}
.wkl-survey-right .weekly-survey iframe {
    height: 620px;
}
.ws-max-height {
    max-height: 620px;
    overflow-y: auto;
    padding: 0 15px; 
}

.weekly-survey-nav .selected {
    position: relative;
}
.weekly-survey-nav .selected:before {
    content: "";
    background: #f15d3f;
    width: 4px;
    border-radius: 0 5px 5px 0;
    position: absolute;
    left: -1px;
    top: 0;
    bottom: 15px;
}

.wk-calendar {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.wk-survey-empty-pos {
    /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
}
.wks-title {
    text-align: center;
    margin: 15px 0;
    font-weight: 600;
    font-size: 18px;  
}
.wks-content {
    text-align: center;
    font-weight: 400;
    font-size: 16px;  
}
.pos_remove {
    position: relative;
}
.pos_remove #list_mini {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ws-item>.survey-color-box.default-item .ws-white-box {
    min-height: 99px;
    position: relative;
}
.wkl-survey-right .diet-details .diet-group .diet-label img{
    width: 703px;
}

.orange-modal.modal-custom .modal-header {
    background: #f15e3f;
}
.signature-input {
   border-left: none;
    border-right: none;
    border-top: none;
    border-radius: 0;
    padding-bottom: 18px;
    text-align: center;
    font-weight: 500 !important;
    font-size: 30px !important;
    width: 80% !important;
    margin: 0 auto;
}
.submit-btn {
        font-size: 23px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    padding: 8px 20px;
    min-width: 210px;
    border: none;
    border-radius: 0;
}

.personal-file-list .get-profile-doc-list li {
    display: flex;
    align-items: center; 
    padding: 15px 0;
}
.get-profie-docs-block {
    padding: 0 45px;
}
.get-profile-doc-list {
    clear: both;
}
.get-profile-doc-list .file-box {
    height: 76px;
    width: 76px;
    line-height: 86px;
}
.get-profile-doc-list .file-name {
    margin-top: 0;
    padding-left: 40px;
    font-size: 15px;
}
.get-profile-doc-list .img-links {
    margin-left: auto;
}
.get-profile-doc-list .img-links span {
    background: #f77653;
    display: inline-block;
    border-radius: 4px;
    padding: 7px;
}
.get-profile-doc-list .img-links span .fa {
    color: #fff;
}
.get-profile-doc-list .img-links span + span {
    margin-left: 10px;
}
.font-22 {
    font-size: 19px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.gpd-heading {
    min-height: inherit;
}
.orange-br-l {
    border-left: solid 1px #f77653;
}
.pr-30 {
    padding-right: 30px !important;
}
.pl-30 {
    padding-left: 30px !important;
}
.custom-upload-btn {
    margin-top: 20px;
}
.custom-upload-btn input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer;
}
.custom-upload-btn span {
    background: #f95f45;
    border-radius: 25px;
    padding: 7px 40px 6px;
    min-width: 296px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
}
span.consent-form label{
    position: inherit;
    padding: 15px 0 0 20px;
}
.MultiFile-list{
    display: none!important;
}
.consent-input-box{
    border: none!important;
    border-bottom: 1px solid #323232!important;
}
.gpd-heading {
    position: relative;
    padding-bottom: 10px;
    font-size: 17px !important;
}
.gpd-heading:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    background: #f77653;
    width: 40%;
    height: 2px;
    transform: translate(-50%, 0);
}
.gpd-heading-consent:after {
    width: 20%!important;
}


/* Probiotic Formulation*/
.tyf-wrap {
    clear: both;
}
.mff-heading {
    font-size: 45px;
    color: #000;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
    top: -40px;
    position: relative;
}
.mff-heading span {
    position: relative;
}
.mff-heading span:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -7px;
    background: #F15E3F;
    height: 4px;
    width: 60%;
    transform: translate(-50%, 0);
}
.tyf-heading {
    font-size: 36px;
    color: #000;
    font-weight: 600;
}
.tyf-heading span {
    position: relative;
}
.tyf-heading span:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -7px;
    background: #F15E3F;
    height: 4px;
    width: 60%;
}
.tyf-heading img {
    max-width: 29px;
    vertical-align: -5px;
    margin-right: 5px;
}
.tyf-flex {
    margin-top: 60px;
}
.process-tabs {
    width: 270px;
    max-height: 520px;
    overflow-y: auto !important;
    border-bottom: none;
    padding-bottom: 5px !important;
}
.process-tabs::-webkit-scrollbar {
  width: 6px;
}
.process-tabs::-webkit-scrollbar-track {
  background: #e6e6e6;
}
.process-tabs::-webkit-scrollbar-thumb {
  background: #F15E3F;
}
.process-tabs .process-circle-box + .process-circle-box {
    margin-top: 90px; 
}
.process-tabs .process-circle-box {
    position: relative;
    float: none;
}
.process-tabs .process-circle-box a {
    padding: 0;
    margin-top: 0;
}
.process-tabs .process-circle-box:after {
    content: "";
    position: absolute;
    top: 49px;
    height: 130px;
    border-left: solid 7px #C5C2C2;
    width: 2px;
    left: 27px;
    z-index: 1;
}
.process-tabs .process-circle-box:last-child:after {
    display: none;
}
.process-tabs .process-circle {
    width: 60px;
    height: 60px;    
    background: #C5C2C2;
    box-shadow: 0px 2px 6px #00000029;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    text-align: center;
    font-size: 24px;
    color: #fff;
    line-height: 60px;
    font-weight: 700;
}
.process-tabs .process-circle-box.active .process-circle {
    background: #F15E3F; 
    color: #fff; 
}
.process-tabs .process-circle-box.active:after {
    /*border-left: solid 7px #F15E3F;*/
}
.nav-tabs>li>a,
.nav-tabs>li>a:hover,
.process-tabs.nav-tabs>li.active>a, 
.process-tabs.nav-tabs>li.active>a:focus, 
.process-tabs.nav-tabs>li.active>a:hover {
    border: none;
    background: transparent;
}
.pcb-info {
    position: absolute;
    left: 90px;
    top: 50%;
    transform: translate(0, -50%);
}
.pcb-heading {
    font-size: 21px;
    color: #000000;
    margin-bottom: 0;
    font-weight: 600;
}
.pcb-date {
    font-size: 15px;
    color: #707070;
}
.tyf-flex {
    display: flex;
    align-items: center;
}
.tyf-content {
    width: calc(100% - 270px);
    padding-left: 40px;
}
.gray-box {
    /*background: #EBEBEB;*/
    background: #dfdfdf;
    border-radius: 20px;
    padding: 50px 45px;
}
.circle-count {
    width: 60px;
    height: 60px;
    min-width: 60px;
    background: #F15E3F;
    box-shadow: 0px 2px 6px #00000029;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    text-align: center;
    font-size: 24px;
    color: #fff;
    line-height: 60px;
    font-weight: 700;
}
.d-heading {
    color: #000000;
    display: flex;
}
.formulation-info {
    padding-left: 25px;
    padding-top: 13px;
}
.formulation-title {
    color: #000000;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 3px;
}
.formulation-date {
    color: #000000;
    opacity: 0.8;
    font-size: 16px;
    font-weight: 500;
}
.formulation-lable {
    background: #FFFFFF;
    box-shadow: 0px 30px 60px #0000000a;
    border-radius: 10px;
    padding: 5px 20px;
    font-size: 16px;
    font-weight: 700;
    width: calc(100% - 40px);
    margin-left: auto;
}
.formulation-list {
    margin-top: 60px;
}
.formulation-list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.formulation-list ul li {
    width: 50%;
    padding: 15px;
    color: #F15E3F;
    display: flex;
    align-items: center;
}
.fl-circle {
    background: #F15E3F;
    width: 25px;
    min-width: 25px;
    height: 25px;
    border-radius: 50%;
    border: solid 5px #f59c8a;
}
.ml-auto {
    margin-left: auto;
}
.display-flex {
    display: flex;
}
.orange-btn {
    background: #F15E3F;
    text-align: center;
    font-size: 17px;
    color: #fff;
    border-radius: 6px;
    border: none;
    min-width: 120px;
    padding: 6px 16px;
    display: inline-block;
}
.orange-btn:hover, 
.orange-btn:focus {
    color: #fff;
}
.supplement-label {
    font-size: 14px;
}
.mt-30 {
    margin-top: 30px !important;
}
.tracking-title {
    font-size: 19px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 30px;
    margin-top: 30px;
    max-width: 73%;
    line-height: 31px;
}
.tracking-block {
    padding-left: 88px;
}
.tracking-btn-block {

}
.tracking-btn {
    background: #F15E3F;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    border-radius: 12px;
    border: none;
    min-width: 170px;
    padding: 12px 22px;
    white-space: nowrap;
}
.tracking-btn:hover,
.tracking-btn:focus {
    color:#fff;
}
.return-dashboard-btn {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    padding: 14px 30px 12px;
    border-radius: 30px;
}
.return-dashboard-btn-block {
    margin-top: 34px;
}
.status-box {
    background: #FFFFFF;
    border: 1px solid #707070;
    border-radius: 32px;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
    padding: 10px 25px;;
    display: inline-block;
}
.align-center {
    align-items: center;
}
.formulation-step3-list {
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    margin-top: 0;
}
.w-100 {
    width: 100% !important;
}
.formulation-step3-list {
    color: #000;
    font-size: 16px;
    padding: 24px 0;
}
.fls-label {
    padding-left: 15px;
    padding-top: 3px;
}
.gb-border-right {
    padding-right: 30px;
}
.gb-action-box {
    padding: 25px 8px;
    display: flex;
    align-items: center;
    border-left: solid 3px #fff;
    border-bottom: solid 3px #fff;
}
.formulation-step3-list .row:last-child .gb-action-box {
    border-bottom: none;
}
.pl-0 {
    padding-left: 0 !important;
}
.pr-0 {
    padding-right: 0 !important;
}
.gb-action-box .tracking-btn {
    font-size: 14px;
    padding: 10px 20px;
    min-width: 90px;
    margin-left: 10px;
}
.tracking-btn img {
    max-width: 12px;
    max-height: 13px;
    margin-left: 5px;
    vertical-align: -2px;
}
.gb-action-box .status-box {
    padding: 10px 17px;
    font-size: 14px;
}
.gb-block {
    padding: 50px 25px 50px 25px;
}
.tyf-flex .process-tabs {
    background: transparent !important;
}
.tast-page-wrap {
   padding: 45px 0;
    width: 100%;
    float: left;
}
.tyf-heading span:after {
    left:50%;
    transform: translate(-50%, 0);
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mb-0 {
    margin-bottom: 0px !important;
}
.ml-15  {
    margin-left: 15px !important;
}
.display-inline-flex {
    display: inline-flex !important;
    align-items: center;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.small-orange-btn {
    font-size: 15px;
    min-width: 110px;
}
.custom-select {
    width: calc(100% - 30px);
}
.tast-page-wrap .pos-rel .control-label {
    background: #efeff2;
}
.covid-custom-panel {
    border-radius: 10px;
}
.tnx-box {
    padding: 40px;
    border: solid 1px #707070;
    border-radius: 20px;
    max-width: 769px;
    margin: 40px auto 0;
    text-align: center;
    background: #ffffff;
}
.tnx-box h1 {
    font-weight: 600;
    margin: 25px 0 15px;
    font-size: 40px;
}
.tnx-box p {
    font-size: 17px;
}
.tnx-box p a {
    margin-top: 10px;
    display: inline-block;
    color: #f15e3f;
}
.tnx-box .Thank-icon {
    width: 95px;
    height: 95px;
    position: relative;
}
.tnx-box .Thank-icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 75px;
}
.more-info-modal .modal-dialog {
    max-width: 950px;
    width: 100%;
}
.more-info-modal .modal-content {
    border-radius: 25px;
    background: #fdfdfd;
    border: none; 
}
.more-info-modal .modal-title {
    text-align: center;
    font-size: 24px;
    color: #fff;
}
.more-info-modal .modal-header {
    border-radius: 22px 22px 0 0;
    background: #f15e3f;
}
.more-info-modal .modal-body {
    padding: 30px 50px;
}
.mi-heading {
    font-size: 25px;
    font-weight: 600;
    color: #f15e3f;
    margin-bottom: 15px;
}
.question-block .qb-title {
    font-size: 18px;
    color: #f15e3f;
    margin-bottom: 3px;
}
.question-block p {
    font-size: 16px;
    color: #333333;
    line-height: 27px;
    margin-bottom: 15px;
}

.ec-row {
    display: flex;
    margin: 0 -20px;
}
.ec-col {
    padding: 0 20px;
}
.w-50 {
    width: 50% !important;
}
.w-25 {
    width: 25% !important;
}
.w-46 {
    width: 50% !important;
}
.w-27 {
    width: 25% !important;
}
.ec-col .ec-white-box + .ec-white-box {
    margin-top: 30px;
    padding: 20px;
}
.ec-white-box {
   background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    font-size: 19px;
    text-align: center;
    padding: 9px;
    font-weight: 600;
    color: #f15e3f;
}
.chk-circle {
    background: #f7a08e;
    width: 16px;
    height: 16px;
    border: solid 2px #f15e3f;
    display: inline-block;
    border-radius: 50%;
    vertical-align: 0px;
    margin-right: 8px;
}
.ec-item {
    padding: 10px 0 10px 0;
    border-bottom: solid 1px #707070;
    color: #000;
    font-size: 19px;
    font-weight: 600;
    position: relative;
}
.add-test-box .ec-item {
    padding-left: 28px;
}
.ec-item .chk-circle {
    position: absolute;
    left: 0;
    top: 18px;
}
.ec-info-text {
    font-size: 16px;
    color: #737373;
    margin-top: 40px;
    margin-bottom: 30px;
}
.font-ar .ec-item {
    font-family: arial !important; 
}
.more_info_slider .owl-nav .owl-prev {
    position: absolute;
    left: -35px;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background: url(../../img/front/gray-left-arrow.png) no-repeat center center;
    background-size: 100%;
    text-indent: -99999px;
}
.more_info_slider .owl-nav .owl-next {
    position: absolute;
    right: -30px;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background: url(../../img/front/gray-right-arrow.png) no-repeat center center;
    background-size: 100%;
    text-indent: -99999px;
}

.more_info_slider .owl-nav .owl-prev.disabled,
.more_info_slider .owl-nav .owl-next.disabled {
    display: none;
}
.covid-custom-panel .custom-select .ms-choice {
    background: transparent;
    border-radius: 4px;
    padding: 20px;
    height: auto;
}
.covid-custom-panel .form-group .row {
    align-items: center;
    display: flex;
}
.covid-custom-panel .custom-checkbox input+label {
    padding-left: 29px;
}
.covid-custom-panel .custom-checkbox input+label:before {
    position: absolute;
    left: 0;
    top: -1px;
}
.covid-custom-panel .custom-checkbox input:checked+label:after {
    top: 6px;
}
.covid-custom-panel .ms-choice > span {
    left: 7px;
}

.switch {
  display: inline-block;
  vertical-align: middle;
}
.onoffswitch {
  position: relative;
  width: 71px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.onoffswitch-checkbox {
  display: none;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #f15e3f;
  border-radius: 20px;
}

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before,
.onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 24px;
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}



.onoffswitch-inner:before {
  content: "in";
  padding-left: 10px;
  background-color: #f15e3f;
  color: #FFFFFF;
}

.onoffswitch-inner:after {
  content: "cm";
  padding-right: 10px;
  background-color: #f15e3f;
  color: #FFFFFF;
  text-align: right;
}



.onoffswitch-switch {
    display: block;
    width: 25px;
    margin: 2.5px;
    background: #FFFFFF;
    position: absolute;
    top: 4px;
    bottom: 0;
    right: 43px;
    border: 2px solid #999999;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
    height: 25px;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}



.onoffswitch-weight {
  position: relative;
  width: 71px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.onoffswitch-checkbox-weight {
  display: none;
}

.onoffswitch-label-weight {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #f15e3f;
  border-radius: 20px;
}

.onoffswitch-inner-weight {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}
.switch-btn{
    top: 0px !important;
}

.onoffswitch-inner-weight:before,
.onoffswitch-inner-weight:after {
  display: block;
  float: left;
  width: 50%;
  height: 24px;
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}

.onoffswitch-inner-weight:before {
  content: "lbs";
  padding-left: 10px;
  background-color: #f15e3f;
  color: #FFFFFF;
}

.onoffswitch-inner-weight:after {
  content: "kg";
  padding-right: 10px;
  background-color: #f15e3f;
  color: #FFFFFF;
  text-align: right;
}

.onoffswitch-switch-weight {
    display: block;
    width: 25px;
    margin: 2.5px;
    background: #FFFFFF;
    position: absolute;
    top: 4px;
    bottom: 0;
    right: 43px;
    border: 2px solid #999999;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
    height: 25px;
}

.onoffswitch-checkbox-weight:checked + .onoffswitch-label-weight .onoffswitch-inner-weight {
  margin-left: 0;
}

.onoffswitch-checkbox-weight:checked + .onoffswitch-label-weight .onoffswitch-switch-weight {
  right: 0px;
}


.covid-custom-panel .ms-drop ul > li label {
    font-size: 12px;
}
.add-test-box .ec-item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media(max-width: 991px){
    .covid-custom-panel .custom-select .ms-choice {
        font-size: 13px;
    }
    .tyf-heading {
        font-size: 24px;
    }
    .tyf-heading img {
        max-width: 22px;
    }
    .more-info-modal .modal-title {
        font-size: 21px;
    }
    .mi-heading {
        font-size: 21px;
    }
    .question-block .qb-title {
        font-size: 16px;
    }
    .question-block p {
        font-size: 14px;
        line-height: 24px;
    }
    .more-info-modal .modal-dialog {
        max-width: 94%;
    }
    .ec-white-box {
        font-size: 15px;
    }
    .ec-item {
        font-size: 15px;
    }
    .chk-circle {
        width: 14px;
        height: 14px;
    }
    .ec-info-text {
        font-size: 14px;
    }
    .ec-item .chk-circle {
        top: 16px;
    }
    .add-test-box .ec-item {
        padding-left: 23px;
    }
    .thankyou-bottom-info {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .inquary-information-box {
        max-width: 100%;
    }
    .tnx-box h1 {
        margin: 15px 0 5px;
        font-size: 30px;
    }
    .tnx-box p {
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media(max-width: 850px){
    .ec-col.w-46 {
        width: 40% !important;
    }
    .ec-col.w-27 {
        width: 30% !important;
    }
}
@media(max-width: 767px){
    .more-info-modal .modal-dialog {
        max-width: 96%;
        margin-left: auto;
        margin-right: auto;
    }
    .ec-heading {
        height: 68px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .covid-info-text {
        padding-right: 0 !important;
    }
}
@media(max-width: 600px){
    .custom-checkbox .date {
        margin-left: 0;
        margin-top: 5px;
    }
    .covid-custom-panel .panel-body .form-group {
        padding-left: 15px;
    }
    .more-info-modal .modal-body {
        padding: 20px 30px;
    }
    .ec-white-box {
        font-size: 13px;
        line-height: 18px
    }
    .ec-heading {
        height: 55px;
    }
    .ec-col .ec-white-box + .ec-white-box {
        margin-top: 20px;
        padding: 10px;
    }
    .ec-col {
        padding: 0 10px;
    }
    .bootbox .modal-dialog {
        width: 95% !important;
    }
    .iib-box2-flex {
        display: block;
    }
    .iib-box2-flex .inquary-information-border {
        width: 100%;
    }
    .inquary-information-box {
        flex-wrap: wrap;
    }
    .inquary-information-box .iib-title {
        width: 100%;
        margin-bottom: 10px; 
    }
    .inquary-information-box .iib-title + .iib-box {
        margin-left: 0;
        padding-left: 0;
    }
    .inquary-information-box .iib-box {
        width: 50%;
    }
}
@media(max-width: 480px){
    .more-info-block .text-center {
        text-align: left !important;
    }
    .tyf-heading.mb-10 {
        margin-bottom: 20px !important;
    }
    .te-group-block .col-xs-6 {
        width: 100%;
    }
    .te-group-block .col-xs-6 + .col-xs-6 {
        margin-top: 7px;
    }
    .covid-custom-panel .form-group .row {
        display: block;
    }
    .more-info-block {
        display: block !important;
    }
    .more-info-block .text-center {
        text-align: center !important;
    }
    .more-info-block .ml-15 {
        margin-left: 0 !important;
        padding-top: 7px;
        margin-bottom: 20px;
    }
    .custom-checkbox .date {
        margin-left: 10px;
    }
    .dot-circle {
        margin-left: 10px;
    }
    .covid-custom-panel .custom-checkbox input+label:before {
        top: 3px;
    }
    .covid-custom-panel .custom-checkbox input:checked+label:after {
        top: 10px;
    }
    .covid-custom-panel .ns-group-block .custom-checkbox input+label:before {
        top: -1px;
    }
    .covid-custom-panel .ns-group-block .custom-checkbox input:checked+label:after {
        top: 6px;
    }
    .covid-gray-btn,
    .covid-orange-btn {
        padding: 7px 15px;
        min-width: 100px; 
    }
    .estimated-charges-block .orange-btn {
        margin-left: 0 !important;
        margin-top: 7px;
        margin-right: 15px;
    }
    .inquary-information-box2 {
        display: block;
    }
    .iib-box2-flex .inquary-information-box2 .iib-box {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .tnx-box h1 {
        font-size: 26px;
    }
    .tnx-box p {
        font-size: 14px;
    }
    .inquary-information-box .iib-box {
        width: 100%;
        margin-top: 15px;
    }
    .inquary-information-box .iib-box.iib-left-border {
        padding-left: 0;
        border-left: none;
    }
    .more-info-modal .modal-title {
        padding-right: 30px;
    }
}
@media(max-width: 420px){
    .more-info-modal .modal-body {
        padding: 15px 20px;
    }
    .mi-heading {
        font-size: 17px;
        margin-bottom: 8px;
    }
    .question-block .qb-title {
        font-size: 14px;
    }
    .question-block p {
        font-size: 13px;
        line-height: 22px;
    }
    .more-info-modal .modal-title {
        font-size: 19px;
    }
}
.custom-close {
    position: absolute;
    right: 20px;
    top: 5px;
    font-size: 38px;
    line-height: 35px;
    font-weight: 300;
    opacity: 1;
    color: #fff;
    box-shadow: none;
}


.sample-received-date {
    background-color: #e7e7e8;
    padding: 10px;
    border-radius: 15px;
    width: 50%;
    margin-left: 45px;
}

#sample-received-date{
    display: none;
}

.sample-received-date p {
    margin-bottom: 0px;                   
    color: #8f8a89;
    font-size: 12px;
}
.sample-received-date-icon {
    cursor: pointer;
    font-size: 18px;
}

.report-help-box img {
    max-width: 24px;
    max-height: 29px;
}

.dashboard-report-help-tile {
    background: url('../../img/front/group259@2x.png') no-repeat;
    background-position: bottom right;
    background-size: 45%;   
}

.btn-analysis {
    border-radius: 25px !important;
    box-shadow: 0 0 18px rgb(137 11 11 / 10%) !important;
    background: rgb(255, 92, 53) !important;
}

.noti-bell i.fa.fa-bell {
    font-size: 35px;
    color: #f7e249;
}

.noti-bell {
    position: absolute;
    top: 20px;
    bottom: 0;
    left: 0;
    right: 0;
}
.dashboard-box-upgrade {
    background: url('../../img/front/box260_2x.png') no-repeat;
    background-position: bottom right;
    background-size: 28%;
}

/**Subscription Management**/
.sm-wrap {
    padding: 60px 0;
    background: #eeeef1;
}
.sm-heading {
    font-size: 28px;
    color: #000;
    font-weight: 600;
    text-align: center;
}
.sm-subheading {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    text-align: center;
    margin-top: 10px;
}
.sm-dark-box {
    background: #43525e;
    border-radius: 5px;
    padding: 100px 50px;
    margin-top: 35px;
    position: relative;
}
.orange-tag {
    background: #f15e3f;
    font-size: 20px;
    text-align: center;
    padding: 15px 35px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0 0 5px 5px;
    position: absolute;
    left: 50px;
    top: 0;
    font-family: arial;
}
.orange-tag span {
    font-size: 16px;
    font-family: arial;
}
.smd-title {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    position: relative;
}
.smd-title:after {
    content: "";
    position: absolute;
    right: -50px;
    top: 18px;
    height: 3px;
    background: #fff;
    width: calc(100% - 170px);
}
.sm-orange-box {
    background: #df8f33;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    border-radius: 5px;
    padding: 50px 0;
}
.smo-list {
    padding: 0;
    margin: 45px -15px 0;
    list-style: none;
    display: flex;
}
.smo-list li {
    width: 25%;
    padding: 0 15px;
}
.sm-orange-box .smo-btn {
    border-radius: 25px;
    border: solid 1px #fff;
    padding: 10px 20px;
    max-width: 150px;
    width: 100%;
    font-size: 18px;
    text-align: center;
    display: block;
    color: #fff;
    font-family: arial;
    font-weight: 500;
    margin: 0 auto;
}   
.text-center {
    text-align: center !important;
}
.smo-info {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin-top: 25px;
    min-height: 50px;
    margin-bottom: 0;
}
.sm-list {
    padding: 0;
    margin: 0;
    list-style: none;
}
.sm-list li {
    padding: 10px 0 10px 25px;
    margin: 0;
    position: relative;
    line-height: 30px;
}
.sm-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 16px;
    background: url('../../img/front/play.png') no-repeat center center;
    background-size: 100%;
    width: 16px;
    height: 16px;
}
.sm-content {
    font-size: 16px;
    padding: 40px 0 0;
    font-weight: 600;
}
.sm-content p {
    margin-bottom: 20px;
    line-height: 30px;
}
.sm-content p a,
.sm-list li a {
    color: #ff5c38;
    font-weight: 600;
}
.sm-content p strong {
    font-weight: 700;
}
.sm-wrap .orange-btn {
    background: #F15E3F;
    text-align: center;
    font-size: 17px;
    color: #fff;
    border-radius: 6px;
    border: none;
    min-width: 120px;
    padding: 15px 35px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
}
.sm-wrap .orange-btn:hover, 
.sm-wrap .orange-btn:focus {
    color: #fff;
}
.mt-40 {
    margin-top: 40px;
}

.sm-subheading.text-center.ml-10 {
    margin-left: 10px;
}

.container.survey-notes {
	background-color: #ff5c35;
	margin-top: 149px;
	margin-bottom: 32px;
	border-radius: 20px;
	padding: 18px 20px;
	color: #fff;
	width: 69%;
}
.survey-notes {
    position: relative;
}
.survey-content {
    padding-right: 35px;
    display: inline-block;
    text-align: center;
}
.cross-btn {
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
}
.verify-block {
    width: 100%;
    float: left;
    margin: 10% 0 0;
}
.verify-white-box {
    background: #FFFFFF;
    box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    max-width: 504px;
    width: 100%;
    margin: 0 auto;
}
.vf-title {
    text-transform: capitalize;
    color: #000000;
    font-size: 27px;
    font-weight: 700;
}
.verify-white-box p {
    font-size: 18px;
    color: #000;
    margin-top: 20px;
    margin-bottom: 25px;
}
.verify-white-box .form-control {
    background: #FFFFFF;
    border: 1px solid rgba(192, 206, 255, 0.7);
    box-sizing: border-box;
    border-radius: 7px;
    padding: 12px 20px;
    height: auto;
    font-size: 18px;
  color: #323232;
}
.verify-white-box .form-control:focus {
    box-shadow: none;
}
.verify-white-box .form-control::-webkit-input-placeholder { 
  color: #000;
  opacity: 0.4;
  font-size: inherit;
}
.verify-white-box .form-control::-moz-placeholder { 
  color: #000;
  opacity: 0.4;
  font-size: inherit;
}
.verify-white-box .form-control:-ms-input-placeholder { 
  color: #000;
  opacity: 0.4;
  font-size: inherit;
}
.verify-white-box .form-control:-moz-placeholder { 
  color: #000;
  opacity: 0.4;
  font-size: inherit;
}
.verify-top-box {
    padding: 40px 40px 30px;
}
.verify-bottom-box {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding: 17px 40px;
}
.vf-orange-btn {
    background: #EA5B3D;
    border-radius: 4px;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
    border: solid 1px #EA5B3D;
    padding: 10px 15px 8px;
    min-width: 150px;
    margin-left: auto;
}
.vf-transparent-orange-btn {
    background: transparent;
    border-radius: 4px;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: #EA5B3D;
    border: solid 1px #EA5B3D;
    padding: 10px 15px 8px;
    min-width: 150px;
}
.d-flex {
    display: flex;
}
.align-center {
    align-items: center;
}
.ml-auto {
    margin-left: auto;
}
.vf-check-icon {
    text-align: center;
    margin: 20px 0;
}
.vf-check-icon img {
    max-width: 100px;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.verify-top-box label {
    color: #000;
    margin-bottom: 3px;
}
.verify-box, .security-code-box, .success-box{
    display: none;
}