@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Patua+One");
h1 {
    font-size: 42px;
    margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Patua One", cursive;
}

a {
    color: #00a654;
    font-weight: bold;
    transition: all 0.5s ease-in-out;
}
a:hover,
a:focus {
    color: #000;
}
body {
    font-family: "Raleway", sans-serif;
    color: #808080;
    font-size: 16px;
    font-weight: 400;
}
.header {
    position: relative;
}
.bg-dark {
    background: #fff !important;
}
.header nav.navbar {
    /*background: rgba(0, 0, 0, 0.5) !important;*/
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    padding-top: 0;
    padding-bottom: 0;
    transition: all 0.5s ease-in-out;
    box-shadow: #000 0px -5px 17px 1px;
}
.freebirdFormviewerViewFormBanner {
    height: auto !important;
}
.freebirdFormviewerViewFormBanner.freebirdHeaderMast {
    display: none !important;
}
.cnt-address {
    margin-top: 4em;
}
nav.navbar .navbar-nav .nav-link {
    text-transform: capitalize;
    padding: 30px 10px;
    margin: 0px 5px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    color: #000;
}

nav.navbar .navbar-nav .nav-link::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00a654;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

nav.navbar .navbar-nav .nav-link:hover::before,
nav.navbar .navbar-nav .nav-link:focus::before,
nav.navbar .navbar-nav .nav-link:active::before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 1);
}

.nav-item .dropdown-menu .dropdown-item:hover {
    background: #00a654;
    color: #fff;
}

.nav-item a.active {
    background: #00a654;
    color: #fff;
}

.header-alt header nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
    padding-top: 0;
    padding-bottom: 0;
    background: #fff !important;
    transition: all 0.5s ease-in-out;
    z-index: 5;
    box-shadow: #000 0px -5px 17px 1px;
}

.header-alt header nav.navbar .navbar-nav .nav-link {
    padding-top: 16px;
    padding-bottom: 16px;
}
.header .navbar-brand img {
    width: 136px;
}
.header-alt .navbar-brand img {
    width: 136px;
}

.about-us-home .about-content {
    text-align: center;
}
.about-us-home {
    padding: 4em 0em;
}

.about-us-home .abt-blk img {
    width: 50px;
    background: #fff;
    padding: 5px;
    border-radius: 50%;
}

.about-us-home .abt-blk .txt,
.about-us-home .abt-blk .abt-img {
    display: inline-block;
}
.abt-blk {
    position: relative;
    margin-top: 4em;
}

.abt-line {
    position: absolute;
    background: #fff;
    height: 100%;
    width: 2px;
    top: 0;
    left: 50%;
}

.about-us-home .abt-innr-lft {
    text-align: right;
    margin-bottom: 136px;
}

.about-us-home .abt-innr-ryt:nth-child(1) {
    margin-top: 92px;
}
.about-us-home .abt-innr-ryt:nth-child(2) {
    margin-top: 136px;
}

.about-us-home .abt-innr-ryt {
    position: relative;
    left: -38px;
    z-index: 1;
}

.about-us-home .abt-innr-lft {
    position: relative;
    right: -39px;
    z-index: 1;
}

.about-us-home .abt-innr-lft:last-child {
    margin-bottom: 0;
}

.about-block {
    background: url("../images/abt-bg.jpg");
    background-size: cover;
    background-attachment: fixed;
    padding: 2em 0em 5em 0em;
    margin-top: 5em;
}

.about-us-home .abt-blk h4 {
    color: #fff;
}

.about-us-home .abt-innr-lft .abt-img {
    margin-left: 17px;
}
.about-us-home .abt-innr-ryt .abt-img {
    margin-right: 17px;
}

