@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

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

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.eot');
    src: url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Light.woff2') format('woff2'), url('../fonts/Roboto-Light.woff') format('woff'), url('../fonts/Roboto-Light.ttf') format('truetype'), url('../fonts/Roboto-Light.svg#Roboto-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.eot');
    src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.ttf') format('truetype'), url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
#system-message-container {
    position: absolute;
    left: 0;
    right: 0;
}
.alert {
    padding: 10px;
}
.alert h4 {
    margin: 0 0 4px;
    font-size: 16px;
}
.alert-message {
    font-size: 14px;
}
body {
    line-height: normal;
    font-family: 'Roboto', sans-serif;
    top: 0!important;
}

body.site {
    margin: 0;
    padding: 0;
    border-top: 0 !important;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-title {
    font-family: 'Roboto', sans-serif!important;
}

a,
a:hover,
a:focus {
    outline: 0;
    text-decoration: none;
    color: inherit;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.body .container {
    background-color: transparent;
    border-radius: 0;
    padding: 0 15px;
    border: 0;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

button:focus {
    outline: 0;
}

.form-control:focus {
    background-color: transparent;
    border-color: inherit;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn.focus,
.btn:focus,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-primary,
#member-profile .btn-primary.validate {
    font-size: 18px;
    font-weight: 500;
    color: #3e3f29;
    padding: 11px 34px;
    z-index: 2;
    line-height: 1.5;
    overflow: hidden;
    position: relative;
    background: #d2d70b!important;
    border: 0;
    border-radius: 6px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.btn-primary:before {
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    bottom: -1px;
    right: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    z-index: -1;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.btn-primary:hover:before,
.btn-primary:focus:before {
    right: 0%;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #000000;
    background-color: #d2d70b;
    border-color: #d2d70b;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #9a9a9a;
    border-color: #9a9a9a;
}

img {
    max-width: 100%;
}

.wrapper {
    overflow: hidden;
}

.row:before,
.row:after,
.container:before,
.container:after {
    display: none;
}

.plans p, .plans .form-control-label label, .plans .form-control-label, .plans .col-md-9 {
    font-size: 18px;
}
.db-heading-style.osm-heading,
.db-heading-style.osm-page-title {
    margin-bottom: 20px!important;
}
.plans .form-row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.plans .form-control,
.plans #regular_amount,
.plans #trial_amount {
    height: 45px;
    border-radius: 6px;
    background-color: #ffffff;
    border: 1px solid #dadada;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
    color: #333333;
    padding: 10px 20px;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    max-width: 300px;
    width: 100%!important;
}
.plans #regular_amount[readonly="readonly"],
.plans #trial_amount[readonly="readonly"] {
    background-color: #f5f5f5
}
.plans input.form-control[name="email"] {
    width: 100%!important;
    max-width: 340px;
    pointer-events: none;
    cursor: auto;
    background: whitesmoke;
}
.plans #regular_amount,
.plans #trial_amount {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.plans .input-group-text {
    padding: 10px 20px;
    background: #5c6f7e;
    color: #fff;
    border: 0;
}
.plans .form-control:focus {
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    border-color: #d2d70b;
}
.plans #osm-accept-terms-conditions {
    height: auto;
    margin-right: 10px;
    position: relative;
    top: 0;
    left: 4px;
}
.plans .form-actions {
    padding: 0!important;
    background: transparent;
    border: 0;
}
.plans .btn-primary {
    height: auto;
}
.plans .btn-primary:hover,
.plans .btn-primary:focus,
.profile-sub .form-actions input[type="submit"]:hover,
.profile-sub .form-actions input[type="submit"]:focus,
.update_card-sec .form-actions input#btn-submit:hover,
.update_card-sec .form-actions input#btn-submit:focus {
    background: #5c6f7e!important;
    color: #fff;
}
.plans .osm-terms-and-conditins-container {
    margin-top: 40px;
}
.subscription-complete a {
    color: #d2d70b;
}
.subscription-complete .os_table td {
    border: 1px solid #ccc;
    padding: 10px;
    word-break: break-word;
}
.profile-sub .nav-tabs {
    display: none;
}
.profile-sub #my-subscriptions-page tr th {
    background: #5c6f7e;
    color: #fff;
}
.profile-sub #my-subscriptions-page tr th:first-child {
    width: 10%!important;
}
.profile-sub #my-subscriptions-page tr td .btn {
    width: 48%;
    padding: 3px;
    font-size: 11px;
    font-weight: 400;
    line-height: 2;
    /* display: block; */
    margin: 2px;
}
.profile-sub #my-subscriptions-page tr td .btn.osm-btn-update-card {
    line-height: 2.2;
}
.profile-sub .form-horizontal ul li label {
    font-size: 15px;
}
.profile-sub .form-actions {
    padding: 0!important;
    background-color: transparent;
    border-top: 0;
}
.profile-sub .form-actions input[type="submit"] {
    height: auto;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.profile-sub #my-subscriptions-page .table td:first-child a {
    color: #d2d70b;
}

