@font-face {
    font-family: 'Museo Sans 500';
    src: url('../../../assets/frontside/fonts/museo/MuseoSans-500.eot');
    src: url('../../../assets/frontside/fonts/museo/MuseoSans-500.eot?#iefix') format('embedded-opentype'),
        url('../../../assets/frontside/fonts/museo/MuseoSans-500.woff2') format('woff2'),
        url('../../../assets/frontside/fonts/museo/MuseoSans-500.woff') format('woff'),
        url('../../../assets/frontside/fonts/museo/MuseoSans-500.ttf') format('truetype'),
        url('../../../assets/frontside/fonts/museo/MuseoSans-500.svg#MuseoSans-500') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Museo Sans 900';
    src: url('../../../assets/frontside/fonts/museo/MuseoSans-900.eot');
    src: url('../../../assets/frontside/fonts/museo/MuseoSans-900.eot?#iefix') format('embedded-opentype'),
        url('../../../assets/frontside/fonts/museo/MuseoSans-900.woff2') format('woff2'),
        url('../../../assets/frontside/fonts/museo/MuseoSans-900.woff') format('woff'),
        url('../../../assets/frontside/fonts/museo/MuseoSans-900.ttf') format('truetype'),
        url('../../../assets/frontside/fonts/museo/MuseoSans-900.svg#MuseoSans-900') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

:root {
    --blue-500: #1C4E79;
    --green-300: #95DBDB;
}

body,
html {
    font-family: 'Museo Sans 500';
    color: #333333;
    scroll-behavior: smooth;
}

/* == fonts == */

/* ========== common css - start ========== */

* {
    color: #333;
}

p {
    color: #333;
}

a:hover {
    color: var(--blue-500);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Museo Sans 900';
}

input:focus,
input:outline {
    outline: 0;
}

.bgblue {
    background: #83c7ec;
}

.bggray {
    background: #F5F9FA;
}

.bggray2 {
    background: #f4f4f7;
}

.bggray3 {
    background: #fcfcfc;
}

.height100vh {
    min-height: 100vh;
}

a {
    color: var(--blue-500);
}

#toast-container>div {
    opacity: 0.9;
}

.toast-title {
    color: #FFF;
}

.toast-message {
    color: #FFF;
}

.width100 {
    width: 100%;
}

.bgimg {
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.lh-24 {
    line-height: 24px;
}

.input_with_icon.left .input_icon {
    left: 6px;
    top: 10px;
}

.input_with_icon.right .input_icon {
    right: 6px;
    top: 10px;
}

.input_with_icon .input_icon {
    position: absolute;
}

.input_with_icon.left input {
    padding-left: 35px;
}

.input_with_icon.left label {
    padding-left: 30px;
}

.input_with_icon.right input {
    padding-right: 35px;
}

.input_with_icon input:focus~.input_icon i {
    color: var(--blue-500);
}

.group.input_with_icon.left input:focus~label,
.group.input_with_icon.left input:valid~label {
    padding-left: 0;
}

.pointer {
    cursor: pointer;
}

.color3 {
    color: #a0a5ae;
}

.fancybox-caption__body {
    color: #FFF;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.no-padding {
    padding: 0;
}

.bg0-hov:hover {
    background-color: var(--blue-500);
}

.bg0-hov:hover span i {
    color: #FFF;
}

.fancybox-button {
    background: var(--blue-500);
}

.fancybox-button svg path {
    color: #FFF;
}

.tzrow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pagination_main {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 20px;
}

.pagination_main .pagination {
    text-align: center;
    display: block;
}

.pagination_main .pagination li {
    display: inline-block;
}

.pagination_main .page-item.active .page-link {
    background-color: var(--blue-500);
    border-color: var(--blue-500);
}

.pagination_main .page-link {
    color: var(--blue-500);
}

.pagination_main .page-link:focus,
.page-link:hover {
    color: var(--blue-500);
}

.pagination_main .cursor_pointer {
    cursor: pointer;
}

.bold {
    font-weight: bold;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #756977;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #9799a2;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #9799a2;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination li {
    padding: 0 10px;
    background-color: #fff;
    border: 1px solid #ddd;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination li a {
    color: var(--blue-500) !important;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination li.active {
    background-color: var(--blue-500);
    border: 1px solid var(--blue-500);
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination li.active a {
    color: #FFF !important;
}

.tzbtn1 {
    border: 2px solid var(--blue-500);
    color: var(--blue-500);
    font-family: 'Museo Sans 900';
    width: 100%;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    padding: 12px 10px;
    font-size: 18px;
    border-radius: 2px;
}

.tzbtn1:hover {
    background: var(--blue-500);
    color: #FFF;
}

.tzbtn2 {
    border: 2px solid var(--blue-500);
    color: var(--blue-500);
    font-family: 'Museo Sans 900';
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    padding: 12px 60px;
    font-size: 18px;
    border-radius: 2px;
}

.tzbtn2:hover {
    background: var(--blue-500);
    color: #FFF;
}

.tzbtn3 {
    background-color: #f8f8f8;
    border: 1px solid #757575;
    color: #746c73;
    font-weight: 600;
    width: 260px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    padding: 12px 10px;
    font-size: 17px;
    background: #F8F8F8;
    margin: 0 auto;
    cursor: pointer;
    border-radius: 2px;
}

.tzbtn3:hover {
    background: var(--blue-500);
    color: #FFF;
    border-color: var(--blue-500);
}

.tzbtn4 {
    color: #FFF;
    font-family: 'Museo Sans 900';
    width: 100%;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    padding: 6px 22px;
    font-size: 14px;
    border-radius: 2px;
    background: var(--blue-500);
    border: 2px solid var(--blue-500);
}

.tzbtn4:hover {
    background: #FFF;
    color: var(--blue-500);
}

.tzbtn5 {
    color: #24305e;
    font-family: 'Museo Sans 900';
    width: 100%;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    padding: 12px 40px;
    font-size: 16px;
    border-radius: 2px;
    letter-spacing: 1px;
    background: #f8e9a1;
}

.tzbtn5:hover {
    background: #FFF;
    color: var(--blue-500);
}

.tzbtn-sm {
    padding: 6px 25px;
    width: auto;
}

.peye {
    position: absolute;
    right: 8px;
    top: 10px;
    color: #333;
    cursor: pointer;
}

.peye i {
    color: #a0a5ae;
    font-size: 18px;
}

.error_msg {
    color: #d31e4a;
}

.success_msg {
    color: green;
}

.simplehide {
    display: none;
}

.simplehide_imp {
    display: none !important;
}

.highlight {
    color: var(--blue-500);
}

/* == input style == */

.group {
    position: relative;
    margin-bottom: 30px;
}

.group input {
    font-size: 16px;
    padding: 10px 10px 6px 10px;
    display: block;
    width: 100%;
    border: none;
    border-radius: 0;
}

.group input:focus {
    outline: none;
}

/* LABEL ======================================= */

.group label {
    color: #333;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 10px;
    top: 9px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

/* active state */

.group input:focus~label,
.group input:valid~label {
    top: -10px;
    font-size: 14px;
    color: #757575;
}

.group.autofocus input~label {
    top: -10px;
    font-size: 14px;
    color: #757575;
}

.group input:focus~span.bar {
    background: transparent;
}

.hidelabel.group input:focus~label,
.hidelabel.group input:valid~label {
    display: none;
}

/* BOTTOM BARS ================================= */

.group .bar {
    position: relative;
    display: block;
    width: 100%;
    background: #757575;
    height: 2px;
}

.group .bar:before {
    content: "";
    height: 2px;
    width: 0;
    bottom: 0px;
    position: absolute;
    background: var(--blue-500);
    box-shadow: 1.4px 1.4px 4px 0 rgba(76, 79, 85, 0.2);
}

.group .bar:before {
    left: 0;
}

/* active state */

.group input:focus~.bar:before,
.group input:focus~.bar:after {
    width: 100%;
}

/* HIGHLIGHTER ================================== */

.group .highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

/* active state */

.group input:focus~.highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */

@-webkit-keyframes inputHighlighter {
    from {
        background: var(--blue-500);
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: var(--blue-500);
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: var(--blue-500);
    }

    to {
        width: 0;
        background: transparent;
    }
}

.modal-backdrop {
    background-color: #000;
}

.modal-backdrop.show {
    opacity: .8;
}

.tzselect2 {
    margin-bottom: 30px;
}

.tzselect2 .select2-container {
    width: 100% !important;
    text-align: left;
}

.tzselect2 .select2-container--default .select2-selection--single {
    border: 0 none;
    border-radius: 0;
    border-bottom: 2px solid #756977;
}

.tzselect2 .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
    line-height: 40px;
    color: #333;
    font-family: 'Museo Sans 500';
}

.tzselect2 .select2-selection__arrow:after {
    display: none;
}

.tzselect2 .select2-container .select2-selection--single {
    height: auto;
}

.tzselect2 .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px;
    top: 18px;
    right: 10px;
}

.tzselect2 .select2-container.select2-container--open .select2-selection--single {
    border-bottom: 2px solid var(--blue-500);
}

.tzselect2 .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow i {
    color: var(--blue-500);
}

.select2-container--open .select2-dropdown {
    border-top: 0 none;
    border-bottom: 1px solid var(--blue-500);
    border-left: 1px solid var(--blue-500);
    border-right: 1px solid var(--blue-500);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f4f4f7;
    color: #333;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #f4f4f7;
    color: #333;
}

.select2-results__option[aria-selected] {
    font-family: 'Museo Sans 500';
}

.group_type2 input {
    padding-left: 35%;
    padding-right: 40px;
    font-weight: 500;
    text-align: right;
    font-family: 'Museo Sans 900';
}

.group_type2 .unit {
    position: absolute;
    right: 0;
    top: 8px;
    font-size: 16px;
    font-family: 'Museo Sans 900';
}

.group.group_type2 input:focus~label,
.group.group_type2 input:valid~label {
    top: 9px;
    font-size: 16px;
    color: #333;
}

.group_type2_1 {
    margin-bottom: 15px;
}

.group.group_type2_1 input {
    font-size: 32px;
    line-height: normal;
    position: relative;
    bottom: 10px;
    padding-left: 0;
    padding-right: 40px;
    font-family: 'Museo Sans 900';
}

.group.group_type2_1 .bar {
    position: relative;
    bottom: 15px;
}

.group.group_type2_1 .unit {
    top: 11px;
    right: 10px;
}

.group_type2_2 {
    margin-bottom: 15px;
}

.group.group_type2_2 input {
    font-size: 32px;
    line-height: normal;
    position: relative;
    bottom: 4px;
    padding-left: 0;
    padding-right: 40px;
    font-family: 'Museo Sans 900';
}

.group.group_type2_2 .bar {
    position: relative;
    bottom: 7px;
}

.group.group_type2_2 .unit {
    top: 16px;
    right: 10px;
}

.group.group_type3 input[value=""]:not(:focus):valid~label {
    top: 9px;
    font-size: 16px;
    color: #333;
}

.group.group_type3 input:not([value=""]):not(:focus):valid~label {
    top: -10px;
    font-size: 14px;
    color: #757575;
}

.group.group_type3.group_type3_1 input {
    font-size: 32px;
    line-height: normal;
    position: relative;
    bottom: 10px;
    padding-left: 0;
    padding-right: 40px;
    font-family: 'Museo Sans 900';
    text-align: right;
}

.group.group_type3.group_type3_1 .unit {
    font-size: 16px;
    font-family: 'Museo Sans 900';
    top: 11px;
    right: 10px;
    position: absolute;
}

.group.group_type3.group_type3_1 .bar {
    position: relative;
    bottom: 15px;
}

.group.group_type3.group_type3_1 {
    margin-bottom: 15px;
}

.radio {
    position: relative;
    cursor: pointer;
    line-height: 20px;
    font-size: 14px;
    margin: 15px;
}

.radio .label {
    position: relative;
    display: block;
    float: left;
    margin-right: 10px;
    width: 18px;
    height: 18px;
    border: 2px solid #c8ccd4;
    border-radius: 100%;
    -webkit-tap-highlight-color: transparent;
}

.radio .label:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: var(--blue-500);
    transform: scale(0);
    transition: all 0.2s ease;
    opacity: 0.08;
    pointer-events: none;
}

.radio:hover .label:after {
    transform: scale(3.6);
}

input[type="radio"]:checked+.label {
    border-color: var(--blue-500);
}

input[type="radio"]:checked+.label:after {
    transform: scale(1);
    transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
    opacity: 1;
}

.cntr {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.hidden {
    display: none;
}

.card {
    border: none;
}

.card::after {
    clear: both;
    display: block;
    content: "";
}

.card .checkbox-container {
    margin: 0 auto;
}

.card .circular-container {
    background-color: #0067FF;
}

.input-title {
    clear: none;
    padding: 0;
    font-size: 16px;
    color: #333;
    font-weight: 300;
    float: left;
    margin-left: 8px;
}

/* Styling Checkbox Starts */

.checkbox-label {
    display: block;
    position: relative;
    margin: auto;
    cursor: pointer;
    font-size: 22px;
    line-height: 24px;
    height: 24px;
    width: 100px;
    clear: both;
    float: left;
}

.checkbox-label .input-title {
    padding-left: 25px;
}

.checkbox-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkbox-label .checkbox-custom {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border-radius: 4px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    border: 1px solid #333;
}

.checkbox-label input:checked~.checkbox-custom {
    background-color: var(--blue-500);
    border-radius: 5px;
    -webkit-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity: 1;
}

.checkbox-label .checkbox-custom::after {
    position: absolute;
    content: "";
    left: 12px;
    top: 12px;
    height: 0px;
    width: 0px;
    border-radius: 5px;
    border: solid #009BFF;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(0deg) scale(0);
    -ms-transform: rotate(0deg) scale(0);
    transform: rotate(0deg) scale(0);
    opacity: 1;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.checkbox-label input:checked~.checkbox-custom::after {
    -webkit-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
    opacity: 1;
    left: 6px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    background-color: transparent;
    border-radius: 0;
}

/* For Ripple Effect */

.checkbox-label .checkbox-custom::before {
    position: absolute;
    content: "";
    left: 10px;
    top: 10px;
    width: 0px;
    height: 0px;
    border-radius: 5px;
    border: 2px solid #FFFFFF;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.checkbox-label input:checked~.checkbox-custom::before {
    left: -3px;
    top: -3px;
    width: 24px;
    height: 24px;
    border-radius: 5px;
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
    opacity: 0;
    z-index: 999;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

/* Style for Circular Checkbox */

.checkbox-label .checkbox-custom.circular {
    border-radius: 50%;
    border: 2px solid #FFFFFF;
}

.checkbox-label input:checked~.checkbox-custom.circular {
    background-color: #FFFFFF;
    border-radius: 50%;
    border: 2px solid #FFFFFF;
}

.checkbox-label input:checked~.checkbox-custom.circular::after {
    border: solid #0067FF;
    border-width: 0 2px 2px 0;
}

.checkbox-label .checkbox-custom.circular::after {
    border-radius: 50%;
}

.checkbox-label .checkbox-custom.circular::before {
    border-radius: 50%;
    border: 2px solid #FFFFFF;
}

.checkbox-label input:checked~.checkbox-custom.circular::before {
    border-radius: 50%;
}

img.lazy {
    background-image: url('../img/loader.gif');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100px;
}

/* == input style == */
.modal-content {
    width: 100%;
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}

@media (min-width: 576px) {
    .modal-dialog-centered {
        min-height: calc(100% - (1.95rem * 2));
    }
}

.modal-sm-2 {
    width: 440px;
    max-width: 100%;
}

.modal-header {
    border-bottom: 0;
}

#WeightNotAddedModal .modal-header {
    display: inline-block;
    border-bottom: 0px;
    padding: 20px 25px;
}

#WeightNotAddedModal .modal-header .close {
    opacity: 1;
}

#WeightNotAddedModal .modal-body {
    padding: 15px 40px 60px 40px;
}

#WeightNotAddedModal .modal-body h4 {
    font-family: 'Museo Sans 900';
    margin-bottom: 40px;
}

#WeightNotAddedModal .modal-body .modal_btn a {
    font-family: 'Museo Sans 500';
    color: #FFF;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 13px 25px;
}

#WeightNotAddedModal .modal-body .modal_btn a:hover {
    color: var(--blue-500);
}

/* ========== common css - end ========== */

/* ========== podcast css - start ========== */
.podcast-image {}

.podcast-image img {
    width: 280px;
    margin: 0px;
    /* box-shadow: 0 2px 7px #dedede; */
    border-radius: 10px;
    max-width: 80%;
}

/* ========== podcast css - end ========== */

/* ========== header css - start ========== */

.header1 .container-menu-header {
    border-bottom: 1px solid #A9D1E7;
    box-shadow: none;
    position: relative;
    top: 0 !important;
}

.header1 {
    height: auto;
    position: relative;
    z-index: 100;
}

.main_menu {
    position: absolute;
    top: 0;
    left: 22%;
}

.main_menu>li a {
    border: none;
    padding: 34px 0 28px 0;
    position: relative;
}

.main_menu>li:hover>a {
    border: none;
}

.main_menu li.active a,
.main_menu li:hover a {
    color: var(--blue-500);
}

.main_menu li.active a::after,
.main_menu li:hover a::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    background: var(--blue-500);
    height: 4px;
    width: 100%;
}

.main_menu>li>.sub_menu {
    top: 101%;
}

.main_menu>li {
    padding-top: 31px;
    padding-bottom: 23px;
    position: relative;
}

.user_menu {
    text-align: center;
    cursor: pointer;
}

.user_menu .img {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 32px;
    width: 32px;
    border-radius: 27px;
    margin: 0 auto;
    background-color: #CCC;
}

.user_menu span {
    float: left;
    width: 100%;
    color: #6d7079;
    font-size: 14px;
    margin-top: 4px;
}

.header-wrapicon1,
.header-wrapicon2 {
    height: auto;
    display: inline-flex;
}

.header-cart {
    top: 66px;
    border-top: 0 none;
    border: 1px solid var(--blue-500);
    width: 183px;
    padding: 0;
    border-radius: 4px;
    box-shadow: 2.8px 2.8px 10px 0 rgba(76, 79, 85, 0.2);
}

.header-cart ul {
    padding: 12px 0;
}

.header-cart ul li {
    padding: 6px 22px;
}

.header-cart ul li a {
    color: #6d7079;
    padding-left: 7px;
}

.header-cart ul li i {
    color: #6d7079
}

.header-cart ul li:hover,
.header-cart ul li.active {
    background: #f2f2f2;
}

.header-cart ul li:hover a,
.header-cart ul li.active a {
    color: var(--blue-500);
}

.header-cart ul li:hover i,
.header-cart ul li.active i {
    color: var(--blue-500);
}

.header-cart ul li.divider {
    /*border-top: 1px solid #d9d9e1;*/
    margin-top: 10px;
    padding-top: 15px;
    position: relative;
}

.header-cart ul li.divider::before {
    content: '';
    position: absolute;
    top: 0;
    height: 1px;
    background: #d9d9e1;
    width: 84%;
    left: 8%;
}

.header_bl_btn {}

.header_bl_btn li {
    display: inline-block;
    margin-left: 25px;
}

.header_bl_btn li a {}

.header_bl_btn li:first-child {
    /*margin-right: 25px;*/
}

.hamburger:hover {
    opacity: 1;
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
    background-color: var(--blue-500);
}

.hamburger-inner::before {
    top: -12px;
}

.hamburger-inner::after {
    content: 'MENU';
    background-color: transparent;
    height: 0px;
    bottom: -5px;
    color: var(--blue-500);
    letter-spacing: 1px;
}

.hamburger.is-active .hamburger-inner::after {
    content: '';
    background-color: var(--blue-500);
    height: 2px;
    bottom: 0px;
    color: var(--blue-500);
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
    height: 2px;
    width: 45px;
}

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

.search_section .open_search_box {
    cursor: pointer;
}

.search_section .open_search_box span {
    text-align: center;
    float: left;
    width: 100%;
    color: #6d7079;
    font-size: 14px;
}

.search_section .open_search_box img {
    width: 25px;
    height: 25px;
    margin-bottom: 7px;
    margin-top: 5px;
}

.search_section .opened_search_box {
    position: relative;
    margin-right: 10px;
}

.search_section .opened_search_box .closeicon {
    position: absolute;
    top: 16px;
    left: 10px;
    line-height: normal;
    padding: 0;
    color: var(--blue-500);
    cursor: pointer;
    width: 20px;
    height: 20px;
}

.search_section .opened_search_box input {
    background-color: #f2f2f2;
    padding: 14px 30px 14px 50px;
}

.search_section .opened_search_box .sicon {
    cursor: pointer;
    right: 0;
    color: var(--blue-500);
    top: 0;
    position: absolute;
    height: 100%;
    padding: 0 10px;
    line-height: 52px;
}

.search_section .opened_search_box {
    position: absolute;
    margin-right: 0;
    bottom: -66px;
    right: 0;
    border-bottom: 1px solid #A9D1E7;
    border-left: 1px solid #A9D1E7;
    border-right: 1px solid #A9D1E7;
}

.search_section .opened_search_box input {
    background-color: #FFF;
}

.autocomplete-suggestions {
    border: 1px solid var(--blue-500);
    background: #FFF;
    overflow: auto;
    padding: 10px 0;
    border-radius: 4px;
    box-shadow: 2.8px 2.8px 10px 0 rgba(76, 79, 85, 0.2);
    z-index: 2147483001 !important;
}

.autocomplete-suggestion {
    padding: 5px 15px;
    white-space: initial;
    overflow: hidden;
    color: #4c4f55;
    cursor: pointer;
    line-height: 20px;
}

.autocomplete-selected {
    background: #f2f2f2;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: var(--blue-500);
}

.autocomplete-group {
    padding: 2px 5px;
}

.autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #000;
}

.header-icons {
    right: 58px;
}

.item-menu-mobile {
    background: #FFF;
}

.side-menu .main-menu>li.active {
    background: #f2f2f2;
}

.side-menu .main-menu>li.active>a {
    color: var(--blue-500);
}

