@charset "utf-8";

/* CSS Document */


/*----------------
RESET CSS
-----------------*/

body {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
    background: #fff;
    color: #000000;
    text-align: center;
    font-family: 'Manrope';
    font-weight: 400;
}

div,
ul,
h1,
h2,
h3,
h4,
h5,
li,
p,
img,
form,
input,
textarea {
    margin: 0;
    padding: 0;
}

header,
section,
footer,
aside,
nav,
main,
article,
figure {
    display: block;
}

table,
tr,
td {
    border: 0;
}

a {
    outline: none;
    color: inherit;
    text-decoration: none;
}

a:hover {}

img {
    border: none;
    height: auto;
}

li {
    list-style: none;
}

* {
    box-sizing: border-box;
}

.img-full {
    max-width: 100%;
}

.clearall {
    clear: both;
    font-size: 1px;
    line-height: 1px;
    height: 1px;
}

.forMob,
.forTab {
    display: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


/*-----------------------
MAIN CSS START
------------------------*/

.container {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}


/*=========FONTS===========*/

@font-face {
    font-family: 'Manrope';
    src: url('Manrope-SemiBold.woff2') format('woff2'), url('Manrope-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('Manrope-Regular.woff2') format('woff2'), url('Manrope-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('Manrope-Medium.woff2') format('woff2'), url('Manrope-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('Manrope-ExtraBold.woff2') format('woff2'), url('Manrope-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('Manrope-Bold.woff2') format('woff2'), url('Manrope-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('Manrope-Light.woff2') format('woff2'), url('Manrope-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Red Hat Display';
    src: url('RedHatDisplay-Black.woff2') format('woff2'), url('RedHatDisplay-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Red Hat Display';
    src: url('RedHatDisplay-Bold.woff2') format('woff2'), url('RedHatDisplay-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/*==========Header==============*/

.topStrip {
    float: left;
    width: 100%;
    background: #ffeee7;
    padding: 10px 0;
}

.topStrip p {
    color: #010101;
    font-size: 14px;
    line-height: 22px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.topStrip p img {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    margin: -3px 5px 0 0;
}

.header {
    float: left;
    width: 100%;
    padding: 10px 0;
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
}

.logo {
    display: block;
    margin: 0 auto;
    width: 90px;
}


/*===================*/

.main_section {
    float: left;
    width: 100%;
    padding: 30px 0 40px;
}

.common_heading {
    font-size: 34px;
    line-height: 42px;
    font-weight: 900;
    font-family: 'Red Hat Display';
    text-align: left;
    color: #018ad7;
    letter-spacing: 0.5px;
}

.common_heading span {
    color: #0fb733;
}


/*=========STEPS PAGE==========*/

.step_strip {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background: #effeff;
    font-size: 15px;
    line-height: 23px;
    color: #000;
    padding: 7px 5px 10px;
    margin-top: 20px;
    font-weight: 500;
}

.form_position {
    float: left;
    width: 100%;
}

.form_box {
    float: left;
    width: 100%;
}

.from_elements {
    float: left;
    width: 100%;
    border: 1px solid #018ad7;
    border-radius: 5px;
    margin-top: 38px;
    position: relative;
    box-shadow: 0px 5px 8px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 5px 8px 0 rgba(0, 0, 0, 0.1);
}

.flds_label {
    position: absolute;
    top: -13px;
    background: #fff;
    padding: 0 5px;
    left: 10px;
    font-size: 18px;
    line-height: 18px;
    color: #000;
    font-weight: 800;
}

.element_inner {
    float: left;
    width: 100%;
    padding: 18px 15px 13px;
    position: relative;
}

ul.gender_list {
    float: left;
    width: 100%;
}

ul.gender_list li {
    float: left;
    width: 50%;
}

.gender_btn {
    float: left;
    width: 100%;
    height: 48px;
    background: #fff;
    border-radius: 8px;
    font-size: 18px;
    line-height: 48px;
    color: #a3a3a3;
    font-weight: bold;
}

.gender_btn.active {
    color: #fff;
    background: #018ad7;
}

.birth_blk {
    float: left;
    width: 100%;
    max-width: 290px;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.flds_width {
    width: 100%;
    position: relative;
}

.flds_width:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 62px;
    background: url(../images/slash-img.png) no-repeat center right;
    width: 6px;
    height: 17px;
    margin-top: -7px;
}

.flds_width:last-child:after {
    display: none;
}

.all_flds {
    font-size: 18px;
    width: 100%;
    background: #fff;
    height: 44px;
    color: #000;
    font-family: 'Manrope';
    font-weight: bold;
    -webkit-appearance: none;
    outline: none;
    border: none;
    position: relative;
}

.calander_img {
    position: absolute;
    top: 50%;
    right: 18px;
    margin-top: -12px;
}

.full_wdth {
    max-width: 100%;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.lbs_text {
    position: absolute;
    top: 50%;
    right: 10px;
    background: #eff9fe;
    width: 60px;
    height: 56px;
    border-radius: 10px;
    text-align: center;
    font-size: 20px;
    line-height: 56px;
    color: #697881;
    font-weight: 500;
    margin-top: -28px;
}

.mass_blk {
    background: #f5f5f5;
    border-radius: 3px;
    padding: 3px 10px 3px;
}

.mass_blk .all_flds {
    background: #f5f5f5;
}

.height_blk {
    float: left;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ft_flds {
    width: calc(50% - 6px);
    background: #eff9fe;
    border-radius: 6px;
    position: relative;
    padding-left: 12px;
    overflow: hidden;
}

.ft_flds .all_flds {
    background: #eff9fe;
}

.ft_text {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: #e6f1f7;
    width: 45px;
    font-size: 20px;
    line-height: 40px;
    color: #697881;
    font-weight: 500;
}

.weight_graph {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.weight_graph img {
    margin: 0 auto 0;
    display: block;
    max-width: 100%;
}

.hdng_top {
    margin-top: 40px;
}

.result-slide-div {
    display: inline-block !important;
    vertical-align: top;
    width: 100%;
    margin-top: 15px;
}

.slideBox {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background: #000;
    width: 316px !important;
    border: 2px solid #fff;
    position: relative;
    border-radius: 12px;
    box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.slideBox img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.slide_cont {
    float: left;
    width: 100%;
    border-top: 3px solid #303030;
    padding: 12px 14px 15px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sld_lft_txt {
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    font-weight: bold;
}

.sld_lft_txt span {
    display: inline-block;
    vertical-align: middle;
    background: #018ad7;
    border-radius: 30px;
    padding: 2px 10px 4px;
}

.sld_rgt_txt {
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    font-weight: 600;
}

.btn_tp1 {
    margin-top: 18px !important;
}


/*SELECT*/

.include_order-list {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.include_order-list h3 {
    font-size: 24px;
    line-height: 30px;
    color: #000000;
    font-weight: 900;
    font-family: 'Red Hat Display';
    letter-spacing: 0.5px;
}

.include_order-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}

.include_order-list ul li {
    width: 24%;
    padding: 15px 10px;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.5px;
    border-radius: 10px;
    border: 1px solid #acacac;
}

.include_order-list ul li img {
    display: block;
    margin: 0 auto 10px;
    width: 32px;
}

.choose_col {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.choose_heading {
    font-size: 24px;
    line-height: 30px;
    color: #000000;
    font-weight: 900;
    font-family: 'Red Hat Display';
    letter-spacing: 0.5px;
    text-align: left;
}

.timer-strip {
    float: left;
    width: 100%;
    max-width: 485px;
    background: #fbf6dd;
    border-radius: 5px;
    border: 1px solid #e7dfb8;
    margin-top: 15px;
    text-align: left;
    padding: 10px 12px;
    font-size: 15px;
    line-height: 17px;
    color: #000000;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.timer-strip img {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    margin: -3px 7px 0 0;
}

.timer-strip span {
    color: #ff0000;
    font-weight: bold;
}

.select_medication-box {
    float: left;
    width: 100%;
    background: #f1f1f1;
    border-radius: 10px;
    margin-top: 18px;
    cursor: pointer;
}

.select_medication-box-top {
    font-size: 15px;
    line-height: 22px;
    color: #000000;
    font-weight: 700;
    letter-spacing: 0.3px;
    padding: 7px;
}

.select_medication-box-mdl {
    float: left;
    width: 100%;
    border: 2px solid #c2c2c2;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.select_medication-item {
    float: left;
    width: 100%;
    text-align: left;
    padding: 15px 120px 15px 40px;
    position: relative;
}

.select_medication-item input[type=radio] {
    position: absolute;
    opacity: 0;
}

.select_medication-item input[type=radio]+span {
    position: absolute;
    left: 12px;
    top: 20px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #018ad7;
}

.select_medication-item input[type=radio]:checked+span:after {
    content: '';
    position: absolute;
    left: 3px;
    top: 3px;
    width: 10px;
    height: 10px;
    background: #018ad7;
    border-radius: 50%;
}

.select_medication-item h3 {
    font-size: 21px;
    line-height: 22px;
    color: #010101;
    font-weight: 800;
}

.select_medication-item p {
    font-size: 15px;
    line-height: 21px;
    color: #010101;
    margin-top: 7px;
    font-style: italic;
    letter-spacing: 0.3px;
}

.lbs_strip {
    float: left;
    width: 100%;
    background: #f1f1f1;
    padding: 6px 140px 6px 30px;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    font-weight: 800;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 0.3px;
}

.medication-prod {
    position: absolute;
    right: 15px;
    top: 17px;
    width: 105px;
}

.select_medication-box.active {
    background: #018ad7;
}

.select_medication-box.active .select_medication-box-top {
    color: #fff;
}

.select_medication-box.active .select_medication-box-mdl {
    border: 2px solid #018ad7;
    background: #f0faff;
}

.select_medication-box.active .lbs_strip {
    background: #018ad7;
    color: #fff;
}

.select_package {
    float: left;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    margin-top: 26px;
    cursor: pointer;
    padding: 15px 17px 15px 40px;
    border: 2px solid #fff;
    text-align: left;
    position: relative;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.select_package input[type=radio] {
    position: absolute;
    opacity: 0;
}

.select_package input[type=radio]+span {
    position: absolute;
    left: 12px;
    top: 20px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #018ad7;
}

.select_package input[type=radio]:checked+span:after {
    content: '';
    position: absolute;
    left: 3px;
    top: 3px;
    width: 10px;
    height: 10px;
    background: #018ad7;
    border-radius: 50%;
}

.select_package h3 {
    font-size: 18px;
    line-height: 22px;
    color: #010101;
    font-weight: 800;
    padding-left: 5px;
}

.select_package ul {
    margin-top: 12px;
}

.select_package ul li {
    font-size: 14px;
    line-height: 17px;
    margin-top: 5px;
    color: #010101;
    font-weight: 500;
    padding-left: 18px;
    text-align: left;
    background: url(../images/green-tick.png) no-repeat left 6px;
    background-size: 10px;
}

.select_package-right {
    text-align: center;
}

.package_cut-price {
    font-size: 20px;
    line-height: 24px;
    color: #4e4e4e;
    font-weight: bold;
}

.package_cut-price span {
    position: relative;
}

.package_cut-price span:after {
    position: absolute;
    left: -5px;
    top: 49%;
    right: -5px;
    border-bottom: 2px solid #F00;
    transform: rotate(-8deg);
    content: "";
}

.package_main-price {
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 0.3px;
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 5px;
}

.package_main-price span {
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
}

.bestvalue {
    position: absolute;
    right: 12px;
    width: 105px;
    top: -12px;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.3px;
    font-weight: bold;
    color: #fff;
    border-radius: 30px;
    letter-spacing: 0.2px;
    background: #00b957;
    text-align: center;
    padding: 3px 10px 4px;
}

.select_package.active {
    background: #f0faff;
    border: 2px solid #018ad7;
}

.pkg2 .bestvalue {
    background: #f0a900;
}

.pkg3 .bestvalue {
    background: #2bb2ca;
}

.secure_cards {
    display: block;
    margin: 0 auto 20px;
    max-width: 100%;
    width: 453px;
}


/*CHECKOUT*/

.approval_box {
    float: left;
    width: 100%;
    text-align: left;
    background: #f5fbff;
    padding: 17px;
    margin-top: 20px;
}

.approval_box h3 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.3px;
    color: #000000;
    font-weight: 900;
    padding-bottom: 12px;
    border-radius: 5px;
    border-bottom: 1px solid #cfd9e0;
    font-family: 'Red Hat Display';
}

.approval_box p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.3px;
    color: #000000;
    margin-top: 10px;
}

.checkout_col {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.checkout_heading {
    font-size: 24px;
    line-height: 30px;
    color: #018ad7;
    font-weight: 900;
    font-family: 'Red Hat Display';
    letter-spacing: 0.5px;
    text-align: left;
}

.summary_box {
    float: left;
    width: 100%;
    border: 2px solid #018ad7;
    border-radius: 5px;
    margin-top: 15px;
}

.summary_prod-row {
    width: 100%;
    padding: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.summary_prod-col-1 {
    width: calc(100% - 75px);
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.summary-prod-image img {
    width: 45px;
    display: inline-block;
    vertical-align: middle;
}

.summary_prod-col-1-content {
    width: calc(100% - 45px);
    padding-left: 20px;
}

.summary_prod-col-1-content h3 {
    font-size: 19px;
    line-height: 24px;
    color: #000000;
    font-weight: 900;
    font-family: 'Red Hat Display';
    letter-spacing: 0.5px;
}

.summary_prod-col-1-content ul {
    margin-top: 9px;
}

.summary_prod-col-1-content ul li {
    font-size: 14px;
    line-height: 17px;
    margin-top: 7px;
    color: #010101;
    font-weight: 500;
    padding-left: 18px;
    text-align: left;
    background: url(../images/green-tick.png) no-repeat left 4px;
    background-size: 11px;
}

.summary_prod-col-2 {
    width: 75px;
    text-align: center;
}

.summary_table {
    width: 100%;
}

.summary_table tr:nth-child(odd) {
    background: #f5fbff;
}

.summary_table tr td {
    padding: 18px;
    color: #000;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 0.3px;
}

.summary_table tr:nth-child(odd) td {
    border-bottom: 1px solid #ddd;
}

.summary_table tr:last-child td {
    border-bottom: none;
}

.summary_table tr td strong {
    font-weight: 800;
}

.smry-cut-prc {
    position: relative;
    padding-right: 10px;
}

.smry-cut-prc:before {
    position: absolute;
    left: -5px;
    top: 49%;
    right: 0;
    border-bottom: 2px solid #F00;
    transform: rotate(-8deg);
    content: "";
}

.saving-prc {
    font-size: 14px;
    color: #ff0000;
}

.summary_table tr td a {
    text-decoration: underline;
}

.summary_table tr td span.discount {
    background: #fff1aa;
    border: 1px dashed #333;
    padding: 0 10px 2px;
    font-weight: 800;
    border-radius: 5px;
}

.viewBx {
    float: left;
    width: 100%;
    margin-top: 30px;
    background: #fff1aa;
    border-radius: 5px;
    padding: 10px 15px;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.view-box-col1 {
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
}

.view-box-col1 img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.view-box-col1 span {
    font-size: 22px;
    line-height: 39px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    z-index: 1;
    color: #fff;
}

.view-box-col2 {
    width: calc(100% - 45px);
    padding-left: 10px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.5px;
    color: #000000;
    text-transform: uppercase;
    margin-top: 2px;
}

.view-box-col2 span {
    font-weight: bold;
}

.shipping_div {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.frm-flds {
    float: left;
    width: 100%;
    position: relative;
    margin: 8px 0;
}

.frm-flds.fl {
    float: left;
}

.frm-flds.fr {
    float: right;
}

.frm-flds.half-fld {
    width: 49%;
}

.frm-flds.drop-fld,
.frm-flds.city-fld {
    width: 34%;
    margin-right: 1%;
}

.frm-flds.zip-fld {
    width: 30%;
}

.frm-flds.exp-flds {
    width: 60%;
}

.frm-flds.cvv-flds {
    width: 38%;
}

.frm-flds label {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    color: #131313;
    text-align: left;
    margin-bottom: 6px;
}

.input-flds,
.selcet-fld,.custom-fields {
    float: left;
    width: 100%;
    outline: none;
    border: 1px solid #bbb9b7;
    height: 55px;
    padding: 10px 15px;
    border-radius: 5px;
    color: #000;
    font-family: 'Manrope';
    font-weight: 600;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    box-sizing: border-box;
    font-size: 16px;
    -webkit-appearance: none;
}

.selcet-fld {
    background: url(../images/select.png) no-repeat right 12px center #fff;
    padding-right: 40px;
}

.input-flds::placeholder,
.selcet-fld::placeholder,
.custom-fields::placeholder {
    color: #7a7a7a;
}

.input-flds:focus,.custom-fields:focus {
    border: 1px solid #018ad7;
    box-shadow: 0 0 0 1px #018ad7;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.billing-checkbox {
    float: left;
    width: 100%;
    color: #333333;
    font-size: 15px;
    line-height: 21px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    margin-top: 15px;
    margin-bottom: 5px;
    position: relative;
    padding-left: 30px;
}

.all-checkbox {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #898989;
    border-radius: 3px;
    outline: none;
    -webkit-box-shadow: 0 0 0 0 #000000 inset;
    box-shadow: 0 0 0 0 #000000 inset;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.all-checkbox:checked {
    background: #018ad7;
    border: 1px solid #018ad7;
}

.all-checkbox:after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    background: url(../images/tik.svg) no-repeat center center;
    left: 2px;
    top: 2px;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.2s ease-in-out 0.1s;
    transition: all 0.2s ease-in-out 0.1s;
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
}

.all-checkbox:checked:after {
    -webkit-transition: all 0.2s ease-in-out 0.1s;
    transition: all 0.2s ease-in-out 0.1s;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.payment-field {
    float: left;
    width: 100%;
    margin-bottom: 8px;
}

.payment-field.hlf {
    width: 49%;
}

.payment-field.fr {
    float: right;
}

.payment-field label {
    float: left;
    width: 100%;
    color: #131313;
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    margin-top: 5px;
    text-align: left;
}

.lock-bg,
.help-icon {
    color: #919191;
    width: 17px;
    position: absolute;
    right: 15px;
    top: 0px;
    cursor: pointer;
}

.secure_cards-chk {
    display: block;
    margin: 20px auto 0;
    max-width: 100%;
    width: 453px;
}

.payment-cards {
    float: right;
    width: 145px;
    margin-top: 3px;
}


/*CONGRATULATION*/

.congrats-tick {
    display: block;
    margin: 10px auto 20px;
    width: 64px;
}

.congrats_hdng {
    font-size: 35px;
    line-height: 38px;
    color: #0fb733;
    font-weight: 900;
    font-family: 'Red Hat Display';
    letter-spacing: 0.5px;
}

.congrats_text1 {
    font-size: 22px;
    line-height: 30px;
    color: #000;
    margin-top: 15px;
    font-weight: 900;
    font-family: 'Red Hat Display';
    letter-spacing: 0.5px;
}

.congrats_text2 {
    font-size: 19px;
    line-height: 26px;
    color: #018ad7;
    margin-top: 20px;
    font-weight: bold;
    font-family: 'Red Hat Display';
    letter-spacing: 0.5px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}

.question_row {
    float: left;
    width: 100%;
    margin-top: 30px;
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.question_row-last {
    border: none;
    padding-bottom: 10px;
}

.question_hdng {
    font-size: 22px;
    line-height: 29px;
    color: #000000;
    font-weight: bold;
}

.option-box {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    margin-top: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.option-col {
    width: 48%;
    position: relative;
}

.option-col input[type="radio"] {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.ans-text {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: #fff;
    text-align: center;
    border: 2px solid #018ad7;
    font-size: 18px;
    line-height: 26px;
    padding: 8px 10px 9px;
    font-weight: bold;
    color: #000;
    letter-spacing: 0.3px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out 0.1s;
    transition: all 0.2s ease-in-out 0.1s;
}

.option-col input[type="radio"]:checked+.ans-text {
    background: #018ad7;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out 0.1s;
    transition: all 0.2s ease-in-out 0.1s;
}


/*BUTTON*/

.button__box {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.button__width {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 530px;
    text-align: center;
}

.common__button {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 70px;
    color: #fff;
    text-align: center;
    font-size: 24px;
    background: #0fb733;
    border-radius: 5px;
    font-family: 'Manrope';
    font-weight: 800;
    letter-spacing: 0.5px;
    position: relative;
    -webkit-appearance: none;
    outline: none;
    border: none;
    line-height: 67px;
    cursor: pointer;
    padding-bottom: 3px;
}

.common__button img {
    display: inline-block;
    vertical-align: middle;
    margin: -4px 0 0 14px;
}

.btn_secure_text {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    color: #000;
    margin-top: 12px;
}

.btn_secure_text img {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    margin: -5px 8px 0 0;
}

.mnybk_strip {
    display: inline-block;
    vertical-align: top;
    max-width: 410px;
    width: 100%;
    background: #fff;
    text-align: left;
    border: 1px dashed #c2c2c2;
    border-radius: 10px;
    padding: 12px 10px 12px 67px;
    position: relative;
    margin-top: 35px;
}

.mnybk_strip img {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 39px;
    margin-top: -18px;
}

.mnybk_strip p {
    font-size: 16px;
    line-height: 16px;
    color: #018ad7;
    font-weight: 800;
}

.mnybk_strip a {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 14px;
    color: #000;
    text-decoration: underline;
    margin-top: 8px;
}

.text_center {
    text-align: center;
}

@media screen and (max-width: 767px) {
    .summary_prod-col-1-content h3 {
        font-size: 17px;
    }
    .summary_table tr td:nth-child(1) {
        width: 60%;
    }
    .summary_table tr td:nth-child(2) {
        padding: 15px 12px 15px 0;
        width: 40%;
    }
}

@media only screen and (max-width:420px) {
    .forMob {
        display: block;
    }
    .topStrip {
        padding: 6px 0;
    }
    .logo {
        width: 65px;
    }
    .main_section {
        padding: 25px 0;
    }
    .common_heading {
        font-size: 28px;
        line-height: 34px;
    }
    .comn_hdng_mob {
        font-size: 24px;
        line-height: 30px;
    }
    .step_strip {
        margin-top: 10px;
    }
    .result-slide-div {
        width: calc(100% + 30px);
        margin-left: -15px;
        padding-left: 15px;
    }
    .weight_graph {
        margin-top: 25px;
    }
    .element_inner {}
    .flds_label {
        font-size: 17px;
    }
    .all_flds {
        height: 40px;
    }
    .include_order-list h3 {
        font-size: 20px;
        line-height: 20px;
    }
    .include_order-list ul li {
        padding: 12px 3px;
        font-size: 10px;
        line-height: 14px;
    }
    .timer-strip {
        font-size: 13px;
        line-height: 13px;
        padding: 10px 9px;
        letter-spacing: 0.3px;
    }
    .timer-strip img {
        width: 12px;
        margin: -3px 6px 0 0;
    }
    .select_medication-item p {
        font-size: 13px;
        line-height: 20px;
    }
    .select_medication-box-top {
        font-size: 13px;
    }
    .select_package ul li {
        font-size: 13px;
    }
    .approval_box {
        padding: 15px;
        margin-top: 15px;
    }
    .approval_box h3 {
        font-size: 16px;
        line-height: 18px;
    }
    .approval_box p {
        font-size: 15px;
        line-height: 22px;
    }
    .checkout_col {
        margin-top: 25px;
    }
    .summary_prod-row {
        padding: 15px;
    }
    .summary_prod-col-1 {
        width: calc(100% - 70px);
    }
    .summary-prod-image img {
        width: 36px;
    }
    .summary_prod-col-1-content {
        width: calc(100% - 36px);
        padding-left: 12px;
    }
    .summary_prod-col-2 {
        width: 68px;
    }
    .summary_prod-col-1-content h3 {
        font-size: 14px;
        line-height: 20px;
    }
    .summary_prod-col-1-content ul li {
        font-size: 12px;
        line-height: 15px;
    }
    .summary_table tr td {
        padding: 15px 12px;
        font-size: 14px;
        line-height: 20px;
    }
    .summary_table tr td:nth-child(2) {
        padding: 15px 12px 15px 0;
    }
    .saving-prc {
        font-size: 12px;
    }
    .viewBx {
        margin-top: 18px;
        padding: 8px 5px 7px;
    }
    .view-box-col1,
    .view-box-col1 img {
        width: 24px;
        height: 24px;
    }
    .view-box-col1 span {
        font-size: 13px;
        line-height: 22px;
    }
    .view-box-col2 {
        width: calc(100% - 24px);
        padding-left: 8px;
        font-size: 11px;
        line-height: 16px;
        letter-spacing: 0.3px;
    }
    .shipping_div {
        margin-top: 10px;
    }
    .payment-field label,
    .frm-flds label {
        font-size: 16px;
        line-height: 20px;
    }
    .congrats_hdng {
        font-size: 30px;
        line-height: 32px;
    }
    .congrats_text1 {
        font-size: 19px;
        line-height: 26px;
    }
    .congrats_text2 {
        font-size: 17px;
        line-height: 24px;
        margin-top: 16px;
        padding-top: 16px;
    }
    .question_hdng {
        font-size: 19px;
        line-height: 26px;
    }
    .option-box {
        max-width: 280px;
    }
    .common__button {
        height: 65px;
        line-height: 62px;
    }
    .btn_secure_text {
        font-size: 12px;
    }
    .complete-btn {
        margin-top: 20px;
    }
    .mnybk_strip {
        margin-top: 25px;
    }
    .mnybk_strip p {
        font-size: 15px;
    }
}


/*CSS FOR MODAL*/

#app_common_modal,
#error_handler_overlay {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    z-index: 2147483647;
    background: #333;
    background: rgba(255, 255, 255, .8);
    display: none;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch
}

#app_common_modal .app_modal_body,
#error_handler_overlay .error_handler_body {
    max-width: 600px;
    -webkit-background-clip: padding-box;
    font-family: Verdana, Geneva, sans-serif;
    box-sizing: border-box;
    outline: 0
}

#error_handler_overlay .error_handler_body {
    margin: 100px auto;
    width: 95%;
    padding: 20px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

#app_common_modal_close,
#error_handler_overlay_close {
    position: absolute;
    right: -10px;
    top: -10px;
    color: #FFF;
    background-color: #333;
    border: 2px solid #FFF;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    font-weight: 700;
    line-height: 26px;
    padding: 0;
    margin: 0
}

#app_common_modal .app_modal_body {
    margin: 100px auto;
    min-width: inherit;
    width: 95%;
    min-height: 400px;
    padding: 2.5%;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box
}

#app_common_modal .app_modal_body iframe {
    min-height: 400px;
    width: 100%;
    border: 1px solid #d5d6ef
}

.exitpop-content {
    position: fixed;
    height: 400px;
    width: 708px;
    margin: -200px 0 0 -354px;
    top: 50%;
    left: 50%;
    text-align: left;
    padding: 0;
    border: none;
    z-index: 2147483647
}

.exitpopup-overlay {
    background: rgba(0, 0, 0, .6);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2147483647;
    display: none
}

.exitpop-content img {
    display: block;
    margin: 0 auto;
    position: relative;
    text-align: center;
    max-width: 100%;
    height: auto
}

.exitpop-discountbar {
    background-color: red;
    border-bottom: 4px dashed #fff;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 9999;
    display: none
}

.app-load-spinner {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100px;
    height: 100px;
    margin: auto;
    background-color: #333;
    border-radius: 100%
}

#loading-indicator::after,
#loading-indicator::before {
    box-sizing: border-box;
    left: 50%;
    position: absolute;
    top: 50%
}

.all-card-types li {
    float: left;
    margin-right: 20px
}

#loading-indicator {
    background-color: rgba(0, 0, 0, .5);
    bottom: 0;
    box-sizing: border-box;
    font-size: 1px;
    height: 100%;
    left: 0;
    margin: 0!important;
    padding: 0!important;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2147483646
}

#loading-indicator::before {
    background: url(../images/loading.gif) center center no-repeat rgba(0, 0, 0, 0);
    content: "";
    height: 70px;
    margin-left: -35px;
    margin-top: -70px;
    width: 70px;
    z-index: 2
}

#loading-indicator::after {
    background: #fff;
    border-radius: 5px;
    color: #000;
    content: "Processing, one moment please... ";
    font-family: arial;
    font-size: 17px;
    height: 110px;
    line-height: 98px;
    margin-left: -150px;
    margin-top: -75px;
    padding-top: 35px;
    text-align: center;
    width: 300px;
    z-index: 1
}

@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

@keyframes scaleout {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0
    }
}

@media screen and (max-device-width:767px) and (orientation:landscape) {
    #app_common_modal .app_modal_body,
    #error_handler_overlay .error_handler_body {
        margin: 20px auto;
    }
    #app_common_modal .app_modal_body iframe {
        min-height: 360px;
    }
}

@media(max-device-width:767px) {
    #app_common_modal .app_modal_body {
        margin: 2% auto
    }
}


/*modal css*/

.modal_new {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, .4);
    color: #000
}

.modal-content_new {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 95%;
    max-width: 580px;
    position: relative
}

.close_new {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: 700
}

.close_new:focus,
.close_new:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

span.close_new {
    position: absolute;
    right: -2px;
    top: 0;
    width: 30px;
    height: 30px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.inner-pop-up-wrapper {
    height: 380px;
    overflow-y: scroll
}

.inner-pop-up-wrapper p {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #000!important;
    text-align: left;
}

@media (max-width: 767px) {
    .modal_new {
        padding-top: 30px
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 991px) and (orientation: landscape) {
    .inner-pop-up-wrapper {
        height: 100%;
        max-height: 50vh
    }
    .modal_new {
        padding-top: 40px
    }
}


/* for graph step5 */

.weight_graph_relative {
    position: relative;
}

.weight_graph_relative .tip {
    position: absolute;
    height: auto;
    font-size: 14px;
    line-height: 14px;
    border-radius: 6px;
    white-space: nowrap;
    display: inline-block;
    color:#fff;
}

.bonus-text {
    background: #fff1aa;
    border: 1px dashed #333;
    padding: 0 10px 2px;
    font-weight: 800;
    border-radius: 5px;
}

@media(max-width:767px) {
    .weight_graph_relative .tip {
        font-size: 12px;
    }
}


/* date picker */

input.hasDatepicker {
    border: none;
    border-bottom: 3px solid #4e00ff;
    text-align: left;
    font-weight: 400;
    /*font-size: 60px;*/
    font-size:14px;
    padding: 0 11px 11px 8px;
    border-radius: 0;
    width: 100%;
    outline: none!important;
}
.ui-datepicker-next {
    display: none !important;
}
 #responce-modal .modal-content_new {
            max-width: 380px;
 }

 #responce-modal .inner-pop-up-wrapper {
    height: 100px;
    overflow: hidden;
}
#responcee {
    text-align: center;
}
.applied-evry-mnth{
    display: inline-block;
    margin-left: 5px;
    margin-top:5px;
    }
#guarantee-modal .inner-pop-up-wrapper{
    overflow-y: auto;
}

#charges-modal .inner-pop-up-wrapper{
    overflow-y:auto;
    height:120px;
}
.error_handler_body ul li {
    text-align: left;
}


.tag-text2{
    position: relative;
}
.container2{
    max-width: 1200px;
    margin:0 auto;
}
.pat-text{
    width: 31%;
    position: absolute;
    right: 0;
    top: -40px;
}
.congrats_hdng-red {
    font-size: 44px;
    line-height: 38px;
    color: red;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.sign-img{
    width:80px;
}

.congrats_text1-new{
    font-size: 35px;
    line-height: 38px;
    color: #000;
    margin-top: 15px;
    letter-spacing: 0.5px;
    text-decoration: underline;
}

@media screen and (max-width:938px) {
    .pat-text{top: -35px;}
}


@media screen and (max-width:479px) {
    
    .for-mod-hdr{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 0 15px;
    }
        .pat-text {
        top: 0;
        position: inherit;
        width: auto;
    }

}

/* custom radio buttons */
.custom-radio-container {
  display: block;
    position: relative;
    
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
    border: 1px solid gray;
    padding: 10px;
    /* display: flex; */
    border-radius: 10px;
    padding-left:60px;
    padding-bottom:15px;
}


.custom-radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.custom-checkmark {
  position: absolute;
  top: 12px;
    left: 20px;
  height: 25px;
  width: 25px;
  /* background-color: #eee; */
  border-radius: 50%;
  border: 2px solid black;
}


.custom-radio-container:hover input ~ .custom-checkmark {
  /* background-color: #ccc; */
}


.custom-radio-container input:checked ~ .custom-checkmark {
  /* background-color: #2196F3; */
}


.custom-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}


.custom-radio-container input:checked ~ .custom-checkmark:after {
  display: block;
}


.custom-radio-container .custom-checkmark:after {
 	top: 4px;
    left: 4px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #000;
}
.stop-text-section {
    display: flex;
    align-items: center;
}
.sw50{
    width:50%;
}
.exp-text{
    font-family: "Noto Serif Tibetan", serif;
    font-weight: bolder;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 124%;
}
img.stop-symbol {
    max-width: 80%;
    display: block;
    margin: 0 auto;
}
.nw-q-row.none-first-row {
    border-bottom: 1px solid gray;
    margin-bottom: 20px;
    padding-bottom: 12px;
}

@media(max-width:767px){
    .sw30{
        width:30%;

    }
    .sw70{
        width:70%;
        
    }
    .make-btn-fixed{
        position: fixed;
        width:100%;
        max-width:100%;
        left:0;
        right:0;
        bottom:0px;
        margin:0 auto;
        z-index:9999999999;
    }
}

@media(max-width:600px){
    .exp-text{
        font-size:20px;
    }
}