.profile-sub #my-subscrip.recom-program .joomdle-courselist.pro-items {
    display: block;
    overflow: hidden;
}tions-page tr td:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.profile-sub #my-subscriptions-page tr td:last-child span {
    width: 100%;
    margin-bottom: 5px;
    display: block;
}
.update_card-sec .form-row {
    display: block;
}
.update_card-sec .form-row>[class*=col-] {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
}
.update_card-sec .form-style .controls input[type="text"],
.update_card-sec .osm-container .form-group input[type=text].input-small,
.update_card-sec .container .form-group input[type=text] {
    width: 100%!important;
}
.update_card-sec .osm-container .form-group select.input-small {
    width: 48%!important;
    height: 50px;
}
.update_card-sec .form-actions {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-top: 0;
}
.update_card-sec .form-actions input#btn-submit {
    height: auto;
}
.formError .formErrorContent {
        background: #ddd;
        min-width: 130px;
        -webkit-box-shadow: none;
                box-shadow: none;
        color: inherit;
    }
    .formError .formErrorContent:before {
        content: "";
        position: absolute;
        bottom: -8px;
        left: 17px;
        border-top: 7px solid #e1e1e1;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
    }
    .formError {
        top: -10px!important;
    }
    .formError .formErrorArrow { 
        display: none;
    }
    .modal {
        position: fixed;
        top: 0!important;
        left: 0!important;
        z-index: 1072!important;
        display: none;
        width: 100%!important;
        height: 100%;
        overflow: hidden;
        outline: 0;
        background-color: rgba(0, 0, 0, 0.65)!important;
        border:0!important;
        -webkit-box-shadow: inherit!important;
                box-shadow: inherit!important;
        margin: 0!important;
        padding: 0 20px!important;
    }
    .modal-backdrop {
        z-index: 1071!important;
        display: none;
    }
    .modal .btn-primary {
        font-size: 16px;
        padding: 7px 24px;
        margin: 0;
    }
    .modal .btn-secondary {
        position: relative;
        font-size: 16px;
        padding: 7px 24px;
        border: 0;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        background: #5c6f7e;
        border-radius: 6px;
        margin: 0;
        z-index: 2;
    }
    .modal .btn-secondary:before {
        content: "";
        position: absolute;
        left: -1px;
        top: -1px;
        bottom: -1px;
        right: 100%;
        background-color: rgba(255, 255, 255, 0.2);
        z-index: -1;
        -webkit-transition: all 0.5s ease-in;
        -o-transition: all 0.5s ease-in;
        transition: all 0.5s ease-in;
    }
    .modal .btn-secondary:hover:before, 
    .modal .btn-secondary:focus:before {
        right: 0%;
    }
    .modal .btn-secondary:hover,
    .modal .btn-secondary:focus {
       -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    }
    .modal .modal-footer {
        background-color: transparent;
    }
    .modal .modal-header {
        display: none;
    }
    .modal .modal-body p {
        margin: 0;
    }
    .modal .modal-body {
        width: 100%;
        padding: 2rem;
    }
    /*.modal-dialog {
        position: absolute;
        left: 0;
        right: 0;
        top: 35%;
    }*/
    .bmi-calculator.tdee-calculator h3 {
        font-weight: 500;
        font-size: 18px;
        margin-top: 20px;
        display: block;
        text-align: center;
        width: 100%;
    }
    .table-r .col-6 {
        padding: 12px;
        border: 1px solid;
        text-align: center;
    }
    .table-r .col-6 p {
        margin: 10px 0 0;
        color: #333333;
    }
    .table-r .col-6 strong {
        color: #d2d70b;
    }
    .table-r .col-6:nth-child(-n+2) {
        border-bottom: 0;
    }
    .table-r .col-6:nth-child(even) {
        border-left: 0;
    }
    .tdee-calculator .bmr,
    .tdee-calculator .tdee {
        color: #000;
        font-weight: 500;
    }
    .section-heading {
        color: #39ac39;
        font-size: 32px;
        font-weight: 600;
    }
    .btm-spacing {
        margin-bottom: 20px;
    }
    .introduction-sec h5,
    .testimonial-sec h5,
    .plan-sec h5,
    .our-story h5,
    .program-sec h5 {
        color: #39ac39;
        font-size: 26px;
    }
    .plan-sec h5 {
        margin-bottom: 60px;
    }
    .our-story h5 {
        margin-bottom: 40px;
    }
    .introduction-sec > p {
        margin:40px auto 20px;
        line-height: 1.6;
        font-size: 18px;
        max-width: 860px;
    }
    .intro-listing li,
    .suitable-list li {
        width: 33.3%;
        padding: 15px;
    }
    .no-more .suitable-list li {
        width: 25%;
        padding: 15px;
    }
    .intro-listing .intro-card {
        min-height: 100%;
        border-bottom: 4px solid #39ac39;
    }
    .card-style-1 {
        padding: 30px 25px;
        background: #ffffff;
        -webkit-box-shadow: 0 0 25px rgba(0,0,0,0.07);
                box-shadow: 0 0 25px rgba(0,0,0,0.07);
        border-radius: 6px;
    }
    .intro-listing {
        margin-top: 60px;
    }
    .intro-card h3 {
        font-size: 22px;
        font-weight: 600;
        line-height: 1.5;
    }
    .intro-card p {
        margin-bottom: 0;
        margin: 20px 0 0;
        line-height: 1.6;
        font-size: 18px;
        color: #212529;
    }
    .intro-card img {
        margin-bottom: 25px;
        width: 100px;
    }
    .intro-process {
        margin-top: 100px;
    }
    .intro-process ul {
        margin: 40px auto 0;
        max-width: 460px;
        width: 100%;
        text-align: left;
        padding-left: 40px;
    }
    .intro-process li {
        padding-bottom: 20px;
        padding-top: 20px;
        padding-left: 20px;
        border-top: 2px solid #39ac39;
        position: relative;
    }
    .intro-process li:before {
        content: "";
        position: absolute;
        left: -40px;
        top: -2px;
        bottom: 30px;
        background: #39ac39;
        width: 40px;
    }
    .intro-process li:after {
        content: "";
        position: absolute;
        left: -40px;
        bottom: 0;
        width: 40px;
        height: 30px;
        border-top: 20px solid #39ac39;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
    }
    .intro-process li + li .process-steps:before {
        content: "";
        position: absolute;
        left: -40px;
        top: -3px;
        width: 40px;
        height: 30px;
        border-top: 20px solid #fff;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        z-index: 2;
    }
    /*.process-steps {
        padding: 25px;
    }*/
    .process-steps span {
        display: block;
        line-height: normal;
    }
    .process-steps .process-number {
        color: #39ac39;
        font-size: 50px;
        font-weight: 500;
        letter-spacing: -2px;
        margin-bottom: 10px;
    }
    .process-details p {
        line-height: 1.6;
        margin: 0;
        font-size: 24px;
        color: #333333;
        font-weight: 600;
    }
    .at-separator-thick {
        background: #888888;
        margin: 20px auto;
        height: 4px;
        width: 30px;
    }
    .process-steps .process-number-text {
        font-size: 24px;
        color: #333333;
        font-weight: 600;
    }
    .testimonial-sec .slider-tertimonial {
        margin-top: 25px;
    }
    .testimonial-sec .slider-tertimonial p {
        font-size: 18px;
        line-height: 1.6;
        color: #333333;
        margin: 0;
    }
    .testimonial-list {
        margin-top: 60px;
    }
    .testimonial-card {
        padding: 60px 50px;
        text-align: left;
        position: relative;
    }
    .testimonial-card + .testimonial-card {
        border-top: 1px solid #f9f9f9;
    }
    .testimonial-card:nth-child(even) {
        text-align: right;
    }
    .testimonial-card p {
        font-size: 18px;
        line-height: 1.7;
        color: #212529;
        margin: 15px 0;
    }
    .testimonial-card .info span {
        font-size: 20px;
        color: #45b05f;
        margin: 5px 0;
    }
    .testimonial-card .t-content {
        position: relative;
    }
    .testimonial-card:nth-child(odd) .t-content:before {
        content: "";
        position: absolute;
        background: url(/../templates/custom-template/images/left-quotes-sign.svg);
        width: 50px;
        height: 50px;
        background-repeat: no-repeat;
        background-size: contain;
        left: -50px;
        top: -20px;
        display: inline-block!important;
    }
    .testimonial-card:first-child .t-content:before {
        top: -15px;
    }
    .testimonial-card:nth-child(even) .t-content:before {
        content: "";
        position: absolute;
        background: url(/../templates/custom-template/images/left-quotes-sign.svg);
        width: 50px;
        height: 50px;
        background-repeat: no-repeat;
        background-size: contain;
        right: -50px;
        top: -20px;
        display: inline-block!important;
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
    .plan-sec p,
    .our-story p,
    .program-sec p {
        margin: 15px auto;
        line-height: 1.6;
        font-size: 18px;
    }
    .plan-table td img {
        width: 20px;
    }
    .plan-table {
        margin-top: 40px;
    }
    .plan-table td, .plan-table th {
        padding: 30px 20px;
        border: 1px solid #dee2e6;
        text-align: center;
        vertical-align: middle;
    }
    .plan-table td:first-child,
    .plan-table td label {
        text-align: left;
        line-height: normal;
        font-weight: 500;
        font-size: 16px;
        width: 370px;
    }
    .plan-table td {
        width: 200px;
    }
    .plan-table tr:first-child th:first-child {
        background: #d2d70b;
    }
    .plan-table tr:first-child th {
        background: #5c6f7e;
        color: #ffffff;
    }
    .plan-table td .btn-primary {
        font-size: 16px;
        padding: 8px 16px;
        min-width: 100px;
    }
    .plan-table .table-responsive {
        margin-top: 40px;
    }
    .stories-cards .img, .stories-cards .content {
        padding: 50px 0;
    }
    .stories-cards .img img {
        border-radius: 4px;
        -webkit-box-shadow: 5px 10px 20px rgba(0,0,0,0.2);
        box-shadow: 5px 10px 20px rgba(0,0,0,0.2);
    }
    .our-story h3 {
        color: #39ac39;
        font-weight: 600;
        font-size: 28px;
        margin-bottom: 25px;
    }
    .faq-accordions .collapse {
        height: auto;
    }
    .faq-accordions .btn {
        width: 100%;
        padding: 12px 45px 12px 20px;
        text-align: left;
        color: #fff;
        text-shadow: none;
        font-weight: 500;
        font-size: 20px;
        text-decoration: none;
        position: relative;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .faq-accordions .card-header {
        padding: 0;
        background-color: #5c6f7e;
        border-bottom: 0;
    }
    .faq-accordions .card-header:first-child {
        border-radius: 0;
    }
    .faq-accordions .card-body {
        background-color: #fdfdfd;
    }
    .faq-accordions .card {
        border-radius: 0;
        margin-bottom: 20px;
    }
    .faq-accordions {
        margin-top: 40px;
    }
    .faq-accordions .card-body p,
    .faq-accordions .card-body li {
        font-size: 18px;
        line-height: 1.6;
    }

    .faq-accordions .card-body li {
        position: relative;
        padding-left: 20px;
        margin-bottom: 10px;
    }
    .faq-accordions .card-body p:last-child,
    .faq-accordions .card-body li:last-child {
        margin: 0;
    }
    .faq-accordions .card-body .no-style li {
        padding-left: 0;
    }
    .faq-accordions .card-body li:before {
        content: "";
        position: absolute;
        left: 0;
        top: 9px;
        width: 8px;
        height: 8px;
        background: #000;
        border-radius: 50%;
    }
    .faq-accordions .card-body .no-style li:before {
        display: none;
    }
    .faq-accordions .card-body h4 {
        font-size: 20px;
    }
    .subscribe-section {
        padding: 45px 0;
        background: #5c6f7e;
    }
    .subscribe-section h3 {
        font-size: 32px;
        color: #fff;
        font-weight: 700;
    }
    .subscribe-section p {
        font-size: 18px;
        color: #fff;
        margin: 0;
    }
    .subscribe-section form {
        margin: 0;
        padding-right: 215px;
        position: relative;
        background: #f5f4f4;
        border-radius: 6px;
        overflow: hidden;
    }
    .subscribe-section form .btn {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .subscribe-section form input[type="email"] {
        width: 100%;
        min-height: 60px;
        border: 0;
        margin: 0;
        padding-left: 30px;
        font-size: 18px;
        color: #000000;
        font-weight: 300;
        background: #f5f4f4;
    }
    .subscribe-section form input[type="email"]:focus {
        -webkit-box-shadow: none;
                box-shadow: none;
    }
    .site-footer-inner {
        background: #191414;
        padding: 60px 0;
    }
    .footer-info p {
        font-size: 16px;
        line-height: 22px;
        color: #ffffff;
        font-weight: 300;
        margin: 30px 0;
    }
    .footer-info p a {
        color:#d2d70b;
        position: relative;
    }
    .footer-info p a:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 100%;
        border-bottom: 1px solid;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .footer-info p a:hover:after {
        right: 0;
    }
    .copyright {
        margin: 0;
        font-size: 16px;
        color: #edf0f2;
    }
    .footer-links h5 {
        font-size: 18px;
        color: #ffffff;
        font-weight: 700;
        margin-bottom: 25px;
    }
    .footer-links li {
        margin: 15px 0;
    }
    .footer-links .links li a {
        padding-left: 17px;
    }
    .footer-links li a {
        position: relative;
        font-size: 16px;
        color: #edf0f2;
        font-weight: 400;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .footer-links li a:hover,
    .footer-links li a:focus {
        color: #d2d70b;
    }
    .footer-links .links li a:before {
        content: "";
        position: absolute;
        width: 7px;
        height: 7px;
        border-width: 2px 2px 0px 0px;
        left: 0;
        top: 6px;
        border-style: solid;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .footer-info {
        padding-right: 80px;
    }
    .footer-support-link {
        padding-left: 45px;
    }
    .footer-links i:before {
        font-family: 'FontAwesome';
        font-weight: 400;
    }
    .footer-links .f-contact-links li a {
        padding-left: 25px;
    }
    .footer-links .f-contact-links li a i {
        position: absolute;
        left: 0;
        top: 1px;
    }
    .footer-links .f-social-links {
        margin-top: 20px;
    }
    .footer-links .f-social-links li {
        display: inline-block;
        vertical-align: middle;
    }
    .footer-links .f-social-links li + li {
        margin-left: 10px;
    }
    .footer-links .f-social-links li a {
        display: inline-block;
        width: 39px;
        height: 39px;
        border-radius: 19px;
        background-color: #322a2a;
        text-align: center;
        line-height: 42px;
    }
    .footer-links .f-social-links li a:hover,
    .footer-links .f-social-links li a:focus {
        background-color:#d2d70b;
        color: #000000; 
    }
    .faq-accordions .btn:after {
        content: "";
        position: absolute;
        right: 15px;
        top: 50%;
        background-image: url(/../templates/custom-template/images/cancel.svg);
        background-repeat: no-repeat;
        background-size: contain;
        width: 16px;
        height: 15px;
        -webkit-transform: translateY(-50%) rotate(0);
        -ms-transform: translateY(-50%) rotate(0);
        transform: translateY(-50%) rotate(0);
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .faq-accordions .btn.collapsed:after {
        -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg);
    }

    .ui-widget.ui-widget-content {
        z-index: 9!important;
    }
    .suitable-programs .btm-info {
        text-align: center;
        font-size: 22px;
        font-weight: 600;
        color: #39ac39;
        margin: 40px 0 60px;
    }

    .osm-payment-redirect-heading{
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 50px 15px;
        max-width: 1170px;
        margin: 0 auto;
    }
    .db-media .video iframe {
        pointer-events: none;
    }
    .custom-layout {
        padding-top: 40px;
    }
    .custom-nav .navbar-brand + a {
        display: inline-block;
        max-width: 120px;
    }
    .program-list .video {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100%;
    }
    .program-list .video::before {
        display: block;
        content: "";
        padding-top: 56.25%;
    }
    .program-list iframe,
    .program-list video {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }
    .custom-language {
        text-align: center;
        padding: 15px;
        margin-top: 20px;
        background-color: #747474;
        border: 0;
        box-shadow: 0 0 25px rgb(210 215 11 / 16%);
    }
    .custom-language h3 {
        font-size: 14px;
        border: 0;
        color: #ffffff;
    }
    .custom-language form {
        margin: 0;
    }
    .custom-language form select {
        background: transparent;
        width: 100%;
        padding: 0 10px;
        min-height: 28px;
        font-size: 13px;
        color: #ffffff;
        outline: 0;
    }
    .custom-language form select option {
        color: #000;
    }
    a[title^="Faboba : Création de composantJoomla"] {
        display: none!important;
    }
/*@media (min-width: 992px) {
    .row {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    }
}*/ 

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1170px;
    }
}

.headerWrap {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    height: 112px;
    padding: 15px 0;
}

.searchWrapper {
    max-width: 392px;
    width: 100%;
}

.searchForm {
    position: relative;
}

.searchField {
    width: 100%;
    padding-left: 20px;
    padding-right: 55px;
    height: 40px;
    font-size: 14px;
    color: #333;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid transparent;
}

.searchForm label {
    width: 100%;
}

.submitSearch {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 56px;
    text-align: center;
    color: #777;
    font-size: 14px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.submitSearch:hover,
.submitSearch:focus,
.submitSearch:active {
    background: #8ca023;
    color: #fff;
}

.main-menu>li {
    display: inline-block;
    padding: 0 24px;
}

.main-menu>li>a {
    font-size: 15px;
    color: #252525;
    font-weight: 500;
    text-align: center;
    line-height: normal;
    border-bottom: 2px solid transparent;
    padding-bottom: 5px;
    display: block;
    position: relative;
}

.main-menu>li>a:after {
    content: "";
    height: 2px;
    background: #f1c01e;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
}

.main-menu>li:hover>a:after,
.main-menu>li.current_page_item>a:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
}

.main-menu>li>a:hover,
.main-menu>li>a:active,
.main-menu>li>a:focus {
    opacity: .7;
}

.main-menu>li:last-child {
    padding-right: 0;
}

.brandLogo img {
    width: 270px;
}

input {
    display: block;
    margin: 0 0 1em 0;
    padding: .4em .5em;
    width: 100%;
    height: 40px;
    outline: none;
}

[type=number] {
    display: block;
    margin: 0 0 1em 0;
    padding: .4em .5em;
    width: 100%;
    height: 40px;
    outline: none;
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 2px;
    background: rgba(255, 255, 255, .5);
    -webkit-box-shadow: rgba(0, 0, 0, .15) 0 1px 0;
    box-shadow: rgba(0, 0, 0, .15) 0 1px 0;
    color: rgba(0, 0, 0, .7);
    font-weight: 400;
    font-size: 12pt;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    font-family: 'Source Sans Pro', 'Open Sans', Roboto, 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', 'Myriad Pro', 'Segoe UI', Myriad, Helvetica, 'Lucida Grande', 'DejaVu Sans Condensed', 'Liberation Sans', 'Nimbus Sans L', Tahoma, Geneva, Arial, sans-serif;
}

[type=number]:focus {
    outline: none;
    border-color: orange;
    -webkit-box-shadow: #fc0 0 0 3px;
    box-shadow: #fc0 0 0 3px;
}

.T {
    font-size: larger;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    width: 50%;
}

.I {
    width: 50%;
}

table {
    border-collapse: collapse;
}

.SS {
    font-size: x-large;
    font-weight: 1000;
    font-family: Comic Sans MS;
}

.CD {
    font-weight: normal;
    font-size: initial;
}


/* tdee calculator css */


/* Colors
Misty Blue - #90AFC5
Stone Blue - #336B87
Shadow - #2A3132
Reddish/Brown Accent = #763626
 */


/* Center Form */

.myForm {
    margin-left: auto;
    margin-right: auto;
    max-width: 768px;
}

legend.calculate {
    color: #336B87;
    font-weight: bolder;
    font-size: 1.4em;
    font-family: 'Bungee Inline', cursive;
}

.tdee-header {
    font-size: 2.5em;
    font-family: 'Bungee Inline', cursive;
    text-align: center;
    color: #336B87;
}

.tdee-intro {
    font-size: 1.2em;
    font-weight: bold;
}

a:not([href]):not([tabindex]) {
    color: #763626;
    text-decoration: none;
}

.info {
    color: #763626;
}

input#age,
select {
    color: #763626;
    font-family: 'Ruda', sans-serif;
}

.pure-g [class*=pure-u] {
    font-family: 'Ruda', sans-serif;
    color: #763626;
}

input[type=radio] {
    margin: 10px;
}

.btn-center {
    margin-left: auto;
    margin-right: auto;
}


/* loader */

#loading,
#results {
    display: none;
    margin: auto;
}

.loading-image {
    display: block;
    margin: 0 auto;
}

.bmr,
.tdee {
    display: block;
    margin: 0 auto;
    color: #763626;
    font-size: 1.4em;
    text-align: center;
}

.card-header {
    font-size: 1.0em;
    font-family: 'Bungee Inline', cursive;
    color: #90AFC5;
}

.secondary-head {
    color: #336B87;
    font-size: 1.2em;
    font-weight: bolder;
}

.card-body {
    background-color: #ededed;
}

.maintain,
.lose-1lb,
.lose-oneandhalflb,
.lose-2lb {
    color: #763626;
}

.col-md-12 {
    padding: 0;
    margin: 0;
}

.wrap {
    overflow: hidden;
}

.top-header {
    padding: 10px 0;
    background-color: #d2d70b;
    color: #3e3f29;
    font-size: 16px;
}

.top-header li {
    line-height: 1.5;
}

.top-header a {
    color: #3e3f29;
    line-height: 1.5;
}


.top-header a i {
    font-family: fontawesome;
    font-weight: normal;
}

.contact-links li {
    padding: 0 20px;
    position: relative;
}

.contact-links li:last-child:before,
.cart-db:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    bottom: 4px;
    border-left: 1px solid #9da024;
}
.social-links + .col:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    bottom: 4px;
    border-left: 1px solid #9da024;
}
/*.cart-db:after {
    content: "";
    position: absolute;
    right: 0;
    top: 3px;
    bottom: 4px;
    border-left: 1px solid #9da024;
}*/

.contact-links a {
    padding-left: 18px;
    position: relative;
    display: inline-block;
}

.top-header a:hover,
.top-header a:focus {
    color: #000000;
}

.contact-links li:first-child {
    padding-left: 0;
}

.contact-links li:last-child {
    padding-right: 0;
}

.contact-links li:last-child a,
.cart-db a {
    padding-left: 25px;
}

.contact-links a i, .contact-links a img {
    position: absolute;
    left: 0;
    top: 2px;
}
.contact-links a img {
    max-width: 24px;
    left: -10px;
    top: 0;
}

.contact-links li:last-child a i {
    top: 1px;
}

.social-links {
    padding-right: 20px;
}

.social-links li+li {
    margin-left: 20px;
}

.cart-db {
    padding-left: 20px;
    position: relative;
}

.cart-db a {
    position: relative;
}

.cart-db a i {
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
}

.custom-nav {
    padding: 15px 0;
    margin: 0;
    background-color: #5c6f7e;
}

.navbar .container {
    width: 100%;
}

.custom-nav .nav {
    margin-left: auto;
    margin-right: 0;
    /*overflow: hidden;*/
}

.custom-nav .nav>li+li {
    margin-left: 43px;
}

.custom-nav .nav>li>a {
    padding: 0;
    color: #fff;
    font-size: 15px;
    text-shadow: none;
}

.custom-nav .nav>li>a:focus,
.custom-nav .nav>li>a:hover {
    color: #d2d70b;
    outline: 0;
}