.side-menu .main-menu>li>a {
    color: #333;
    line-height: 3;
}

.side-menu .main-menu>li {
    position: relative;
}

.side-menu .main-menu>li.item-menu-mobile i.arrow-main-menu {
    color: var(--blue-500);
    font-size: 24px;
    top: 0;
}

.side-menu .main-menu .item-menu-mobile.mob_logout {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #f2f2f2;
}

.side-menu .main-menu .item-menu-mobile.mob_logout i {
    color: #4c4f55;
}

.side-menu .main-menu .item-menu-mobile.mob_logout a {}

.side-menu .main-menu>li:after {
    content: '';
    position: absolute;
    height: 1px;
    width: calc(100% - 40px);
    left: 20px;
    background: #d9d9e1;
    bottom: 0;
}

.turn-arrow {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

header.open_menu {
    position: fixed;
    z-index: 2147483001;
    width: 100%;
}

.wrap-side-menu {
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    border-top: 1px solid #ececec;
}

.side-menu .sub-menu {
    background-color: var(--blue-500);
}

.side-menu .sub-menu a {
    color: #a8d0e6;
    line-height: 3.2;
    font-size: 14px;
}

.side-menu .sub-menu li i {
    color: #a8d0e6;
}

.side-menu .sub-menu a:hover {
    color: #a8d0e6 !important;
}

.side-menu .sub-menu>li {
    padding-left: 20px;
    position: relative;
}

.side-menu .sub-menu>li:after {
    content: '';
    position: absolute;
    height: 1px;
    width: calc(100% - 40px);
    left: 20px;
    background: #FFF;
    bottom: 0;
}

.mobile_search {
    background: #f8f8f8;
    border-bottom: 1px solid #d9d9e1;
}

.mobile_search .opened_search_box_mob {
    position: relative;
    margin: 0 20px;
}

.mobile_search .opened_search_box_mob input {
    width: 100%;
    background: transparent;
    padding: 9px 35px 9px 32px;
}

.mobile_search .opened_search_box_mob .icon1 {
    position: absolute;
    color: #6d7079;
    top: 10px;
    font-size: 20px;
    left: 0;
}

.mobile_search .opened_search_box_mob .sicon {
    position: absolute;
    color: var(--blue-500);
    top: 0;
    font-size: 16px;
    right: 0;
    cursor: pointer;
    height: 100%;
    line-height: 42px;
    padding: 0 10px;
}

.sub_menu {
    width: 170px;
    background-color: #FFF;
    border-left: 1px solid #A9D1E7;
    border-right: 1px solid #A9D1E7;
    border-bottom: 1px solid #A9D1E7;
    padding-top: 0;
    padding-bottom: 0;
}

.sub_menu li,
.sub_menu a {
    color: #333;
}

.sub_menu li {
    float: left;
    width: 100%;
    padding: 0;
}

.main_menu li.active .sub_menu li a::after,
.main_menu li:hover .sub_menu li a::after {
    display: none;
}

.sub_menu li:hover {
    background: #f2f2f2;
}

.main_menu>li .sub_menu a {
    padding: 10px;
    float: left;
    width: 100%;
}

/* ========== header css - end ========== */

/* ========== login css - start ========== */

.login_form_main {
    padding: 30px 0 0 0;
    margin-top: 5%;
    border-radius: 4px;
    box-shadow: 1.4px 1.4px 10px 0 rgba(217, 217, 225, 0.3);
}

.login_form_main .sec_title {
    padding: 0 15px;
}

.login_form_main .sec_title h3 {
    font-weight: 600;
    font-family: 'Museo Sans 500';
    color: var(--blue-500);
}

.login_form_main .sec_title .subtitle {
    line-height: 24px;
}

.login_form_main .sec_content {
    padding: 0 15px;
    margin-top: 30px;
}

.login_form_main .sec_footer {
    float: left;
    width: 100%;
    background: #f6f6f5;
    padding: 40px 0;
    margin-top: 30px;
}

.login_form_main .sec_footer h6 {
    font-weight: 600;
    color: var(--blue-500);
    text-align: right;
}

.login_form_main .sec_footer .right {
    text-align: left;
}

.login_form_main .card .checkbox-container {
    margin: 0px auto 20px 10px;
    float: left;
    width: 100%;
}

.login_form_main .card .checkbox-container .checkbox-label {
    width: 100%;
}

.login_form_main .step3 .card .checkbox-container .checkbox-label.agree-checkbox-label {
    margin: 0 auto;
    left: calc(50% - 60px);
    text-align: center;
}

.login_form_main .card .checkbox-container .checkbox-label .input-title {
    font-weight: normal;
}

/* ========== login css - end ========== */

/* ========== sign up css - start ========== */

.signup_form_main {
    padding: 0px 0 30px 0;
    box-shadow: none;
}

.signup_form_main h3.title_top {
    font-weight: normal;
    font-family: 'Museo Sans 500';
    margin-bottom: 5px;
}

.signup_form_main .footer_text_1 {
    color: #4c4f55;
}

.signup_form_main .footer_text_1 a {
    font-weight: 600;
}

.footer_text_2 {
    font-size: 14px;
    color: #6d7079;
}

.footer_text_3 {
    font-size: 16px;
    color: var(--blue-500);
}

.txt_area_1 {
    border-radius: 2px;
    box-shadow: inset 3.5px 3.5px 5px 0 rgba(0, 0, 0, 0.1);
    background-color: #f4f4f7;
    border: none;
    width: 100%;
    padding: 15px;
}

.signup_form_main .sec_content {
    margin-top: 30px;
}

.signup_form_main .step2 .ul1 {
    text-align: left;
    float: left;
    width: 100%;
}

.signup_form_main .step2 .ul1 li {
    display: inline-block;
    float: left;
}

.signup_form_main .step2 .ul1 li:first-child {
    width: 115px;
    text-align: center;
}

.signup_form_main .step2 .ul1 li:first-child .price {
    position: relative;
    color: var(--blue-500);
    font-family: 'Museo Sans 900';
    font-size: 3.8rem;
    line-height: normal;
    z-index: 1;
}

.signup_form_main .step2 .ul1 li:first-child .price i {
    color: var(--blue-500);
    z-index: 1;
    position: relative;
}

.signup_form_main .step2 .ul1 li:first-child .price_subtitle {
    color: var(--blue-500);
    font-size: 16px;
    line-height: normal;
    position: relative;
    bottom: 20px;
    background: #f8e9a1;
    padding: 8px 0 2px 14px;
    z-index: 0;
}

.signup_form_main .step2 .ul1 li:last-child {
    width: calc(100% - 115px);
    padding-left: 25px;
}

.signup_form_main .step2 .ul2 {
    text-align: left;
    float: left;
    width: 100%;
    margin-top: 5px;
    margin-left: 100px;
    padding-right: 100px;
}

.signup_form_main .step2 .ul2 li {
    width: 100%;
    float: left;
    margin-bottom: 7px;
}

.signup_form_main .step2 .ul2 li img {
    width: 20px;
    float: left;
    margin-top: 2px;
    background: #22a573;
    border-radius: 15px;
    padding: 4px;
}

.signup_form_main .step2 .ul2 li p {
    padding-left: 40px;
    font-size: 14px;
}

.after_signup_step {
    margin-bottom: 40px;
    margin-top: 25px;
}

.after_signup_step ul li {
    display: inline-block;
    position: relative;
    margin-right: 25px;
}

.after_signup_step ul li span {
    width: 28px;
    height: 28px;
    float: left;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    font-weight: 600;
    color: var(--blue-500);
    border-radius: 28px;
    border: solid 1px var(--blue-500);
    cursor: pointer;
}

.after_signup_step ul li.active span {
    background-color: #a8d0e6;
    border-color: #a8d0e6;
}

.after_signup_step ul li.done.active span {
    border: solid 1px var(--blue-500);
}

.after_signup_step ul li::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 1px;
    background: var(--blue-500);
    left: 32px;
    right: auto;
    top: 14px;
}

.after_signup_step ul li:last-child {
    margin-right: 0;
}

.after_signup_step ul li:last-child::after {
    display: none;
}

.after_signup_step ul li.done span {
    background: var(--blue-500);
}

.after_signup_step ul li.done span i {
    color: #FFF;
}

.welcome_video {
    padding-top: 0;
    margin-top: 0%;
}

.welcome_video .sec_content {
    padding: 0;
    margin: 0;
}

.welcome_video .sec_footer {
    padding: 30px;
    margin-top: 0;
    background: #FFF;
}

.welcome_video .sec_footer .left {
    text-align: left;
}

.welcome_video .sec_footer .left h5 {
    font-family: 'Museo Sans 900';
    font-size: 28px;
    margin-bottom: 5px;
}

.welcome_video .sec_footer .right {
    text-align: center;
}

.welcome_video .sec_footer .tzbtn2 {
    font-size: 16px;
    padding: 12px 35px;
}

.alert-white {
    color: var(--blue-500);
    background-color: #FFF;
    border-color: var(--blue-500);
}

.hearabout {
    text-align: left;
    margin-bottom: 30px;
}

.hearabout label.radio {
    margin-right: 10px;
    margin-left: 0;
    margin-bottom: 5px;
}

.hearabout .txt_area_1 {
    margin-top: 15px;
    resize: none;
}

.height_mea {
    text-align: left;
}

.height_mea label.radio {
    margin-left: 0;
    margin-top: 0
}

/* For new design */

.signup_header {
    float: left;
    width: 100%;
    background: #f4f4f7;
    padding: 2.8rem;
}

.signup_header h1 {
    color: var(--blue-500);
    font-family: 'Museo Sans 900';
    font-size: 2.8rem;
    line-height: 54px;
}

.signup_header h4 {
    font-family: 'Museo Sans 900';
    font-size: 1.4rem;
    line-height: 28px;
    margin-top: 8px;
}

.signup_form_main .sec_title h3 {
    font-size: 2rem;
}

.signup_form_main .tzbtn3 {
    border: solid 2px var(--blue-500);
    background-color: #f4f4f7;
    color: var(--blue-500);
    font-family: 'Museo Sans 500';
    letter-spacing: 0.5px;
    text-align: center;
}

.signup_form_main .step1 .tzbtn3 {
    width: 280px;
}

.signup_form_main .tzbtn3:hover {
    background-color: var(--blue-500);
    color: #FFF;
}

.signup_form_main .tzbtn3.allFieldValid {
    background-color: var(--blue-500);
    color: #FFF;
    border-color: var(--blue-500);
}

.signup_form_main .step3 .sec_title .subtitle {
    padding-right: 95px;
    font-family: 'Museo Sans 500';
}

.signup_form_main .step3 .confirming_text {
    padding: 0 135px;
}

.signup_form_main .step3 .confirming_text a {
    border-bottom: 1px solid;
}

.signup_form_main .iwlplans {
    margin-bottom: 60px;
    float: left;
    width: 100%;
}

.signup_form_main .iwlplans .iwlplan {
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    float: left;
    width: 100%;
}

.signup_form_main .iwlplans .iwlplan.activeplan_main {
    border: 2px solid var(--blue-500);
}

.signup_form_main .iwlplans .iwlplan.activeplan_main .content {
    padding: 18px 18px 22px 18px;
}

.signup_form_main .iwlplans .iwlplan .head {
    background: var(--blue-500);
    color: #FFF;
    font-family: 'Museo Sans 900';
    font-size: 1.5rem;
    padding: 8px 30px;
}

.signup_form_main .iwlplans .iwlplan.activeplan_main .head {
    padding: 6px 28px 8px 28px;
}

.signup_form_main .iwlplans .iwlplan .content {
    padding: 20px 20px 24px 20px;
    float: left;
    width: 100%;
}

.signup_form_main .iwlplans .iwlplan .content .plusimg {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 7px;
}

.signup_form_main .iwlplans .iwlplan .content .plusimg i {
    color: var(--blue-500);
    font-size: 22px;
}

.signup_form_main .iwlplans .iwlplan .content>p {
    color: #757575;
    font-family: 'Museo Sans 500';
    padding-bottom: 15px;
}

.signup_form_main .iwlplans .iwlplan .content ul {
    padding-left: 28px;
    padding-bottom: 28px;
}

.signup_form_main .iwlplans .iwlplan .content ul li {
    color: #757575;
    font-family: 'Museo Sans 500';
    margin-bottom: 7px;
    list-style: disc;
}

.signup_form_main .iwlplans .iwlplan .plan_btns {
    display: inline-block;
    width: 100%;
}

.signup_form_main .iwlplans .iwlplan.simpleplan .plan_btns {
    margin-top: 64px;
}

.signup_form_main .iwlplans .iwlplan.plusplan .plan_btns {
    margin-top: 55px;
}

.signup_form_main .iwlplans .iwlplan .plan_btns button {
    width: 48%;
    background: #FFF;
    position: relative;
    padding: 10px;
    font-family: 'Museo Sans 900';
    font-weight: normal;
}

.signup_form_main .iwlplans .iwlplan .plan_btns button:hover,
.signup_form_main .iwlplans .iwlplan .plan_btns button.activeplan {
    background: var(--blue-500);
    color: #FFF;
}

.signup_form_main .iwlplans .iwlplan .plan_btns button span {
    font-family: 'Museo Sans 500';
    background: var(--blue-500);
    color: #FFF;
    position: absolute;
    top: -27px;
    right: -2px;
    font-size: 14px;
    padding: 3px 10px;
}

.signup_form_main .iwlplans .iwlplan .plan_btns button:nth-child(1) {
    float: left;
}

.signup_form_main .iwlplans .iwlplan .plan_btns button:nth-child(2) {
    float: right;
}

.signup_form_main .iwlplans .iwlplan .plan_desc {
    width: 100%;
    float: left;
    margin-top: 15px;
}

.signup_form_main .iwlplans .iwlplan .plan_desc p {
    font-size: 12px;
    margin-bottom: 5px;
    line-height: 18px;
}

.signup_form_main .iwlplans .iwlplan .plan_msg {
    width: 100%;
    float: left;
}

.signup_form_main .iwlplans .plan_msg {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 40px;
}

.signup_form_main .iwlplans .plan_msg h3 {
    font-family: 'Museo Sans 900';
    color: var(--blue-500);
    font-size: 1.5rem;
}

.signup_form_main .iwlplans .plan_msg p {
    font-family: 'Museo Sans 500';
    font-size: 20px;
}

.signup_form_main .iwlplans .plan_msg p.first-p {
    margin-bottom: 20px;
}

.signup_form_main .iwlplans .plan_msg p.second-p {
    line-height: 30px;
}

.signup_form_main .sec_title h3.title_signup {
    font-size: 2.5rem;
    font-family: 'Museo Sans 900';
}

/* ========== sign up css - end ========== */

/* ===================== subscription page ===================== */

.title1 {
    position: relative;
    margin-bottom: 40px;
    font-family: 'Museo Sans 500';
}

.title1::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    border-top: 3px solid black;
    z-index: 0;
    width: 55px;
}

.prevmea_btn button {
    padding: 0 14px;
    font-size: 13px !important;
    margin-left: 5px;
    height: 36px;
}

.subscription .entry-content p {
    font-weight: bold;
    text-align: center;
}

.subscription .entry-content .cancel_plan {
    padding: 6px 20px;
    font-size: 14px;
}

.subscription .entry-content .reactive_plan {
    padding: 6px 20px;
    font-size: 14px;
}

.subscription .entry-content .past_due_cancel_btn .reactive_plan,
.subscription .entry-content .past_due_cancel_btn .cancel_plan {
    width: 210px;
}

.subscription .entry-content .changecard_plan {
    padding: 6px 20px;
    font-size: 14px;
}

.plan-inner {
    background: #fff;
    margin: 0 auto;
    min-width: 280px;
    max-width: 100%;
    position: relative;
}

.subscription .plan-inner {
    border: 1px solid #009AC8;
    padding: 15px;
    float: left;
    width: 100%;
}

.subscription div.table-responsive>div.dataTables_wrapper>div.row {
    width: 100%;
}

.subscription .row .col-sm-6 .dataTables_length {
    float: left;
}

.subscription .row .col-sm-6 .dataTables_filter {
    float: right;
}

.subscription .row .col-sm-6 .dataTables_filter input {
    border: 1px solid rgba(0, 0, 0, .15) !important;
}

.subscription .table thead th {
    font-size: 14px;
}

.subscription .table tbody td {
    font-size: 14px;
}

.subscription div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    float: right;
}

.subscription div.dataTables_wrapper div.dataTables_paginate ul.pagination li {
    margin-left: 10px;
}

.subscription div.dataTables_wrapper div.dataTables_paginate ul.pagination li a {
    color: #666666;
}

.subscription .plans .plan {
    margin: 0 1% 10px 1%;
}

.payment_detail {
    border: 1px solid #222;
    border-radius: 5px;
}

.subscription .payment_detail .payment_detail_header .text-title-1 {
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
}

.subscription .payment_detail .payment_detail_header .text-title-2 {
    font-size: 1.0rem;
    margin-top: 3px;
    font-family: 'Museo Sans 500';
}

.payment_detail .payment_detail_header {
    background: #222;
    color: #FFF;
    padding: 5px 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.subscription .payment_detail .payment_detail_header {
    padding: 8px 0;
}

.subscription .payment_detail {
    float: left;
    width: 100%;
}

.subscription .payment_detail .payment_detail_content {
    float: left;
    width: 100%;
    padding: 20px;
}

.subscription .payment_detail .payment_detail_content span.gst_extra_msg {
    font-size: 13px;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.subscription .payment_detail .payment_detail_content .footer_btns {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.subscription .payment_detail .payment_detail_content .footer_btns .signup_now {
    height: 41px;
    float: left;
    width: 150px;
    margin-top: 10px;
    font-size: 14px;
}

.subscription .payment_detail .payment_detail_content .footer_btns .signup_now_wait {
    height: 41px;
    float: left;
    width: 150px;
    margin-top: 10px;
    display: none;
}

.subscription .payment_detail .payment_detail_content .footer_btns .secure_text_2 {
    float: right;
}

.subscription .payment_detail .payment_detail_content .footer_btns .secure_text_2 img {
    width: 150px
}

.subscription .title1 {
    float: left;
}

.subscription .update_card {}

.subscription .update_card .update_card_btn {
    background: #009AC8;
    color: #FFF;
    width: 210px;
    margin: 20px auto 0 auto;
    padding: 5px 0;
    border-radius: 20px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 14px;
    float: left;
}

.subscription .payment_detail .payment_detail_content label.pointer {
    width: 50%;
    float: left;
}

.subscription .update_card .update_card_btn.floatnone {
    float: none;
}

.subscription .update_subscription .update_sub_btn {
    background: #009AC8;
    color: #FFF;
    width: 210px;
    margin: 20px auto 0 auto;
    padding: 5px 0;
    border-radius: 20px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 14px;
    float: right;
}

.subscription .update_card_details_btn {
    width: 200px;
    margin: 30px auto 0 auto;
    padding: 10px;
    cursor: pointer;
}

.entry-title {
    background: #2CC4E3;
    height: 110px;
    position: relative;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}

.entry-title>h3 {
    background: #009AC8;
    font-size: 20px;
    padding: 5px 0;
    font-weight: 700;
    margin: 0;
}

.entry-title .price {
    position: absolute;
    bottom: -25px;
    background: #009AC8;
    height: 95px;
    width: 95px;
    margin: 0 auto;
    left: 0;
    right: 0;
    overflow: hidden;
    border-radius: 50px;
    border: 5px solid #fff;
    line-height: 80px;
    font-size: 26px;
    font-weight: 700;
    color: #FFF;
}

.price span {
    position: absolute;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: #FFF;
    width: 100%;
    left: 0;
}

.price span.span1 {
    top: -21px;
    /*left: 20px;*/
}

.price span.span2 {
    bottom: -16px;
    /*left: 20px;*/
}

.entry-content {
    color: #323232;
}

.entry-content p {
    color: #565656;
}

.tzselect {
    background: transparent;
    box-shadow: none;
    border: none;
}

.size15 {
    width: 100%;
    height: 40px;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    right: 0 !important;
    content: "" !important;
}

table.dataTable thead th.sorting:after,
table.dataTable thead th.sorting_asc:after,
table.dataTable thead th.sorting_desc:after {
    position: absolute !important;
    top: 12px !important;
    right: 8px !important;
    display: block !important;
    font-family: FontAwesome !important;
}

table.dataTable thead th.sorting_asc:after {
    content: "\f0de" !important;
}

#PlanInfoModal .signup_form_main {
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
}

#PlanInfoModal .signup_form_main .iwlplans {
    margin-bottom: 30px;
}

#updatesubModal .signup_form_main .iwlplans .iwlplan .content p {
    font-weight: normal;
    text-align: left;
}

#updatesubModal .signup_form_main {
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
}

#updatesubModal .signup_form_main .iwlplans {
    margin-bottom: 30px;
}

.subscription .signup_form_main .iwlplans .iwlplan .content ul {
    padding-bottom: 15px;
}

.subscription .signup_form_main .iwlplans .iwlplan .content .plusimg {
    margin-bottom: 20px;
    margin-top: 7px;
}

.subscription .signup_form_main .iwlplans .iwlplan {
    height: 100%;
}

.subscription .signup_form_main .iwlplans .iwlplan.simpleplan .plan_btns {
    margin-top: 90px;
}

.subscription .signup_form_main .iwlplans .plan_wait_simple_msg,
.subscription .signup_form_main .iwlplans .plan_wait_plus_msg {
    margin-top: 10px;
}

.subscription .view_more {
    margin-right: 5px;
    background: #212529;
    padding: 4px 8px;
    border-radius: 5px;
    margin-bottom: 5px;
}

.subscription .view_more i {
    color: #FFF;
}

.subscription #InvoiceMoreModal .modal-title {
    float: left;
}

.subscription #InvoiceMoreModal .modal-header {
    display: inline-block;
}

.subscription #InvoiceMoreModal .modal-lg {
    max-width: 991px;
}

.subscription #InvoiceMoreModal tr td,
.subscription #InvoiceMoreModal tr th {
    font-size: 14px;
}

/* ===================== subscription page ===================== */

/* ========== Dashboard css - start ========== */