/**********************************************/
.serv-left {
    border: 2px dashed #d0d0d0;
    width: 350px;
    height: 350px;
    margin-left: 8em;
    border-radius: 50%;
    position: relative;
    padding-top: 8.5em;
    background: #0aab8a;
}
.serv-txt span {
    background: #ffffff;
    border: none;
    color: #0aab8a;
}
.serv-txt h5 {
    color: #fff;
    font-size: 2em;
    text-transform: capitalize;
    margin: 10px 0;
    position: relative;
    top: 12px;
}
.icon-grid1 {
    position: absolute;
    top: -8%;
    left: 0%;
    text-align: center;
    width: 100%;
}
.icon-grid2 {
    position: absolute;
    top: 19%;
    left: -75%;
    text-align: right;
    width: 90%;
}
.icon-grid5 {
    position: absolute;
    top: 63%;
    left: -74%;
    text-align: right;
    width: 90%;
}

element {
}
.icon-grid3 {
    position: absolute;
    top: 19%;
    left: 83%;
    text-align: left;
    width: 90%;
}
.icon-grid6 {
    position: absolute;
    top: 63%;
    left: 83%;
    text-align: left;
    width: 90%;
}
.icon-grid4 {
    position: absolute;
    bottom: -9%;
    left: 0%;
    text-align: center;
    width: 100%;
}
.serv-txt span,
.icon span {
    border-radius: 50%;
    font-size: 29px;
    width: 70px;
    height: 70px;
    line-height: 2.5;
    text-align: center;
    background: #f1f3f2;
    color: #ffffff;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
}
.service-block span img {
    width: 60px;
}

.service-block span img {
    width: 40px;
    padding: 6px;
}

.icon.icon2 span {
    position: relative;
    left: -17px;
}
.icon.icon3 span {
    position: relative;
    left: -15px;
}
.icon.icon5 span {
    right: -18px;
    position: relative;
}
.icon.icon4 span {
    position: relative;
    right: -11px;
}

.icon.icon1 span {
    position: relative;
    top: -10px;
}

.col-md-6.serv-left.text-center {
    float: left;
}
.col-md-6.services-right {
    float: left;
}

.service-block .services-right {
    box-shadow: #ccc 0px 0px 8px 0px;
    padding: 1em;
}

.services-right ul li::before,
.point-whyus ul li:before {
    content: "\f0a4";
    font-family: fontawesome;
    margin-left: -15px;

    position: relative;
    left: -12px;
    color: #00a654;
}
.services-right ul li {
    margin-bottom: 12px;
    margin-left: 24px;
    padding-left: 8px;
}
.service-block h1.text-center {
    margin-bottom: 56px;
}
.service-block h4 {
    font-size: 20px;
    color: #00a654;
    margin: 13px 0px 17px;
}

.point-whyus ul li {
    margin-bottom: 10px;
}
.heading {
    text-align: center;
    margin-bottom: 0;
}

.services-offer-block {
    padding-bottom: 4em;
}

.services-offer-block .row .col-md-12.col-sm-12.col-xs-12 {
    padding: 0;
}

.why-us {
    background: #f8f8f8;
    padding: 3em 0em;
}
.why-us-blk img {
    border: 2px solid #ddd;
}

.why-us .point-whyus {
    padding: 2em;
}

footer .footer {
    background: rgba(60, 60, 60, 0.8) url("../images/ft-bg.jpg");
    padding: 3em 0em;
}

.ft-block h3 {
    color: #fff;
    padding-bottom: 15px;
    text-transform: capitalize;
}

.ft-block ul li {
    margin-bottom: 8px;
}
.get-in-touch.ft-block .address address {
    color: #fff;
    font-weight: normal;
    font-size: 15px;
}
.cnt-footer i.fa {
    color: #fff;
}

.get-in-touch .cnt-footer h3 {
    font-size: 16px;
    padding-bottom: 0;
}

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

.cnt-footer .ft-info.address {
    display: inline-block;
    vertical-align: top;
}
.cnt-footer .ft-info.address address {
    margin-left: 14px;
}

.ft-block li a {
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    text-decoration: none;
}

.ft-block li a:hover,
.ft-block li a:focus,
.cnt-footer .ph-info a:hover,
.cnt-footer .ph-info a:focus {
    color: #00a859;
    text-decoration: none;
}