.custom-nav .nav-collapse .nav>.active>a,
.custom-nav .nav-collapse .nav>.active>a:hover,
.custom-nav .nav-collapse .nav>.active>a:focus {
    color: #d2d70b;
    background-color: transparent;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

.custom-nav .nav-child {
    min-width: 170px;
    background-color: #d2d708;
    padding: 10px 0;
    border-width: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    display: block;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.custom-nav .nav-child a {
    padding: 9px 20px;
    font-size: 14px;
    color: #000000;
    white-space: normal;
}

.custom-nav .nav-child li>a:hover,
.custom-nav .nav-child li>a:focus,
.custom-nav .nav-child:hover>a {
    color: #000000;
    opacity: 0.8;
    /*color: #bdc104;*/
    background-color: transparent;
    background-image: inherit;
}

.navigation .nav li.parent:hover .nav-child {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 1;
    visibility: visible;
}

.navigation .nav>li>.nav-child:before {
    display: none;
}


/*.custom-nav .nav-child>li+li {
    border-top: 1px solid #f3f3f3;
}*/

.custom-nav .nav>li>.nav-child:after {
    left: 30px;
}

.section-spacing {
    padding: 100px 0;
    position: relative;
}

.form-style.section-spacing {
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.form-style .well {
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

.form-style .form-heading {
    font-size: 32px;
    line-height: 35px;
    color: #191414;
    font-weight: 700;
    border: 0;
    margin-bottom: 30px;
}

.form-style .control-group label {
    font-size: 18px;
    line-height: 30px;
    color: #d2d70b;
    font-weight: 600;
}

.form-style .controls input[type="text"],
.form-style .controls input[type="password"],
.form-style .controls input[type="email"],
.form-style .form-control {
    height: 50px;
    border-radius: 6px;
    background-color: #ffffff;
    border: 1px solid #dadada;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
    color: #333333;
    padding: 10px 20px;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

.form-style input:focus,
.form-style textarea:focus,
.form-style select:focus,
.form-style .controls input:focus {
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    border-color: #d2d70b;
    outline: 0;
}

.form-style input:focus:invalid:focus,
.form-style textarea:focus:invalid:focus,
.form-style select:focus:invalid:focus {
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    border-color: #d2d70b;
}

.form-style .control-group {
    margin-bottom: 20px;
    margin-top: 0;
}

.form-style .btn-primary {
    background: #d2d70b;
}

.form-style .btn[title="Cancel"],
.form-style #member-profile a {
    background: #5b6e7e;
    margin-right: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 11px 34px;
    z-index: 2;
    overflow: hidden;
    line-height: 1.5;
    position: relative;
    border: 0;
    border-radius: 6px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.form-style .btn[title="Cancel"]:before {
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    bottom: -1px;
    right: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    z-index: -1;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.form-style .btn[title="Cancel"]:hover:before,
.form-style .btn[title="Cancel"]:focus:before {
    right: 0%;
}

.control-group.checkbox-style {
    position: relative;
    overflow: hidden;
}

.control-group.checkbox-style .controls {
    float: left;
    width: 50%;
}

.controls.forget-password {
    text-align: right;
}

.controls.forget-password a {
    font-size: 16px;
    color: #1eb854;
}

.controls.forget-password a:hover,
.controls.forget-password a:focus {
    text-decoration: underline;
}

.control-group.checkbox-style label {
    margin: 0;
    position: relative;
    padding-left: 25px;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    font-weight: 400;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.checkbox-style input[type=checkbox] {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    height: auto;
    opacity: 0;
}

.control-group.checkbox-style label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 19px;
    height: 19px;
    border-radius: 5px;
    background-color: #5c6f7e;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.checkbox-style input[type=checkbox]:checked+label:after {
    content: "";
    position: absolute;
    left: 4px;
    top: 7px;
    color: #fff;
    width: 11px;
    height: 7px;
    border-width: 0 0 3px 3px;
    border-style: solid;
    border-color: #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.reset p,
.reset-confirm p {
    font-size: 15px;
    line-height: 24px;
    color: #333333;
    font-weight: 300;
}

.hikashop_product_image {
    display: none
}

.hikashop_product_item_left_part {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.hikashop_product_item_right_part {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #d2d70b;
}

.hikashop_product_price_per_unit {
    font-weight: normal;
    display: none;
}

.hikashop_category_information h2 {
    clear: both;
    font-weight: bold;
    font-size: 22px;
    color: #fff;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    padding: 25px 0;
}

span.hikashop_product_price {
    color: #2C8296;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    white-space: nowrap;
    font-family: inherit;
    font-style: normal;
    font-size: 26px;
    padding: 35px 0;
    display: block;
}

div#hikashop_products_switcher_hikashop_category_information_menu_149 {
    margin: 50px auto;
    max-width: 1200px;
}


/*dashboard css*/

.navbar-avatar-section {
    position: relative;
    padding-left: 56px;
    margin-left: 35px;
}

.navbar-avatar-section span {
    display: inline-block;
    border-radius: 50px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: -6px;
    width: 46px;
    height: 46px;
    line-height: 43px;
}

.navbar-avatar-section span img {
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.navbar-avatar-section p {
    font-size: 16px;
    font-weight: 500;
    color: #f5f5f5;
    display: block;
    line-height: normal;
    margin-bottom: 2px;
    text-transform: capitalize;
}

.navbar-avatar-section a {
    font-size: 12px;
    color: #d2d70b;
    display: block;
}

.dashboard-nav {
    background-color: #f2f2f2;
    padding: 50px 50px 50px 0;
    position: relative;
    min-height: calc(100vh - 44px);
    height: 100%;
}

.dashboard-nav:before {
    content: "";
    position: absolute;
    right: 100%;
    left: -50vw;
    top: 0;
    bottom: 0;
    background-color: #f2f2f2;
}

.dashboard-nav .nav-item.active .nav-link {
    color: #323232;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.06);
}

.dashboard-nav .nav-item.active .nav-link:hover,
.dashboard-nav .nav-item.active .nav-link:focus {
    background-color: #d2d708;
}

.dashboard-nav .navbar-nav .nav-item+.nav-item {
    margin-top: 10px;
}

.dashboard-nav .nav-link {
    font-size: 18px;
    color: #323232;
    font-weight: 500;
    padding: 23px 15px 23px 74px;
    border-radius: 8px;
    line-height: 1.5;
    position: relative;
}

.dashboard-nav .nav-link:hover,
.dashboard-nav .nav-link:focus {
    color: #d2d708;
}

.dashboard-nav .nav-item.active .icon {
    background-color: #ffffff;
    border: 2px solid #323232;
}

.dashboard-nav .nav-item.active .nav-link:hover .icon,
.dashboard-nav .nav-item.active .nav-link:focus .icon {
    background-color: transparent;
}

.dashboard-nav .nav-link .icon {
    background-color: #d2d70b;
    width: 36px;
    height: 36px;
    line-height: 30px;
    text-align: center;
    border-radius: 50px;
    border: 2px solid #d2d70b;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.dashoard-content {
    padding: 50px 0 20px;
}

.dash-top [class*=col-],
.dashboard-footer [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
}

.db-heading-style {
    font-size: 30px;
    color: #191414;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
    font-family: 'Roboto', sans-serif;
}

.db-heading-style span {
    background: #5c6f7e;
    background: -o-linear-gradient(left, #5c6f7e 0%, #1db954 100%);
    background: -webkit-gradient(linear, left top, right top, from(#5c6f7e), to(#1db954));
    background: linear-gradient(to right, #5c6f7e 0%, #1db954 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#5c6f7e', endColorstr='#1db954', GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
}

.db-date-select label {
    font-size: 14px;
    color: #666666;
    font-weight: 300;
    margin-right: 10px;
    margin-bottom: 0;
}

.db-date-select .form-control {
    height: 40px;
    max-width: 210px;
    border-radius: 6px;
    background-color: #f5f4f4;
    border: 0;
    color: #938d8d;
    font-weight: 300;
    padding: 10px 8px;
    margin-right: 10px;
}

.db-date-select .btn-primary {
    font-size: 16px;
    color: #3f3e29;
    font-weight: 500;
    padding: 8px 20px;
    position: relative;
    z-index: 1;
}

.db-date-select #form {
    margin: 0;
}

.progress-report {
    margin-top: 20px;
}

.progress-report [class^=col-] {
    margin-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
}

.dashboard-main .moduletable {
    height: 100%;
}

.personal-info .profile-edit {
    margin-top: 30px;
}

.personal-info .well {
    min-height: auto;
    padding: 40px;
    background-color: #fafafa;
    border: 0;
    border-radius: 8px;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.personal-info #member-profile fieldset {
    border: 0;
    border-radius: 0;
    padding: 0;
    margin-bottom: 0;
    width: 100%;
}

.form-style #member-profile input,
.form-style #member-profile select {
    padding: 10px 20px;
    margin-bottom: 0;
}

.form-style #member-profile input:focus,
.form-style #member-profile textarea:focus,
.form-style #member-profile select:focus {
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    border-color: #d2d70b;
}

.form-style #member-profile input:focus:invalid:focus,
.form-style #member-profile textarea:focus:invalid:focus,
.form-style #member-profile select:focus:invalid:focus {
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    border-color: #d2d70b;
}

.personal-info #member-profile fieldset:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.personal-info #member-profile fieldset:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0 -10px;
}

.personal-info #member-profile>.control-group {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin: 10px 0 0;
}

.personal-info #member-profile fieldset:nth-child(2) .control-label {
    display: none;
}

.personal-info #member-profile fieldset:nth-child(2) .cmavatar .control-group:nth-child(1) {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0;
}

.personal-info #member-profile fieldset:nth-child(2) .cmavatar .control-group img {
    min-height: 100%;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.personal-info #member-profile fieldset:nth-child(2) .cmavatar .control-group:nth-child(2) {
    font-size: 0;
    margin: 0;
}

.personal-info #member-profile fieldset:nth-child(2) .cmavatar {
    position: relative;
    display: inline-block;
}

.personal-info #member-profile fieldset:nth-child(2) .cmavatar .control-group:nth-child(3) {
    display: none;
}

.personal-info #member-profile fieldset:nth-child(2) .cmavatar .control-group:nth-child(2) input[type=file] {
    position: absolute;
    bottom: 0;
    right: 10px;
    background-color: #1db854;
    padding: 0;
    width: 36px;
    height: 36px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: -999px;
    cursor: pointer;
    border-radius: 50px;
    border: 2px solid #fafafa;
}

.personal-info #member-profile fieldset:nth-child(2) .cmavatar .control-group:nth-child(2) input[type=file]:focus {
    outline: 0;
}

.personal-info #member-profile fieldset:nth-child(2) .cmavatar .control-group:nth-child(2):before {
    content: "\f030";
    position: absolute;
    right: 20px;
    bottom: 10px;
    font-size: 15px;
    z-index: 1;
    color: #fff;
    font-family: fontawesome;
    pointer-events: none;
}

.personal-info #member-profile fieldset:nth-child(1) .control-group:nth-child(-n+3) {
    width: 50%;
    float: left;
}

.personal-info #member-profile fieldset:nth-child(1) .control-group {
    padding: 0 10px;
}

.db-rdate-select .form-group {
    position: relative;
}

.db-rdate-select .form-group:before {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    border-top: 7px solid #938d8d;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.db-rdate-select .form-control {
    font-size: 15px;
    height: 40px;
    min-width: 185px;
    border-radius: 6px;
    background-color: #f5f4f4;
    border: 0;
    color: #938d8d;
    font-weight: 300;
    padding: 10px 14px;
    width: 100%;
    /*background-image: -o-linear-gradient(45deg, transparent 50%, gray 50%), -o-linear-gradient(315deg, gray 50%, transparent 50%), -o-linear-gradient(left, #ccc, #ccc);
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 0;
    background-repeat: no-repeat;*/
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.db-record-select .form-control {
    height: 40px;
    margin-right: 10px;
    max-width: 212px;
    width: 100%;
}

.db-record-select .btn-primary {
    padding: 11px 24px;
    font-size: 16px;
    line-height: normal;
}

.db-rdate-select .form-inline {
    margin: 0;
}

.db-record-select #form {
    margin: 20px 0;
}
.db-rdate-select {
    margin-bottom: 20px;
}
.recordTbl-tab {
    background-color: #f2f2f2;
}

.recordTbl-tab .nav-pills {
    padding: 10px;
    border: 0;
}

.recordTbl-tab .nav-pills .nav-link {
    font-size: 15px;
    font-weight: 700;
    color: #999999;
    border-radius: 0.25rem;
}

.recordTbl-tab .nav-pills .nav-link:focus,
.recordTbl-tab .nav-pills .nav-link:hover {
    border-color: #e9ecef #e9ecef #e9ecef;
}

.recordTbl-tab .nav-pills .nav-link.active {
    color: #5c6f7e;
    border-color: #fff #fff #fff;
    background-color: #fff;
}

.recordTbl-tab .table td,
.recordTbl-tab .table th {
    vertical-align: middle;
    border: 1px solid #dadada;
}

.recordTbl-tab .table th,
.recordTbl-tab .table th label {
    background-color: #5c6f7e;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    margin:0;
}

.recordTbl-tab .table td {
    font-size: 14px;
    color: #3e3f29;
    font-weight: normal;
}

.green-arrow {
    color: #5fc83b;
}

.red-arrow {
    color: #df3a3a;
}

.recordTbl-tab .table tr:nth-child(odd) {
    background: #fff;
}

.db-record-select .form-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: initial;
    flex-flow: initial;
}

.db-programs .pro-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.db-programs .pro-list li,
.pro-items-com li,
.pro-items-curnt li {
    width: 33.3%;
    padding: 11px;
}

.db-programs {
    margin: 35px -11px 0;
}

.db-card-style {
    border: 1px solid #dadada;
    border-radius: 6px;
}

.db-programs {
    margin-top: 25px;
}

.db-card-style {
    border: 1px solid #dadada;
    border-radius: 6px;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    height:100%;
}

.db-card-style:hover {
    -webkit-box-shadow: 0 5px 25px 5px rgba(0, 0, 0, 0.07);
    box-shadow: 0 5px 25px 5px rgba(0, 0, 0, 0.07);
}