.tzbox {
    border-radius: 4px;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.02);
    background-color: #ffffff;
    padding: 0px 15px 15px 15px;
    width: 100%;
    height: 100%;
    float: left;
}

.tzbox .head {
    border-bottom: 1px solid #d9d9e1;
    width: 100%;
    float: left;
    height: 52px;
}

.tzbox .head h4 {
    color: var(--blue-500);
    /*padding-bottom: 12px;*/
    font-size: 1.0rem;
    font-family: 'Museo Sans 900';
    line-height: 52px;
}

.tzbox .content {
    margin-top: 20px;
    width: 100%;
    float: left;
}

.custom_padding {
    padding: 0 7px;
    margin-bottom: 14px;
}

.c100>span {
    white-space: normal;
    width: 80%;
    left: auto;
    line-height: 16px;
    font-size: 14px;
    top: auto;
    color: #4c4f55;
    position: relative;
}

.c100>span strong {
    font-size: 24px;
    letter-spacing: 0.5px;
    width: 100%;
    float: left;
    margin: 10px 0 7px 0;
    text-align: center;
    text-transform: uppercase;
}

.c100>span strong span {
    font-size: 17px;
}

.c100>span strong i.fa {
    font-size: 12px;
    vertical-align: middle;
    position: relative;
    bottom: 2px;
}

.c100:after {
    top: 0.05em;
    left: 0.05em;
    width: 0.9em;
    height: 0.9em;
}

.week_focus {
    width: 100%;
    float: left;
    padding-right: 58px;
    padding-left: 52px;
    margin-top: 50px;
    position: relative;
}

.week_focus .head h4 {
    float: left;
}

.week_focus .head p {
    float: right;
}

.week_focus .head p:focus {
    outline: 0 none;
}

.week_focus .head p i {
    color: var(--blue-500);
    font-size: 28px;
    margin-top: 15px;
    cursor: pointer;
}

.week_focus .content {
    float: left;
    width: 100%;
}

.week_focus .content #week_goal_text {
    min-height: 150px;
    width: 100%;
    resize: none;
    padding-top: 0px;
    border: 0 none;
    font-family: 'Museo Sans 900';
    font-size: 2rem;
    color: var(--blue-500);
}

.week_focus .content .goal_text_count {
    color: #6d7079;
    font-size: 12px;
    float: right;
    visibility: hidden;
    padding-right: 5px;
}

.week_focus .content .goal_text_count.red {
    color: #b81237;
}

/* ========== Daily Progress new - start ========== */

.daily_progress_new {}

.daily_progress_new .tzbox {
    position: relative;
    padding: 0px 0px 0px 0px;
}

.daily_progress_new .tzbox .head {
    display: flex;
    padding: 0 15px;
}

.daily_progress_new .content .leave-comment .horizontal-scrollable {
    padding: 0 15px;
}

.daily_progress_new .content .overlay {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    text-align: center;
    display: none;
}

.daily_progress_new .head .left {
    float: left;
    justify-content: flex-start;
    flex: 1;
    display: flex;
    align-items: center;
}

.daily_progress_new .head .left span {
    font-size: 12px;
    font-family: 'Museo Sans 900';
    letter-spacing: 0.2px;
}

.daily_progress_new .head .center {
    justify-content: center;
    flex: 1;
    display: flex;
    align-items: center;
}

.daily_progress_new .head .center ul {}

.daily_progress_new .head .center ul li {
    float: left;
    letter-spacing: 0.2px;
}

.daily_progress_new .head .center ul li img {
    display: none;
    width: 8px;
}

.daily_progress_new .head .center ul li img.activenow {
    display: block;
    cursor: pointer;
}

.daily_progress_new .head .center ul li.prev_date {
    float: left;
    padding: 4px 8px;
}

.daily_progress_new .head .center ul li.next_date {
    float: right;
    padding: 4px 8px;
}

.daily_progress_new .head .right {
    float: right;
    line-height: 51px;
    justify-content: flex-end;
    flex: 1;
    display: flex;
    align-items: center;
}

.daily_progress_new .head .right a {
    color: #333;
}

.daily_progress_new .head .right a i {
    color: var(--blue-500);
}

.daily_progress_new .content {
    position: relative;
}

.daily_progress_new .content .item_head {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.daily_progress_new .content .item_head .left {
    float: left;
    width: 80%;
}

.daily_progress_new .content .item_head .left img {
    width: 22px;
    float: left;
    margin-right: 5px;
}

.daily_progress_new .content .item_head .left p {
    font-family: 'Museo Sans 900';
    color: #4c4f55;
}

.daily_progress_new .content .item_head .left p span {
    color: #565960;
    margin-left: 5px;
}

.daily_progress_new .content .item_head .right {
    float: right;
    width: 20%;
    text-align: right;
}

.daily_progress_new .content .item_head .right i {
    color: var(--blue-500);
    font-size: 22px;
}

.daily_progress_new .content .clist {
    float: left;
    width: 100%;
    position: relative;
    height: auto;
}

.daily_progress_new .content .clist .item_list_main {
    float: left;
    width: 100%;
}

.daily_progress_new .content .clist .item_list_main input[type='checkbox'] {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.daily_progress_new .content .clist .item_list {
    width: 100%;
    background: #f4f4f7;
    float: left;
    padding: 18px 15px;
}

.daily_progress_new .content .clist .item_list_main label.item_list .icon_left {
    float: left;
    margin-right: 12px;
    width: 22px;
}

.daily_progress_new .content .clist .item_list_main label.item_list span {
    float: left;
    width: 86%;
    padding-right: 10px;
    line-height: 20px;
    font-size: 16px;
}

.daily_progress_new .content .clist .item_list_main label.item_list .icon_right {
    float: right;
    width: 20px;
}

.daily_progress_new .content .clist .item_list_main label.item_list .icon_right.checked {
    display: none;
}

.daily_progress_new .content .clist .item_list_main input[type='checkbox']:checked+label.item_list .icon_right.checked {
    display: block;
    width: 25px;
}

.daily_progress_new .content .clist .item_list_main input[type='checkbox']:checked+label.item_list .icon_right.unchecked {
    display: none;
}

.daily_progress_new .content .clist .item_list_main input[type='checkbox']:checked+label.item_list {}

.daily_progress_new .content .clist .item_list_main input[type='checkbox']:checked+label.item_list span {
    padding-top: 2px;
}

.daily_progress_new .content .clist .item_list:hover {
    cursor: pointer;
}

.daily_progress_new .dpfooter_btn {
    margin: 20px auto 0 auto;
    float: left;
    width: 100%;
}

.daily_progress_new .content .footer_main {
    float: left;
    width: 100%;
    margin-top: 50px;
}

.daily_progress_new .content .footer_1 {
    position: absolute;
    bottom: 0;
    width: calc(100% - 30px);
    left: auto;
    background: var(--blue-500);
    color: #FFF;
    border-radius: 5px;
}

.daily_progress_new .content .footer_1 a {
    font-family: 'Museo Sans 900';
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    color: #FFF;
    width: 100%;
    float: left;
    text-align: center;
    padding: 8px;
}

.daily_progress_new .content .footer_1 a img {}

.daily_progress_new .content .footer_2 {
    position: absolute;
    bottom: 65px;
}

.daily_progress_new .content .footer_2.no_footer_1 {
    bottom: 7px;
}

.daily_progress_new .content .footer_2 a {
    font-family: 'Museo Sans 900';
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}

.daily_progress_new .content .footer_2 a img {
    width: 11px;
    position: relative;
    bottom: 2px;
    left: 2px;
}

.dashboard .daily_progress_new .content .clist .item_list_main.nodisplay {
    display: none;
}

.dashboard .daily_progress_new .content .dbtn {
    margin-top: 30px;
}

.dashboard .daily_progress_new .tzbtn1 {
    font-size: 16px;
    width: calc(33.33% - 30px);
}

.dashboard .daily_progress_new .footer_main .footer_1_3 {
    position: absolute;
    bottom: 0;
}

/* ========== Daily Progress new - start ========== */

.mea_modal {}

.mea_modal .modal-lg {
    max-width: 720px;
}

.mea_modal .modal-header {
    background-color: #f1f6f8;
}

.mea_modal .modal-header h4 {
    color: var(--blue-500);
    font-family: 'Museo Sans 900';
    float: left;
}

.mea_modal .modal-header a {
    font-family: 'Museo Sans 900';
    float: right;
    padding-top: 5px;
}

.mea_modal .modal-header i {
    color: var(--blue-500);
}

.mea_modal .modal-header {
    border-bottom: 0;
    display: block;
    padding: 40px 60px;
    position: relative;
}

.mea_modal .modal-header button.close {
    float: right;
    opacity: 1;
    position: absolute;
    right: 15px;
    top: 15px;
}

.mea_modal .modal-header button.close i {
    color: var(--blue-500);
}

.mea_modal .modal-footer {
    border-top: 0;
    padding-bottom: 40px;
}

.mea_modal .modal-body {
    padding: 60px 60px 30px 60px;
}

.mea_modal .modal-content label {
    font-family: 'Museo Sans 900';
}

.mea_modal .modal-content .group_type2_1 label {
    left: 0;
}

.mea_modal .modal-content .group_type2_1 input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #d9d9e1;
}

.mea_modal .modal-content .group_type2_1 input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #d9d9e1;
}

.mea_modal .modal-content .group_type2_1 input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #d9d9e1;
}

.mea_modal .modal-content .group.group_type2_1 input {
    font-family: 'Museo Sans 500';
}

.mea_modal .modal-content .cntr {
    position: relative;
    text-align: left;
}

.mea_modal .modal-content .cntr label {
    font-family: 'Museo Sans 500';
}

.mea_modal .modal-content .cntr .radio {
    margin: 0px 15px 15px 0px;
}

#editModal .modal-header h4 {
    line-height: 28px;
}

#editModal .modal-header h4 small {
    color: var(--blue-500);
    font-family: 'Museo Sans 500';
    font-size: 16px;
}

.charts .chart_canvas {
    width: 100%;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    opacity: 0;
}

.charts .chart_canvas {
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
}

.charts .chart_canvas::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
    width: 0;
    height: 0;
}

.main_scroll {
    width: 100%;
    float: left;
    background: #f4f4f7;
    height: 10px;
    position: relative;
    border-radius: 4.5px;

}

.main_scroll .sub_scroll {
    background: #a0a5ae;
    /*width: 101px;*/
    height: 8px;
    top: 1px;
    position: absolute;
    left: 0;
    border-radius: 4.5px;
    cursor: grab;
}

.charts .main_scroll {
    margin-top: 20px;
    margin-bottom: 20px;
}

.charts .chart_canvas canvas {
    width: 100% !important;
    /*padding-bottom: 20px;*/
}

.charts .chart_canvas_main {
    position: relative;
}

.charts .chart_canvas_main #time_chart_copy {
    position: absolute;
    left: 0px;
    top: 0px;
    pointer-events: none;
    background: rgb(255, 255, 255);
}

.charts .chart_canvas canvas.scroll {
    width: 550px !important;
}

.charts .chart_canvas_footer {
    width: 100%;
}

.charts .chart_canvas_footer .fromto {
    text-align: center;
    color: var(--blue-500);
    font-family: 'Museo Sans 900';
    margin-top: 10px;
    font-size: 13px;
}

.charts .chart_canvas_footer ul {
    text-align: center;
    margin-top: 8px;
}

.charts .chart_canvas_footer ul li {
    cursor: pointer;
    display: inline-block;
    color: #757575;
    font-family: 'Museo Sans 900';
    font-size: 14px;
    padding: 3px 20px;
}

.charts .chart_canvas_footer ul li.active {
    color: #FFF;
    background: var(--blue-500);
    border-radius: 20px;
}

.charts .tzbox .head h4 {
    float: left;
}

.charts .tzbox .head .legend {
    float: right;
    display: flex;
    margin-top: 12px;
}

.charts .tzbox .head .legend .text {
    color: #757575;
    font-size: 12px;
    margin-top: 5px;
}

.charts .tzbox .head .legend .plan .design {
    width: 40px;
    height: 15px;
    background-color: rgba(55, 71, 133, 0.2);
    border-top: 1px solid var(--blue-500);
    margin: 0 auto;
}

.charts .tzbox .head .legend .progress_line .design {
    height: 3px;
    background: #00a23a;
    margin: 5px auto 5px auto;
    width: 40px;
    position: relative;
}

.charts .tzbox .head .legend .progress_line {
    margin-left: 10px;
}

.charts .tzbox .head .legend .progress_line .design:before {
    width: 10px;
    height: 10px;
    border: solid 2px #00a23a;
    background-color: #00a23a;
    content: '';
    position: absolute;
    left: calc(50% - 5px);
    border-radius: 10px;
    top: -3.5px;
}

.general_message_btn {
    position: fixed;
    top: calc(50% - 23px);
    background: #FFF;
    z-index: 10;
    border: 1px solid var(--blue-500);
    padding: 10px;
}

.general_message_btn i {
    color: var(--blue-500);
}

.general_message_btn:hover {
    cursor: pointer;
    background: var(--blue-500);
    border-color: var(--blue-500);
}

.general_message_btn:hover i {
    color: #FFF;
}

.general_message {
    position: absolute;
    min-height: calc(100vh - 200px);
    top: 100px;
    background: #f5f9fa;
    width: 90%;
    z-index: 10;
    border: 2px solid #CCC;
    padding: 15px;
}

.general_message .general_message_sub {
    padding: 15px;
}

.general_message .general_message_sub .main_title {
    font-family: 'Museo Sans 900';
    font-size: 1.8rem;
    border-bottom: 2px solid var(--blue-500);
    padding: 0px 10px 15px 10px;
}

.general_message .general_message_sub .head {
    border-bottom: 2px solid var(--blue-500);
    padding: 0px 10px 20px 30px;
}

.general_message .general_message_sub .tzborder {
    border-right: 2px solid #333;
}

.general_message .general_message_sub .close_btn {
    right: 10px;
    position: absolute;
    top: 10px;
    cursor: pointer;
    z-index: 10;
}

.general_message .general_message_sub .close_btn i {
    color: var(--blue-500);
    font-size: 24px;
}

.general_message .general_message_sub .content {
    padding: 30px 30px 15px 30px;
}

.general_message .general_message_sub .content h4 {
    margin-top: 0px;
    margin-bottom: 15px;
}

.general_message .general_message_sub .content h5 {
    margin-bottom: 15px;
    font-size: 1rem;
}

.general_message .general_message_sub p {
    letter-spacing: 1px;
    line-height: 24px;
}

.general_message .general_message_sub .img {}

.general_message .general_message_sub .img li:first-child {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 40px;
    width: 40px;
    border-radius: 50px;
}

.general_message .general_message_sub .img {
    margin: 15px 0 20px 0;
}

.general_message .general_message_sub .img li {
    display: inline-block;
    vertical-align: middle;
}

#addModal button.tzbtn3.active {
    background: var(--blue-500);
    color: #FFF;
    border-color: var(--blue-500);
}

#editModal button.tzbtn3.active {
    background: var(--blue-500);
    color: #FFF;
    border-color: var(--blue-500);
}

.dashboard .waist_info {
    position: absolute;
    top: 0;
    left: 60px;
    z-index: 100;
}

.dashboard .waist_info:focus {
    outline: 0;
}

.dashboard .waist_info i {
    cursor: pointer;
}

.popover {
    z-index: 1360;
    padding: 0;
}

.popover-body {
    color: #FFF;
    background: #333;
    font-family: 'Museo Sans 500';
    letter-spacing: 0.5px;
}

.popover-body p {
    color: #FFF;
    background: #333;
    font-family: 'Museo Sans 500';
    letter-spacing: 0.5px;
    line-height: 1.5;
    font-size: .875rem;
    margin-bottom: 10px;
}

.popover.bs-popover-auto[x-placement^=right] .arrow::before,
.popover.bs-popover-right .arrow::before {
    border-right-color: #333;
}

.popover.bs-popover-auto[x-placement^=right] .arrow::after,
.popover.bs-popover-right .arrow::after {
    border-right-color: #333;
}

.popover.bs-popover-auto[x-placement^=left] .arrow::before,
.popover.bs-popover-left .arrow::before {
    border-left-color: #333;
}

.popover.bs-popover-auto[x-placement^=left] .arrow::after,
.popover.bs-popover-left .arrow::after {
    border-left-color: #333;
}

.popover.bs-popover-auto[x-placement^=top] .arrow::before,
.popover.bs-popover-top .arrow::before {
    border-top-color: #333;
}

.popover.bs-popover-auto[x-placement^=top] .arrow::after,
.popover.bs-popover-top .arrow::after {
    border-top-color: #333;
}

.popover.bs-popover-auto[x-placement^=bottom] .arrow::before,
.popover.bs-popover-bottom .arrow::before {
    border-bottom-color: #333;
}

.popover.bs-popover-auto[x-placement^=bottom] .arrow::after,
.popover.bs-popover-bottom .arrow::after {
    border-bottom-color: #333;
}

#WeekSummaryModal {
    z-index: 99995;
}

#WeekSummaryModal .modal-header {
    display: inline-block;
    border-bottom: 0px;
    padding: 20px 25px;
}

#WeekSummaryModal .modal-header .close {
    opacity: 1;
}

#WeekSummaryModal .modal-header p {
    text-align: center;
    width: 100%;
    font-family: 'Museo Sans 500';
    color: #565656;
}

#WeekSummaryModal .modal-body {
    padding: 15px 40px 60px 40px;
}

#WeekSummaryModal .modal-body h4 {
    font-family: 'Museo Sans 900';
}

#WeekSummaryModal .modal-body p {
    margin: 10px 0 40px 0;
}

#WeekSummaryModal .modal-body .modal_btn {}

#WeekSummaryModal .modal-body .modal_btn a {
    font-family: 'Museo Sans 500';
    color: #FFF;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 13px 25px;
}

#WeekSummaryModal .modal-body .modal_btn a:hover {
    color: var(--blue-500);
}

#AfterReachGoalModal .modal-dialog {
    max-width: 550px;
}

#AfterReachGoalModal .modal-header {
    display: inline-block;
    border-bottom: 0px;
}

#AfterReachGoalModal .modal-header .close {
    opacity: 1;
}

#AfterReachGoalModal .modal-content {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    width: 100%;
}

#AfterReachGoalModal .modal-header {
    text-align: center;
    width: 100%;
}

#AfterReachGoalModal .modal-title {
    margin-top: 20px;
}

#AfterReachGoalModal .modal-footer {
    border-top: 0;
    padding: 0;
}

#AfterReachGoalModal .step1.modal-content {
    background-image: linear-gradient(to bottom, #a8d0e6 14%, #369dd5);
    color: white;
}

#AfterReachGoalModal .step1 .modal-title {
    font-family: 'Museo Sans 900';
    text-transform: uppercase;
    color: white;
    text-shadow: 1px 1px 1px rgba(55, 71, 133, 0.2);
}

#AfterReachGoalModal .step1 .modal-header p {
    font-family: 'Museo Sans 500';
    color: white;
}

#AfterReachGoalModal .step1 .modal-body {
    text-align: center;
    padding-top: 0;
}

#AfterReachGoalModal .step1 .modal-body p {
    font-family: 'Museo Sans 500';
    color: white;
    margin: 10px 30px 25px 30px;
}

#AfterReachGoalModal .step1 .modal-body .badge {}

#AfterReachGoalModal .step1 .modal-body .badge img {
    width: 120px;
}

#AfterReachGoalModal .step1 .modal-body .badge p {
    font-family: 'Museo Sans 900';
    color: #24305e;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 14px;
    margin-top: 10px;
}

#AfterReachGoalModal .step1 .modal-footer .tzbtn3 {
    color: var(--blue-500);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    border: 0;
    width: 50%;
    font-size: 14px;
    letter-spacing: 1px;
}

#AfterReachGoalModal .step1 .modal-footer .tzbtn3:hover {
    color: white;
}

#AfterReachGoalModal .step3 .modal-title {
    color: var(--blue-500);
}

#AfterReachGoalModal .step3 .modal-body p {
    color: #565656;
    font-family: 'Museo Sans 500';
    text-align: center;
    padding: 0 30px;
    margin-bottom: 10px;
}

#AfterReachGoalModal .step3 .modal-footer {
    text-align: center;
    width: 100%;
    display: inline-block;
}

#AfterReachGoalModal .step3 .modal-footer .tzbtn2 {
    margin: 30px auto 20px auto;
    font-size: 14px;
}

#AfterReachGoalModal .step3 .modal-footer a {
    text-decoration: underline;
    color: var(--blue-500);
}

#AfterReachGoalModal .step2 .modal-title {
    color: var(--blue-500);
}

#AfterReachGoalModal .step2 .modal-body p {
    text-align: center;
    color: #565656;
    font-family: 'Museo Sans 500';
}

#AfterReachGoalModal .step2 .modal-body .group {
    margin: 40px 0 30px 0;
}

#AfterReachGoalModal .step2 .modal-body .group .unit_weight {
    position: absolute;
    right: 2px;
    top: 14px;
}

#AfterReachGoalModal .step2 .modal-footer {
    text-align: center;
    width: 100%;
    display: inline-block;
}

#AfterReachGoalModal .step2 .modal-footer .tzbtn1 {
    margin: 30px auto 20px auto;
    font-size: 14px;
}

#AfterReachGoalModal .step2 .modal-footer a {
    text-decoration: underline;
    color: var(--blue-500);
}

#AfterReachGoalModal .step2 .group span.bar.error {
    background: #d31e4a;
}

#AfterReachGoalModal .step2 .group p.error_msg_is {
    color: #d31e4a;
    text-align: left;
}

#ChampionsBadgeModal .modal-dialog {
    max-width: 550px;
}

#ChampionsBadgeModal .modal-header {
    display: inline-block;
    border-bottom: 0px;
}

#ChampionsBadgeModal .modal-header .close {
    opacity: 1;
}

#ChampionsBadgeModal .modal-content {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

#ChampionsBadgeModal .modal-header {
    text-align: center;
}

#ChampionsBadgeModal .modal-title {
    margin-top: 20px;
}