.cnt-footer .ph-info a {
    color: #fff;
    font-weight: normal;
    font-size: 15px;
    margin-left: 10px;
}
.cnt-footer .ph-number,
.cnt-footer .mail {
    margin-bottom: 10px;
}
footer .social-ico-block .social-ico-blk.d-inline-block {
    margin-right: 24px;
    margin-top: 7px;
}
.social-ico-blk i.fa {
    font-size: 18px;
}
.social-ico-blk i.fa:hover,
.social-ico-blk i.fa:focus {
    color: #00a859;
}
footer .copyright {
    background: #000;
    padding: 6px 0pc;
    color: #fff;
    font-size: 14px;
}

footer .copyright .designby.text-right {
    padding-top: 7px;
}

footer .copyright .designby.text-right a {
    color: #fff;
}
footer .copyright .designby.text-right a:hover,
footer .copyright .designby.text-right a:focus {
    color: #fff;
    text-decoration: none;
}

.innr-banner {
    height: 140px;
    overflow: hidden;
}
.inr-header.header nav.navbar {
    position: static;
    background: #fff !important;
}

.heading h1,
.title {
    text-transform: uppercase;
    color: #000;
    font-size: 28px;
    font-family: "Raleway", sans-serif;
    font-weight: bold;
}

.heading-1 h1,
.title {
    text-transform: uppercase;
    color: #000;
    font-size: 20px;
    font-family: "Raleway", sans-serif;
    font-weight: bold;
}

.about-img img {
    border: 2px solid #ddd;
    padding: 5px;
    max-width: 100%;
}
.about-us-block .about-img {
    margin-bottom: 2em;
}
.abt-list ul.icon li a::before {
    content: "\f105";
    font-family: fontawesome;
    margin-right: 7px;
    font-size: 20px;
    position: relative;
    top: 1px;
}
.abt-list ul.icon li a {
    color: #000;
    font-weight: normal;
    font-size: 15px;
    text-transform: capitalize;
}
.abt-list ul.icon li a:hover,
.abt-list ul.icon li a:focus {
    color: #00a859;
    text-decoration: none;
}

.abt-list ul.icon li {
    /*border-bottom: 1px solid #ddd;*/
    padding-bottom: 0px;
    margin-bottom: 6px;
    padding-left: 7px;
}

.about-us-block {
    padding: 2em 0em;
}

h1.title {
    margin-bottom: 22px;
}
.abt-content p {
    /*    text-align: justify;*/
    line-height: 29px;
    margin-bottom: 20px;
}

.abt-list ul.icon li a.active {
    color: #00a654;
}

.diet-accordion .card-header {
    padding: 4px 4px;
    margin-bottom: 0;
    background-color: rgb(241, 97, 54);
    border-bottom: 1px solid rgb(241, 97, 54);
    border-radius: 0px !important;
}
.diet-accordion .btn.btn-link {
    color: #fff;
}
.diet-accordion .card {
    margin-bottom: 2em;
}

.card-header .btn.btn-link.accordion-toggle .fa-angle-right {
    display: none;
}

.card-header .btn.btn-link.accordion-toggle.collapsed .fa-angle-right {
    display: inline-block;
}

.card-header .btn.btn-link.accordion-toggle.collapsed .fa-angle-down {
    display: none;
}

.diet-accordion .accordion-toggle .fa {
    float: right;
}
.diet-accordion .btn.btn-link {
    display: block;
    width: 100%;
    text-align: left;
    position: relative;
}
.diet-accordion .accordion-toggle .fa {
    float: right;
    position: absolute;
    right: 8px;

    font-size: 23px;
    font-weight: bold;
}

.innr-dropdown .list-unstyled.innr-of-innr {
    display: none;
}
.innr-dropdown ul {
    padding: 0px 10px;
}
.innr-dropdown ul li {
    padding: 6px 0px;
    cursor: pointer;
    position: relative;
}
.innr-dropdown ul li a {
    margin: 0px;
}
.innr-dropdown {
    min-width: 210px;
}

.innr-dropdown ul .innr-of-innr.show ul.list-unstyled.innr-of-innr {
    display: block;
}

.innr-of-innr-show .list-unstyled.innr-of-innr {
    display: block;
}