.db-card-style img {
    margin: 0!important;
    border: 0;
    border-radius: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.db-mycourses .db-card-style img {
    height: 155px;
    min-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.db-card-style:hover .db-card-img img {
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    transform: scale3d(1.3, 1.3, 1.3);
}

.db-card-style>a {
    display: block;
    overflow: hidden;
}

.db-card-style .db-card-img {
    overflow: hidden;
}

.db-card-style h5 a {
    /* white-space: nowrap; */
    overflow: hidden;
    -o-text-overflow: ellipsis;
    /* text-overflow: ellipsis; */
    display: block;
    font-size: 16px;
    /*height: 45px;*/
    color: #3f4f4f;
    /* padding: 15px; */
    font-weight: 700;
    line-height: normal;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
[lang='en'] .db-card-style h5 a {
    height: 37px;
}
[lang='en'] .program-sec .db-card-style h5 a {
    height: 45px;
}

.db-card-style:hover h5 a {
    color: #000000;
}

.db-card-style h5 {
    margin: 0;
    padding: 15px;
}

.pro-list .clear_float {
    display: none;
}

.avg-days {
    height: 100%;
    background: #f7f7f7;
    border-radius: 5px;
    padding: 20px;
    text-align: left;
}

.avg-days h5 {
    font-weight: 400;
    display: block;
    overflow: hidden;
    font-size: 16px;
    color: #5c6f7e;
    margin-bottom: 20px;
}

.body-weight-bar label,
.body-fat-bar label {
    font-size: 14px;
    line-height: 33px;
    color: #666666;
    font-weight: 400;
    margin-bottom: 5px;
}

.body-weight-bar .progress,
.body-fat-bar .progress {
    height: 8px;
}

.body-weight-bar .progress .ui-progressbar-value,
.body-fat-bar .progress .ui-progressbar-value {
    margin: 0;
    border-radius: 10px;
}

.body-weight-bar .progress .ui-widget-header {
    background-color: #d2d70b;
    border: 0;
}

.body-fat-bar .progress .ui-widget-header {
    background-color: #1eb854;
    border: 0;
}

.body-weight-bar,
.body-fat-bar {
    position: relative;
}

.body-weight-bar .progress-number,
.body-fat-bar .progress-number {
    position: absolute;
    right: 0;
    top: 9px;
    font-size: 14px;
    color: #666666;
}


/*dashboard css end*/


/*billing page style*/

.checkout-info {
    padding: 60px 0 50px;
}

.checkout-info .table th {
    font-size: 20px;
    color: #ffffff;
    background: #5c6f7e;
    font-weight: 500;
}

.checkout-info .table td,
.checkout-info .table th {
    padding: 20px;
    vertical-align: middle;
    border: 1px solid #d9d9d9;
}

.checkout-info .table th.hikashop_cart_product_price_title,
.checkout-info .table th.hikashop_cart_product_quantity_title,
.checkout-info .table th.hikashop_cart_product_total_title,
.checkout-info .hikashop_product_price_full {
    text-align: center;
}

.checkout-info .hikashop_product_price,
.checkout-info .hikashop_cart_title,
.checkout-info .hikashop_checkout_cart_shipping,
.checkout-info .hikashop_checkout_cart_subtotal,
.checkout-info .hikashop_checkout_cart_taxes,
.checkout-info .hikashop_checkout_cart_final_total {
    color: #3e3f29;
    font-weight: normal;
    font-size: 16px;
    font-family: inherit;
    font-style: initial;
    padding: 0;
}

.checkout-info #hikashop_checkout_cart_final_total_title {
    color: #5c6f7e;
    font-weight: normal;
    font-size: 16px;
    font-family: inherit;
    font-style: initial;
    font-weight: 500;
}

.checkout-info .hikashop_cart_title {
    color: #5c6f7e;
    font-weight: 500;
}

.checkout-info .hikashop_cart_product_image_thumb {
    width: 40px;
}

.checkout-info .hikashop_checkout_cart table .row0:hover,
.checkout-info .hikashop_checkout_cart table .row1:hover {
    background-color: transparent;
}

.checkout-info .hikashop_cart_product_quantity_value {
    text-align: center;
}

.checkout-info .hikashop_product_quantity_field {
    float: inherit;
    height: 30px;
    border-radius: 0;
    border-color: #5b6e7e;
    background-color: transparent;
}

.payment-info p {
    margin-bottom: 0;
}

.checkout-info .hikashop_product_quantity_field:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #5c6f7e;
}

.checkout-info .hikashop_cart_product_quantity_value * {
    color: #5b6e7e;
}

.payment-info {
    padding-bottom: 20px;
}

.payment-info legend {
    border: 0;
    color: #5c6f7e;
    font-size: 28px;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.payment-info .table td,
.payment-info .table th {
    padding: 5px 10px;
    border: 1px solid #d9d9d9;
    font-size: 14px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}

.payment-info .hikashop_checkout_payment_description {
    margin-left: 10px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    bottom: 20px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.payment-info input {
    display: inline-block;
    margin-top: 0;
}

.payment-info .hikashop_checkout_payment_submit {
    padding-bottom: 20px;
}

.payment-info .hikashop_payment_methods_table tr:hover>td {
    padding-bottom: 60px;
}

.payment-info .hikashop_checkout_payment_description {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    bottom: 20px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.payment-info .hikashop_payment_methods_table tr:hover .hikashop_checkout_payment_description {
    opacity: 1;
    visibility: visible;
}

.checkout-btn .btn-primary {
    background: #d2d70b;
    padding: 11px 24px;
}

.status-sec .label {
    vertical-align: bottom;
    background-color: #5b6e7e;
    padding: 4px 10px;
}

.payment-info .hika_options.large>dt {
    width: 100%;
    text-align: left;
    float: none;
}

.payment-info .hika_options.large>dt label,
.stripe-sec.form-style label {
    margin: 0px;
    font-size: 14px;
    line-height: normal;
    color: #666666;
    font-weight: 400;
}

.payment-info .hika_options.large>dd {
    margin-left: 0;
    color: #666666;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.payment-info input,
.stripe-sec.form-style input {
    display: inline-block;
    height: 36px;
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid #dadada;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
    color: #333333;
    padding: 10px;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

.payment-info .hikabtn_checkout_payment_submit {
    font-size: 18px;
    font-weight: 500;
    color: #3e3f29;
    padding: 7px 24px;
    z-index: 2;
    line-height: 1.5;
    overflow: hidden;
    position: relative;
    background: #d2d70b;
    border: 0;
    border-radius: 6px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.payment-info .hikashop_messages {
    border-bottom-width: 1px;
    border-top-width: 1px;
    margin: 0 0 10px;
}

.payment-info .hikashop_messages.hikashop_error {
    background-color: transparent;
}

.payment-info .hikashop_messages {
    border: 1px solid;
    border-radius: 0;
}

.payment-info .hikashop_messages ul {
    padding: 8px;
    font-weight: normal;
    text-align: center;
}

div#stripeform {
    max-width: 1170px;
    background-color: transparent;
    border-radius: 0;
    border: 0;
}

.payment-info dl.hika_options.large>*:nth-child(4) .card_expiration_date_input:first-child {
    margin-right: 10px;
}

.payment-info dl.hika_options.large>*:nth-child(4) .card_expiration_date_input:last-child {
    margin-left: 10px;
}

.checkout-info p {
    margin: 0;
}

.payment-info span.hikashop_checkout_payment_images {
    background: #eaeaea;
    display: inline-block;
    padding: 10px;
    border-radius: 4px;
    margin-left: 20px;
    margin-bottom: 0;
}


/*billing page style*/

.stripe-sec legend {
    border: 0;
    margin-bottom: 30px;
}

.stripe-sec table,
.stripe-sec table * {
    display: block;
}

.stripe-sec.form-style label {
    margin-bottom: 10px;
    font-size: 16px;
}

.stripe-sec.form-style input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
}

.stripe-sec .container,
.stripe-sec .container-lg,
.stripe-sec .container-md,
.stripe-sec .container-sm,
.stripe-sec .container-xl {
    max-width: 500px;
}

.stripe-sec td .spacing {
    margin: 0 5px;
}

.stripe-sec {
    padding: 60px 0;
}

.stripe-sec h2 {
    line-height: 1.4;
}

.subscription-plan-sec .db-heading-style {
    margin-bottom: 25px;
}

.subscription-plan-sec .sub-title {
    font-size: 20px;
    line-height: 22px;
    color: #5c6f7e;
    font-weight: 500;
}

.db-plans-info .hk-card-header {
    padding: 0;
    border-radius: 0;
    background-color: #5c6f7e;
    border: 1px solid #dadada;
}

.db-plans-info .hk-card-header [class^="hkc-sm-"] {
    padding: 15px 10px;
}

.db-plans-info .hk-card-body [class^="hkc-sm-"] {
    padding: 4px 10px;
}

.db-plans-info .hk-card-header .hkc-sm-1,
.db-plans-info .hk-card-body .hkc-sm-1 {
    width: 8.33333333%;
}

.db-plans-info .hk-card-header .hkc-sm-3,
.db-plans-info .hk-card-body .hkc-sm-3 {
    width: 21%;
}

.db-plans-info .hk-card-header .hk-row-fluid {
    font-size: 16px;
    line-height: normal;
    color: #ffffff;
    font-weight: 500;
}

.db-plans-info .hk-card-subscription {
    margin-bottom: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.db-plans-info .hk-card-body {
    padding: 0;
}

.db-plans-info .hk-card-body [class^="hkc-sm-"] {
    font-size: 14px;
    line-height: 39px;
    color: #3e3f29;
    font-weight: 400;
    word-break: break-word;
}

.db-plans-info .hk-card-header [class^="hkc-sm-"]+[class^="hkc-sm-"],
.db-plans-info .hk-card-body [class^="hkc-sm-"]+[class^="hkc-sm-"] {
    border-left: 1px solid #dadada;
}

.db-plans-info .hk-card-default {
    border-color: #dadada;
    margin-top: -1px;
    background: #f4fcf7;
}

.db-plans-info .hk-card-default:nth-child(even) {
    background: #fdf7f8;
}

.db-plans-info .hikabtn {
    padding: 4px;
    font-weight: 700;
}

.db-plans-info .hikabtn-primary {
    color: #3e3f29;
    background-color: #d2d70b;
    border-color: #d2d70b;
}

.db-plans-info .hkdropdown .caret {
    margin-left: 0;
}

.db-plans-info .hikaserial_subscription_footer {
    text-align: center;
    margin-top: 25px;
}

.db-plans-info .hikaserial_subscription_footer .pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.db-plans-info .list-footer a.pagenav,
.db-plans-info .pagination ul>.disabled>a {
    color: #242424;
}

.db-plans-info .pagination ul>.active>a {
    background-color: #d2d708;
    color: #242424;
}

.db-plans-info .hikaserial_pagination select {
    color: #242424;
    font-family: inherit;
    margin-left: 15px;
}

.db-plans-info .hkdropdown-menu {
    background-color: #fdf7f8;
    border: 1px solid rgb(253, 247, 248);
    border-radius: 6px;
    -webkit-box-shadow: 0 0 30px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px 3px rgba(0, 0, 0, 0.1);
}

.db-plans-info {
    overflow-x: auto;
    overflow-y: hidden;
}

.db-plans-info div#hikaserial_subscription_listing {
    width: 750px;
}

.stripe-sec div#stripeform>div {
    background-repeat: no-repeat;
    background-size: contain;
    width: 90px!important;
    margin-bottom: 20px!important;
}

.db-plans-info span.hk-label {
    vertical-align: middle;
}

.already-login-link,
.register-link {
    margin-top: 15px;
}

.already-login-link a,
.register-link a {
    font-size: 16px;
    line-height: 30px;
    color: #1eb854;
}

.already-login-link a:hover,
.register-link a:hover {
    text-decoration: underline;
}

.about-grid {
    padding: 25px 0;
}

.about-grid .img {
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid #d9d9d9;
}

.about-info p {
    font-size: 18px;
    line-height: 26px;
    color: #191414;
    font-weight: 300;
    margin: 0;
}

.about-grid .img img {
    width: 100%;
}

.about-info.v2 p {
    line-height: 2;
}

.db-about .db-heading-style {
    margin-bottom: 10px;
}

.moduletable {
    height: 100%;
}

.dashoard-about-content {
    padding: 50px 0;
}

.course-detail .joomdle_course_name {
    margin-bottom: 20px;
}

.course-detail p {
    margin: 10px 0 0;
    line-height: 1.5;
}

.course-detail>div {
    color: #3f4f4f;
    overflow: inherit;
}
.course-detail>div img {
    float: inherit;
}
.course-detail>div+div,
.course-detail .joomdle_course_links p+p {
    margin-top: 10px;
}

.course-detail .joomdle_course_links a {
    color: #5b6e7e;
    font-weight: 800;
    text-decoration: underline;
}

.course-detail .joomdle_course_links a:hover {
    color: #2eb457;
}

.course-detail .joomdle_course_buttons input[type="BUTTON"] {
    font-size: 16px;
    font-weight: 600;
    color: #3e3f29;
    padding: 12px 24px;
    line-height: 1.5;
    height: auto;
    z-index: 2;
    overflow: hidden;
    position: relative;
    background: #d2d70b;
    border: 0;
    border-radius: 6px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.course-detail .joomdle_course_buttons input[type="BUTTON"]:hover {
    background-color: #5b6e7e;
    color: #ffffff;
}

.course-detail .joomdle_course_buttons {
    margin-top: 20px;
    display: block;
}

.course-topic .db-heading-style,
.course-pro .db-heading-style {
    margin-bottom: 30px;
}

.course-topic .joomdle_course_topic.active .joomdle_item_title,
.course-pro .joomdle_course_section.active .joomdle_item_title {
    border-color: #d2d708;
    background: #d2d708;
    color: #242424;
}

.course-topic .joomdle_item_title,
.course-pro .joomdle_item_title {
    cursor: pointer;
    font-size: 17px;
    letter-spacing: 1px;
    margin-bottom: 12px;
    border-color: #5b6e7e;
    background: #5b6e7e;
    border-radius: 4px;
    padding: 15px 25px;
    overflow: hidden;
    color: #ffffff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.course-topic .joomdle_item_title:hover,
.course-pro .joomdle_item_title:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    border-color: #d2d708;
    background: #d2d708;
    color: #242424;
}

.course-topic .joomdle_item_content,
.course-pro .joomdle_item_content {
    margin-bottom: 12px;
    border-radius: 0;
    border-color: #fff;
    background: #ffffff;
    padding: 25px;
    overflow: hidden;
    display: none;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
}

.course-topic .joomdle_item_content p {
    font-size: 17px;
    color: #3f4f4f;
}

.course-topic .joomdle_item_content h3 {
    font-size: 21px;
    color: #323232;
}

.course-pro .db-card-img {
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 35px;
}

.course-pro .db-card-img img {
    margin: 0;
}

.course-pro .joomdle_item_content img {
    display: none;
}

.course-pro .joomdle_item_content a, .course-pro .joomdle_item_content span.j_c_info {
    display: inline-block;
    vertical-align: top;
    border-radius: 6px;
    background-color: #f2f2f2;
    padding: 16px 23px;
    font-size: 16px;
    color: #3e3f29;
    font-weight: 500;
    margin: 15px;
    max-width: 280px;
    position: relative;
    width: 100%;
    text-transform: capitalize;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.j_c_info p {
    margin: 0;
    font-size: 11px;
    position: absolute;
    left: 10px;
}
.course-pro .joomdle_item_content span.j_c_info {
    background-color: #ddd;
    opacity: 0.5;
    padding-bottom: 22px;
    padding-top: 10px;
}
.course-pro .joomdle_item_content br {
    display: none;
}

.course-pro .joomdle_item_content a:hover {
    background-color: #5b6f7d;
    color: #ffffff;
}

.course-pro,
.course-topic {
    padding-bottom: 30px;
}

.custom-nav .container:before,
.custom-nav .container:after,
.custom-nav .navbar-brand {
    display: none;
}

.weekprogram-content {
    margin-top: 35px;
}

.program-info h3 {
    color: #5c6f7e;
    font-size: 24px;
    margin-bottom: 20px;
}

.program-disc {
    margin-top: 20px;
}

.program-disc p {
    margin: 6px 0 0;
    font-size: 18px;
}

.program-info {
    margin-bottom: 25px;
}

.ytp-chrome-top.ytp-show-cards-title {
    display: none!important;
}

.program-list+.program-list {
    margin-top: 30px;
}

.db-media {
    max-width: 500px;
}

.db-media .audio div {
    max-width: 100%!important;
}

.db-media audio {
    width: 100%;
}

.db-media .audio {
    margin-top: 5px;
}

.ui-datepicker .ui-datepicker-prev:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    width: 10px;
    height: 10px;
    border-width: 0px 0px 2px 2px;
    border-style: solid;
    border-color: #242424;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ui-datepicker .ui-datepicker-next:before {
    content: "";
    position: absolute;
    right: 10px;
    top: 10px;
    width: 10px;
    height: 10px;
    border-width: 2px 2px 0px 0px;
    border-style: solid;
    border-color: #242424;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.dashboard-nav .nav-link .tglarw {
    position: absolute;
    right: 3px;
    top: 48%;
    width: 10px;
    height: 10px;
    border-width: 0 0 2px 2px;
    border-style: solid;
    border-color: #000;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}

.subMnu a {
    color: #323232;
    /* background-color: #ffffff;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.06); */
    display: block;
    font-size: 18px;
    font-weight: 500;
    padding: 23px 15px 23px 74px;
    border-radius: 8px;
    margin-bottom: 15px;
    text-transform: capitalize;
    position: relative;
}

.subMnu .active a {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.06);
}

.subMnu ul {
    padding-left: 20px;
}

.subMnu .icon {
    background-color: #d2d70b;
    width: 36px;
    height: 36px;
    line-height: 30px;
    text-align: center;
    border-radius: 50px;
    border: 2px solid #d2d70b;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.form-style .controls input[readonly] {
    background-color: #f5f5f5;
}

.reset-button {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    padding: 8px 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #5c6f7e;
    border: 0;
    border-radius: 6px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.reset-button:hover:before {
    right: 0%;
}

.reset-button:before {
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    bottom: -1px;
    right: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    z-index: -1;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.reset-button:hover {
    background-color: #5c6f7e;
    color: #fff;
}

.db-date-select .reset-button {
    margin-right: 10px;
}

.bmi-calculator {
    padding: 80px 0;
}
.bmi-calculator h3 {
    font-size: 20px;
    color: #d2d70b;
    font-weight: 600;
}

.bmi-calculator .container {
    max-width: 550px;
}

.bmi-calculator .bmi-output h1, 
.bmi-calculator .bmi-output h2 {
    font-size: 30px;
    margin: 0;
    color: #5c6f7e;
    font-weight: 600;
}

.bmi-calculator .card,
.bmr-calculator form {
    background-color: #ffffff;
    padding: 50px 50px;
    margin-bottom: 20px!important;
    -webkit-box-shadow: 0 0 30px rgba(0 0 0 / 0.1);
            box-shadow: 0 0 30px rgba(0 0 0 / 0.1);
    border: 0;
    border-radius: 4px;
    margin-top: 40px!important;
}
.bmr-calculator #Final.card {
    padding: 30px;
}
.bmr-calculator table td {
    text-align: left;
    border: 1px solid #ccc;
    padding: 15px;
}
.bmr-calculator table td:last-child {
    text-align: center;
}
.bmr-calculator table td .SS {
    color: #d2d70b;
}
.bmi-calculator.form-style .form-control,
.bmi-calculator.form-style .controls .form-control {
    height: 45px;
    padding: 10px 0;
    border-width: 0 0 1px 0;
    border-color: #d2d70b;
    border-radius: 0;
}
#Final table td p {
    margin: 0;
}
.bmi-calculator .output {
    text-align: center;
}
#Final table td {
    text-align: center;
}
.db-card-style h5 p {
    padding: 0 15px 15px;
    margin: 0;
}
.program-sec .db-card-style h5 p {
    padding: 0;
}
.program-sec .text-center h5 {
    margin-bottom: 60px;
}
.program-sec .db-card-style h5 a {
    padding-bottom: 5px;
    font-size: 18px;
}
.h-programs {
    padding-top: 60px;
}
.h-programs h3 {
    color: #212529;
    margin-bottom: 30px;
    font-size: 22px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    position: relative;
}
.benefits-list {
    margin: 60px auto 0;
    max-width: 740px;
}
.benefits-list h4 {
    text-align: center;
    margin: 60px 0;
    color: #212529;
    font-weight: 600;
    font-size: 24px;
}
.benefit-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.benefit-card > div {
    width: 50%;
    padding: 0 25px;
}
.benefit-card .b-card-img img {
    width: 100%;
    border-radius: 4px;
    -webkit-box-shadow: 5px 10px 20px rgba(0,0,0,0.2);
            box-shadow: 5px 10px 20px rgba(0,0,0,0.2);
}
.benefit-card .b-card-img {
    border-right: 2px dashed #ccc;
}
.pro-card-style {
    text-align: center;
}
.pro-card-style img {
    width: 140px;
    height: 140px;
}
.pro-card-style h4 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
}
.pro-card-style p {
    margin: 20px 0 0;
    line-height: 1.6;
    font-size: 18px;
    color: #212529;
}
.pro-card-style img {
    margin-bottom: 20px;
}
.suitable-list {
    margin-top: 60px;
}
body.view-home {
    padding-top: 104px;
}
.view-home .site-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
}
.view-home .custom-nav {
    position: fixed;
    top: 44px;
    width: 100%;
    z-index: 9;
}

.scroll-to {
    position: absolute;
    top: -95px;
}
.hide-nav-loggedin .scroll-to {
    top: -30px;
}
.testimonial-card:nth-child(even) .t-img {
    padding-right: 15px;
}
.testimonial-card:nth-child(even) .t-content {
    padding-left: 15px;
}
.testimonial-card:nth-child(odd) .t-img {
    padding-left: 15px;
}
.testimonial-card:nth-child(odd) .t-content {
    padding-right: 15px;
}
.testimonial-card .t-img img {
    border-radius: 4px;
    -webkit-box-shadow: 5px 10px 20px rgba(0,0,0,0.2);
    box-shadow: 5px 10px 20px rgba(0,0,0,0.2);
}
.media-sec li {
    padding: 0 10px;
}
.reports-list {
    padding-top: 40px;
}
.article-sec [class^=col-] {
    padding-top: 15px;
    padding-bottom: 15px; 
}
.article-sec [class^=col-] img {
    border-radius: 6px;
    -webkit-box-shadow: 5px 10px 20px rgba(0,0,0,0.2);
     box-shadow: 5px 10px 20px rgba(0,0,0,0.2); 
    border: 10px solid #fff;
}
.contact-links li:first-child a {
    padding-left: 54px;
}
.contact-links a i.fa-whatsapp:after {
    content: "WhatsApp";
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 12px;
    color: #000;
}
.contact-links li:first-child a i {
    top: -5px;
    left: 16px;
    font-size: 18px;
}
.contact-links a i.fa-whatsapp:after {
    content: "WhatsApp";
    position: absolute;
    bottom: -11px;
    left: -16px;
    font-size: 11px;
    color: #000;
}
#scrollToTop {
    font-size: 0!important;
    width: 50px;
    height: 50px;
    border-radius: 50px!important;
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 9;
    background: #d2d70d;
}
#scrollToTop:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 57%;
    width: 13px;
    height: 13px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: #fff;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -o-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#scrollToTop:hover:before {
    border-color: #000;
}
.hide-nav-loggedin .custom-nav {
    display: none;
}
body.hide-nav-loggedin {
    padding-top: 44px!important;
}
body.view-dashboard.hide-nav-loggedin,
body.view-assesment.hide-nav-loggedin,
body.view-mycourses.hide-nav-loggedin,
body.view-records.hide-nav-loggedin,
body.view-profile.hide-nav-loggedin,
body.view-profile.hide-nav-loggedin,
body.view-assessmentrecord.hide-nav-loggedin,
body.view-detail.hide-nav-loggedin,
body.view-course.hide-nav-loggedin,
body.view-coursenews.hide-nav-loggedin,
body.view-page.hide-nav-loggedin,
body.com_osmembership.hide-nav-loggedin,
body.view-mycompletedcourses {
    padding-top: 0!important;
}
/* Chrome, Safari, Edge, Opera */
/*input#waist-count::-webkit-outer-spin-button,
input#waist-count::-webkit-inner-spin-button,
input#hip-count::-webkit-outer-spin-button,
input#hip-count::-webkit-inner-spin-button  {
  -webkit-appearance: none;
  margin: 0;
}*/