#ChampionsBadgeModal .modal-content {
    background-image: linear-gradient(to bottom, #a8d0e6 14%, #369dd5);
    color: white;
}

#ChampionsBadgeModal .modal-title {
    font-family: 'Museo Sans 900';
    text-transform: uppercase;
    color: white;
    text-shadow: 1px 1px 1px rgba(55, 71, 133, 0.2);
}

#ChampionsBadgeModal .modal-header p {
    font-family: 'Museo Sans 500';
    color: white;
}

#ChampionsBadgeModal .modal-body {
    text-align: center;
    padding-top: 0;
}

#ChampionsBadgeModal .modal-body p {
    font-family: 'Museo Sans 500';
    color: white;
    margin: 10px 30px 10px 30px;
}

#ChampionsBadgeModal .modal-body .badge img {
    width: 120px;
}

#ChampionsBadgeModal .modal-body .badge p {
    font-family: 'Museo Sans 900';
    color: #24305e;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 14px;
    margin-top: 10px;
}

/*test*/
#ShareOnFBBadgeModal .modal-dialog {
    max-width: 550px;
}

#ShareOnFBBadgeModal .modal-header {
    display: inline-block;
    border-bottom: 0px;
}

#ShareOnFBBadgeModal .modal-header .close {
    opacity: 1;
}

#ShareOnFBBadgeModal .modal-content {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

#ShareOnFBBadgeModal .modal-header {
    text-align: center;
}

#ShareOnFBBadgeModal .modal-content {
    background-image: linear-gradient(to bottom, #a8d0e6 14%, #369dd5);
    color: white;
}

#ShareOnFBBadgeModal .modal-title {
    font-family: 'Museo Sans 900';
    color: white;
    margin-top: 30px;
    text-shadow: 1px 1px 1px rgba(55, 71, 133, 0.2);
    letter-spacing: 0.5px;
    line-height: 40px;
    font-size: 2.0rem;
}

#ShareOnFBBadgeModal .modal-header p {
    font-family: 'Museo Sans 500';
    color: white;
}

#ShareOnFBBadgeModal .modal-body {
    text-align: center;
    padding-top: 0;
}

#ShareOnFBBadgeModal .modal-body .badge {
    margin-top: 20px;
}

#ShareOnFBBadgeModal .modal-body img.logo_white {
    width: 230px;
    margin-top: 15px;
    margin-bottom: 45px;
    max-width: 100%;
}

#ShareOnFBBadgeModal .modal-body p {
    font-family: 'Museo Sans 500';
    color: white;
    margin: 10px 30px 10px 30px;
}

#ShareOnFBBadgeModal .modal-body .badge img {
    width: 160px;
}

#ShareOnFBBadgeModal .modal-body .badge p {
    font-family: 'Museo Sans 900';
    color: #24305e;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 14px;
    margin-top: 10px;
}

.dashboard {
    position: relative;
}

.dashboard .badge_icon {
    position: absolute;
    left: 10px;
    top: 10px;
    cursor: pointer;
}

.dashboard .badge_icon img {
    width: 40px;
}

/*for circle*/

.flex-wrapper {
    display: block;
}

.single-chart {
    width: 110%;
    justify-content: space-around;
    max-width: 150px;
    margin: 0 auto;
    position: relative;
}

.circular-chart {
    display: block;
    margin: 0px auto;
    max-width: 100%;
}

.circle-bg {
    fill: none;
    stroke: #a0a5ae;
    stroke-width: 1.4;
}

.circle {
    fill: none;
    stroke-width: 2.8;
    stroke-linecap: round;
    animation: progress 1s ease-out forwards;
}

@keyframes progress {
    0% {
        stroke-dasharray: 0 100;
    }
}

.circular-chart.red .circle {
    stroke: #e66f00;
}

.circular-chart.green .circle {
    stroke: #22a573;
}

.percentage {
    fill: #666;
}

svg foreignObject {
    width: 100%;
    height: 100%;
}

/*for circle*/

/* ========== Dashboard css - end ========== */

/* ========== recipes css - start ========== */

.recipes {}

.recipes .main_banner {
    text-align: center;
    background: #f4f4f7;
    padding: 50px 15px 50px 15px;
}

.recipes .main_banner h1 {
    color: var(--blue-500);
    /* text-transform: uppercase; */
    font-family: 'Museo Sans 900';
}

.recipes .main_banner h5 {
    color: #0d001f;
    font-family: 'Museo Sans 500';
    margin: 15px 0 30px 0;
}

.recipes .main_banner p {
    color: #0d001f;
    margin-bottom: 10px;
    font-family: 'Museo Sans 500';
}

.recipes .category.desktop {
    padding: 30px 0;
}

.recipes .category.desktop .left {
    text-align: center;
}

.recipes .category.desktop .left p {
    color: #0d001f;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 38px;
}

.recipes .category.desktop .left .tzbtn1 {
    width: 150px;
    padding: 8px 25px;
    margin: 0 auto;
    font-size: 16px;
    cursor: pointer;
    font-family: 'Museo Sans 900';
}

.recipes .category.desktop .right {}

.recipes .category.desktop .right ul {}

.recipes .category.desktop .right ul li {
    display: inline-block;
    border-radius: 21px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    background-color: #fafafa;
    color: #0d001f;
    cursor: pointer;
    padding: 7px 18px 7px 38px;
    margin: 0px 7px 15px 7px;
    position: relative;
    text-align: left;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.recipes .category.desktop .right ul li:hover {
    color: #FFF;
}

.recipes .category.desktop .right ul li:hover span.fav_count {
    color: #FFF;
}

.recipes .category.desktop .right ul li span.fav_count {
    color: #0d001f;
}

.recipes .category.desktop .right ul li.active {
    color: #FFF;
}

.recipes .category.desktop .right ul li.active span.fav_count {
    color: #FFF;
}

.recipes .category.desktop .right ul li span.closebtn {
    display: none;
    position: absolute;
    left: 14px;
    bottom: 8px;
}

.recipes .category.desktop .right ul li span.reicon {
    position: absolute;
    left: 12px;
    bottom: 8px;
}

.recipes .category.desktop .right ul li span.reicon img {
    width: 20px;
}

.recipes .category.desktop .right ul li.active span.color_dot {
    display: none;
}

.recipes .category.desktop .right ul li.active span.closebtn {
    display: inline-block;
}

.recipes .category.desktop .right ul li.active span.reicon {
    display: none;
}

.recipes .category.desktop .right ul li .color_dot {
    width: 8px;
    height: 8px;
    float: right;
    border-radius: 10px;
    position: absolute;
    right: 18px;
    top: 15px;
}

.recipes .results {
    float: left;
    width: 100%;
    margin-top: 40px;
}

.recipes .results .col-md-4 {
    margin-bottom: 30px;
}

.recipes .results .item {
    margin-bottom: 0px;
    float: left;
    width: 100%;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    background-color: #fafafa;
    height: 100%;
}

.recipes .results .item .img {
    position: relative;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    /*height: 21.5vw !important;*/
    padding-top: 56.25%;
}

.recipes .results .item .img span {
    background: var(--blue-500);
    position: absolute;
    right: 0;
    top: 0;
    padding: 4px 8px;
    border-bottom-left-radius: 10px;
    z-index: 100;
}

.recipes .results .item .img span i {
    color: #FFF;
}

.favorites_page .results .item .img span {
    border-bottom-left-radius: 0px;
}

.favorites_page .results .item .img span.favorite_print {
    right: 31px;
    cursor: pointer;
}

.recipes .results .item h4 {
    padding: 16px 16px 0px 16px;
    width: 100%;
    float: left;
}

.recipes .results .item h4 p {
    color: #1e1e1e;
    float: left;
    line-height: 35px;
    font-size: 1.5rem;
    font-family: 'Museo Sans 900';
    width: calc(100% - 60px);
}

.recipes .results .item h4 span.favorite {
    float: right;
    cursor: pointer;
}

.recipes .results .item h4 span.favorite img {}

.recipes .results .item .cate_list {}

.recipes .results .item .cate_list ul {
    padding: 10px;
    float: left;
    width: 100%;
}

.recipes .results .item .cate_list ul li {
    width: 15px;
    height: 15px;
    border-radius: 10px;
    display: inline-block;
    float: left;
    background: #CCC;
    margin-right: 7px;
}

.recipes .results .item .cate_img_list {}

.recipes .results .item .cate_img_list ul {
    padding: 16px;
    float: left;
    width: 100%;
}

.recipes .results .item .cate_img_list ul li {
    display: inline-block;
    margin-right: 5px;
}

.recipes .results .item .cate_img_list ul li img {
    width: 22px;
}

.recipes .results .backtop {
    margin-top: 40px;
}

.recipes .results .backtop .tzbtn1 {
    width: 150px;
    padding: 8px 25px;
    margin: 0 auto;
    font-size: 16px;
    cursor: pointer;
    font-family: 'Museo Sans 900';
    margin-top: 30px;
}

.recipes .category.mobile {
    display: none;
}

.recipes .category.mobile .open_filter {
    color: #0d001f;
    font-size: 18px;
    padding: 10px 0;
    cursor: pointer;
}

.recipes .category.mobile .open_filter i {
    float: right;
    color: #0d001f;
    font-size: 15px;
    margin-top: 8px;
}

.recipes .category.mobile .head {
    background-color: #f4f4f7;
    border-top: 1px solid #a8d0e6;
    border-bottom: 1px solid #a8d0e6;
}

.recipes .category.mobile .content {}

.recipes .category.mobile .content ul {
    margin-top: 25px;
}

.recipes .category.mobile .content ul li {
    display: inline-block;
    border-radius: 21px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    background-color: #CCC;
    color: #FFF;
    cursor: pointer;
    padding: 7px 18px 7px 38px;
    margin: 0px 10px 15px 0px;
    position: relative;
    text-align: left;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    display: none;
}

.recipes .category.mobile .content ul li span.reicon {
    left: 14px;
    top: 6px;
    position: absolute;
}

.recipes .category.mobile .content ul li span.reicon img {
    width: 20px;
}

.recipes .category.mobile .content ul li span.closebtn {
    left: 14px;
    top: 6px;
    position: absolute;
}

.recipes .category.mobile .content ul li.fav_filter {
    background-color: var(--blue-500);
}

.recipes .category.mobile .content ul li.fav_filter span.fav_count {
    color: #FFF;
}

.recipes .category.mobile .mobile_filter {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    background: #FFF;
    display: none;
}

.recipes .category.mobile .close_filter {
    color: #0d001f;
    font-size: 18px;
    padding: 10px 0;
    cursor: pointer;
}

.recipes .category.mobile .close_filter i {
    float: left;
    color: #0d001f;
    font-size: 15px;
    margin-top: 8px;
    padding-right: 10px;
}

.recipes .category.mobile .mobile_filter .content_sub ul {
    margin-top: 25px;
}

.recipes .category.mobile .mobile_filter .content_sub ul li {
    display: inline-block;
    border-radius: 21px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    background-color: #FFF;
    color: #0d001f;
    cursor: pointer;
    padding: 7px 18px 7px 38px;
    margin: 0px 10px 15px 0px;
    position: relative;
    text-align: left;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    position: relative;
}

.recipes .category.mobile .mobile_filter .content_sub ul li span.closebtn {
    position: absolute;
    left: 14px;
    top: 6px;
    display: none;
}

.recipes .category.mobile .mobile_filter .content_sub ul li span.reicon {
    position: absolute;
    left: 12px;
    bottom: 8px;
}

.recipes .category.mobile .mobile_filter .content_sub ul li span.reicon img {
    width: 20px;
}

.recipes .category.mobile .mobile_filter .content_sub ul li .color_dot {
    width: 8px;
    height: 8px;
    float: right;
    border-radius: 10px;
    position: absolute;
    right: 18px;
    top: 15px;
}

.recipes .category.mobile .mobile_filter .content_sub ul li.active {
    color: #FFF;
}

.recipes .category.mobile .mobile_filter .content_sub ul li.active .color_dot {
    display: none;
}

.recipes .category.mobile .mobile_filter .content_sub ul li.active span.closebtn {
    display: block;
}

.recipes .category.mobile .mobile_filter .content_sub ul li.active span.reicon {
    display: none;
}

.recipes .category.mobile .mobile_filter .content_sub ul li.active span.fav_count {
    color: #FFF;
}

.recipes .category.mobile .mobile_filter .tzbtn1 {
    width: 100%;
    font-family: 'Museo Sans 900';
    font-size: 16px;
    float: left;
    padding: 8px 10px;
    margin-top: 25px;
}

#tzpagination {}

#tzpagination .pagination {
    text-align: center;
    display: block
}

#tzpagination .pagination span {
    margin: 0 5px;
}

#tzpagination .pagination a {
    margin: 0 5px;
    color: var(--blue-500);
    font-weight: 600;
}

.reloader {
    text-align: center;
}

.reloader img {
    width: 100px;
    background: #FFF;
}

/* ========== recipes css - end ========== */

/* ========== recipe detail css - start ========== */

.recipe_detail_main {}

.recipe_detail_main>.container {
    padding-top: 45px;
}

.recipe_detail_main .main_banner {
    height: 450px;
    cursor: pointer;
    position: relative;
}

.recipe_detail_main .main_banner span {
    cursor: pointer;
    background: var(--blue-500);
    border-radius: 20px;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 10px;
    line-height: 43px;
    text-align: center;
}

.recipe_detail_main .main_banner span i {
    color: #FFF;
    font-size: 20px;
}

.recipe_detail_main .details {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    width: 85%;
    margin: -132px auto 0 auto;
}

.recipe_detail_main .details .head {
    background: #f4f4f7;
    padding: 20px 48px 20px 48px;
    position: relative;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}

.recipe_detail_main .details .head .left {}

.recipe_detail_main .details .head .left ul {}

.recipe_detail_main .details .head .left ul li {
    display: inline-block;
    vertical-align: middle;
}

.recipe_detail_main .details .head .left ul li:nth-child(2) {
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    margin: 0 15px;
    padding: 0 15px;
}

.recipe_detail_main .details .head .left ul li p {
    float: left;
    font-family: 'Museo Sans 500';
    color: #0d001f;
}

.recipe_detail_main .details .head .left ul li span {
    float: left;
    font-family: 'Museo Sans 900';
    color: #0d001f;
    margin-top: 1px;
    margin-left: 6px;
}

.recipe_detail_main .details .head .right {}

.recipe_detail_main .details .head .right ul.ulcate {
    float: right;
    margin-top: 3px;
    margin-right: 10px;
}

.recipe_detail_main .details .head .right ul.ulcate li {
    display: inline-block;
    position: relative;
    margin-right: 3px;
}

.recipe_detail_main .details .head .right ul.ulcate li img {
    width: 22px;
}

.recipe_detail_main .details .head .right ul.ulfav {
    float: right;
}

.recipe_detail_main .details .head .right ul.ulfav li {
    display: inline-block;
    width: 32px;
    height: 32px;
    cursor: pointer;
    float: left;
}

.recipe_detail_main .details .head .right ul.ulfav li img {
    width: 16px;
}

.recipe_detail_main .details .head .right ul.ulfav li.download_re {
    margin-right: 5px;
    border: 1px solid var(--blue-500);
    border-radius: 38px;
    width: 28px;
    text-align: center;
    height: 28px;
    cursor: pointer;
}

.recipe_detail_main .details .head .right ul.ulfav li.download_re a {
    line-height: normal;
    float: left;
    width: 100%;
    line-height: 24px;
}

.recipe_detail_main .details .head .right ul.ulfav li.make_fav {}

.recipe_detail_main .details .head .right ul.ulfav li.make_fav img {
    width: auto;
}

.recipe_detail_main .details .head .right ul li span {
    width: 8px;
    height: 8px;
    float: right;
    border-radius: 10px;
    position: absolute;
    right: 18px;
    top: 15px;
}

.recipe_detail_main .details .content {
    padding: 30px;
    position: relative;
    float: left;
    width: 100%;
    background: #FFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.recipe_detail_main .details .content h1 {
    color: var(--blue-500);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-family: 'Museo Sans 900';
}

.recipe_detail_main .details .content .desc {
    font-family: 'Museo Sans 500';
    color: #0d001f;
    line-height: 24px;
}

.recipe_detail_main .details .content h4 {
    color: var(--blue-500);
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.recipe_detail_main .details .content .left {
    margin-top: 40px;
    border-right: 1px solid #d8d8d8;
}

.recipe_detail_main .details .content .right {
    margin-top: 40px;
    padding-left: 30px;
}

.recipe_detail_main .details .content ul li {
    color: #0a0017;
    margin-bottom: 15px;
    position: relative;
}

.recipe_detail_main .details .content ul li i {
    color: #0a0017;
}

.recipe_detail_main .details .content .left ul li {
    padding-left: 20px;
}

.recipe_detail_main .details .content .left ul li:before {
    content: "\2022";
    color: #8f8f8f;
    font-weight: bold;
    font-size: 26px;
    top: -7px;
    position: absolute;
    left: 0;
}

.recipe_detail_main .details .content .right ul li {
    padding-left: 25px;
}

.recipe_detail_main .details .content .right ul li span {
    color: #8f8f8f;
    font-family: 'Museo Sans 900';
    position: absolute;
    left: 0;
    top: 0;
}

.recipe_detail_main .tzbtn1 {
    font-family: 'Museo Sans 900';
    font-size: 16px;
    padding: 8px 10px;
    margin-top: 25px;
}

/* ========== recipe detail css - end ========== */

/* ========== video gallery css - start ========== */

.videos .main_banner {
    text-align: center;
    padding: 50px 15px 50px 15px;
}

.videos .main_banner h1 {
    color: #333;
    font-family: 'Museo Sans 900';
    margin-bottom: 30px;
}

.videos .main_banner p {
    margin-bottom: 10px;
}

.videos .video_list {}

.videos .video_list .col-lg-3 {
    margin-bottom: 30px;
}

.videos .video_list .item {
    box-shadow: 0 0 9.8px 0.2px rgba(217, 217, 225, 0.5);
    background-color: #ffffff;
    height: 100%;
    float: left;
    width: 100%;
    border-radius: 4px;
}

.videos .video_list .item .img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    position: relative;
}

.videos .video_list .item .img a {
    position: absolute;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
}

.videos .video_list .item .img a img {
    width: 40px;
}

.videos .video_list .item .title {
    padding: 20px 15px;
    font-family: 'Museo Sans 900';
    font-size: 1.1rem;
    line-height: 24px;
    color: var(--blue-500);
}

.videos .video_list .item .title a {}

.videos .video_list .item .weekname {
    font-family: 'Museo Sans 900';
    color: #FFF;
    background: var(--blue-500);
    float: right;
    font-size: 14px;
    padding: 0 10px;
    border-top-right-radius: 4px;
}

/* ========== video gallery css - end ========== */

/* ========== learn css - start ========== */

.learn .main_banner {
    text-align: center;
    padding: 80px 15px 80px 15px;
    background: transparent !important;
}

.learn .main_banner h1 {
    font-size: 56px;
    font-weight: 400;
    line-height: 120%;
    font-family: "Hedvig Letters Serif", serif;
    color: rgba(var(--Navy));
    margin-bottom: 24px;
}
.terms .container .col-md-12{
    padding: 0;
}

.learn .main_banner p {
    color: rgba(var(--Navy));
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    font-family: "Public Sans", sans-serif;
}

.learn .main_banner p span {
    color: #0d001f;
}

.learn .panel-heading {
    padding: 0;
    border: 0;
}

.learn .panel-title>a.left,
.panel-title>a.left:active {
    display: block;
    padding: 15px;
    text-decoration: none;
    font-weight: bold;
}

.learn .panel-title {
    width: 100%;
    float: left;
}

.learn .panel-heading a.left:before {
    font-family: 'Font Awesome 5 Free';
    content: "";
    float: right;
    transition: all 0.5s;
}

.learn .panel-heading.active a.left:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.learn .panel-default {
    margin-top: 20px;
    float: left;
    width: 100%;
}

.learn .panel-default .panel-body {
    float: left;
    width: 100%;
}

.learn .panel-group .item {
    background-color: #ffffff;
    height: 100%;
    float: left;
    width: 100%;
    border-radius: 4px;
    /*box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);*/
    box-shadow: none;
    border: 1px solid #e3e3e3;
}

.learn .panel-group .item .img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    position: relative;
    height: auto;
    padding-top: 56.25%;
}

.learn .panel-group .item .title {
    padding: 15px 15px 0px 15px;
    font-family: 'Museo Sans 900';
    font-size: 0.8rem;
    line-height: 16px;
    color: #757575;
    text-transform: uppercase;
}

.learn .panel-group .item .subtitle {
    padding: 0px 15px 15px 15px;
    font-family: 'Museo Sans 900';
    font-size: 1.0rem;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.85);
}