.innr-dropdown ul li.drop::after {
    content: "\f105";
    font-family: fontawesome;
    right: 0;
    position: absolute;
    top: 7px;
}
.innr-dropdown ul li.drop.innr-of-innr-show::after {
    content: "\f107";
    font-family: fontawesome;
    right: 0;
    position: absolute;
    top: 7px;
}

.height30 {
    height: 30px;
}

ul.icon-list li::before {
    content: "\f105";
    font-family: fontawesome;
    font-size: 22px;
    margin-right: -9px;
    position: relative;
    top: 2px;
    left: -20px;
}

.address .address-ico {
    display: inline-block;
}
.address .address-txt {
    width: calc(100% - 46px);
    display: inline-block;
    vertical-align: top;
    margin-left: 23px;
}

.cnt-blk .address address,
.cnt-blk .email,
.cnt-blk .p-no {
    margin-bottom: 6px;
}

.email::before {
    content: "\f003";
    font-family: fontawesome;
    color: #fff;
    margin-right: 16px;
}

.cnt-blk .p-no::before,
.cnt-blk .address-ico i.fa,
.cnt-blk .email::before {
    color: #000;
}

.p-no::before {
    content: "\f095";
    font-family: fontawesome;
    color: #fff;
    margin-right: 16px;
}

.p-no::before {
    content: "\f095";
    font-family: fontawesome;
    color: #fff;
    margin-right: 16px;
}

.time::before {
    content: "\f017";
    font-family: fontawesome;
    color: #000;
    margin-right: 16px;
}

.cnt-blk .btn.btn-send {
    background: #f16136;
    color: #fff;
    border-radius: 0;
    transition: all 0.5s ease-in-out;
}

.cnt-blk a {
    text-decoration: none;
    color: #808080;
    font-weight: normal;
}

.cnt-blk a:hover,
.cnt-blk a:focus {
    color: #000;
}

.cnt-blk .address address,
.cnt-blk .email,
.cnt-blk .p-no {
    margin-bottom: 10px;
}

.sml-hd {
    font-family: "Raleway", sans-serif;
    font-size: 19px;
    text-transform: uppercase;
    color: #131619;
    font-weight: 900;
    line-height: 28px;
    padding-bottom: 18px;
}

.round-home .col-sm-3 p {
    text-align: center;
}
.round-home .col-sm-3 {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 20px;
}
.round-home p {
    color: #131619;
    font-size: 15px;
    line-height: 18px;
    padding-top: 10px;
}

.green-cls {
    font-size: 27px;
    font-weight: bold;
    text-transform: uppercase;
    color: #00a155;
    padding-top: 30px;
}
.more-btn {
    margin-top: 50px;
}
.more-btn a {
    background: #00a155;
    border-radius: 5px;
    padding: 8px 12px;
    color: #fff;
    font-size: 15px;
}
.more-btn a:hover {
    text-decoration: none;
    background: #eb952b;
}
.line {
    text-align: center;
    margin: 0 auto 50px 0;
}
.line-left {
    text-align: left;
    margin: 0 auto 10px 0;
}

.wdt-img {
    width: 100%;
}

.bld-fnt strong {
    color: #000;
}
.title {
    border-radius: 0 50px 50px 0;
    background: #73ad21;
    padding: 10px 30px 10px 20px;
    float: left;
    color: #fff;
}
.cntr {
    text-align: center;
}

.txt-rgt {
    text-align: right;
    color: #00a95b;
    padding-top: 20px;
}
.txt-rgt span a {
    color: #656565;
    text-decoration: none;
    font-weight: normal;
}
.pd-img {
    padding: 0 5px;
}

.abt-content h5 {
    color: #000;
}

#accordion1 .col-sm-6 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.list-unstyled {
    margin-bottom: 10px;
}
.list-unstyled li {
    display: block;
}
.list-unstyled-1 {
    margin-bottom: 40px;
    margin-left: 0px;
    padding-left: 20px;
}
.list-unstyled-1 li {
    display: block;
    padding-bottom: 5px;
}