/* Firefox */
/*input#waist-count[type=number],
input#hip-count[type=number] {
  -moz-appearance: textfield;
}*/
.bf-result {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #d2d70b;
}

.body-result-calc > div {
    width: 50%;
}
.bf-calc-result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.bf-calc-result .btn-primary {
    height: auto;
}
.bf-calc-result .btn-primary + .btn-primary {
    margin-left: 10px;
}
.body-result-calc .label {
    font-size: 17px;
    line-height: 30px;
    color: #5c6f7e;
    font-weight: 600;
    background: transparent;
    padding: 0;
    text-shadow: none;
}
.body-result-calc span {
    font-weight: 700;
    font-size: 18px;
    display: block;
    margin-top: 5px;
}
.body-result-calc table {
    width: 100%;
}
.body-result-calc table td {
    border: 1px solid #ddd;
    padding: 8px;
    width: 50%;
}
.custom-pricing-tbl {
    padding-top: 60px!important;
    padding-bottom: 60px!important;
}
.custom-pricing-tbl .osm-pricing-table .osm-plan,
.custom-pricing-tbl .osm-pricing-table .osm-plan:hover {
    box-shadow: inherit;
}
.custom-pricing-tbl .osm-pricing-table .osm-plan .osm-plan-header {
    padding: 30px 20px;
    color: #fff;
    background-color: #5c6f7e;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.custom-pricing-tbl .osm-pricing-table .osm-plan .osm-plan-header h2 {
    font-size: 16px;
    font-weight: 700;
}
.custom-pricing-tbl .osm-plan-price .price span {
    font-size: 25px;
}
.custom-pricing-tbl.osm-container h1, 
.custom-pricing-tbl.osm-container h2,
.custom-pricing-tbl .osm-plan-price .price {
    margin: 0;
}
.custom-pricing-tbl .osm-plan-price,
.custom-pricing-tbl .osm-pricing-table .osm-plan ul li.plan-feature,
.custom-pricing-tbl .osm-pricing-table .osm-plan ul.osm-signup-container {
    padding: 30px 20px;
}
.custom-pricing-tbl .osm-pricing-table .osm-plan ul li.plan-feature,
.custom-pricing-tbl .osm-pricing-table .osm-plan ul.osm-signup-container {
    background: #fff!important;
}
.custom-pricing-tbl .plan-header {
    background: #5c6f7e;
    min-height: 79px;
}
.custom-pricing-tbl .plan-price {
    background: #2dae60;
    min-height: 98px;
}
.custom-pricing-tbl .plan-feature {
    padding: 21px 20px;
    font-weight: 500;
    font-size: 16px;
    min-height: 79px;
    border-top: 1px solid #dee2e6;
}
.custom-pricing-tbl.osm-container img {
    float: inherit!important;
    margin: 0;
}
.custom-pricing-tbl .osm-plan-short-description li {
    min-height: 79px;
    padding: 25px 20px;
    background: #fff;
    border-top: 1px solid #dee2e6;
}
.custom-pricing-tbl .osm-pricing-table [class*="col-"] {
    padding: 0;
    margin: 0;
    border-left: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}