.learn .panel-group .item .vfooter {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

.learn .panel-group .item .vfooter a {
    float: left;
    background: var(--blue-500);
    padding: 0px 15px 3px 16px;
    line-height: normal;
    border-radius: 2px;
    margin-left: 15px;
    margin-bottom: 10px;
}

.learn .panel-group .item .vfooter a img {
    width: 12px;
}

.learn .panel-group .item .vfooter span {
    float: right;
    border-radius: 2px;
    background-color: rgba(30, 30, 30, 0.6);
    color: #FFF;
    font-size: 14px;
    margin-right: 15px;
    padding: 0 4px;
    margin-bottom: 10px;
    display: none;
}

.learn .panel-group .item .document {
    padding: 15px;
}

.learn .panel-group .item .document audio {
    max-width: 100%;
}

.learn .panel-group .item .document .newaudio_main {
    text-align: center;
    float: left;
    width: 100%;
    margin-top: 10px;
    display: none;
}

.learn .panel-group .item .document .newaudio_main audio:focus {
    outline: 0;
}

.learn .panel-group .item .document a {
    font-family: 'Museo Sans 900';
    font-size: 0.9rem;
    line-height: 24px;
    color: var(--blue-500);
    text-transform: uppercase;
}

.learn .panel-group .item .document a.doc_file {
    margin-right: 15px;
}

.learn .panel-group .item .document a.audio_file {
    position: relative;
    top: 2px;
}

.learn .panel-group .item .document a.audio_file i {
    color: var(--blue-500);
    font-size: 20px;
}

.learn .panel-group .item .document a.stop_icon {
    position: relative;
    top: 4px;
    display: none;
    cursor: pointer;
}

.learn .panel-group .item .document a.stop_icon i {
    color: var(--blue-500);
    font-size: 22px;
}

.learn .panel-group .panel-heading .panel-title a.left {
    font-family: 'Museo Sans 900';
    color: #333;
    padding: 15px 15px 15px 0px;
    width: 50%;
    cursor: auto;
    float: left;
}

.learn .panel-group .panel-heading .panel-title a.left span {
    font-weight: normal;
    font-size: 24px;
}

.learn .panel-group .panel-heading .panel-title .right {
    float: right;
    width: 50%;
    text-align: right;
}

.learn .panel-group .panel-heading .panel-title .right a {
    border: 2px solid var(--blue-500);
    background: var(--blue-500);
    color: #FFF;
    font-family: 'Museo Sans 900';
    width: 100%;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    padding: 10px 36px;
    font-size: 16px;
    border-radius: 4px;
    position: relative;
    top: 20px;
    letter-spacing: 1px;
}

.learn .panel-group .panel-body .bottom_download_btn {
    width: 100%;
    text-align: center;
    float: left;
    margin: 20px 0;
    display: none;
}

.learn .panel-group .panel-body .bottom_download_btn a {
    border: 2px solid var(--blue-500);
    background: var(--blue-500);
    color: #FFF;
    font-family: 'Museo Sans 900';
    width: 100%;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    padding: 10px 36px;
    font-size: 16px;
    border-radius: 4px;
    letter-spacing: 1px;
}

.learn .panel-group .item.locked .lock_icon {
    float: left;
    margin-left: 15px;
}

.learn .panel-group .item.locked .lock_icon img {
    width: 12px;
}

.learn .panel-group .item.locked .img .overlay {
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.learn .panel-group .item.locked .img .overlay .tooltip_data {
    background: rgba(0, 0, 0, 0.8);
    color: #FFF;
    margin: 15px;
    padding: 12px;
    font-size: 14px;
    position: absolute;
    display: none;
}

.learn .panel-group .item.locked .img .overlay .tooltip_data.show {
    display: block;
}

.learn .panel-group .panel-body .row>.col-md-6 {
    margin-bottom: 20px;
}

.learn_main_ajax_loadder {
    background: #000;
    color: #FFF;
    font-size: 20px;
    padding: 6px 27px;
    position: fixed;
    bottom: 80px;
    opacity: 1;
    left: calc(50% - 70px);
    display: none;
    z-index: 100;
    border-radius: 5px;
}

/* ========== learn css - end ========== */

/* ========== resources css - start ========== */

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

.resources .main_banner {
    text-align: center;
    padding: 80px 15px 80px 15px;
}

.resources .main_banner h1 {
    text-transform: none;
    font-size: 56px;
    font-weight: 400;
    line-height: 120%;
    font-family: "Hedvig Letters Serif", serif;
    color: rgba(var(--Navy));
}

.resources .main_banner p {
    color: rgba(var(--Navy));
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    font-family: "Public Sans", sans-serif;
}

.resources .resource_list {
    width: 100%;
    float: left;
    margin-top: 80px;
}

.resources .resource_list .resource_each {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.resources .resource_list .resource_each .left {
    height: 400px;
}

.resources .resource_list .resource_each .right {}

.resources .resource_list .resource_each .right .content {
    padding-left: 24px;
}

.resources .resource_list .resource_each .right p {
    color: #666;
    font-family: 'Museo Sans 900';
}

.resources .resource_list .resource_each .right p.subtitle {
    font-family: 'Museo Sans 900';
    color: #505050;
    font-size: 1.2rem;
}

.resources .resource_list .resource_each .right h1 {
    font-family: 'Museo Sans 900';
    color: var(--blue-500);
    margin: 10px 0 0px 0;
}

.resources .resource_list .resource_each .right .desc {
    margin: 20px 0;
}

.resources .resource_list .resource_each .right .linkonly {
    width: 100%;
    float: left;
    margin-top: 10px;
    position: relative;
}

.resources .resource_list .resource_each .right .linkonly a {
    font-family: 'Museo Sans 900';
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--blue-500);
    transition: color 0.25s ease, border-color 0.25s ease;
}

.resources .resource_list .resource_each .right .linkonly a:hover {
    transition: color 0.25s ease, border-color 0.25s ease;
    opacity: 0.85;
}

/* ========== resources css - end ========== */

/* ========== science behind iwl css - start ========== */
.science_iwl {
    float: left;
    width: 100%;
    padding-bottom: 100px;
}

.science_iwl .main_banner {
    text-align: center;
    background: #f4f4f7;
    padding: 50px 15px 50px 15px;
}

.science_iwl .main_banner h1 {
    color: var(--blue-500);
    text-transform: uppercase;
    font-family: 'Museo Sans 900';
    margin-bottom: 20px;
}

.science_iwl .main_banner p {
    color: #0d001f;
    margin-bottom: 0px;
    font-family: 'Museo Sans 500';
}

.science_iwl .list {
    float: left;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    padding: 30px 15px;
}

.science_iwl .list h5 {
    line-height: 28px;
}

.science_iwl .list .btnonly {
    text-align: center;
}

.science_iwl .list .btnonly a {}

.science_iwl .list .btnonly a i {
    color: #FFF;
}

.science_iwl .list .btnonly a:hover i {
    color: var(--blue-500);
}

/* ========== science behind iwl css - end ========== */

/* ========== search result css - start ========== */

.sresult .main_banner {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.sresult .main_banner h1 {
    color: #333;
    font-family: 'Museo Sans 900';
    margin-bottom: 30px;
    text-align: center;
}

.sresult .main_banner .left {
    float: left;
}

.sresult .main_banner .right {
    float: right;
}

.sresult .content {
    background: #FFF;
    float: left;
    width: 100%;
}

.sresult .content .subcontent {
    padding: 15px;
    float: left;
    width: 100%;
}

.sresult .content .subcontent ul {}

.sresult .content .subcontent ul li {
    border-bottom: 1px solid var(--blue-500);
    padding-bottom: 10px;
    padding-top: 10px;
    float: left;
    width: 100%;
}

.sresult .content .subcontent ul li:hover {
    border-color: #888;
}

.sresult .content .subcontent ul li .title {
    color: var(--blue-500);
    font-weight: 600;
    font-size: 1.4rem;
}

.sresult .content .subcontent ul li .subtitle {
    font-weight: 600;
    margin-bottom: 8px;
}

.sresult .content .subcontent ul li .desc {}

.sresult .content .subcontent ul li .playvideo {
    color: var(--blue-500);
}

.sresult .content .subcontent ul li .playvideo a {
    color: var(--blue-500);
    font-weight: 600;
    float: left;
    margin-top: 5px;
}

.sresult .content .subcontent ul li .playvideo a i {
    color: var(--blue-500);
}

/* ========== search result css - end ========== */

/* ========== home page css - start ========== */

.page_slider {
    position: relative;
}

.page_slider .left {
    background: var(--blue-500);
    color: #FFF;
    float: left;
    width: 100%;
    min-height: 600px;
    position: relative;
}

.page_slider .left h1 {
    color: #FFF;
    font-family: 'Museo Sans 900';
}

.page_slider .left p {
    color: #FFF;
    margin: 20px 0;
}

.page_slider .left .btnonly {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.page_slider .content {
    padding: 0 4vw;
    width: 100%;
    float: left;
    position: absolute;
    bottom: 100px;
}

.page_slider .right {
    /*height: 600px;*/
    min-height: 600px;
}

.start_journey .tzbtn1 {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    border: solid 2px var(--blue-500);
    font-style: normal;
    padding: 12px 20px;
    letter-spacing: 1px;
    font-weight: bold;
}

.start_journey {
    width: 100%;
    float: left;
    padding: 60px 0;
}

.start_journey .left {
    text-align: center;
}

.start_journey .left img {
    width: 100%;
}

.start_journey .right {}

.start_journey .right h1 {
    color: var(--blue-500);
    font-family: 'Museo Sans 900';
}

.start_journey .right h1 #price {
    font-family: 'Museo Sans 900';
    color: var(--blue-500);
    font-size: 2.7rem;
}

.start_journey .right h1 #month {
    color: var(--blue-500);
    font-size: 1rem;
    position: relative;
    right: 8px;
}

.start_journey .right .start_journey_ul {
    margin: 25px 0;
    padding-left: 20px;
    float: left;
    width: 100%;
    list-style: none;
}

.start_journey .right .start_journey_ul li {
    width: 50%;
    float: left;
    margin-bottom: 20px;
    font-family: 'Museo Sans 900';
}

.start_journey .right .start_journey_ul li::before {
    content: "\2022";
    /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: var(--blue-500);
    /* Change the color */
    font-weight: bold;
    /* If you want it to be bold */
    display: inline-block;
    /* Needed to add space between the bullet and the text */
    width: 1em;
    /* Also needed for space (tweak if needed) */
    margin-left: -1em;
    /* Also needed for space (tweak if needed) */
}

.start_journey .right .btnonly {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.about_nick {
    width: 100%;
    float: left;
    padding: 60px 0 15px 0;
}

.about_nick .left {
    height: 450px;
}

.about_nick .right {}

.about_nick .right .content {
    padding-left: 25px;
    padding-right: 100px;
}

.about_nick .right p {
    color: #666666;
    margin-bottom: 8px;
    line-height: 22px;
    font-family: 'Museo Sans 500';
}

.about_nick .right p.thick {
    font-family: 'Museo Sans 900';
}

.about_nick .right p.subtitle {
    font-family: 'Museo Sans 900';
    color: #505050;
    font-size: 1.2rem;
}

.about_nick .right h1 {
    font-family: 'Museo Sans 900';
    color: var(--blue-500);
    margin: 10px 0 20px 0;
}

.about_nick .right .linkonly {
    width: 100%;
    float: left;
    margin-top: 10px;
    position: relative;
}

.about_nick .right .linkonly:hover a {
    color: #333;
}

.about_nick .right .linkonly a {
    position: relative;
}

.about_nick .right .linkonly a::before {
    content: '';
    width: 11px;
    height: 11px;
    display: block;
    background: url(../img/arrow-blue.png);
    background-size: contain;
    position: absolute;
    right: -15px;
    background-position: center center;
    background-repeat: no-repeat;
    top: 4px;
    transition: all 0.5s ease;
}

.about_nick .right .linkonly:hover a::before {
    right: -20px;
    transition: all 0.5s ease;
}

.about_recipes .left .linkonly a {
    position: relative;
}

.about_recipes .left .linkonly:hover a {
    color: #333;
}

.about_recipes .left .linkonly a::before {
    content: '';
    width: 11px;
    height: 11px;
    display: block;
    background: url(../img/arrow-blue.png);
    background-size: contain;
    position: absolute;
    right: -15px;
    background-position: center center;
    background-repeat: no-repeat;
    top: 4px;
    transition: all 0.5s ease;
}

.about_recipes .left .linkonly:hover a::before {
    right: -20px;
    transition: all 0.5s ease;
}

.about_nick .right .linkonly a {
    font-family: 'Museo Sans 900';
    text-transform: uppercase;
    letter-spacing: 1px;
}

.about_recipes {
    width: 100%;
    float: left;
    padding: 15px 0 15px 0;
}

.about_recipes .right {
    height: 450px;
    position: relative;
    left: 20px;
}

.about_recipes .left {
    position: relative;
}

.about_recipes .left .content {
    /*padding: 30px 40px 8vw 60px;*/
    padding: 0px 40px 0 60px;
}

.about_recipes .left p {
    color: #666666;
    margin-bottom: 5px;
    line-height: 22px;
    font-family: 'Museo Sans 900';
}

.about_recipes .left p.subtitle {
    font-family: 'Museo Sans 900';
    color: #505050;
    font-size: 1.2rem;
}

.about_recipes .left h1 {
    font-family: 'Museo Sans 900';
    color: var(--blue-500);
    margin: 10px 0 20px 0;
}

.about_recipes .left .linkonly {
    width: 100%;
    float: left;
    margin-top: 10px;
    /*position: absolute;bottom: 30px;*/
}

.about_recipes .left .linkonly a {
    font-family: 'Museo Sans 900';
    text-transform: uppercase;
    letter-spacing: 1px;
}

.extra_sections .left .content {
    padding: 0px 40px 0 60px;
}

.extra_sections .left .linkonly {
    position: relative;
    bottom: 0;
}

.prestigious_incubate {
    float: left;
    width: 100%;
    margin-top: 60px;
}

.prestigious_incubate .top {}

.prestigious_incubate .top p {
    font-size: 20px;
}

.prestigious_incubate .top ul {
    width: 100%;
    float: left;
    text-align: center;
}

.prestigious_incubate .top ul li {
    display: inline-block;
    width: 200px;
    margin: 5px;
}

.prestigious_incubate .top ul li .bg_logo_img {
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    padding-top: 56.25%;
    width: 100%;
}

.prestigious_incubate .bottom {
    margin-top: 20px;
}

.prestigious_incubate .bottom h2 {
    color: var(--blue-500);
}

.prestigious_incubate .bottom .iframe {
    width: 100%;
    margin: 30px 0;
}

.prestigious_incubate .bottom .iframe iframe {
    border: 0;
    width: 100%;
    height: 545px;
}

.prestigious_incubate .carousel {}

.prestigious_incubate .carousel .bottom-carousel {
    position: relative;
}

.prestigious_incubate .carousel .bottom-carousel .item {
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    padding-top: 75.25%;
    width: 100%;
    margin: 0;
}

.prestigious_incubate .carousel .bottom-carousel.owl-carousel.owl-drag .owl-item {
    background-color: #FFF;
}

.prestigious_incubate .carousel .bottom-carousel .owl-dots {
    display: none;
}

.prestigious_incubate .carousel .bottom-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100% - 24px);
    background: rgba(0, 0, 0, 0.3) !important;
    padding: 0 8px !important;
    height: 100%;
}

.prestigious_incubate .carousel .bottom-carousel .owl-nav .owl-next {
    position: absolute;
    top: 0;
    right: 0;
    height: calc(100% - 24px);
    background: rgba(0, 0, 0, 0.3) !important;
    padding: 0 8px !important;
    height: 100%;
}

.prestigious_incubate .carousel .bottom-carousel .owl-nav i {
    color: #FFF;
}

.news_letter_popup {
    position: fixed;
    left: 0;
    bottom: 0;
    max-width: 100%;
    width: 420px;
    max-width: 100%;
    width: 420px;
    z-index: 100;
}

.news_letter_popup .step1 {
    background-color: var(--blue-500);
    color: #FFF;
    position: relative;
    padding: 20px;
    float: left;
    width: 100%;
    border-top-right-radius: 5px;
    display: none;
}

.news_letter_popup .step1 .close1 {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.news_letter_popup .step1 .close1 i {
    color: #FFF;
}

.news_letter_popup .step1 h4 {
    color: #FFF;
    font-size: 1.3em;
    margin-bottom: 0.6em;
}

.news_letter_popup .step1 p {
    color: #FFF;
    font-size: 14px;
    line-height: 1.3;
}

.news_letter_popup .step1 .advance-wrapper {
    float: left;
    width: 100%;
    margin-top: 1em;
}

.news_letter_popup .step1 .advance-wrapper .leadin-button {
    background-color: #FFF;
    width: 100%;
    color: var(--blue-500);
    border-radius: 5px;
    padding: 4px;
}

.news_letter_popup .step1 .advance-wrapper .leadin-button::after {
    display: none;
}

.news_letter_popup .step1 .advance-wrapper .leadin-button:hover::after {
    display: inline;
}

.news_letter_popup .step2 {
    background-color: #EBEBEB;
    padding: 20px;
    float: left;
    width: 100%;
    border-top: 5px solid var(--blue-500);
    border-top-right-radius: 5px;
    display: none;
}

.news_letter_popup .step2 .form {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.news_letter_popup .step2 h4 {
    font-size: 1.3em;
    margin-bottom: 0.6em;
}

.news_letter_popup .step2 .close2 {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.news_letter_popup .step2 .close2 i {}

.news_letter_popup .step2 .group input {
    background-color: transparent;
}

.news_letter {
    width: 100%;
    float: left;
    background: #f4f4f7;
    padding: 60px 0;
    margin-top: 60px;
}

.news_letter_popup .step2 .group input:focus~label,
.news_letter_popup .step2 .group input:valid~label {
    color: #000000;
}

.news_letter_popup .step2 .advance-wrapper {
    float: left;
    width: 100%;
    margin-top: 1em;
}

.news_letter_popup .step2 .advance-wrapper .leadin-button {
    background-color: var(--blue-500);
    width: 100%;
    color: #FFF;
    border-radius: 5px;
    padding: 4px;
}

.news_letter_popup .step2 .advance-wrapper .leadin-button[disabled] {
    opacity: 0.5;
}

.news_letter .upsite h4 {
    font-family: 'Museo Sans 900';
    padding-left: 60px;
}

.news_letter .group {
    float: left;
    width: 70%;
}

.news_letter .group input {
    background: transparent;
}

.news_letter .btnonly {
    float: left;
    margin-top: 5px;
    margin-left: 20px;
}

.news_letter .downsite {
    padding-left: 60px;
}

.news_letter .downsite p {
    color: #666666;
    font-size: 14px;
    width: 70%;
}

.news_letter .downsite p a {
    font-size: 14px;
    text-decoration: underline;
}

.notification_bar {
    width: 100%;
    float: left;
    background: #f4f4f7;
    text-align: center;
    padding: 20px 0;
}

.notification_bar h4,
.notification_bar p {
    font-size: 1.0rem;
    padding: 5px 0;
}

.notification_bar h4 span {
    font-family: 'Museo Sans 500';
}

.notification_bar .nclose {
    background: var(--blue-500);
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    border-radius: 15px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
}

.notification_bar .nclose img {
    width: 10px;
}

.page_slider ul.owl-dots {
    position: absolute;
    right: 10%;
    bottom: 2%;
    z-index: 99;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.page_slider ul.owl-dots li {
    margin: 7px;
    list-style-type: none;
    float: left;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-size: cover !important;
    cursor: pointer;
}

.page_slider .owl-dots li.active {
    background-image: url(../img/push.png) !important;
    background-size: cover !important;
}

.page_slider .owl-dots li.active.stop {
    background-image: url(../img/play.png) !important;
    background-size: cover !important;
}

.page_slider .slide-progress {
    width: 0;
    max-width: 100%;
    height: 4px;
    background: #f8e9a1;
    position: absolute;
    bottom: 0;
    z-index: 99;
}

.page_slider .paused {
    animation: 0;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

/* ========== home page css - end ========== */

/* ========== progress tracker css - start ========== */

.tracker_page {
    padding: 45px 0;
}

.tracker_main {
    padding-left: 0;
    padding-right: 0;
}

.tracker_main .tracker-nav-first {
    border: 0;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-size: 0;
    box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    float: left;
    width: 100%;
}

.tracker_main .tracker-nav-tab-content {
    float: left;
    width: 100%;
}

.tracker_main .tracker-nav-first li {
    width: calc(100% / 4);
    float: left;
    padding: 3px;
}

.tracker_main .tracker-nav-first li:not(.activeli) {
    border-right: 1px solid #CCC;
}

.tracker_main .tracker-nav-first li:last-child {
    border-right: 0;
}

.tracker_main .tracker-nav-first li:nth-child(2) {}

.tracker_main .tracker-nav-first li:nth-child(3) {}

.tracker_main .tracker-nav-first li a.active {
    background: var(--blue-500);
    border-radius: 4px;
}

.tracker_main .tracker-nav-first li a.active span {
    color: #FFF;
}

.tracker_main .tracker-nav-first li:hover a {
    background: var(--blue-500);
    border-radius: 4px;
}

.tracker_main .tracker-nav-first li:hover a span {
    color: #FFF;
}

.tracker_main .tracker-nav-first li a,
.tracker_main .tracker-nav-first li span {
    font-family: 'Museo Sans 500';
    border: 0;
}

.tracker_main .tracker-nav-second {
    border: 0;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    font-size: 0;
    border-radius: 4px;
    box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
    background-color: #f4f4f7;
    padding: 3px;
    margin: 56px auto 45px auto;
    text-align: center;
}

.tracker_main .tracker-nav-second li {
    display: inline-block;
}

.tracker_main .tracker-nav-second li:nth-child(2) {}

.tracker_main .tracker-nav-second li a.active {
    background: var(--blue-500);
    color: #FFF;
    border-radius: 4px;
}

.tracker_main .tracker-nav-second li a.active span {
    color: #FFF;
}

.tracker_main .tracker-nav-second li a {
    border: 0;
    font-size: 16px;
    padding: 5px 36px;
    font-family: '' Museo Sans 500'';
    letter-spacing: 0.5px;
    color: #333;
}

.tracker_page #mview_container {
    float: left;
    width: 100%;
    position: relative;
}

.tracker_page .mview_container_overlay {
    position: absolute;
    font-weight: 600;
    line-height: 30px;
    top: 0;
    display: none;
    left: 0;
    text-align: center;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    /*line-height: 160px;*/
    padding-top: 65px;
}

.tracker_page .mview_container_overlay .mview_container_overlay_cancel {
    cursor: pointer;
    font-size: 12px;
}

.tracker_page .datepicker_pt {}

.tracker_page .datepicker_pt .datepicker {
    width: 100%;
}

.tracker_page .datepicker_pt .datepicker table {
    width: 100%;
}

.tracker_page .datepicker_pt .datepicker-days table thead tr:nth-child(1) {
    display: none;
}

.tracker_page .datepicker_pt .datepicker-days table thead tr:nth-child(2) th {
    color: #808080;
    font-weight: normal;
}

.tracker_page .datepicker_pt .datepicker-days table tbody tr {
    vertical-align: text-top;
}

.tracker_page .datepicker_pt .datepicker-days table tbody td {
    color: #333;
    height: 79px;
    border: solid 0.5px #8c8c8c;
    border-radius: 0;
    font-family: 'Museo Sans 900';
    text-align: left;
    padding: 8px 8px 8px 15px;
}

.tracker_page .datepicker_pt .datepicker-days table tbody td.active {
    background-color: transparent;
}

.tracker_page .datepicker_pt .datepicker-days table tbody td.old.disabled {
    color: #9e9e9e;
}

.tracker_page .datepicker_pt .datepicker-days table tbody td.new.disabled {
    color: #9e9e9e;
}

.tracker_page .datepicker_pt .datepicker-days table tbody td.disabled {
    color: #9e9e9e;
}

.tracker_page .datepicker_pt .datepicker-days table tbody td:not(.disabled):hover {
    background: var(--blue-500);
    color: #FFF;
    border-radius: 0px;
}

.tracker_page .datepicker_pt .datepicker-days table tbody td.completed {
    position: relative;
}

.tracker_page .datepicker_pt .datepicker-days table tbody td.completed img {
    position: absolute;
    bottom: 8px;
    right: 8px;
}

.tracker_page .datepicker_pt .datepicker-days table tbody td.incomplete {}

.tracker_page .task_key {
    margin-top: 50px;
}

.tracker_page .task_key label {
    font-family: 'Museo Sans 900';
    color: #3a3a3a;
}

.tracker_page .task_key ul {}

.tracker_page .task_key ul li {
    font-family: 'Museo Sans 500';
    color: #757575;
    margin-bottom: 8px;
    font-size: 15px;
}

.tracker_page .task_key ul li span {
    margin-right: 12px;
    margin-top: 3px;
}

.tracker_page .task_key ul li.completed_li {}

.tracker_page .task_key ul li.completed_li span {
    background: #a8d0e6;
    float: left;
    width: 20px;
    height: 20px;
}

.tracker_page .task_key ul li.incompleted_li {}

.tracker_page .task_key ul li.incompleted_li span {
    background: #f8e9a1;
    float: left;
    width: 20px;
    height: 20px;
}

.tracker_page .task_key ul li.nologin_li {}

.tracker_page .task_key ul li.nologin_li span {
    border: 1px solid #979797;
    float: left;
    width: 19px;
    height: 19px;
}

.tracker_page .month_header {
    position: relative;
    margin-bottom: 25px;
}

.tracker_page .month_header h3 {
    color: #1e1e1e;
    margin-bottom: 8px;
}

.tracker_page .month_header p {
    font-family: 'Museo Sans 500';
    color: #565656;
}

.tracker_page .month_header .mnav {
    position: absolute;
    cursor: pointer;
    padding: 10px;
    top: 25%;
}

.tracker_page .month_header .mnav img {
    width: 9px;
}

.tracker_page .month_header .lnav {
    left: 0;
}

.tracker_page .month_header .rnav {
    right: 0;
}

.tracker_page .month_header .lnav img {
    display: none;
}

.tracker_page .month_header .lnav img.activenow {
    display: block;
}

.tracker_page .month_header .rnav img {
    display: none;
}

.tracker_page .month_header .rnav img.activenow {
    display: block;
}

.tracker_page .progress_accordion {
    margin-top: 40px;
    margin-bottom: 50px;
}

.tracker_page .progress_accordion #accordion {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    border: solid 1px #d9d9d9;
}

.tracker_page .progress_accordion #accordion .card-header {
    background: transparent;
    border: 0;
    padding: 0 20px;
}

.tracker_page .progress_accordion #accordion .card-header ul li .accordion_body_mobile {
    display: none;
}

.tracker_page .progress_accordion #accordion .card-body {
    float: left;
    width: 100%;
    padding: 0 1.25rem 1.25rem 1.25rem;
}

.tracker_page .progress_accordion .accordion_header {}

.tracker_page .progress_accordion .accordion_header li {
    display: inline-block;
    width: calc(100% / 3);
    float: left;
    padding: 8px 16px;
    margin: 12px 0;
    position: relative;
}

.tracker_page .progress_accordion #accordion .card-header .mobile_view_all {
    display: none;
}