.abt-content h5 {
    text-transform: uppercase;
    border-bottom: 1px solid #000;
}
.mb-0 {
    border-bottom: 0 !important;
}
.lft {
    text-align: left !important;
}
.que {
    margin-bottom: 5px !important;
    line-height: 15px !important;
}
.drp-menu {
    padding-left: 0;
    margin-left: 0;
}
.drp-menu li {
    list-style: none;
}
.drp-menu li a {
    display: block;
    padding: 3px 3px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    list-style: none;
}

.drp-menu li .dropdown-header {
    font-size: 18px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 768px) {
    .navbar-inverse .navbar-nav > li > a {
        line-height: 18px !important;
        padding-bottom: 0 !important;
    }
}

.home-txt {
    position: relative;
}
.home-txt .life-style-txt {
    position: absolute;
    top: 30px;
    text-align: center;
    padding: 20px;
}
.home-txt .life-style-txt h2 {
    color: #fff;
    font-weight: normal;
    font-size: 22px;
}
.home-txt .life-style-txt p {
    color: #fff;
}

.about-content.abt-home-img {
    display: inline-block;
}
.abt-content-img {
    display: inline-block;
    width: calc(100% - 500px);
    margin-left: 52px;
    position: relative;
    top: -28px;
}
.abt-content-img h3 {
    margin-top: 0;
    padding-top: 0;
}

.navbar-nav li.dropdown-header a {
    font-weight: bold;
    color: #000;
    padding-left: 0;
}

.programs-blk {
    text-align: center;
    margin-bottom: 3em;
}
.programs-blk .program-img {
    display: inline-block;
}

.excercise-routine li {
    margin-bottom: 12px;
}
.excercise-routine li img {
    margin-right: 10px;
}

.navbar-nav li a.dropdown-item {
    text-transform: capitalize;
}

.testimonial .testimonial-img img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.testimonial-name p {
    font-weight: bold;
    color: #333;
    font-size: 16px;
}

.testimonial .lft-img {
    text-align: left;
    display: inline-block;
}

.testimonial .ryt-cnt {
    width: calc(100% - 150px);
    display: inline-block;
    margin-left: 22px;
    vertical-align: top;
}
.testimonial {
    margin-bottom: 1em;
    margin-top: 1em;
}
.btn.btn-default.test-btn {
    background: #73ad21;
    color: #fff;
}

.being-helthy li,
.stress-management li {
    margin-bottom: 12px;
}
.being-helthy li img,
.stress-management li img {
    margin-right: 10px;
}
.rates-blk p {
    margin-bottom: 2px;
}
.treament-tbl {
    margin: 2em 0em;
}

.treament-tbl td {
    text-transform: uppercase;
}

.treament-tbl .fa.fa-check {
    color: green;
}
.treament-tbl .fa.fa-times {
    color: red;
}
.helthy-body-weight .weight-blk {
    margin-bottom: 1em;
}

.helthy-body-weight .gender {
    border: none;
    margin-bottom: 8px;
    color: #808080;
    font-weight: 700;
    font-size: 16px;
}

.helthy-body-weight .clr-heading {
    color: #f16136;
    padding-bottom: 6px;

    font-weight: bold;
}

.helthy-body-weight .btn.btn-default,
.bmi-calculat .input-btn,
.water-btn {
    background: #00a155;
    border-radius: 5px;
    border-color: #00a155;
    color: #fff;
    font-size: 15px;
    transition: all 0.5s ease-in-out;
}

.helthy-body-weight .btn.btn-default:hover,
.helthy-body-weight .btn.btn-default:focus,
.btn.btn-default.test-btn:hover,
.btn.btn-default.test-btn:focus,
.bmi-calculat .input-btn:hover,
.bmi-calculat .input-btn:focus,
.iframeWrapper .btnO:hover,
.water-btn {
    background: #eb952b;
    border-color: #eb952b;
}

.helthy-body-weight #response {
    font-weight: bold;
    color: #f16136;
    font-size: 17px;
}
.bmi-calculat .tab-content {
    margin-top: 2em;
}

.bmi-calculat .input-btn,
.water-btn {
    border: none;
    padding: 4px 8px;
}

.bmi-calculat .input-btn:hover,
.bmi-calculat .input-btn:focus {
    border: none;
}