.custom-pricing-tbl .osm-pricing-table [class*="col-"]:last-child {
    border-right: 1px solid #dee2e6;
}
.custom-pricing-tbl .osm-pricing-table .osm-plan ul,
.custom-pricing-tbl .osm-pricing-table .osm-plan .osm-plan-short-description,
#osm-plans-list-columns.custom-pricing-tbl div.row.osm-pricing-table .osm-plan {
    padding: 0;
    margin: 0;
}
.custom-pricing-tbl .osm-pricing-table .osm-plan ul.osm-signup-container,
.custom-pricing-tbl .plan-signup {
    border-top: 1px solid #dee2e6;
}
#osm-plans-list-columns.custom-pricing-tbl .osm-pricing-table {
    margin: 0;
}
.db-date-select .form-control[readonly] {
    background-color: #f5f4f4!important;
    cursor: pointer;
}
.db-record-select .form-control#startDate {
    cursor: pointer;
}
.hide-nav-loggedin .site-footer {
    display: none;
}
.db-date-select li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.db-record-select ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.delete-record i {
    color: #5c6f7e;
    cursor: pointer;
    font-size: 15px;
}
.avg-days .db-record-select li:first-child {
    display: flex;
    align-items: center;
}
.avg-days .db-record-select li:first-child label,
.avg-days .db-record-select li:first-child .form-control {
    width: 50%;
    margin-bottom: 0;
}
.avg-days .db-record-select li:first-child .form-control {
    font-size: 11px;
    font-weight: 400;
    color: #6c7995;
    letter-spacing: 2px;
}
.avg-days .db-record-select li input:focus {
    border-color: #d2d70b;
}
.avg-days .db-record-select label {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    color: #6c7995;
}
.avg-days .db-record-select {
    margin: 0 -4px;
}
.avg-days .db-record-select li {
    width: 100%;
    margin-bottom: 8px;
    padding: 0 4px;
}
.avg-days .db-record-select li input {
    max-width: 100%;
    font-size: 18px;
    padding: 8px 15px;
    height: 36px;
    text-align: center;
    font-weight: 600;
}
.avg-days .db-record-select .btn-primary {
    padding: 7px 24px;
    font-size: 18px;
    width: 100%;
}
.recordTbl-tab .table-responsive {
    min-height: 50px;
    max-height: 450px
}
.program-set-btn .btn-primary {
    display: inline-block;
}
.program-set-btn {
    margin-top: 20px;
}
.program-set-btn .btn-primary + .btn-primary {
    margin-left: 10px;
}
.program-set-btn .btn-primary {
    display: inline-block;
    padding: 8px 15px;
    min-width: 118px;
    text-align: center;
}
.recom-program .joomdle-courselist .joomdle_course_list_item {
    width: 33.3%;
    padding: 10px;
}
.recom-program .joomdle-courselist {
    margin: 20px -10px 0;
}
.recom-program .joomdle-courselist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.recom-program .joomdle_course_list_item a {
    width: 100%;
    display: inline-block;
    border: 1px solid #dadada;
    border-radius: 6px;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.recom-program .joomdle_course_list_item a:hover {
    -webkit-box-shadow: 0 5px 25px 5px rgb(0 0 0 / 7%);
    box-shadow: 0 5px 25px 5px rgb(0 0 0 / 7%);
}
.recom-program .joomdle_item_content, 
.recom-program .joomdle_item_content .joomdle_course_description {
    padding: 0;
    margin: 0;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: #ffffff;
}
.recom-program .joomdle_item_content img {
    margin: 0;
    object-fit: cover;
    height: 155px;
    min-width: 100%;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.pro-items-com.grid-3 {
    display: block;
}
.pro-items-com.grid-3 li {
    width: 32.9%;
    display: inline-block;
}
.recom-program .joomdle_course_list_item a:hover img {
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    transform: scale3d(1.3, 1.3, 1.3);
}
.recom-program .joomdle_item_title,
.recom-program .joomdle_course_list_item_title {
    /*white-space: nowrap;*/
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    display: block;
    font-size: 16px;
    color: #3f4f4f;
    padding: 15px;
    font-weight: 700;
    line-height: normal;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.recom-program .joomdle_item_title span,
.recom-program .joomdle_course_list_item_title span {
    height: 40px;
    display: inline-block;
    overflow: hidden;
    white-space: normal;
}
.recom-program .joomdle_course_list_item a:hover .joomdle_item_title,
.recom-program .joomdle_course_list_item a:hover .joomdle_course_list_item_title {
    color: #000000;
}
.d-assessment-list {
    margin-top: 25px;
    margin-bottom: 25px;
}
.d-assessment-list .db-card-style {
    width: 50%;
}
.d-assessment-list .db-card-style img {
    width: 100%;
}
.recom-program {
    overflow: hidden;
}
.recom-program .joomdle-courselist.pro-items,
.recom-program .joomdle-courselist.pro-items-rec {
    display: block;
    overflow: hidden;
}
.recom-program .joomdle-courselist.pro-items .joomdle_course_list_itemm,
.recom-program .joomdle-courselist.pro-items-rec .joomdle_course_list_item{
    display: inline-block!important;
    vertical-align:top;
}
.recom-program .joomdle_item_content .joomdle_course_description .text_to_html {
    display: none;
}
.recom-program .joomdle-courselist.pro-items .slick-track,
.recom-program .joomdle-courselist.pro-items-rec .slick-track, 
.pro-items-com .slick-track,
.pro-items-curnt .slick-track{
    margin:0;
}
.slider-wrapper {
    position: relative;
    padding: 5px 30px;
    overflow:hidden;
}
.slick-arrow-style .slick-arrow {
    width: 20px;
    height: 46px;
    border: 0;
    font-size: 0;
    opacity: 1;
    background: transparent;
    z-index: 1;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.slick-arrow-style .slick-arrow:hover,
.slick-arrow-style .slick-arrow:focus {
    opacity: 1;
}

.slick-arrow-style .slick-prev {
    left: 0;
}

.slick-arrow-style .slick-prev:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 30px;
    height: 46px;
}

.slick-arrow-style .slick-next {
    right: 0;
}

.slick-arrow-style .slick-next:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 30px;
    height: 46px;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.recom-program .slick-arrow-style .slick-prev:after {
    left: -10px;
}
.db-mycourses .slick-arrow-style .slick-next:after {
    left: -10px;
}
.skiptranslate {
    display: none;
}
#goog-gt-tt {
    display: none!important;
}
.goog-text-highlight {
    background-color: transparent !important;
    border: none !important; 
    box-shadow: none !important;
}
.bmi-classification-table td {
    border: 1px solid #5c6f7e;
    padding: 7px;
    color: #242424;
}
.bmi-descr {
    text-align: left;
    margin-top: 12px;
    line-height: 1.4;
}
.bmi-output {
    margin-bottom: 15px;
}
.body-fat-result,
.bmr-result {
    text-align: center;
    margin-top: 35px;
}
.body-fat-result .db-heading-style {
    font-size: 30px;
    color: #5c6f7e;
    font-weight: 700;
    margin-bottom: 0;
}
.body-fat-value {
    font-size: 30px;
    color: #d2d70b;
    font-weight: 500;
    margin-bottom: 0;
}
.bmr-result h1 {
    font-size: 30px;
    color: #5c6f7e;
    font-weight: 700;
    margin-right: 5px;
    margin-bottom: 0;
}
.bmr-result span {
    display: block;
    font-size: 20px;
    color: #5c6f7e;
    margin-bottom: 5px;
    font-weight: 500;
    line-height: normal;
}
.bmr-result .bmr-value,
.bmr-result .tdee {
    color: #d2d70b;
    font-size: 30px;
}
.bmi-result {
    color: #d2d70b!important;
}
.course-pro .db-card-img + .joomdle_course_section a {
    display: none;
}
.audio-test {
    border: 0;
    width: 34px;
    height: 34px;
    position: absolute;
    overflow: hidden;
    top: 20px;
    right: 20px;
        background: #e7e7e7;
}
.audio-test img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 100%;
    padding: 4px;
}
.audio-test .unmute {
    display: none;
}
.audio-test.paused .unmute {
    display: block;
}
.audio-test.paused .mute {
    display: none;
}
/*media query start*/

@media (max-width: 1199px) {
    /*dashboard css start*/
    .custom-nav {
        padding: 10px 0;
    }
    .dashboard-nav {
        padding: 50px 30px 50px 0;
    }
    .db-date-select .form-control {
        max-width: 140px;
        padding: 10px 0 10px 8px;
        width: 100%;
    }
    .dashboard-footer [class*=col-] {
        padding-left: 5px;
        padding-right: 5px
    }
    .db-date-select {
        margin-top: 30px
    }
    .db-date-select .form-group {
        width: 100%;
    }
    .about-info {
        padding-top: 20px
    }
    .db-about .db-heading-style {
        margin-bottom: 5px
    }
    .about-info p {
        font-size: 16px;
    }
    .db-about.v2 .about-info {
        padding-top: 0;
    }
    .course-pro .joomdle_item_content a, 
    .course-pro .joomdle_item_content span.j_c_info {
        padding: 16px 28px;
        margin: 5px;
        max-width: 265px;
    }
    .course-pro .joomdle_item_content span.j_c_info {
        padding-bottom: 27px;
        padding-top: 5px;
    }
    .db-record-select .form-control {
        max-width: 166px;
    }
    .footer-info {
        padding-right: 20px;
    }
    .footer-support-link {
        padding-left: 35px;
    }
    /*dashboard css end*/
    .custom-nav .nav>li+li {
        margin-left: 35px;
    }
    .profile-sub #my-subscriptions-page tr td .btn {
        width: 100%;
        display: block;
    }
    .custom-pricing-tbl .osm-plan-short-description li {
        padding: 25px 10px;
        font-size: 15px;
    }
    .custom-pricing-tbl .osm-plan-price, 
    .custom-pricing-tbl .osm-pricing-table .osm-plan ul li.plan-feature, 
    .custom-pricing-tbl .osm-pricing-table .osm-plan ul.osm-signup-container,
    .custom-pricing-tbl .osm-pricing-table .osm-plan .osm-plan-header {
        padding: 20px 10px;
    }
    .custom-pricing-tbl .plan-price {
        min-height: 78px;
    }
    .custom-pricing-tbl .plan-header {
        min-height: 59px;
    }
    .recom-program .joomdle-courselist .joomdle_course_list_item {
        width: 50%;
    }
    .avg-days .db-record-select label {
        font-size: 14px;
    }
    body.view-home {
        padding-top: 94px;
    }
    /*.section-spacing {
        padding: 80px 0;
    }*/
    .programs-benefits.section-spacing {
        padding-bottom: 50px;
    }
    .introduction-sec > p {
        margin: 20px auto;
    }
    .intro-listing {
        margin-top: 40px;
    }
    .intro-process {
        margin-top: 70px;
    }
    .program-sec .text-center h5 {
        margin-bottom: 30px;
    }
    .h-programs {
        padding-top: 40px;
    }
    .benefits-list {
        margin: 30px auto 0;
    }
    .benefits-list h4 {
        margin: 40px 0;
    }
    .suitable-list {
        margin-top: 40px;
    }
    .suitable-programs .btm-info {
        margin: 20px 0 40px;
    }
    .testimonial-list {
        margin-top: 40px;
    }
    .testimonial-card {
        padding: 40px 50px;
    }
    .plan-sec h5 {
        margin-bottom: 30px;
    }
    .our-story h5 {
        margin-bottom: 30px;
    }
    .pro-items-com.grid-3 li {
        width: 32.8%;
    }
}