.tracker_page .progress_accordion .accordion_header li:nth-child(1) {
    padding-left: 0;
}

.tracker_page .progress_accordion .accordion_header li:nth-child(2) {
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
}

.tracker_page .progress_accordion .accordion_header li img.icon {
    float: left;
    width: 22px;
    height: 22px;
    margin-right: 8px;
    position: relative;
    bottom: 2px;
}

.tracker_page .progress_accordion .accordion_header li .dh_nav {
    position: absolute;
    right: -7px;
    top: 3px;
}

.tracker_page .progress_accordion #accordion .card-header>a[aria-expanded='true'] .accordion_header li .dh_nav img {
    transform: rotate(90deg);
}

.tracker_page .progress_accordion .accordion_header li .dh_nav img {
    transform: rotate(-90deg);
    width: 8px;
}

.tracker_page .progress_accordion .accordion_header li h5 {
    font-size: 16px;
    float: left;
    margin-top: 3px;
}

.tracker_page .progress_accordion .accordion_header li p {
    font-family: 'Museo Sans 900';
    float: right;
    line-height: 16px;
    margin-top: 3px;
}

.tracker_page .progress_accordion .accordion_body {
    width: calc(100% / 3);
    float: left;
    padding: 0px 16px 8px 16px;
    margin: 0px 0 0px 0;
    min-height: 205px;
}

.tracker_page .progress_accordion .accordion_body:nth-child(1) {
    padding-left: 0;
}

.tracker_page .progress_accordion .accordion_body:nth-child(2) {
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
}

.tracker_page .progress_accordion .accordion_body li {
    color: #808080;
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

.tracker_page .progress_accordion .accordion_body li:last-child {
    margin-bottom: 0;
}

.tracker_page .progress_accordion .accordion_body li p {
    color: #808080;
    font-family: 'Museo Sans 500';
    font-size: 15px;
}

.tracker_page .progress_accordion .accordion_body li .label {
    float: left;
    width: 80%;
    padding-right: 15px;
}

.tracker_page .progress_accordion .accordion_body li .count {
    float: right;
    width: 20%;
    text-align: right;
}

#checklistModal .modal-title {
    float: left;
}

#checklistModal .modal-title span {
    font-size: 1.9rem;
}

#checklistModal button.close {
    float: right;
    color: var(--blue-500);
    opacity: 1;
}

#checklistModal .modal-footer {
    text-align: center;
    border: 0;
    margin: 0 auto 15px auto;
    width: 100%;
}

#checklistModal .modal-header {
    border-bottom: 0;
    align-items: end;
}

#checklistModal .modal-content {
    border-radius: 0;
}

#checklistModal .modal-dialog {
    max-width: 600px;
}

#checklistModal .modal-footer .savenclose {
    font-family: 'Museo Sans 500';
    width: 100%;
    float: left;
    text-align: center;
    padding: 14px 22px;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
}

#checklistModal .modal-footer .savenclose_wait {
    color: var(--blue-500);
    display: none;
    text-align: center;
    width: 100%;
    margin-left: 0;
}

#checklistModal .modal-body .items {}

#checklistModal .modal-body .items .item_list {
    width: 100%;
    background: #f4f4f7;
    float: left;
    padding: 18px 15px;
}

#checklistModal .modal-body .items .item_list:hover {
    cursor: pointer;
    border: 1px solid #00a23a;
    padding: 17px 14px;
    background: #FFF;
}

#checklistModal .modal-body .items .item_list_main label.item_list .icon_left {
    float: left;
    margin-right: 12px;
    width: 22px;
}

#checklistModal .modal-body .items .item_list_main label.item_list span {
    float: left;
    width: 86%;
    padding-right: 10px;
}

#checklistModal .modal-body .items .item_list_main label.item_list .icon_right {
    float: right;
    width: 20px;
    margin-top: 4px;
}

#checklistModal .modal-body .items .item_list_main label.item_list .icon_right.checked {
    display: none;
}

#checklistModal .modal-body .items .item_list_main input[type='checkbox'] {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}

#checklistModal .modal-body .items .item_list_main input[type='checkbox']:checked+label.item_list {
    border: 1px solid #00a23a;
    padding: 15px 14px;
    background: #FFF;
}

#checklistModal .modal-body .items .item_list_main input[type='checkbox']:checked+label.item_list .icon_right.checked {
    display: block;
    width: 25px;
}

#checklistModal .modal-body .items .item_list_main input[type='checkbox']:checked+label.item_list span {
    padding-top: 2px;
}

#checklistModal .modal-body .items .item_list_main input[type='checkbox']:checked+label.item_list .icon_right.unchecked {
    display: none;
}

#checklistModal .modal-body .treats {
    width: 100%;
    float: left;
}

#checklistModal .modal-body .treats .desc {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

#checklistModal .modal-body .treats .desc h5 {
    font-family: '' Museo Sans 900'';
    margin-bottom: 5px;
}

#checklistModal .modal-body .treats .options {
    width: 100%;
    float: left;
}

#checklistModal .modal-body .treats .options .item {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

#checklistModal .modal-body .treats .options .item .item_left {
    width: 75%;
    float: left;
}

#checklistModal .modal-body .treats .options .item .item_left p {
    line-height: 20px;
    font-size: 14px;
    padding-top: 10px;
    color: #00a23a;
}

#checklistModal .modal-body .treats .options .item .item_right {
    width: 25%;
    float: right;
}

#checklistModal .modal-body .treats .options .item .item_right ul {
    text-align: right;
    float: right;
    width: auto;
    position: relative;
}

#checklistModal .modal-body .treats .options .item .item_right ul.loader::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    left: 0;
    top: 0;
}

#checklistModal .modal-body .treats .options .item .item_right ul li {
    display: inline-block;
}

#checklistModal .modal-body .treats .options .item .item_right ul li.minus {
    border-radius: 2px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    background-color: #d9d9e1;
    color: #4c4f55;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
}

#checklistModal .modal-body .treats .options .item .item_right ul li.minus.active {
    background-color: var(--blue-500);
}

#checklistModal .modal-body .treats .options .item .item_right ul li.plus {
    border-radius: 2px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    background-color: var(--blue-500);
    color: #FFF;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
}

#checklistModal .modal-body .treats .options .item .item_right ul li i {
    color: #FFF;
    font-size: 8px;
}

#checklistModal .modal-body .treats .options .item .item_right ul li.minus i {
    color: #4c4f55;
}

#checklistModal .modal-body .treats .options .item .item_right ul li.minus.active i {
    color: #FFF;
}

#checklistModal .modal-body .treats .options .item .item_right ul li input {
    font-family: 'Museo Sans 900';
    font-size: 24px;
    width: 35px;
    height: 30px;
    padding: 0;
    text-align: center;
    top: 5px;
    position: relative;
}

.tracker_page .week_body {}

.tracker_page .tab-content>.active {
    position: relative;
    height: 100%;
    float: left;
    width: 100%;
}

.tracker_page .week_body .week_body_sub {
    position: relative;
    width: 100%;
    float: left;
}

.tracker_page .wview_container_overlay {
    position: absolute;
    font-weight: 600;
    line-height: 30px;
    top: 0;
    display: none;
    left: 0;
    text-align: center;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    /*line-height: 160px;*/
    padding-top: 65px;
}

.tracker_page .wview_container_overlay .wview_container_overlay_cancel {
    cursor: pointer;
    font-size: 12px;
}

.tracker_page .week_body table {}

.tracker_page .week_body table thead {}

.tracker_page .week_body table thead th {
    color: #808080;
    font-weight: normal;
    border: 0;
    text-align: center;
}

.tracker_page .week_body table tbody {}

.tracker_page .week_body table tbody tr {}

.tracker_page .week_body table tbody tr td {
    border-top: 0;
    border-bottom: solid 0.5px #b7b7b7;
}

.tracker_page .week_body table tbody tr td.title {
    text-align: left;
    width: 38%;
    color: #424242;
    position: relative;
    padding: 18px 18px 18px 35px;
}

.tracker_page .week_body table tbody tr td.title img {
    width: 24px;
    position: absolute;
    left: 0;
    top: 20px;
}

.tracker_page .week_body table tbody tr td.week_day {
    border-top: solid 0.5px #b7b7b7;
    border-left: solid 0.5px #b7b7b7;
    border-right: solid 0.5px #b7b7b7;
}

.tracker_page .week_body table tbody tr td.week_day.completed {
    background: #a8d0e6;
}

.tracker_page .week_body table tbody tr td.week_day.incomplete {
    background: #f8e9a1;
}

.tracker_page .week_body table tbody tr td.count {
    font-family: 'Museo Sans 900';
    vertical-align: middle;
}

.tracker_page #tab4 {}

.tracker_page #tab4 .comment_list {
    float: left;
    width: 100%;
}

.tracker_page #tab4 .comment_list .comment_each {
    float: left;
    width: 100%;
    margin-top: 40px;
}

.tracker_page #tab4 .comment_list .comment_each h4 {
    font-family: 'Museo Sans 900';
    font-size: 1.0rem;
    letter-spacing: 0.7px;
    margin-bottom: 15px;
}

.tracker_page #tab4 .comment_list .comment_each .desc {}

.tracker_page #tab4 .comment_list .comment_each .desc p span {
    font-family: 'Museo Sans 900';
}

.tracker_page #tab4 .pagination {
    text-align: center;
    margin: 50px auto 0 auto;
    display: block;
}

.tracker_page #tab4 .pagination li {
    display: inline-block;
    margin: 0 3px;
}

.tracker_page #tab4 .pagination li.active a {
    background-color: var(--blue-500);
    border-color: var(--blue-500);
    color: #fff;
}

.tracker_page #tab4 .pagination li a {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: var(--blue-500);
    background-color: #fff;
    border: 1px solid #ddd;
}

/* ========== progress tracker css - end ========== */

/* ========== notification icon css - start ========== */

.notification_icon {
    position: fixed;
    bottom: 25px;
    left: 15px;
    z-index: 100;
}

.notification_icon .icon {
    background: var(--blue-500);
    width: 40px;
    height: 40px;
    border-radius: 40px;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
    transition: all .1s;
}

.notification_icon .icon.subscribed {
    opacity: 0.5;
    line-height: 43px;
    transition: all .1s;
}

.notification_icon .icon.subscribed i {
    font-size: 18px;
    transition: all .1s;
}

.notification_icon .icon i {
    color: #FFF;
    font-size: 24px;
    transition: all .1s;
}

.notification_icon .tz-icon-main {
    position: absolute;
    top: 2px;
    left: 70px;
}

.notification_icon .tz-icon-main>p {
    width: 266px;
    background: #FFF;
    font-size: 12px;
    padding: 4px 8px;
    margin-bottom: 5px;
    border-radius: 4px;
    border: 1px solid #d4d4d4;
}

.notification_icon .tz-icon-main-wait {
    position: absolute;
    top: 2px;
    left: 70px;
    background-color: rgb(55, 71, 133);
    color: rgb(255, 255, 255);
    font-size: 15px;
    padding: 5px 16px;
    border-radius: 4px;
    box-shadow: 1px 1px 1px grey;
    cursor: pointer;
    transition: all .1s;
    width: 127px;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
}

.onesignal-customlink-subscribe.button {
    text-transform: none !important;
    font-weight: normal !important;
    width: 95px;
    text-align: center;
}

.onesignal-customlink-subscribe {
    position: relative;
}

.onesignal-customlink-subscribe::after {
    content: '';
    display: block;
    position: absolute;
    right: 100%;
    top: 50%;
    margin-top: -16px;
    margin-right: -2px;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-right: 15px solid var(--blue-500);
    border-bottom: 15px solid transparent;
    border-left: 15px solid transparent;
}

/* ========== notification icon css - end ========== */

/* ========== footer css - start ========== */

footer {
    background: #343434;
    color: #80848c;
}

footer .copyright_text {
    font-size: 16px;
    line-height: 1.8;
    color: #a0a5ae;
    text-align: right;
}

footer .footer_links {}

footer .footer_links li {
    display: inline-block;
}

footer .footer_links li:nth-child(2) {
    margin: 0 10px;
}

footer .footer_links li:nth-child(2) a {
    border-left: 1px solid #80848c;
    border-right: 1px solid #80848c;
    padding: 0 12px;
}

footer .footer_links li:nth-child(3) a {
    border-right: 1px solid #80848c;
    padding: 0 12px 0 0px;
}

footer .footer_links li:nth-child(4) a {
    padding-left: 12px;
}

footer .footer_links li a {
    color: #a0a5ae;
    letter-spacing: 0.4px;
}

footer .footer_links li a:hover {
    color: #FFF;
}

/* ========== footer css - end ========== */

/* ========== television css - start ========== */
.television.learn .panel-group .item .vfooter a {
    border: 2px solid #FFF;
}

.television.learn .panel-group .item .img {
    -webkit-box-shadow: inset 0px -135px 33px -87px rgba(0, 0, 0, 0.47);
    -moz-box-shadow: inset 0px -135px 33px -87px rgba(0, 0, 0, 0.47);
    box-shadow: inset 0px -135px 33px -87px rgba(0, 0, 0, 0.47);
}

.television .television_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
}

.television .television_logo li {
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

.television .television_logo li img {
    width: 150px;
    max-width: 100%;
    padding: 10px;
}

/* ========== television css - end ========== */

/* ========== jignesh css changes - start ========== */

.allFieldValid {
    background: var(--blue-500);
    color: #FFF;
    border-color: var(--blue-500);
}

.videos .video_list .item .document {
    padding: 0 15px 15px 15px;
}

.videos .video_list .item .document a {
    font-family: 'Museo Sans 900';
    font-size: 0.9rem;
    line-height: 24px;
    color: var(--blue-500);
    text-transform: uppercase;
}

/* ========== jignesh css changes - end ========== */

/* ========== Faq Page Css - start ========== */

.faq-page .main_banner {
    text-align: center;
    background: #f4f4f7;
    padding: 50px 15px 50px 15px;
}

.faq-page .main_banner h1 {
    color: var(--blue-500);
    font-family: 'Museo Sans 900';
    font-size: 40px;
}

.faq-page .main_banner i {
    color: var(--blue-500);
    font-size: 20px;
    padding-top: 8px;
    margin-right: 15px;
}

.faq-page .main_banner .search-bar {
    background-color: #fff;
    border: 0;
    font-size: 19px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.95;
    letter-spacing: 0.34px;
    color: #6d7079;
    padding: 5px 20px;
    margin-top: 30px;
}

.search-box,
.faq-page .close-icon,
.search-wrapper {
    position: relative;
}

.search-wrapper {
    width: 100%;
    margin: auto;
}

.search-box {
    width: 100%;
    border: 1px solid #ccc;
    outline: 0;
    border-radius: 15px;
}

.faq-page .close-icon {
    border: 1px solid transparent;
    background-color: transparent;
    /*display: inline-block;*/
    vertical-align: middle;
    outline: 0;
    cursor: pointer;
}

.faq-page .close-icon::before {
    content: "\f00d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: var(--blue-500);
    position: absolute;
    top: 0;
    right: 0;
}

.faq-page .search-box:not(:valid)~.close-icon {
    display: none;
}

.faq-page .no_result_found {
    padding: 40px 0;
}

.faq-page .no_result_found h4 {
    margin: 15px 0;
}

.faq-page .no_result_found p {}

.faq-page .pagination {
    text-align: center;
    margin: 30px auto 0 auto;
    display: block;
}

.faq-page .pagination li {
    display: inline-block;
    margin: 0 3px;
}

.faq-page .pagination li a {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: var(--blue-500);
    background-color: #fff;
    border: 1px solid #ddd;
}

.faq-page .pagination li.active a {
    background-color: var(--blue-500);
    border-color: var(--blue-500);
    color: #fff;
}

.faq-page .faq-list-header {
    font-family: 'Museo Sans 900';
    font-size: 18px;
    letter-spacing: 0.32px;
    color: rgba(0, 0, 0, 0.85);
    cursor: pointer;
    background-color: #fff;
    padding: 0px 0px;
    position: relative;
}

.faq-page .faq-list-header:focus {
    outline: 0;
    box-shadow: 0 !important;
}

.faq-page .faq-list-header i {
    color: var(--blue-500);
    position: absolute;
    top: 40%;
    right: 2%;
}

.faq-page .faq-list-content {
    width: 95%;
}

.faq-page .faq-list-content p {
    font-family: 'Museo Sans 500';
    font-size: 19px;
    line-height: 26px;
    letter-spacing: 0.29px;
    color: rgba(0, 0, 0, 0.85);
    margin-bottom: 20px;
    text-align: justify;
}

.faq-page .faq-list-que {
    padding: 20px 0px;
    width: 90%;
}

.faq-page h5 {
    font-family: 'Museo Sans 900';
    font-size: 18px;
    color: #333333;
}

.faq-page h5 a {
    font-family: 'Museo Sans 900';
    font-size: 18px;
    color: var(--blue-500);
    border-bottom: 2px solid var(--blue-500);
    padding-bottom: 4px;
}

.faq-page h5 a:hover {
    text-decoration: none;
}

#FaqList .faq-list-header:after {
    font-family: 'Font Awesome 5 Free';
    content: '\f077';
    font-weight: 900;
    position: absolute;
    top: 40%;
    right: 2%;
    color: var(--blue-500);
}

#FaqList .faq-list-header.collapsed:after {
    content: "\f078";
}

/* ========== Faq Page Css - end ========== */

/* ========== Health Insurance - start ========== */
.hinslogo {
    width: 100%;
    float: left;
    position: relative;
    margin: 50px 0;
}

.hinslogo li {
    margin: 30px 15px 30px 15px;
    display: inline-block;
    width: calc(100% / 6 - 30px);
    float: left;
}

.hinslogo li div {
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    padding-top: 56.25%;
    width: 100%;
}

/* ========== Health Insurance - end ========== */

/* Responsive */

@media (min-width: 1900px) and (max-width: 1920px) {
    body:not(.home) .header1 .container {
        max-width: 1820px;
    }

    body .container.before_login {
        max-width: 1200px;
    }

    .tzbox .head h4 {
        font-size: 1.3rem;
    }

    .charts {
        /*        flex: 0 0 46.34%;
        max-width: 46.34%;*/
    }
}