.bmi-calculat .nav-tabs a {
    font-size: 14px;
    padding: 12px 16px;
}

.bmi-calculat .nav-tabs a:hover,
.bmi-calculat .nav-tabs a:focus {
    background: #00a155;
    border-color: #00a155;
    color: #fff;
}

.water-requirements #wcResult br {
    display: none;
}
.health-blk-img .img-responsive {
    padding: 5px;
    border: 2px solid #efefef;
}

.water-requirements #wcResult {
    color: #f16136;
}

.media-gallery-img {
    margin-bottom: 3em;
}

.ekko-lightbox {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background: rgba(0, 0, 0, 0.7);
}
.ekko-lightbox-nav-overlay a {
    color: #fff;
    font-size: 30px;
}
.modal-backdrop.fade.show {
    z-index: 0;
    background: rgba(0, 0, 0, 0.5);
}

.social-blk {
    position: fixed;
    top: 40%;
    right: 0;
}
.social-blk a {
    display: block;
    background: #f16136;
    padding: 7px 14px;
    border-bottom: 2px solid #fff;
}

.social-blk .social-ico i {
    color: #fff;
}

.social-blk a:hover {
    background: #00a155;
}

.cnt-footer .social-ico-block {
    display: none;
}
.heading.text-left {
    text-align: left !important;
}
#accordion .card-header h5,
#accordion1 .card-header h5,
#accordion11 .card-header h5 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
}
.card-body {
    padding: 1em 0em;
}
.tasty-recipes {
    border: 2px solid #e7e7e7;
    padding: 5px;
    margin-bottom: 1em;
    margin-top: 2em;
}
.products-img {
    border: 1px solid #ddd;
    margin-bottom: 16px;
}
.products-txt h3 {
    color: #f16136;
    margin-bottom: 5px;
}
.products-txt h5 {
    color: #73ad21;
    font-size: 18px;
    margin-top: 5px;
}
.products-txt ul {
    padding-left: 14px;
    margin-bottom: 2em;
}
.products-txt p.head-ul {
    color: #f16136;
    font-weight: bold;
    margin-bottom: 0px;
}
.products-inr-block {
    margin-bottom: 5em;
}
.products-img p {
    background: #73ad21;
    color: #fff;
    text-align: center;
    padding: 8px;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.products-img a:hover p {
    background: #f16136;
}
.product-img-gradient .d-inline-block {
    display: inline-block;
}
.product-img-gradient .d-inline-block img {
    width: 85px;
}
.product-img-gradient {
    text-align: center;
}
.navbar-inverse .navbar-nav > li > a {
    text-transform: capitalize;
}

/*6-11-2020*/
.productprice{
    background: #73ad21;
    color: #fff;
    padding: 8px 10px;
    text-align: center;
}

.productprice h5 {
    margin: 0;
    padding: 0;
    font-size: 22px;
    margin-bottom: 10px;
}
.productprice p {
    background: transparent;
    /*background: #73ad21;*/
    text-align: center;
    padding: 0px;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.products-img.custproduct-img a:hover p{background: transparent;}
.products-img.custproduct-img a:hover .productprice{
     background: #f16136;
}
.products-img.custproduct-img:hover{
    border: 2px solid #f16136;
}
.products-img.custproduct-img {
    border: 2px solid #73ad21;
}
a.addtocartbtn {
    background: #73ad21;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-family: "Raleway", sans-serif;
    margin-bottom:20px;
}
.products-txt.cust-producttxt > ul {
    margin-bottom: 0;
}
.product-pay {
    padding: 20px 0 10px;
}
ul.digestive-ul {
    margin-bottom: 0;
}
.product-pay p > a{
    text-decoration: underline;
    font-size: 14px;
}
/*end 6-11-2020*/

/*15-12-2020*/
.disclaimer p {
    margin-top: 10px;
    font-size: 14px;
}
/*end 15-12-2020*/
/*23-12-2020*/
.videosection > iframe {
    margin-bottom: 20px;
}
.testimonial-award img {
    /*width: 555px;
    height: 694px;*/
    width: 360px;
    height: 360px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 30px;
}

.diet-consultation-details p {
    margin-bottom: 10px;
}
.diet-consultation-details > .excercise-routine ul {
    margin-bottom: 25px;
}
.diet-consultation-btn,.exercise-routine-btn{
    display: flex;
}
.diet-consultation-btn p {
    font-size: 19px;
    margin-right: 14px;
}
.exercise-routine-btn p {
    margin-right: 14px;
}
/*end 23-12-2020*/


/*productbuysection*/
.productbuysection {
    padding: 50px 0 0;
}
.productbuy-details {
    /*border: 1px solid #73ad21;    */
    /*margin-bottom: 30px;    */
    /*padding: 0 0 30px;*/
}
.productbuy-details h3 {
    background: #73ad21;
    color: #fff;
    padding: 10px 0;
    font-size: 20px;
    margin: 0;
    border-radius: 0 50px 50px 0;
}
.productbuy-img {
    margin: 15px 0 0px;
    border: 1px solid #ddd;
    padding: 30px 0;
}
.productbuy-img img {
    width: 100%;
}
.productbuy-btn {
    margin-top: 10px;
}
.mb-40{
    margin-bottom: 40px;
}

/*end productbuysection*/


@media screen and (max-width: 1199px) {
    .abt-content p {
        text-align: justify;
    }
    .cnt-footer .ft-info.address {
        width: calc(100% - 60px);
    }

    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }
    .navbar-nav > li {
        float: none;
    }
    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in,
    .collapse.show {
        display: block !important;
    }
    .navbar-inverse .navbar-nav > li > a {
        line-height: 10px;
    }

    .cnt-blk .cnt-form {
        margin-bottom: 2em;
    }
}

@media screen and (max-width: 1024px) {
    .rmb-40{
        margin-bottom: 40px;
    }
}


@media screen and (max-width: 991px) {
    .about-content.abt-home-img {
        display: block;
    }
    .abt-content-img {
        display: block;
        width: 100%;
        margin-left: 0;
        position: static;
        margin-top: 30px;
    }
    .home-txt .life-style-txt {
        top: -25px;
    }
    .home-txt .life-style-txt p {
        font-size: 13px;
    }
    footer .copyright .designby.text-right {
        text-align: left;
    }
}

@media screen and (max-width: 767px) {
    .home-txt .life-style-txt {
        width: 100%;
    }
    .home-txt .life-style-txt {
        top: 26%;
    }
    .home-txt {
        margin-bottom: 2em;
    }
    .navbar-inverse .navbar-nav > li > a {
        padding: 8px 12px !important;
    }
    .life-style img.img-responsive {
        width: 100%;
    }
}

@media screen and (max-width: 575px) {
    .home-txt .life-style-txt {
        width: calc(100% - 146px);
    }
    .home-txt .life-style-txt {
        width: 100%;
    }
}

@media screen and (max-width: 375px) {
    .home-txt .life-style-txt {
        width: 100%;
    }
    .about-us-block .col-xs-6 {
        width: 100%;
    }
    .about-us-block .col-xs-6.txt-rgt {
        text-align: left;
        padding: 0 15px 16px;
    }
}
@media screen and (max-width: 320px) {
    .cnt-footer .ft-info.address {
        width: calc(100% - 25px);
    }
}

.dble-strk {}


/*whatsup code*/
.whtsapp-block {
    position: relative;
}
.whtsapp-lg {
    position: fixed;
    right: 2%;
    bottom: 5%;
    z-index: 550;
}
.whtsapp-lg img.img-fluid {
    width: 50px;
}
.circle {
    border-radius: 50%;
    background-color: #000;
    width: 80%;
    height: 80%;
    position: absolute;
    opacity: 0;
    animation: scaleIn 2s infinite cubic-bezier(.36, .11, .89, .32);
    right: 10%;
    bottom: 11%;
    z-index: -5;
}

@keyframes scaleIn {
  from {
    transform: scale(.5, .5);
    opacity: .5;
  }
  to {
    transform: scale(2.5, 2.5);
    opacity: 0;
  }
}
/*end whatsup code*/