@media (max-width: 991px) {
    /*dashboard css start*/
    .dashboard-main {
        background: #f2f2f2;
        padding-bottom: 20px
    }
    .dashoard-content {
        padding: 90px 30px 50px;
        background: #fff
    }
    .h-programs .row::-webkit-scrollbar{
        display: none;
    }
    .h-programs .row {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        overflow: auto hidden;
        -ms-touch-action: auto;
            touch-action: auto;
        -webkit-overflow-scrolling: touch;
        -ms-scroll-snap-points-x: repeat(160px);
            scroll-snap-points-x: repeat(160px);
        -ms-scroll-snap-type: mandatory;
            scroll-snap-type: mandatory;
    }
    .h-programs .row .col{
        flex:0 0 33.33%;
        max-width:33.33%;
    }
    /*.cart-db:before {
        content: "";
        position: absolute;
        left: inherit;
        right: 0;
        top: 3px;
        bottom: 4px;
        border-left: 1px solid #9da024;
    }*/
    .dashboard-nav:before {
        display: none;
    }
    .dashboard-nav {
        padding: 30px 12px 0;
        background: transparent;
        min-height: auto;
        overflow-y: hidden;
        overflow-x: auto;
        margin-bottom: -60px;
        min-height: 110px;
        position: relative;
        z-index: 1
    }
    .dashboard-nav .nav-link {
        font-size: 16px;
        padding: 0;
        border-radius: 0;
        line-height: normal;
        width: 109px
    }
    .dashboard-nav .navbar-nav .nav-item {
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .subMnu ul {
        padding-left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .subMnu a {
        font-size: 16px;
        padding: 0;
        border-radius: 0;
        margin-bottom: 0;
        width: 109px;
    }
    .dashboard-nav .nav-item.active .nav-link {
        color: #323232;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    /*.dashboard-nav .navbar-nav .subMnu {
        display: block!important;
    }*/
    .dashboard-nav .nav-item .icon {
        width: 40px;
        height: 40px;
        line-height: 35px;
        display: block;
        position: inherit;
        margin: 0 auto 4px;
        -webkit-transform: inherit;
        -ms-transform: inherit;
        transform: inherit;
        left: inherit;
        top: inherit;
    }
    .dashboard-nav .navbar-nav .nav-item+.nav-item {
        margin-top: 0
    }
    .db-date-select {
        margin-top: 15px
    }
    .custom-nav .nav-item+.nav-item {
        margin-left: 0;
        margin-top: 10px
    }
    .personal-info #member-profile fieldset:nth-child(2) .cmavatar {
        max-width: 160px;
        margin: 0 auto 30px;
        display: block;
    }
    .personal-info #member-profile fieldset:nth-child(1) {
        margin: 0;
    }
    .personal-info #member-profile fieldset:nth-child(1) .control-group:nth-child(-n+3) {
        width: 100%;
    }
    .personal-info #member-profile fieldset:nth-child(1) .control-group {
        padding: 0;
    }
    .personal-info .well {
        padding: 30px;
    }
    .personal-info #member-profile>.control-group {
        margin: 10px auto 0;
    }
    .form-style .control-group label {
        font-size: 16px;
        margin-bottom: 3px;
    }
    .db-about.v2 .about-info {
        padding-top: 20px;
    }
    .navbar-avatar-section {
        margin-left: auto;
        margin-right: 15px;
    }
    .navbar-toggler {
        padding: 0;
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .navbar-collapse {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
        position: fixed;
        left: -100%;
        top: 0;
        bottom: 0;
        width: 265px;
        /*background: #5b6e7e;*/
        z-index: 9;
        /*padding: 30px;*/
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    /*.navbar-collapse:before {
        content: "";
        position: fixed;
        left: -100vw;
        top: 0;
        bottom: 0;
        right: -120vw;
        background: rgba(0, 0, 0, 0.3);
        z-index: 0;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    .open-menu.navbar-collapse:before {
        opacity: 1;
        visibility: visible;
        pointer-events: initial;
    }*/
    .custom-nav .nav {
        background: #5b6e7e;
        padding: 40px 30px;
        min-height: 100%;
        margin-bottom: 0;
    }
    .open-menu.navbar-collapse {
        left: 0;
        overflow-y: auto;
    }
    .tgl {
        width: 25px;
        height: 18px;
        position: relative;
        overflow: hidden;
    }
    .tgl .icon-left {
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        position: absolute;
        height: 2px;
        width: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: #ffffff;
        left: 0px;
    }
    .tgl .icon-left:before {
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        position: absolute;
        width: 15px;
        height: 2px;
        background-color: #ffffff;
        content: "";
        top: -8px;
        left: 0;
    }
    .tgl .icon-left:after {
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        position: absolute;
        width: 15px;
        height: 2px;
        background-color: #ffffff;
        content: "";
        top: 8px;
        left: 0;
    }
    .tgl .icon-right {
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        position: absolute;
        height: 2px;
        width: 15px;
        top: 50%;
        background-color: #ffffff;
        left: 15px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .tgl .icon-right:before {
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        position: absolute;
        width: 15px;
        height: 2px;
        background-color: #ffffff;
        content: "";
        top: -8px;
        right: 0;
    }
    .tgl .icon-right:after {
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        position: absolute;
        width: 15px;
        height: 2px;
        background-color: #ffffff;
        content: "";
        top: 8px;
        right: 0;
        bottom: 0
    }
    .tgl.open .icon-left,
    .tgl.open .icon-right {
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        background: transparent;
    }
    .tgl.open .icon-left:before {
        -webkit-transform: rotateZ(45deg) translate(4px, 1px);
        -ms-transform: rotate(45deg) translate(4px, 1px);
        transform: rotateZ(45deg) translate(4px, 1px);
    }
    .tgl.open .icon-left:after {
        -webkit-transform: rotateZ(-45deg) translate(4px, -1px);
        -ms-transform: rotate(-45deg) translate(4px, -1px);
        transform: rotateZ(-45deg) translate(4px, -1px);
    }
    .tgl.open .icon-left,
    .tgl.open .icon-right {
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        background: transparent;
    }
    .tgl.open .icon-right:before {
        -webkit-transform: rotateZ(-45deg) translate(-5px, 0);
        -ms-transform: rotate(-45deg) translate(-5px, 0);
        transform: rotateZ(-45deg) translate(-5px, 0);
    }
    .tgl.open .icon-right:after {
        -webkit-transform: rotateZ(45deg) translate(-5px, 0);
        -ms-transform: rotate(45deg) translate(-5px, 0);
        transform: rotateZ(45deg) translate(-5px, 0)
    }
    /*.top-header {
        display: none
    }*/
    .navigation .nav li {
        position: static;
        float: inherit;
        width: 100%;
        overflow: hidden;
    }
    .custom-nav .nav>li+li {
        margin-left: 0;
        margin-top: 15px;
    }
    .m-menu.tgl.open {
        position: absolute;
        right: 15px;
        top: 15px;
        z-index: 9;
    }
    .nav-collapse,
    .nav-collapse.collapse {
        overflow: visible;
        height: auto
    }
    .custom-nav .nav>li>a {
        font-size: 17px;
        font-weight: normal;
    }
    .nav-collapse .nav>li>a:hover,
    .nav-collapse .nav>li>a:focus,
    .nav-collapse .dropdown-menu a:hover,
    .nav-collapse .dropdown-menu a:focus {
        background-color: transparent;
    }
    .dashboard-nav {
        margin-bottom: -70px;
    }
    .dashboard-nav .navbar-nav {
        position: relative;
        bottom: 10px;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    }
    .recordTbl-tab .table td,
    .recordTbl-tab .table th {
        white-space: nowrap;
    }
    .recordTbl-tab .table th .body-weight-label {
        width: 170px;
        white-space: normal;
    }
    .db-record-select .form-control {
        max-width: 173px
    }
    .custom-nav .nav-child,
    .navigation .nav li.parent:hover .nav-child {
        position: static;
        opacity: 1;
        visibility: visible;
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 10px 0;
        margin: 0;
        -webkit-transform: inherit;
        -ms-transform: inherit;
        transform: inherit;
        min-width: auto;
    }
    .navigation .nav>li>.nav-child:after {
        display: none;
    }
    .custom-nav .nav-child a {
        color: #ffffff;
        font-size: 17px;
        position: relative;
        display: inline-block;
        width: 100%;
    }
    .custom-nav .nav-child a:after {
        content: "--";
        position: absolute;
        left: 0;
        top: 9px
    }
    .db-date-select .form-control {
        max-width: 150px;
    }
    .dashboard-nav .nav-link .tglarw {
        display: none;
    }
    .subMnu .active a {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    /*.dashboard-nav .nav-link.show-sub {
        display: none;
    }*/
    /*dashboard css end*/
    .intro-listing li {
        width: 50%;
    }
    .stories-cards .img, 
    .stories-cards .content {
        padding: 15px 0;
        text-align: center;
    }
    .our-story h3 br, .our-story h2 br {
        display: none;
    }
    .subscribe-section h3 {
        font-size: 26px;
        margin-bottom: 5px;
    }
    .subscribe-section form .btn {
        font-size: 17px;
        padding: 10px 24px;
        line-height: normal;
    }
    .subscribe-section form {
        padding-right: 180px;
    }
    .subscribe-section form input[type="email"] {
        padding-left: 20px;
        font-size: 17px;
        min-height: 50px;
    }
    .footer-support-link {
        padding-left: 0;
    }
    .footer-info {
        padding: 0;
    }
    .copyright {
        margin: 30px 0 0;
        text-align: center;
    }
    .site-footer-inner {
        padding: 50px 0 30px;
    }
    body.view-home {
        padding-top: 91px;
    }
    body.hide-nav-loggedin {
        padding-top: 41px!important;
    }
    .view-home .custom-nav {
        padding: 10px 0;
        top: 41px;
    }
    .top-header {
        padding: 10px 0;
        font-size: 14px;
    }
    .scroll-to {
        top: -80px;
    }
    .intro-listing li, .suitable-list li {
        width: 50%;
    }
    .t-img.col-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .testimonial-card:nth-child(odd) .t-img {
        padding-left: 0;
        order: 1;
    }
    .testimonial-card:nth-child(odd) .t-content.col {
        order: 12;
    }
    .testimonial-card:nth-child(odd) .t-content {
        padding-right: 0;
    }
    .testimonial-card:nth-child(even) .t-content {
        padding-left: 0;
    }
    .testimonial-card,
    .testimonial-card:nth-child(even) {
        text-align: center;
    }
    .testimonial-card:nth-child(even) .t-content:before {
        top: 0;
    }
    .testimonial-card:nth-child(even) .t-img {
        padding-right: 0;
    }
    .testimonial-card .t-img {
        margin-bottom: 20px;
    }
    .hide-nav-loggedin .cart-db:before {
        display: none;
    }
    .no-more .suitable-list li {
        width: 50%;
    }
    .social-links + .col:before {
        display: none;
    }
    .site-footer-inner [class*="col-"] {
        order: 12;
        margin-bottom: 20px;
    }
    .site-footer-inner .footer-info-col {
        order: 1!important;
    }
    .site-footer-inner .contact-col {
        order: 2!important;
    }
    .footer-info p {
        margin: 0 0 30px;
    }
    .site-footer-inner [class*="col-"]:first-child {
        order: 1;
    }
    .bf-result {
        font-size: 16px;
    }
    .custom-pricing-tbl .osm-plan-price .price span {
        font-size: 22px;
    }
    .custom-pricing-tbl .osm-pricing-table .col-md-4 {
        -ms-flex: 0 0 40.333333%;
        flex: 0 0 40.333333%;
        max-width: 40.333333%;
    }
    .custom-pricing-tbl .plan-feature {
        font-size: 14px;
        min-height: 87px;
    }
    .custom-pricing-tbl .osm-plan-price .price span {
        font-size: 20px;
    }
    .custom-pricing-tbl .osm-pricing-table .osm-plan .osm-plan-header h2 {
        font-size: 14px;
    }
    .custom-pricing-tbl .plan-header {
        min-height: 56px;
    }
    .custom-pricing-tbl .osm-pricing-table .col-md-2 {
        -ms-flex: 0 0 14.666667%;
        flex: 0 0 14.666667%;
        max-width: 14.666667%;
    }
    .custom-pricing-tbl .osm-plan-short-description li {
        font-size: 14px;
        min-height: 87px;
    }
    .custom-pricing-tbl .osm-pricing-table .btn-singup {
        padding: 8px 10px;
        font-size: 14px;
    }
    .custom-layout {
        padding-top: 70px;
        background: #fff;
    }
    .plan-table td {
        width: 100px;
        min-width: 100px;
    }
    .plan-table td:first-child, .plan-table td label {
        width: 200px;
    }
    /*.section-spacing {
        padding: 60px 0;
    }*/
    .faq-accordions .card {
        margin-bottom: 15px;
    }
    .db-card-style h5 {
        padding: 12px;
    }
}

@media (max-width:800px){
    .db-programs .pro-list li, .pro-items-curnt li, .pro-items-com li{
        width:100%;
        max-width:270px;
        min-width:270px;
        
    }
    
    .db-programs .pro-list::-webkit-scrollbar,
    .h-programs .row::-webkit-scrollbar,
    .pro-items-curnt::-webkit-scrollbar, .pro-items-com::-webkit-scrollbar, .pro-items-rec::-webkit-scrollbar{
        display: none;
    }
    
    .joomdle_mycourses_no_list .slider-button {
        display: none;
    }
    
     .recom-program .joomdle-courselist.pro-items-rec .joomdle_course_list_item{
        width:100%;
        max-width:270px;
        min-width:270px;
    }
    .pro-items-com.grid-3 li {
        width: 32.6%;
        max-width: inherit;
        min-width: inherit;
    }
    
    .recom-program .joomdle-courselist.pro-items-rec {
        overflow: auto hidden;
        touch-action: auto;
        -webkit-overflow-scrolling: touch;
        -ms-scroll-snap-points-x: repeat(160px);
        scroll-snap-points-x: repeat(160px);
        -ms-scroll-snap-type: mandatory;
        scroll-snap-type: mandatory;
        white-space: nowrap;
    }
}

@media (max-width: 767px) {
    .dashboard-main {
        padding-bottom: 70px
    }
    .progress-report {
        margin-top: 0;
    }
    .d-assessment-list .db-card-style {
        width: 100%;
    }
    /*.section-spacing {
        padding: 50px 0
    }*/
    .form-style .form-heading {
        font-size: 26px;
    }
    /*dashboard css start*/
    .dashboard-nav .nav-link {
        font-size: 12px;
    }
    .dashboard-nav {
        padding: 10px;
        margin-bottom: 0;
        min-height: auto;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        height: auto;
        background: #f2f2f2;
        z-index: 9;
        box-shadow: 0 0 15px rgb(0 0 0 / 15%);
    }
    .db-date-select .form-control {
        max-width: 111px;
    }
    .search-main {
        padding: 10px;
    }
    .search-main input[type="submit"] {
        right: 10px;
    }
    .search-main #gsearch {
        height: 40px;
        border: 2px solid #d2d70b;
    }
    .search-main input[type="submit"] {
        height: 40px;
    }
    /*dashboard css end*/
    .db-plans-info .hikaserial_subscription_footer {
        text-align: left;
    }
    .db-plans-info .hikaserial_subscription_footer .pagination {
        -webkit-box-pack: flex-start;
        -ms-flex-pack: flex-start;
        justify-content: flex-start;
    }
    .checkout-btn {
        margin-top: 20px
    }
    .checkout-info .table td,
    .checkout-info .table th {
        border: 0;
        border-top: 1px solid #d9d9d9;
    }
    .checkout-info .hikashop_checkout_cart td.hikashop_cart_product_name_value {
        width: 100%;
    }
    .checkout-info .hikashop_checkout_cart table tr {
        border: 0;
    }
    .checkout-info .hikashop_checkout_cart table {
        border: 1px solid #d9d9d9;
    }
    .checkout-info .hikashop_checkout_cart table td:before {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .checkout-info .hikashop_checkout_cart .hikashop_product_price_full {
        padding: 0;
    }
    .checkout-info {
        padding: 60px 0 20px;
    }
    .payment-info legend {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .status-sec .label {
        vertical-align: middle;
    }
    .dashoard-about-content {
        padding: 35px 0
    }
    .course-pro .joomdle_item_content a {
        padding: 15px 12px;
        margin: 5px 3px;
        font-size: 15px
    }
    .course-pro .joomdle_item_content a, 
    .course-pro .joomdle_item_content span.j_c_info {
        max-width: 100%;
        margin: 5px 0;
    }
    .j_c_info p {
        left: 0;
        right: 0;
        bottom: 10px;
        padding: 0 5px;
    }
    .course-topic .joomdle_item_content,
    .course-pro .joomdle_item_content {
        padding: 12px;
    }
    .course-topic .joomdle_item_title,
    .course-pro .joomdle_item_title {
        font-size: 16px;
    }
    .course-pro .db-card-img {
        margin-bottom: 20px;
    }
    .course-topic .db-heading-style,
    .course-pro .db-heading-style {
        margin-bottom: 25px
    }
    .navbar-avatar-section {
        margin-right: 15px;
        padding-left: 0;
        padding-right: 20px;
    }
    .navbar-avatar-section span {
        position: relative;
        top: 0;
    }
    .pro-info {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        position: absolute;
        background: #fff;
        padding: 10px;
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
        z-index: 2;
        right: 5px;
        top: 100%;
        left: auto;
        width: 110px;
        text-align: center;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
    .navbar-avatar-section p {
        font-size: 15px;
        font-weight: normal;
        padding-bottom: 8px;
        margin-bottom: 8px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        color: #242424;
    }
    .navbar-avatar-section a {
        font-size: 15px;
        text-transform: uppercase;
    }
    .navbar-avatar-section:before {
        content: "";
        position: absolute;
        right: 0;
        top: 42%;
        width: 10px;
        height: 10px;
        border-width: 2px 2px 0 0;
        border-style: solid;
        border-color: #fff;
        -webkit-transform: translateY(-50%) rotate(135deg);
        -ms-transform: translateY(-50%) rotate(135deg);
        transform: translateY(-50%) rotate(135deg);
    }
    .navbar-avatar-section:hover .pro-info,
    .navbar-avatar-section:focus .pro-info {
        opacity: 1;
        visibility: visible;
        pointer-events: initial;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .custom-nav {
        padding: 15px 0;
    }
    .db-record-select .form-control {
        max-width: 100%;
        margin: 0;
    }
    .db-record-select.form-style .form-control {
        font-size: 14px;
        padding: 10px;
    }
    .db-rdate-select {
        margin-top: 20px
    }
    .dashoard-content {
        padding: 30px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .db-programs .pro-list li {
        width: 50%;
    }
    /*.db-card-style h5 a,*/
    .recom-program .joomdle_item_title, .recom-program .joomdle_course_list_item_title {
        padding: 12px;
    }
    .db-heading-style {
        font-size: 28px;
    }
    .db-date-select .form-control {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .db-date-select .form-group {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .db-date-select .btn {
        margin-top: 15px;
        width: 100%;
    }
    .db-date-select {
        margin-top: 0;
    }
    .db-date-select .reset-button {
        margin-right: 0;
    }
    .subMnu a {
        font-size: 12px;
        width: 68px;
    }
    .dashboard-nav .navbar-nav {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        bottom: 0;
        max-width: 538px;
        margin: 0 auto;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .bmi-calculator {
        padding: 50px 0;
    }
    .plans p, .plans .form-control-label label, .plans .form-control-label, .plans .col-md-9 {
        font-size: 16px;
        line-height: 1.4;
    }
    .plans.section-spacing {
        padding: 30px 0;
    }
    .plans .input-group {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    }
    .subscription-complete .os_table td.title_cell {
        width: 132px;
    }
    .bmi-calculator .card,
    .bmr-calculator form {
        padding: 40px 30px;
    }
    .profile-sub #my-subscriptions-page {
        overflow-x: auto;
        overflow-y: hidden;
    }
    .profile-sub #my-subscriptions-page .table {
        white-space: nowrap;
    }
    .update_card-sec .osm-container .form-group select.input-small {
        width: 49%!important;
    }
    .update_card-sec div#tr_exp_date .controls {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .update_card-sec .osm-container .form-group select.input-small:first-child {
        margin-right: 10px;
    }
    .update_card-sec .osm-container .form-group select.input-small:last-child {
        margin-left: 10px;
    }
    .formError {
        left: 60%!important;
    }
    .bmr-calculator table td {
        padding: 10px;
    }
    .testimonial-card:nth-child(odd) .t-content:before,
    .testimonial-card:nth-child(even) .t-content:before {
        width: 30px;
        height: 30px;
        top: 0;
    }
    .testimonial-card {
        padding: 20px 30px;
    }
    .section-heading {
        font-size: 28px;
    }
    .introduction-sec h5, 
    .testimonial-sec h5, 
    .plan-sec h5, 
    .our-story h5 {
        font-size: 22px;
    }
    .intro-card h3 {
        font-size: 18px;
    }
    /*.testimonial-card:first-child .t-content:before {
        top: -13px!important;
    }*/
    .plan-sec p, 
    .our-story p, 
    .testimonial-card p {
        margin: 10px auto;
        font-size: 16px;
    }
    .introduction-sec > p,
    .intro-card p,
    .process-details p {
        font-size: 16px;
    }
    .intro-process {
        margin-top: 70px;
    }
    .process-steps .process-number {
        font-size: 38px;
    }
    .process-steps .process-number-text {
        font-size: 21px;
    }
    .at-separator-thick {
        margin: 15px auto;
        height: 3px;
    }
    .testimonial-card .info span {
        font-size: 17px;
    }
    .our-story h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .faq-accordions .card-body p, 
    .faq-accordions .card-body li {
        font-size: 16px;
    }
    .faq-accordions .card-body h4 {
        font-size: 20px;
    }
    .faq-accordions .card-body li {
        padding-left: 15px;
    }
    .faq-accordions .card-body li:before {
        width: 6px;
        height: 6px;
    }
    .faq-accordions .btn {
        font-size: 16px;
    }
    .plan-table td:first-child, .plan-table td label {
        width: 95px;
        font-size: 12px;
    }

    .subscribe-section form {
        margin-top: 30px;
    }
    .subscribe-section {
        text-align: center;
    }
    /*.footer-links h5 {
        margin-top: 25px;
    }*/
    /*.footer-info p {
        margin: 30px 0 0;
    }*/
    .copyright {
        margin: 20px 0 0;
    }
    .site-footer-inner {
        padding: 50px 0 35px;
        /*text-align: center;*/
    }
    .faq-accordions .btn {
        padding: 12px 35px 12px 20px;
    }
    .faq-accordions .btn:after {
        width: 14px;
        height: 13px;
    }
    .faq-accordions .btn:after {
        top: 25px;
    }
    .h-programs .db-card-style {
        margin-bottom: 20px;
    }
    .benefit-card > div {
        padding: 0 15px;
    }
    .introduction-sec h5, .testimonial-sec h5, .plan-sec h5, .our-story h5, .program-sec h5 {
        font-size: 22px;
    }
    .benefits-list {
        margin: 40px auto 0;
    }
    .benefits-list h4 {
        margin: 20px 0;
        font-size: 20px;
    }
    .suitable-list li {
        padding: 15px;
    }
    .pro-card-style h4 {
        font-size: 18px;
    }
    .pro-card-style p {
        margin: 10px 0 0;
        font-size: 15px;
    }
    .pro-card-style img {
        width: 100px;
        height: 100px;
        margin-bottom: 10px;
    }
    .suitable-programs .btm-info {
        font-size: 18px;
        margin: 10px 0 30px;
    }
    .card-style-1 {
        padding: 20px 15px;
    }
    .media-sec ul {
        flex-wrap: wrap;
        justify-content: center;
    }
    .media-sec li {
        width: 21%;
        padding: 5px;
    }
    .testimonial-card:nth-child(odd) .t-content:before {
        left: -30px;
    }
    .testimonial-card:nth-child(even) .t-content:before {
        right: -25px;
    }
    .plan-table td, .plan-table th {
        padding: 5px;
        font-size: 12px;
    }
    .plan-table td img {
        width: 12px;
    }
    .plan-table td {
        min-width: 38px;
    }
    .cart-db {
        text-align: right;
        padding-left: 15px;
    }
    .cart-db a {
        padding-left: 15px;
        font-size: 13px;
    }
    .cart-db a i {
        font-size: 14px;
    }
    .top-header {
        padding: 5px 0;
    }
    .view-home .custom-nav {
        top: 31px;
    }
    body.view-home {
        padding-top: 81px;
    }
    body.hide-nav-loggedin {
        padding-top: 31px!important;
    }
    .site-footer-inner [class*="col-"] {
        margin-bottom: 20px;
    }
    .bf-calc-result .btn-primary {
        padding: 11px 24px;
    }
    .body-result-calc {
        overflow-y: auto;
    }
   /* #osm-plans-list-columns.custom-pricing-tbl .osm-pricing-table {
        width: 690px;
    }*/
    .custom-pricing-tbl {
        overflow: hidden;
        overflow-x: auto;
        padding-top: 40px!important;
        padding-bottom: 40px!important;
    }
    .intro-process ul {
        max-width: 330px;
    }
    .db-date-select ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0;
    }
    .db-date-select li {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        padding: 0;
    }
    .db-date-select li:last-child {
        width: 100%;
    }
    .db-date-select label {
        margin-right: 0;
        margin-bottom: 5px;
        width: 100%;
        -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
        justify-content: inherit;
    }
    .db-record-select ul li:first-child, .db-record-select ul li:last-child {
        width: 100%;
    }
    .db-record-select ul {
        margin: 0 -5px;
    }
    .db-record-select ul li {
        width: 50%;
        padding: 0 5px;
    }
    .db-record-select ul li + li {
        margin-top: 10px;
    }
    .contact-links li {
        padding: 0 10px;
    }
    .contact-links a i,
    .contact-links a img {
        position: static;
    }
    .contact-links li:first-child a {
        padding-left: 0;
    }
    .contact-links a i.fa-whatsapp:after {
        display: none;
    }
    .contact-links li:last-child a {
        padding-left: 0;
    }
    .contact-links li:first-child a i {
        font-size: 16px;
        vertical-align: middle;
    }
    .social-links li+li {
        margin-left: 12px;
    }
    .social-links {
        padding-right: 15px;
        padding-left: 0;
    }
    .avg-days .db-record-select li + li {
        margin-top: 0;
    }
    .recom-program .joomdle_item_content img {
        height: 170px;
    }
    .modal {
        padding: 0 15px!important;
    }
    .recom-program .joomdle-courselist {
        margin: 20px 0 0;
        max-width: 100%;
    }
    .progress-report [class^=col-]:nth-child(2) {
        order: 12;
    }
    .recom-program .joomdle-courselist.pro-items-rec .slick-track {
        margin: auto;
    }
    .dashboard-nav .navbar-nav .nav-item + .nav-item {
        margin-left: 15px;
    }
    .custom-layout {
        padding-top: 0;
    }
    .subMnu .icon {
        background-color: #c7c7c7;
        border: 2px solid #c7c7c7;
    }
    /*.subMnu .icon img {
        filter: brightness(0) invert(1);
    }*/
    .dashboard-nav .navbar-nav .subMnu .nav-item a {
        color: #9d9d9d;
    }
    .bmr-result h1 {
        font-size: 20px;
    }
    .bmr-result .bmr-value, 
    .bmr-result .tdee {
        font-size: 20px;
    }
    .body-fat-result .db-heading-style,
    .body-fat-value, .bmi-calculator .bmi-output h1 {
        font-size: 20px;
    }
    .custom-pricing-tbl .osm-plan-price, 
    .custom-pricing-tbl .osm-pricing-table .osm-plan ul li.plan-feature, 
    .custom-pricing-tbl .osm-pricing-table .osm-plan ul.osm-signup-container, 
    .custom-pricing-tbl .osm-pricing-table .osm-plan .osm-plan-header {
        padding: 10px 5px;
    }
    .custom-pricing-tbl .osm-plan-price .price span {
        font-size: 14px;
    }
    .custom-pricing-tbl.osm-container h2 {
        line-height: 0;
    }
    .custom-pricing-tbl .osm-plan-short-description li,
    .custom-pricing-tbl .plan-feature {
        padding: 10px 5px;
    }
    .custom-pricing-tbl.osm-container img {
        width: 14px;
    }
    .custom-pricing-tbl .plan-header,
    .custom-pricing-tbl .plan-price {
        min-height: 36px;
    }
    .custom-pricing-tbl .plan-feature {
        font-size: 12px;
        min-height: 57px;
    }
    .custom-pricing-tbl .osm-plan-short-description li {
        min-height: 57px;
    }
    .custom-pricing-tbl .osm-pricing-table .btn-singup {
        padding: 8px;
        font-size: 12px;
    }
    .custom-pricing-tbl .osm-plan-short-description li {
        font-size: 12px;
    }
    .h-programs .row {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        overflow: auto hidden;
        -ms-touch-action: auto;
            touch-action: auto;
        -webkit-overflow-scrolling: touch;
        -ms-scroll-snap-points-x: repeat(160px);
            scroll-snap-points-x: repeat(160px);
        -ms-scroll-snap-type: mandatory;
            scroll-snap-type: mandatory;
    }
    .h-programs .row .col{
        flex:0 0 50%;
        max-width:50%;
    }
    .intro-listing li, 
    .suitable-list li {
        padding: 20px 15px;
    }
    .h-programs h3 {
        font-size: 20px;
    }
    .plan-sec p, .our-story p, .program-sec p {
        font-size: 16px;
    }
    .no-more .suitable-list li {
        padding: 20px 15px;
    }
    .section-spacing.intro-section {
        padding-top: 60px;
    }
    .pro-items-com.grid-3 li {
        width: 49.2%;
    }
}

@media (max-width: 362px) {
    .j_c_info p {
        bottom: 5px;
        line-height: 1;
    }
}
@media (max-width: 575px) {
    /*dashboard css start*/
    .dashoard-content {
        padding: 20px 15px;
    }
    .dashboard-footer {
        padding: 30px 20px;
    }
    .db-date-select label {
        font-size: 14px;
        margin-right: 0;
        margin-bottom: 10px
    }
    .db-date-select .form-control {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .db-date-select .btn-primary {
        font-size: 16px;
        padding: 8px 20px;
    }
    .db-date-select .form-group {
        margin-bottom: 0;
    }
    .dashboard-nav .navbar-nav .nav-item+.nav-item {
        margin-left: 1.5%;
    }
    /*dashboard css end*/
    .payment-info .hikashop_payment_methods_table tr:hover>td {
        padding-bottom: 80px;
    }
    .status-sec .hikashop_checkout_status {
        font-size: 14px;
    }
    .payment-info span.hikashop_checkout_payment_images {
        margin-left: 8px;
    }
    .course-pro .joomdle_item_content a {
        padding: 15px 12px;
        margin: 5px 0;
        width: 100%;
        text-align: center;
    }
    .db-record-select .form-group {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .db-record-select #form {
        margin: 0 -10px 30px;
    }
    .db-record-select #form.record-form {
        margin-top: 20px;
    }
    .avg-days .db-record-select #form {
        margin: 0 0 20px;
    }
    .db-record-select .btn-primary {
        margin-left: 10px;
    }
    .db-rdate-select .form-control {
        min-width: 145px;
    }
    .db-date-select .reset-button {
        margin-left: 0;
    }
    .db-heading-style {
        font-size: 24px;
    }
    .testimonial-card:nth-child(odd) .t-content:before, 
    .testimonial-card:nth-child(even) .t-content:before {
        width: 25px;
        height: 25px;
        /*top: 20px;*/
    }
    /*.testimonial-card:first-child .t-content:before {
        top: -8px!important;
    }
    .testimonial-card:nth-child(odd) .t-content:before {
        left: 0;
    }
    .testimonial-card:nth-child(even) .t-content:before {
        right: 0;
    }*/
    .section-heading {
        font-size: 24px;
    }
    .introduction-sec h5, .testimonial-sec h5, .plan-sec h5, .our-story h5 {
        font-size: 20px;
    }
    .our-story h3 {
        font-size: 20px;
    }
    .subscribe-section h3 {
        font-size: 24px;
    }
    .subscribe-section p {
        font-size: 16px;
    }
    .subscribe-section form input[type="email"] {
        font-size: 16px;
        min-height: 45px;
        line-height: normal;
    }
    .subscribe-section {
        padding: 40px 0;
    }
    .benefit-card {
        flex-wrap: wrap;
    }
    .benefit-card > div {
        width: 100%;
        padding: 5px 0;
    }
    .intro-listing li, .intro-process li {
        width: 100%;
    }
    .programs-benefits.section-spacing {
        padding-bottom: 20px;
    }
    .intro-listing li, .suitable-list li {
        width: 100%;
    }
    .no-more .suitable-list li {
        width: 100%;
    }
    .cart-db {
        padding-left: 8px;
        padding-right: 8px;
    }
    .social-links {
        padding-right: 8px;
    }
    .slider-wrapper {
        padding: 5px 20px;
    }
    .dashboard-main .slick-arrow-style .slick-prev:after,
    .dashboard-main .slick-arrow-style .slick-next:after {
        background-size: contain;
        width: 30px;
        height: 30px;
    }   
    .recom-program .slick-arrow-style .slick-prev:after {
        left: -7px;
    }
    .recom-program .slick-arrow-style .slick-next:after {
        right: -7px;
        left: inherit;
    }
    .db-programs .pro-list li, .pro-items-com li, .pro-items-curnt li,
    .recom-program .joomdle-courselist .joomdle_course_list_item {
        padding: 5px;
    }
    .dashoard-content.pt-sm-0 {
        padding-top: 0!important;
    }
    .custom-pricing-tbl .osm-plan-short-description li,
    .custom-pricing-tbl .plan-feature {
        min-height: 75px;
    }
}

@media (max-width: 480.98px) {
    .db-record-select .form-control {
        width: 100%;
    }
    .db-record-select .btn-primary {
        margin: 0;
    }
    .dashboard-nav .nav-link {
        width: 100%;
    }
    .media-sec li {
        width: 25%;
    }
    .footer-links .f-social-links li + li {
        margin-left: 4px;
    }
    .footer-links .f-social-links {
        margin-top: 0;
    }
    .footer-links li a, .footer-info p {
        font-size: 15px;
        display: block;
    }
    .footer-links h5 {
        margin-bottom: 20px;
    }
    .custom-pricing-tbl .plan-feature {
        font-size: 11px;
    }
    .custom-pricing-tbl .osm-plan-price .price span {
        font-size: 11px;
    }
    .custom-pricing-tbl .plan-price {
        min-height: 34px;
    }
    .custom-pricing-tbl .osm-pricing-table .btn-singup {
        padding: 5px;
        font-size: 7px;
        line-height: normal;
        white-space: nowrap;
        font-weight: 600;
    }
    [lang='en'] .program-sec .db-card-style h5 a,
    .program-sec .db-card-style h5 a {
        /*height: 37px;*/
    }
}

@media (max-width: 420.98px) {
    .personal-info .well {
        padding: 15px
    }
    #member-profile .btn-primary.validate,
    .form-style #member-profile a {
        font-size: 16px;
        padding: 10px 26px;
    }
    .navbar-avatar-section span {
        width: 41px;
        height: 41px;
        line-height: 39px;
    }
    .subscribe-section form {
        padding-right: 0;
    }
    .subscribe-section form {
        background: transparent;
        border-radius: 0;
    }
    .subscribe-section form input[type="email"] {
        border-radius: 6px;
        margin-bottom: 15px;
    }
    .subscribe-section form .btn {
        position: static;
        border-radius: 6px;
        padding: 12px 24px;
        width: 100%;
    }
    .footer-links .f-social-links li a {
        width: 35px;
        height: 35px;
        line-height: 38px;
    }
    .footer-links .f-social-links li + li {
        margin-left: 2px;
    }
    .avg-days .db-record-select label {
        font-size: 13px;
    }
}

@media (max-width: 380.98px) {
    .footer-links .f-social-links li + li {
        margin-left: 0;
    }
    .db-programs .pro-list li {
        width: 100%;
    }
    .footer-links .f-contact-links li a i {
        left: -13px;
        font-size: 13px;
    }
    .footer-links .f-contact-links li a {
        padding-left: 8px;
    }
    .footer-links .f-social-links li a {
        width: 29px;
        height: 29px;
        line-height: 31px;
    }
    .program-sec .db-card-style h5 a {
        font-size: 16px;
    }
   /* .db-card-style h5 a {
        padding: 12px 10px;
    }*/
    .db-card-style h5 p {
        padding: 0 10px 10px;
    }
    .recom-program .joomdle-courselist .joomdle_course_list_item {
        width: 100%;
    }
}


/* margin-bottom: 20px; */

.fade {
    opacity: 1;
}

.hikashop_products_pagination {
    display: none;
}


/* 
}

} */




    
    .db-programs .pro-list, .pro-items-curnt, .pro-items-com{
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-flow: row nowrap;
        list-style: none;
        margin: 0px;
        overflow: auto hidden;
        padding: 8px 0px;
        width: 100%;
        touch-action: auto;
        -webkit-overflow-scrolling: touch;
        -ms-scroll-snap-points-x: repeat(160px);
        scroll-snap-points-x: repeat(160px);
        -ms-scroll-snap-type: mandatory;
        scroll-snap-type: mandatory;
    }