@media (min-width: 1600px) and (max-width: 1920px) {
    .height100vh_lg {
        height: 100vh;
    }

    .recipes .results .item .img {
        /* height: 22.5vw; */
    }

    .signup_header h1 {
        font-size: 4.5rem;
        line-height: 85px;
    }

    .signup_header h4 {
        font-size: 2.2rem;
        line-height: 46px;
    }
}

@media (min-width: 1025px) and (max-width: 1112px) {
    /* iPad Pro */
}

@media (min-width: 992px) and (max-width: 1024px) {
    .custom_padding {
        padding: 0 15px;
    }

    .charts {
        /*        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;*/
    }

    .main_menu {
        left: 0%;
        position: relative;
    }

    .welcome_video .sec_footer .tzbtn2 {
        float: none;
        padding: 12px 30px;
    }

    .main_menu>li {
        padding-left: 10px;
        padding-right: 10px;
    }

    .signup_form_main .step2 .ul2 {
        margin-left: 0;
    }

    .signup_form_main .step2 .ul2 {
        padding-right: 0;
    }

    .tracker_page .datepicker_pt .datepicker-days table tbody td {
        height: 102px;
    }

    .tracker_page .progress_accordion .accordion_header li h5 {
        font-size: 14px;
    }

    .daily_progress_new .content .clist .item_list:hover {
        background: #f4f4f7;
    }

    #checklistModal .modal-body .items .item_list:hover {
        background: #f4f4f7;
        border: 0;
        padding: 17px 14px;
    }

    .signup_header {
        padding: 2rem 0rem;
    }

    .signup_header h1 {
        font-size: 2.1rem;
        line-height: 44px;
    }

    .signup_header h4 {
        font-size: 1.0rem;
        line-height: 26px;
    }

    .signup_form_main .step3 .sec_title .subtitle {
        padding-right: 0;
    }

    .signup_form_main .sec_title h3 {
        font-size: 1.5rem;
    }

    .subscription .update_card {
        width: 100%;
        text-align: center;
        float: left;
    }

    .subscription .update_card .update_card_btn {
        float: none;
    }

    .subscription .update_subscription {
        width: 100%;
        text-align: center;
        float: left;
    }

    .subscription .update_subscription .update_sub_btn {
        float: none;
    }

    .dashboard .daily_progress_new .tzbtn1 {
        width: auto;
    }

    .main_menu>li.resource_link {
        display: none;
    }

    .week_focus .content .tzbtn1 {
        left: 10%;
        width: 80%;
    }

    .week_focus .content .tzbtn1:hover {
        color: var(--blue-500);
        background: #FFF;
    }

    .signup_form_main .iwlplans .iwlplan .plan_btns button {
        padding: 5px;
        font-size: 14px;
    }

    .signup_form_main .iwlplans .iwlplan.plusplan .plan_btns {
        margin-top: 15px;
    }

    .signup_form_main .iwlplans .iwlplan.simpleplan .plan_btns {
        margin-top: 57px;
    }

    .subscription .signup_form_main .iwlplans .iwlplan.simpleplan .plan_btns {
        margin-top: 80px;
    }

    .signup_form_main .iwlplans .plan_msg h3 {
        font-size: 1.2rem;
    }

    .signup_form_main .iwlplans .plan_msg p {
        font-size: 18px;
    }

    .extra_sections .right {
        left: 0;
    }

    .about_recipes .right {
        height: 385px;
    }

    .home {
        overflow-x: hidden;
    }

    .about_nick .left {
        height: 385px;
    }

    .prestigious_incubate .bottom .iframe iframe {
        height: 320px;
    }

    .hinslogo li {
        width: calc(100% / 5 - 30px);
    }
}

@media (min-width: 993px) and (max-width: 1023px) {
    .logo img {
        max-height: 22px;
    }
}

@media (min-width: 993px) and (max-width: 1290px) {
    .search_section .opened_search_box {
        position: absolute;
        margin-right: 0;
        bottom: -66px;
        right: 0;
        border-bottom: 1px solid #A9D1E7;
        border-left: 1px solid #A9D1E7;
        border-right: 1px solid #A9D1E7;
    }

    .search_section .opened_search_box input {
        background-color: #FFF;
    }
}

@media (min-width: 768px) and (max-width: 800px) {
    .daily_progress_new .tzbox .head {
        display: inline-block;
        height: 68px;
    }

    .daily_progress_new .head .center {
        float: right;
        margin: 5px 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .welcome_video .sec_footer .tzbtn2 {
        float: left;
        padding: 10px;
        width: 100%;
    }

    .login_form_main .sec_footer {
        padding: 30px 0;
    }

    .welcome_video .sec_footer {
        padding: 30px;
    }

    .custom_padding {
        padding: 0 15px;
    }

    .horizontal-scrollable>.row {
        overflow-x: auto;
        margin: 0;
        padding-bottom: 15px;
    }

    .recipe_detail_main .details {
        width: 92%;
    }

    .recipe_detail_main .details .head .left ul li:nth-child(2) {
        margin: 0 6px;
        padding: 0 6px;
    }

    .recipe_detail_main .details .head {
        padding: 8px 15px 8px 15px;
    }

    .recipe_detail_main .details .content {
        padding: 30px 0px;
    }

    .signup_form_main .step2 .ul2 {
        margin-left: 0;
    }

    .c100>span strong {
        font-size: 22px;
    }

    .signup_form_main .step2 .ul2 {
        padding-right: 0;
    }

    .page_slider .right {
        min-height: 360px !important;
    }

    .page_slider .left {
        min-height: 360px !important;
    }

    .page_slider .content {
        bottom: 30px;
    }

    .wrap_header_mobile.isnotlogin {
        padding-right: 15px;
    }

    .page_slider .left h1 {
        font-size: 1.5rem;
    }

    .page_slider .left .btnonly a {
        padding: 6px 40px;
    }

    .page_slider .content {
        padding: 30px 15px 15px 15px;
    }

    .recipes .results .item h4 p {
        line-height: 24px;
        font-size: 1.2rem;
        width: calc(100% - 40px);
    }

    .recipes .results .item h4 span.favorite img {
        width: 20px;
    }

    /* faq page  */
    .faq-page .main_banner h1 {
        font-size: 35px;
    }

    .faq-page h5 {
        text-align: center;
    }

    /* faq page  End*/
    .tracker_page .datepicker_pt .datepicker-days table tbody td {
        height: 91px;
    }

    .tracker_page .progress_accordion .accordion_header li h5 {
        font-size: 14px;
        width: 55%;
    }

    .tracker_page .progress_accordion .accordion_body li .label {
        width: 70%;
    }

    .tracker_page .progress_accordion .accordion_body li .count {
        width: 30%;
    }

    .daily_progress_new .content .clist .item_list:hover {
        background: #f4f4f7;
    }

    #checklistModal .modal-body .items .item_list:hover {
        background: #f4f4f7;
        border: 0;
        padding: 18px 14px;
    }

    #checklistModal .modal-body .items .item_list_main input[type='checkbox']:checked+label.item_list {
        padding: 14px 14px;
    }

    .signup_header {
        padding: 2rem 0rem;
    }

    .signup_header h1 {
        font-size: 2.1rem;
        line-height: 44px;
    }

    .signup_header h4 {
        font-size: 1.0rem;
        line-height: 26px;
    }

    .signup_form_main .step3 .confirming_text {
        padding: 0;
    }

    .signup_form_main .step3 .sec_title .subtitle {
        padding-right: 0;
    }

    .signup_form_main .iwlplans .iwlplan .content .plusimg {
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .signup_form_main .iwlplans .iwlplan.plusplan .content>p {
        margin-bottom: 0px;
        padding-bottom: 0;
    }

    .signup_form_main .iwlplans .iwlplan.plusplan .content ul {
        margin-bottom: 15px;
    }

    .signup_form_main .iwlplans .iwlplan .content ul {
        padding-bottom: 10px;
    }

    .signup_form_main .iwlplans .iwlplan .content {
        padding: 10px;
    }

    .signup_form_main .sec_title h3 {
        font-size: 1.5rem;
    }

    #PlanInfoModal .modal-dialog {
        max-width: 730px;
    }

    #updatesubModal .modal-dialog {
        max-width: 730px;
    }

    #updatesubModal .signup_form_main .iwlplans .iwlplan.activeplan_main .content {
        padding: 10px;
    }

    .subscription .update_card {
        width: 100%;
        text-align: center;
        float: left;
    }

    .subscription .update_card .update_card_btn {
        float: none;
    }

    .subscription .update_subscription {
        width: 100%;
        text-align: center;
        float: left;
    }

    .subscription .update_subscription .update_sub_btn {
        float: none;
    }

    .subscription .signup_form_main .iwlplans .iwlplan.simpleplan .plan_btns {
        margin-top: 52px;
    }

    .dashboard .daily_progress_new .tzbtn1 {
        width: auto;
    }

    .resources .resource_list .resource_each .left {
        height: 350px;
    }

    .resources .resource_list .resource_each .right h1 {
        font-size: 1.8rem;
    }

    .week_focus .content .tzbtn1 {
        left: 10%;
        width: 80%;
    }

    .week_focus .content .tzbtn1:hover {
        color: var(--blue-500);
        background: #FFF;
    }

    div.dataTables_wrapper .row>.col-sm-5 {
        padding-right: 0;
        margin-bottom: 15px;
    }

    div.dataTables_wrapper .row>.col-sm-7 {
        padding-left: 0;
    }

    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        width: 100%;
        display: block;
    }

    div.dataTables_wrapper div.dataTables_paginate ul.pagination li {
        display: inline-block;
    }

    div.dataTables_wrapper div.dataTables_paginate ul.pagination li:first-child {
        margin-left: 0 !important;
    }

    .signup_form_main .iwlplans .iwlplan .plan_btns button {
        padding: 5px;
        font-size: 14px;
    }

    .signup_form_main .iwlplans .iwlplan.plusplan .plan_btns {
        margin-top: 15px;
    }

    .signup_form_main .iwlplans .iwlplan.simpleplan .plan_btns {
        margin-top: 57px;
    }

    .signup_form_main .iwlplans .plan_msg h3 {
        font-size: 1.2rem;
    }

    .signup_form_main .iwlplans .plan_msg p {
        font-size: 18px;
    }

    .tracker_page .datepicker_pt .datepicker-days table tbody td.completed img {
        bottom: 8px;
        right: 8px;
        width: 15px;
    }

    .prestigious_incubate .bottom .iframe iframe {
        height: 320px;
    }

    .hinslogo li {
        width: calc(100% / 5 - 30px);
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .custom_padding {
        padding: 0 15px;
    }

    .login_form_main {
        margin: 5% 15px 0 15px;
    }

    .login_form_main .sec_footer h6 {
        text-align: center;
    }

    .login_form_main .sec_footer .right {
        text-align: center;
        padding: 30px 0;
    }

    .login_form_main .sec_footer {
        padding: 20px 0 0 0;
    }

    footer .footer_links li {
        margin: 0px 0 8px 0;
        width: 100%;
        text-align: center;
    }

    footer .footer_links li:nth-child(2) {
        margin: 0px 0 8px 0;
    }

    footer .footer_links li:nth-child(2) a {
        padding: 0;
        border: 0 none;
    }

    footer .footer_links li:nth-child(3) a {
        border: 0 none;
        padding: 0;
    }

    footer .footer_links li:nth-child(4) a {
        padding: 0;
    }

    footer .copyright_text {
        text-align: center;
        padding: 0 70px;
    }

    footer .footer_links {
        border-bottom: 1px solid #80848c;
        margin: 0 60px;
        margin: 0 60px 25px 60px;
        padding-bottom: 20px;
    }

    .height100vh {
        height: auto;
    }

    .signup_form_main .step2 .ul2 {
        margin-left: 0;
    }

    .signup_form_main .step2 .ul2 li p {
        float: none;
    }

    .mobile_label_1 {
        text-align: left;
    }

    .cntr {
        position: relative;
    }

    .group.group_type2_2 input {
        padding-top: 0;
    }

    .group.group_type2_2 .unit {
        top: 6px;
    }

    .welcome_video .sec_footer {
        padding: 30px 15px;
    }

    .welcome_video .sec_footer .left {
        text-align: center;
    }

    .charts {
        /*        flex: 0 0 100%;
        max-width: 100%;*/
    }

    .week_focus {}

    .daily_progress_new {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .daily_progress_new .content .clist {
        height: auto;
    }

    .daily_progress_new .content .footer_main {
        float: left;
        width: 100%;
        margin-bottom: 30px;
        margin-top: 15px;
    }

    .daily_progress_new .content .clist .item_list:hover {
        background: #f4f4f7;
    }

    .mea_modal .modal-header {
        padding: 20px 15px;
    }

    .mea_modal .modal-body {
        padding: 15px 15px 7px 15px;
    }

    .general_message .general_message_sub .head {
        border-bottom: none;
        padding: 15px 10px 0px 5px;
    }

    .general_message .general_message_sub .tzborder {
        border-right: 0;
    }

    .general_message {
        width: 100%;
    }

    .general_message .general_message_sub .content {
        padding: 20px 0px 15px 5px;
    }

    .mea_modal .modal-header h4 {
        width: 100%;
    }

    .mea_modal .modal-header a {
        float: left;
    }

    .mea_modal .modal-content .group.group_type2_1 input {
        bottom: 5px;
        font-size: 26px;
        padding-bottom: 14px;
    }

    .recipes .category.mobile {
        display: block;
    }

    .recipes .category.desktop {
        display: none;
    }

    .recipe_detail_main .details {
        width: 100%;
        margin: 0 auto 0 auto;
    }

    .recipe_detail_main .details .head {
        padding: 15px;
        text-align: center;
    }

    .recipe_detail_main .details .head .left ul li p {
        float: none;
        width: 100%;
    }

    .recipe_detail_main .details .head .left ul li span {
        float: none;
        margin-left: 0;
    }

    .recipe_detail_main .details .head .right {
        margin-top: 20px;
    }

    .recipe_detail_main .details .content {
        padding: 25px 0px;
    }

    .recipe_detail_main .details .content h1 {
        font-family: 'Museo Sans 900';
        font-size: 1.9rem;
    }

    .recipe_detail_main .details .content .left {
        border-right: 0 none;
    }

    .recipe_detail_main>.container {
        padding-top: 0;
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .recipe_detail_main .details {
        box-shadow: none;
    }

    .recipe_detail_main .details .content .right {
        padding-left: 15px;
    }

    .welcome_video .sec_footer .tzbtn2 {
        padding: 12px 24px;
        font-size: 16px;
    }

    .signup_form_main .step2 .ul1 li:first-child {
        width: 100%;
    }

    .signup_form_main .step2 .ul1 li:first-child .price_subtitle {
        width: 115px;
        margin: 0 auto;
    }

    .signup_form_main .step2 .ul1 li:last-child {
        width: 100%;
        padding-left: 0;
    }

    .c100>span strong {
        font-size: 22px;
    }

    .group.group_type3.group_type3_1 input {
        font-size: 24px;
    }

    .group.group_type3.group_type3_1 .bar {
        bottom: 6px;
    }

    .group.group_type3.group_type3_1 input[value=""]:not(:focus):valid~label {
        top: 4px;
    }

    .group.group_type3.group_type3_1 .unit {
        top: 4px;
    }

    .signup_form_main .step2 .ul2 {
        padding-right: 0;
    }

    .about_recipes .left {
        order: 2;
    }

    .page_slider #carousel-custom-dots li {
        background: #FFF !important;
        width: 8px;
        height: 8px;
    }

    .page_slider {
        background: var(--blue-500);
    }

    .page_slider #carousel-custom-dots li.active {
        background: #f8e9a1 !important;
    }

    .page_slider ul.owl-dots {
        width: 100%;
        right: auto !important;
        bottom: 5px !important;
        text-align: center;
        background: var(--blue-500);
    }

    .page_slider ul.owl-dots li {
        float: none;
        display: inline-block;
    }

    .page_slider .left p {
        display: none;
    }

    .page_slider .left h1 {
        font-size: 1.4rem;
        text-align: center;
        margin-bottom: 10px;
    }

    .page_slider .right {
        order: 1;
        min-height: auto;
        height: 56.25vw;
    }

    .page_slider .left {
        order: 2;
        min-height: auto;
        padding-bottom: 40px;
    }

    .page_slider .content {
        padding: 15px 15px !important;
    }

    .recipes .results .item .img {
        /* height: 32vw; */
    }

    /* faq page  */
    .faq-page .main_banner h1 {
        font-size: 30px;
    }

    .faq-page h5 {
        text-align: center;
    }

    /* faq page  End*/
    .dashboard .daily_progress_new .footer_main .footer_1_3 {
        position: relative
    }

    .signup_header {
        padding: 2rem 0rem;
    }

    .signup_header h1 {
        font-size: 36px;
        line-height: 40px;
    }

    .signup_header h4 {
        font-size: 20px;
        line-height: 24px;
    }

    .signup_form_main {
        margin: 10% 15px 0 15px;
    }

    .subscription .signup_form_main {
        margin: 10% 0 0 0;
        padding-bottom: 0;
    }

    .signup_form_main .sec_title {
        padding: 0;
    }

    .signup_form_main .sec_content {
        padding: 0;
    }

    .after_signup_form_main.signup_form_main .sec_title {
        padding: 0 15px;
    }

    .after_signup_form_main.signup_form_main .sec_content {
        padding: 0 15px;
    }

    .signup_form_main .step3 .sec_title {
        padding: 0 0px;
    }

    .signup_form_main .step3 .sec_content {
        padding: 0 0px;
        margin-bottom: 20px;
    }

    .after_signup_form_main.signup_form_main .step3 .sec_title {
        padding: 0 15px;
    }

    .after_signup_form_main.signup_form_main .step3 .sec_content {
        padding: 0 15px;
    }

    .signup_form_main .step3 .sec_title .subtitle {
        padding-right: 0;
    }

    .after_signup_form_main.signup_form_main .step3 .sec_title .subtitle {
        padding-right: 15px;
    }

    .signup_form_main .step3 .confirming_text {
        padding: 0;
    }

    .signup_form_main .iwlplans .iwlplan {
        margin-bottom: 15px;
    }

    .signup_form_main .iwlplans .iwlplan.simpleplan .plan_btns {
        margin-top: 15px;
    }

    .signup_form_main .iwlplans .iwlplan.plusplan .plan_btns {
        margin-top: 15px;
    }

    .signup_form_main .iwlplans .plan_msg {
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .signup_form_main .iwlplans .plan_msg h3 {
        font-size: 1.1rem;
        line-height: 24px
    }

    .signup_form_main .iwlplans .plan_msg p {
        font-size: 18px;
    }

    .signup_form_main .iwlplans .iwlplan .plan_btns button {
        font-size: 14px;
        padding: 8px 5px;
    }

    .signup_form_main .sec_title h3 {
        font-size: 1.4rem;
    }

    .subscription .signup_form_main .iwlplans .iwlplan {
        height: auto;
    }

    .subscription .payment_detail {
        margin-top: 15px;
    }

    .start_journey .right h1 #month {
        right: auto;
    }

    .subscription .update_card {
        width: 100%;
        text-align: center;
        float: left;
    }

    .subscription .update_card .update_card_btn {
        float: none;
    }

    .subscription .update_subscription {
        width: 100%;
        text-align: center;
        float: left;
    }

    .subscription .update_subscription .update_sub_btn {
        float: none;
    }

    .subscription .signup_form_main .iwlplans .iwlplan.simpleplan .plan_btns {
        margin-top: 15px;
    }

    .subscription .payment_detail .payment_detail_content label.pointer {
        width: 100%;
    }

    .daily_progress_new .content .footer_1 {
        position: relative;
        width: 100%;
        float: left;
    }

    .daily_progress_new .content .footer_2 {
        margin: 10px 0 14px 0;
        position: relative;
        bottom: 0;
    }

    .dashboard .daily_progress_new .tzbtn1 {
        width: 100%;
    }

    .learn .panel-heading a.left:before {
        content: "\f078";
    }

    .learn .panel-group .panel-heading .panel-title a.left {
        width: 100%;
    }

    .learn .panel-group .panel-heading .panel-title .right {
        display: none;
    }

    .learn .panel-group .panel-body .row>.col-md-6 {
        margin-bottom: 20px;
    }

    .learn .panel-group .panel-body .bottom_download_btn {
        display: block;
    }

    .learn .panel-heading {
        box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, 0.1);
        width: 100%;
        float: left;
    }

    .learn .container {
        padding: 0;
    }

    .learn .panel-default {
        margin-top: 0;
        float: left;
        width: 100%;
        border-bottom: 1px solid var(--blue-500);
    }

    .learn .panel-group .panel-heading .panel-title a.left {
        padding: 15px;
    }

    .learn .panel-group .panel-body {
        padding: 0px;
    }

    .learn .panel-heading a.left:before {
        margin-top: 8px;
        color: var(--blue-500);
    }

    .resources .resource_list .resource_each .left {
        height: 250px;
    }

    .resources .resource_list .resource_each .right h1 {
        font-size: 1.8rem;
    }

    .resources .resource_list .resource_each .right .content {
        float: left;
        width: 100%;
        margin-top: 20px;
    }

    .daily_progress_new .dpfooter_btn {
        margin-top: 35px;
    }

    .resources .resource_list .resource_each .right .content {
        padding-left: 0px;
    }

    .resources .resource_list .resource_each {
        margin-bottom: 46px;
    }

    .tracker_page #tab4 .pagination {
        margin: 50px auto 30px auto;
    }

    .week_focus .content #week_goal_text {
        min-height: 120px;
        font-size: 24px;
    }

    .week_focus .content .tzbtn1 {
        position: relative;
        bottom: auto;
        left: auto;
        width: 100%;
    }

    .week_focus .content .tzbtn1:hover {
        color: var(--blue-500);
        background: #FFF;
    }

    .week_focus .head p {
        position: relative;
        z-index: 100;
        padding: 10px 10px 0px 10px;
        top: -15px;
    }

    .week_focus .head p i {
        font-size: 24px;
        margin-top: 5px;
    }

    div.dataTables_wrapper .row>.col-sm-5 {
        padding-right: 0;
        margin-bottom: 15px;
    }

    div.dataTables_wrapper .row>.col-sm-7 {
        padding-left: 0;
    }

    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        width: 100%;
        display: block;
    }

    div.dataTables_wrapper div.dataTables_paginate ul.pagination li {
        display: inline-block;
    }

    div.dataTables_wrapper div.dataTables_paginate ul.pagination li:first-child {
        margin-left: 0 !important;
    }

    .signup_form_main .iwlplans .plan_msg p.second-p {
        line-height: 25px;
    }

    .signup_form_main .iwlplans .plan_msg p {
        font-size: 16px;
    }

    .about_nick .left {
        height: auto !important;
        padding-top: 75%;
    }

    .about_recipes .right {
        height: auto !important;
        padding-top: 75%;
    }

    .tracker_page .datepicker_pt .datepicker-days table tbody td.completed img {
        bottom: 3px;
        right: 3px;
        width: 14px;
    }

    #checklistModal .modal-body .treats .options .item .item_left {
        width: 70%;
    }

    #checklistModal .modal-body .treats .options .item .item_right {
        width: 30%;
    }

    #checklistModal .modal-dialog {
        margin-right: 0;
        margin-bottom: -1px;
        margin-left: -1px;
        margin-top: -1px;
    }

    #checklistModal .modal-body .treats .desc p {
        line-height: 22px;
    }

    #checklistModal .modal-body .items .item_list_main label.item_list .icon_right {
        margin-top: 0px;
    }

    #checklistModal .modal-body .items .item_list_main input[type='checkbox']:checked+label.item_list .icon_right.checked {}

    #checklistModal .modal-body .items .item_list_main input[type='checkbox']:checked+label.item_list {
        padding: 17px 0px;
    }

    #checklistModal .modal-body .items .item_list:hover {
        background: #f4f4f7;
        border: 0;
        padding: 18px 0px;
    }

    #checklistModal .modal-body .items .item_list {
        padding: 18px 0px;
    }

    .charts .chart_canvas canvas {
        width: auto !important;
    }

    #ShareOnFBBadgeModal .modal-title {
        line-height: 30px;
        font-size: 1.5rem;
    }

    #ShareOnFBBadgeModal .modal-body img.logo_white {
        width: 185px;
    }

    #ShareOnFBBadgeModal .modal-body .badge img {
        width: 120px;
    }

    .science_iwl .list .btnonly {
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .science_iwl .list {
        padding: 20px 0px;
    }

    .prestigious_incubate .top ul li {
        width: 140px;
    }

    .prestigious_incubate .bottom .iframe iframe {
        height: 210px;
    }

    .hinslogo li {
        width: calc(100% / 2 - 30px);
        margin: 15px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .recipe_detail_main .details .head .left ul li:nth-child(2) {
        border-left: none;
        border-right: none;
        margin: 0;
        padding: 0px 5px;
    }

    .recipe_detail_main .details .head .left ul li {
        width: calc(100% / 3);
        float: left;
    }

    .recipes .results .item h4 p {
        font-size: 1.2rem;
        line-height: 20px;
        width: calc(100% - 40px);
    }

    .recipe_detail_main .details .head .right ul.ulcate {
        float: left;
    }

    #checklistModal .modal-body .items .item_list {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (min-width: 414px) and (max-width: 575px) {
    .charts .tzbox .head h4 {}
}

@media (min-width: 320px) and (max-width: 413px) {
    .charts .tzbox .head h4 {
        /*        float: left;
        width: 31%;
        line-height: 20px;
        margin-top: 6px;*/
    }
}

@media (min-width: 320px) and (max-width: 374px) {
    .tracker_main .tracker-nav-first li a {
        line-height: 18px;
    }

    .tracker_main .tracker-nav-first li {}

    .tracker_main .tracker-nav-first li:nth-child(2) a,
    .tracker_main .tracker-nav-first li:nth-child(3) a {
        padding-top: 8px;
    }

    #AfterReachGoalModal .step1 .modal-footer {
        display: inline-block;
    }

    #AfterReachGoalModal .step1 .modal-footer .tzbtn3 {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
        margin-left: 0;
    }

    .tracker_main .tracker-nav-first li span {
        font-size: 12px;
    }

    .tracker_main .tracker-nav-second li span {
        font-size: 12px;
    }
}

@media (min-width: 320px) and (max-width: 575px) {
    .order-xs-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xs-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xs-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .c100>span {}

    .autocomplete-suggestions {
        border: 0 none;
        border-radius: 0px;
        width: 100% !important;
        left: 0 !important;
        padding-left: 36px;
        box-shadow: none;
    }

    .recipes .results .item h4 {
        font-size: 1rem;
    }

    .recipes .results .item .cate_list ul li {
        width: 10px;
        height: 10px;
    }

    .recipe_detail_main .details .head .left ul li:nth-child(2) {
        border-left: none;
        border-right: none;
        margin: 0;
        padding: 0px 5px;
    }

    .recipe_detail_main .details .head .left ul li {
        width: calc(100% / 3);
        float: left;
    }

    .sresult .main_banner .left {
        margin-top: 10px;
    }

    .sresult .main_banner .right {
        margin-top: 10px;
    }

    .recipes .results .item h4 p {
        font-size: 0.8rem;
        line-height: 17px;
        width: calc(100% - 40px);
    }

    .recipes .results .item h4 span.favorite img {
        width: 20px;
    }

    .recipe_detail_main .details .head .right ul.ulcate {
        float: left;
    }

    .start_journey .right .start_journey_ul li {
        width: 100%;
    }

    .start_journey .left img {
        width: 75%;
    }

    .start_journey .left {
        margin-bottom: 30px;
    }

    .start_journey .right .btnonly {}

    .tracker_page .progress_accordion .accordion_header li {
        width: 100%;
        padding: 18px 0;
        margin: 0;
        border-bottom: 1px solid #d9d9d9;
    }

    .tracker_page .progress_accordion .accordion_header li:nth-child(2) {
        border-left: 0;
        border-right: 0;
    }

    .tracker_page .progress_accordion #accordion .card-header ul li .accordion_body_mobile {
        float: left;
        width: 100%;
        margin-top: 10px;
    }

    .tracker_page .progress_accordion #accordion .card-header ul li .accordion_body_mobile li {
        border-bottom: 0px;
        padding: 12px 0;
    }

    .tracker_page .progress_accordion #accordion .card-header ul li .accordion_body_mobile p {
        color: #808080;
        font-family: 'Museo Sans 500';
        font-size: 15px;
    }

    .tracker_page .progress_accordion #accordion .card-header ul li .accordion_body_mobile .label {
        float: left;
        width: 80%;
    }

    .tracker_page .progress_accordion #accordion .card-header ul li .accordion_body_mobile .count {
        float: right;
        width: 20%;
        text-align: right;
    }

    .tracker_page .progress_accordion #accordion .card-header>a[aria-expanded='true'] .accordion_header li .accordion_body_mobile {
        display: block;
    }

    .tracker_page .progress_accordion .collapse.show {
        display: none !important;
    }

    .tracker_page .progress_accordion .collapsing {
        display: none !important;
    }

    .tracker_page .progress_accordion #accordion .card-header .accordion_header li .dh_nav {
        display: none;
    }

    .tracker_page .progress_accordion #accordion .card-header .mobile_view_all {
        display: block;
        text-align: center;
        border-bottom: 0;
    }

    .tracker_page .progress_accordion #accordion .card-header .mobile_view_all p {
        color: var(--blue-500);
        float: none;
        line-height: 8px;
        cursor: pointer;
    }

    .tracker_page .progress_accordion #accordion .card-header .mobile_view_all img.view_all {
        transform: rotate(-90deg);
        width: 8px;
    }

    .tracker_page .progress_accordion #accordion .card-header .mobile_view_all img.view_less {
        transform: rotate(90deg);
        width: 8px;
        display: none;
    }

    .tracker_page .progress_accordion #accordion .card-header .mobile_view_all #view_less_text {
        display: none;
    }

    .tracker_page .progress_accordion #accordion .card-header>a[aria-expanded='true'] .mobile_view_all img.view_all {
        display: none;
    }

    .tracker_page .progress_accordion #accordion .card-header>a[aria-expanded='true'] .mobile_view_all img.view_less {
        display: inline;
    }

    .tracker_page .progress_accordion #accordion .card-header>a[aria-expanded='false'] .mobile_view_all img.view_less {
        display: none;
    }

    .tracker_page .progress_accordion #accordion .card-header>a[aria-expanded='true'] .mobile_view_all #view_all_text {
        display: none;
    }

    .tracker_page .progress_accordion #accordion .card-header>a[aria-expanded='false'] .mobile_view_all #view_all_text {
        display: block;
    }

    .tracker_page .progress_accordion #accordion .card-header>a[aria-expanded='true'] .mobile_view_all #view_less_text {
        display: block;
    }

    .tracker_page .progress_accordion #accordion .card-header>a[aria-expanded='false'] .mobile_view_all #view_less_text {
        display: none;
    }

    .tracker_page .task_key {
        margin-top: 25px;
    }

    .tracker_page .progress_accordion {
        margin-top: 30px;
    }

    .tracker_page .task_key ul li {
        width: 50%;
        float: left;
    }

    .tracker_page {
        padding: 0;
    }

    .tracker_main .tracker-nav-second {
        margin: 30px 0 30px 0;
    }

    .tracker_main .tracker-nav-second li a {
        padding: 5px 50px;
    }

    .tracker_page .datepicker_pt .datepicker-days table tbody td {
        height: 49px;
        padding: 6px 8px 8px 8px;
    }

    #checklistModal .modal-body .items .item_list {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .tracker_page .week_body table tbody tr td.title {
        width: auto;
        padding: 10px 10px 10px 5px;
    }

    .tracker_page .week_body table td,
    .tracker_page .week_body table th {
        padding: 0px;
    }

    .tracker_page .week_body table tbody tr td.title img {
        display: none;
    }

    .tracker_page .week_body table tbody tr td.count {
        padding: 0 0px 0 5px;
        text-align: right;
    }

    .tracker_main .tracker-nav-second li {
        width: calc(100% / 2);
    }

    .tracker_page .week_body {
        padding: 0;
    }

    .tracker_page .week_body table tbody tr td.week_day.completed {
        padding: 8px;
    }

    .tracker_page .week_body table thead th {
        padding: 5px 3px;
    }

    .tracker_page .week_body table {
        margin-bottom: 50px;
    }

    .tracker_main .tracker-nav-first {
        float: left;
        width: 100%;
    }

    #checklistModal .modal-body .items .item_list_main input[type='checkbox']:checked+label.item_list .icon_right.checked {
        /*width: 20px;*/
    }

    #checklistModal .modal-body .items .item_list_main input[type='checkbox']:checked+label.item_list span {
        padding-top: 0;
    }

    .daily_progress_new .head .left {
        width: 100%;
        line-height: normal;
        margin-top: 7px;
        display: block;
    }

    .daily_progress_new .head .right {
        width: 100%;
        text-align: center;
        display: block;
    }

    .daily_progress_new .head {
        display: block;
        width: 100%;
    }

    .daily_progress_new .head .center {
        display: block;
        width: 100%;
        float: left;
        margin-top: 5px;
    }

    .daily_progress_new .tzbox .head {
        display: block;
        height: auto;
    }

    .daily_progress_new .head .center ul {
        float: left;
        text-align: center;
        width: 100%;
    }

    .daily_progress_new .head .center ul li.prev_date {
        float: none;
        position: relative;
        top: 5px;
    }

    .daily_progress_new .head .center ul li.next_date {
        float: none;
        position: relative;
        top: 5px;
    }

    .daily_progress_new .head .center ul li {
        float: none;
        letter-spacing: 0.2px;
        display: inline-block;
        text-align: center;
    }

    .header_bl_btn li {
        margin-left: 0;
    }

    .header_bl_btn li:first-child {
        width: 50%;
        float: left;
        margin-top: 15px;
    }

    .header_bl_btn li:nth-child(2) {
        width: 50%;
    }

    .header_bl_btn li:nth-child(3) {
        width: 50%;
    }

    .header_bl_btn {
        text-align: right;
    }

    .modal-sm-2 {
        width: auto;
    }
}

.fancybox-button {
    background: var(--blue-500);
}

/* =========================================== seprate page css ====================================== */
.tznew_menu_html .dropdown .dropdown-menu {
    left: auto;
    right: 0;
}

.tznew_menu_html {
    padding: 18px 16px;
}

.tznew_menu_html .navbar-nav .nav-item {
    margin-left: 24px;
}

.tznew_menu_html .navbar-nav .nav-item .nav-link {
    color: #000;
    font-size: 16px;
    letter-spacing: 0;
    text-transform: none;
}

.tznew_menu_html .dropdown-menu.show a {
    font-size: 16px;
    text-transform: none;
}

.tznew_menu_html .navbar-nav .nav-item.jointoday {
    margin-top: 5px;
}

.tznew_menu_html .navbar-nav .nav-item.jointoday a {
    /*padding: 6px 22px;color:#FFF;text-align: center;*/
    background: #97cece;
    border: 1px solid #97cece;
    transition: 0.5s ease-in-out;
    border-radius: 0px;
    text-align: center;
    padding: 3px 20px;
    font-size: 14px;
    color: #000;
    text-transform: none;
}

.tznew_menu_html .navbar-nav .nav-item.jointoday a:hover {
    background: transparent;
}

.desk {
    display: block;
}

.mob {
    display: none;
}

.logo-image {
    height: 27px;
}

.navbar {
    border-bottom: 1px solid #A9D1E7;
}

.header-button {
    color: #FFF;
    font-family: 'Museo Sans 900';
    width: 100%;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    padding: 6px 22px !important;
    font-size: 14px;
    border-radius: 2px;
    background: var(--blue-500);
    border: 2px solid var(--blue-500);
}

.header-button:hover {
    background: #fff;
    color: var(--blue-500);
}

#Navbar .navbar-nav .nav-item {
    color: var(--blue-500);
    font-family: fira-sans-compressed;
    font-size: 16px;
    letter-spacing: .03em;
    padding: 5px 20px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0rem;
    padding-left: 0rem;
}

#Navbar .navbar-nav .nav-item.active {
    color: var(--blue-500);
}

#Navbar .dropdown-menu .dropdown-item {
    color: #333;
    font-family: 'Museo Sans 500';
    font-size: 16px;
    letter-spacing: .03em;
    padding: 5px 10px;
    text-transform: capitalize;
}

#Navbar .dropdown-menu .dropdown-item:hover {
    color: var(--blue-500);
}

#Navbar .dropdown-menu .dropdown-item.active {
    color: var(--blue-500);
}

.toggler-icon {
    width: 30px;
}

.vimeo-video-section {
    float: none !important;
    margin: 70px auto;
    width: 70%;
}

.resources-book-img {
    height: 52vh;
    margin-top: 70px;
    background-size: cover;
}

.resources-book-section h5 {
    font-family: 'Museo Sans 900';
    color: #505050;
    font-size: 1.2rem;
}

.resources-book-section h5.title-text {
    font-size: 2.3rem;
    color: var(--blue-500);
    margin-bottom: 15px;
}

.recipes-main-banner .main_banner p {
    font-family: 'Museo Sans 500';
}

.resources-content-wrp .main_banner h1 {
    margin-bottom: 0px;
}

.resources-book-section a {
    font-family: 'Museo Sans 900';
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--blue-500);
    display: block;
    margin-top: 15px;
}

.resources-book-section a img {
    height: 15px;
    margin-left: 5px;
}

.equipment-img {
    height: 200px;
    background-size: contain !important;
    margin: 0px 15px;
    margin-bottom: 30px;
}

.mt-70 {
    margin-top: 70px;
}

.contact-banner-image {
    height: 500px;
    margin: 70px auto;
}

.contact-container {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-page-content {
    border: 1px solid rgba(55, 71, 133, 0.5);
    margin: 15px 15px;
    padding: 25px 9px;
    text-align: center;
}

.contact-page-content img {
    height: 50px;
    margin-bottom: 20px;
}

.contact-page-content .title {
    color: var(--blue-500);
}

.contact-detail-list {
    margin-top: 20px;
}

.contact-detail-list li {
    font-family: 'Museo Sans 500';
}

.contact-detail-list li a {
    font-family: 'Museo Sans 500';
    color: var(--blue-500);
}

.contact-row {
    padding-bottom: 50px;
    width: 100%;
}

.page-tv-vimeo-section {
    margin-bottom: 0px;
}

.page-tv-content {
    padding-bottom: 70px;
}

.container-audio {
    margin-top: 30px;
    margin-bottom: 30px;
}

.radio-page-content h5 {
    color: rgba(var(--Navy));
    font-size: 24px;
    font-weight: 500;
    line-height: 140%;
    font-family: "Public Sans", sans-serif;
}
.radio-page-content p{
    color: rgba(var(--Navy));
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    font-family: "Public Sans", sans-serif;
}

.radio-page-content h2 {
    font-family: 'Museo Sans 900';
    margin-top: 50px;
    color: var(--blue-500);
}

.radio-page-content p {
    font-family: 'Museo Sans 500';
    margin: 20px auto;
}

/* .radio-page-content-wrp{border-bottom: 1px solid #dee2e6;padding-bottom: 30px;} */
.radio-page-content-wrp {
    position: relative;
    padding-bottom: 30px;
}

.radio-page-content-wrp::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 15px;
    background-color: #dee2e6;
    height: 1px;
    width: 95%;
}

.resources {
    float: none;
}

.linkonly img {
    height: 15px;
    margin-left: 5px;
}

.media-articles-page-content a {
    display: contents;
}

.banner-link-text a {
    color: #0d001f;
    margin-bottom: 0px;
    font-family: 'Museo Sans 500';
}

.banner-link-text a:hover {
    text-decoration: none;
}

.media-article-detail-page h2 {
    font-family: 'Museo Sans 900';
}

.media-article-detail-page h3 {
    font-family: 'Museo Sans 500';
    color: #2c2f3e;
}

.media-article-detail-page p {
    font-family: 'Museo Sans 500';
    margin-bottom: 1rem;
}

.media-article-detail-page a {
    color: var(--blue-500);
    font-weight: 700;
    border-bottom: 1px solid var(--blue-500);
}

.media-article-detail-page {
    padding-bottom: 70px;
}

.media-page-container {
    padding-bottom: 70px;
    padding-top: 70px;
}

.media-articles-page-content {
    padding-bottom: 70px;
}

.video-section.learn .panel-group .item .title {
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    font-family: "Public Sans", sans-serif;
    color: rgba(var(--Navy));
    padding-top: 24px;
    padding-bottom: 24px;
}

.video-section.learn .panel-group .panel-body .row>.col-md-6 {
    margin-top: 20px;
}

.resources-equipment-section a {
    box-shadow: 0 2px 4px 0 rgba(55, 71, 133, 0.3);
    background-color: #fafafa;
    /* height: 100%; */
    padding-bottom: 30px;
    padding-top: 30px;
    margin-top: 70px;
}

.resources-equipment-section h5 {
    border-top: 1px solid #dee2e6;
    color: var(--blue-500);
    padding-top: 20px;
}

footer .copyright_text {
    font-family: 'Museo Sans 500';
}

.radio-page-content-wrp audio:focus {
    outline: 0;
}

.terms .main_banner h1 {
    margin-bottom: 0 !important;
}

.terms .container {
    padding: 70px 0;
}

.terms .container p {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    font-family: "Public Sans", sans-serif;
    color: rgba(var(--Navy));
    margin-bottom: 16px;
}
.terms .container p strong{
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    font-family: "Public Sans", sans-serif;
    color: rgba(var(--Navy));
}

.terms .container p.sub {
    padding-left: 25px;
}


.terms .container a {
    color: var(--blue-500);
}

.terms .container h3 {
    /* font-size: 40px; */
    font-weight: 400;
    line-height: 120%;
    font-family: "Hedvig Letters Serif", serif;
    color: rgba(var(--Navy));
    margin-bottom: 16px;
    margin-top: 48px;
}
.terms .container h3 strong{
    /* font-size: 40px; */
    font-weight: 400;
    line-height: 120%;
    font-family: "Hedvig Letters Serif", serif;
    color: rgba(var(--Navy));
}

.terms .container h3.first {
    margin-top: 0;
}

.terms .container ul {
    padding-left: 40px;
    padding-bottom: 16px;
}

.terms .container ul li {
    list-style-type: disc;
    margin-bottom: 5px;
}

.terms .container ul li p {
    margin-bottom: 0;
}

.re_front a {
    color: rgba(var(--Navy));
    text-decoration: underline !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    font-family: "Public Sans", sans-serif;
    display: inline-block;
}

@media (min-width: 320px) and (max-width: 991px) {
    .tznew_menu_html .navbar-nav .nav-item.jointoday {
        margin-left: 0px;
        margin-top: 16px;
    }

    .desk {
        display: none;
    }

    .mob {
        display: block;
    }

    .tznew_menu_html .navbar-brand.mob {
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.04px;
        color: #000000;
        font-size: 30px;
    }

    .header_bl_btn.header_bl_btn_new li a:not(.tzbtn4) {
        color: 000;
    }

    .tznew_menu_html a.tzbtn4 {
        background: #97cece;
        border: 1px solid #97cece;
        border-radius: 0px;
        color: #000;
    }

    .tznew_menu_html .navbar-nav .nav-item {
        margin-left: 0;
        color: #000;
        text-transform: uppercase;
        font-size: 14px;
        padding: 5px 0;
    }

    .tznew_menu_html .navbar-nav .nav-item .nav-link {
        padding: 0;
    }

    .tznew_menu_html .navbar-nav .nav-item:first-child .nav-link {
        padding-top: 15px;
    }
}

@media (min-width: 320px) and (max-width: 575px) {
    .header_bl_btn.header_bl_btn_new {
        text-align: center;
        margin-left: 5px;
    }

    .header_bl_btn.header_bl_btn_new li:first-child {
        width: auto;
        margin-top: 0;
        margin-right: 18px;
    }

    .header_bl_btn.header_bl_btn_new li:nth-child(2) {
        width: auto;
    }

}

/* =========================================== seprate page css Over====================================== */
