/*
Theme Name: Premiervitality
Theme URI: https://acrobatsolution.com/
Author: Acrobat Team
Author URI: https://acrobatsolution.com/
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.3
Text Domain: Acrobatsolution
*/

body {
    font-size: 17px;
    font-family: "Poppins", sans-serif;
    color: #333;
}

p {
    font-size: 17px;
}

a:hover, a {
    text-decoration: none
}

a:focus {
    outline: none;
    box-shadow: none;
}

picture {
    margin: 0px;
}

h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 46px;
    line-height: 1;
    color: #0096B7;
}

.mainHeader {
    border-top: 3px solid #0096B7;
    padding: 0px 0px;
    box-shadow: 0px 0px 15px #00000012;
    width: 100%;
    z-index: 11;
    background: #fff;
}

.mainHead {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    width: 100%;
    max-width: 112px;
    display: inline-block;
}

.logo img {
    width: 100%;
}

.navList ul li a {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-decoration: none;
    color: #223259;
    padding: 0px 30px;
}

.navList ul li.current-menu-item a {
    color: #0096B7;
}

.navList ul li a:hover {
    color: #0096B7;
}

.navList ul li .sub-toggle {
    background-color: transparent;
    width: 30px;
}

.navList ul li .sub-toggle i {
    color: #0096B7;
}

.headerBtn a {
    background: #0096B7;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    padding: 18px 36px;
    border: solid 1px #0096B7;
    border-radius: 50px;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}

.headerBtn a:hover {
    background: #fff;
    color: #0096B7;
}

.bannerBtm {
    background: #0096b7;
    padding: 22px 0px;
    position: relative;
    margin-top: -10px;
    z-index: 1;
}

.bannerBtm p {
    color: #fff;
    margin: 0px;
    font-weight: 500;
    font-size: 20px;
    line-height: 2;
}

.bannerBtmCnt {
    display: inline-flex;
    width: 100%;
    align-items: center;
}

.bannerBtmCnt img {
    margin-right: 10px;
    width: 35px;
}

.bannerSec {
    background: #E0FFFC;
}

.bannerImg {
    display: inline-block;
    width: 100%;
    max-width: 829px;
    position: relative;
    height: 870px;
}

.bannerImg:before {
    position: absolute;
    content: '';
    top: 0;
    left: -1px;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(223, 254, 251, 0) 0%, rgba(223, 254, 251, 0.5) 29.5%, #DFFEFB 80.39%);
    max-width: 202px;
}

.bannerSec .bannerItems {
    position: relative;
    text-align: right;
}

.bannerCnt {
    position: absolute;
    left: 0;
    width: 100%;
    top: 80%;
    transform: translateY(-50%);
    z-index: 1;
    transition: all ease-in-out 0.9s;
    -webkit-transition: all ease-in-out 0.9s;
    opacity: 0;
}

.bannerText {
    text-align: left;
    max-width: 817px;
}

.bannerText h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    line-height: 114%;
    color: #1A2238;
    margin-bottom: 35px;
}

.bannerText p {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.8;
    color: #1A2238;
}

.bannerSlider {
    position: relative;
}

.bannerSlider .owl-item.active .bannerCnt {
    top: 50%;
    transition: all ease-in-out 0.9s;
    -webkit-transition: all ease-in-out 0.9s;
    opacity: 1;
}

.bannerSlider .owl-prev {
    left: 15px;
}

.bannerSlider .owl-next {
    right: 15px;
}

.bannerSlider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 50px;
    gap: 10px;
    width: 80px;
    height: 80px;
    background: #FFFFFF !important;
    box-shadow: 0px 14px 14px rgba(0, 0, 0, 0.06);
    border-radius: 100%;
    line-height: 1 !important;
}

.bannerSlider .owl-nav button span {
    font-size: 64px;
    color: #0096b7;
}

.pPad {
    padding: 100px 0px;
}

.abbImg img {
    max-width: 520px;
}

.welcomeCnt {
}

.welcomeCnt h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.3;
    color: #0096B7;
    margin-bottom: 35px;
}

.welcomeCnt ul {
    padding: 0px;
    margin: 0px;
}

.welcomeCnt ul li {
    list-style: none;
    display: inline-block;
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
    color: #1A2238;
    background: url(img/check-list-icon.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: left center;
    padding-left: 30px;
}

.innerCnt ul {
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
}

.innerCnt ul li {
    list-style: none;
    display: inline-block;
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
    color: #1A2238;
    background: url(img/check-list-icon.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: left 6px;
    padding-left: 30px;
}

.welcomeText {
    padding-left: 80px;
    padding-right: 160px;
}

.welcomeCnt .btn {
    margin-top: 30px;
}

.btn {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6;
    color: #FFFFFF;
    padding: 17px 35px;
    background: #0096B7;
    border-radius: 50px;
    border: solid 1px #0096B7;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}

.btn:hover {
    color: #333;
    border-color: #333;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}

.btnStyle {
    background: transparent;
    color: #0096B7;
}

.btnStyle:hover {
    background: #0096B7;
    border-color: #0096B7;
    color: #fff;
}

.bgSky {
    background: #EDFDFC;
}

.serviceSlider .item {
    padding: 35px 15px;
}

.serviceBx {
    box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.11);
    border-radius: 15px;
    overflow: hidden;
}

.serviceBx picture {
    display: block;
    overflow: hidden;
}

.serviceBx picture img {
    height: 310px;
    object-fit: cover;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.serviceBx:hover picture img {
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.serviceBx .serviceBxCnt {
    background: #FFFFFF;
    padding: 20px;
    min-height: 200px;
}

.serviceBx .serviceBxCnt h3 a {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3;
    text-transform: capitalize;
    color: #0096B7;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    width: 100%;
    display: block;
}

.serviceBx:hover .serviceBxCnt h3 a {
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    color: #333;
}

.serviceBx .serviceBxCnt p {
}

.owl-dots {
    text-align: center;
}

.owl-dots .owl-dot {
    width: 22px;
    height: 22px;
    border: 1px solid #858585 !important;
    border-radius: 100%;
    display: inline-block;
    margin: 0px 5px;
}

.owl-dots .owl-dot.active {
    background: #2AB7D7 !important;
    border-color: #2AB7D7 !important;
}

.pWorkBx {
    text-align: center;
    margin: 15px 0px;
}

.pWorkBx .pWorkIcon {
    width: 80px;
    height: 80px;
    background: #0096B7;
    border-radius: 20px;
    margin: 0px auto 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.pWorkBx .pWorkIcon img {
    width: 49px;
}

.pWorkBx p {
    margin: 0px;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 64px;
    color: #000000;
}

.pWorkBx p small {
    font-weight: 400;
    font-size: 18px;
    display: block;
    line-height: 1.6;
}

.pWorkList .pWork:nth-child(even) .pWorkIcon {
    background: #01DBCA;
}

.bgGrey {
    background: #F0F0F0;
}

.bogBx {
    padding: 25px;
    border-radius: 15px;
    border: solid 1px #c5c5c5;
}

.bogBx a {
    display: block;
}

.bogBx picture {
    display: block;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 15px;
}

.bogBx picture img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.bogBx:hover picture img {
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.bogBx h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-transform: capitalize;
    color: #1A2238;
    margin-bottom: 25px;
    object-fit: cover;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    min-height: 70px;
}

.bogBx:hover h3 {
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    color: #0096B7;
}

.bogBx p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.8;
    color: #1A2238;
}

.bogBx p a {
    display: inline-block;
    color: #1A2238;
}

.head {
    margin-bottom: 35px;
}

.testBx {
    padding: 25px;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    height: 190px;
}

.testBx h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    color: #1A2238;
    margin-bottom: 0;
}

.testBx p {
    font-style: italic;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.6;
    color: #1A2238;
}

.testBx p small {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    color: #1B1B1B;
}

.testimonialSlider .owl-dots {
    margin-top: 35px;
}

.bgBlue {
    background: #0096b7;
    padding: 50px 0px;
}

.subcribeCnt {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.subcribeCnt h2 {
    margin-bottom: 0px;
    color: #fff;
    font-size: 36px;
    width: 100%;
    max-width: 80%;
}

.subcribeCnt .btn {
    background: #fff;
    color: #2AB7D7;
}

.subcribeCnt .btn:hover {
    background: #333;
    color: #fff;
}

footer {
    background: #191D28;
}

.footerTop {
    padding: 45px 0px;
    border-bottom: solid 1px #2f3544;
}

.footerTop ul {
    padding: 0px;
    margin: 0px;
    text-align: center;
}

.footerTop ul li {
    list-style: none;
    display: inline-block;
    padding: 0px 25px;
}

.footerTop ul li a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6;
    color: #FFFFFF;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}

.footerTop ul li a:hover {
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    color: #2AB7D7;
}

.footerTop ul li a i {
    color: #2AB7D7;
    margin-right: 10px;
}

.footerBottom {
    padding: 20px 0px;
}

.cpBx {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.cpBx p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4;
    color: #FFFFFF;
    margin: 0px;
    order: 1;
}

.socialList {
    padding: 0px;
    margin: 0px;
    order: 2;
}

.socialList li {
    list-style: none;
    display: inline-block;
    margin-left: 10px;
}

.socialList li a {
    color: #fff;
    border: 1px solid #FFFFFF;
    width: 39px;
    height: 39px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}

.socialList li a:hover {
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    background: #2AB7D7;
    color: #fff;
    border-color: #2AB7D7;
}

.mainHeader.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    backdrop-filter: blur(4px);
    padding: 10px 0px;
    animation: smoothScroll 1s forwards;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    z-index: 11;
}

.mainHeader.sticky .headerBtn a {
    display: none;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}

.planBx {
    height: 100%;
}

.planBxHead {
    text-align: center;
    padding: 26px 25px;
    border-radius: 30px 30px 0px 0px;
}

.planBxHead h2 {
    margin: 0 !important;
    font-size: 26px;
}

.planBxCnt {
    border: solid 2px #027791;
    /* height: 100%; */
    border-radius: 0px 0px 30px 30px;
    padding-bottom: 40px;
}

.planBxCnt h3 {
    text-align: center;
    font-size: 50px !important;
    font-weight: 600 !important;
    margin: 0;
    padding: 25px 0px;
}

.planBxCnt h3 small {
    display: block;
    font-size: 17px;
    color: #898989;
    font-weight: 400;
}

.planBxCnt p {
    padding-left: 40px;
}

.planBxCnt ul {
    padding: 0 40px;
    margin: 0;
    min-height: 180px;
}

.planBxCnt li {
    list-style: none;
    display: inline-block;
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
    color: #1A2238;
    background: url(img/check-list-icon.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: left 6px;
    padding-left: 30px;
    margin: 5px 0px;
}

.planBx.diamondPlan .planBxHead {
    background: #0096b7;
}

.planBx.platinumPlan .planBxHead {
    background: #027791;
}

.planBx.goldPlan .planBxHead {
    background: #e9e9e9;
}

.planBx.diamondPlan .planBxHead h2 {
    color: #fff;
}

.planBx.platinumPlan .planBxHead h2 {
    color: #fff;
}

.planBx.goldPlan .planBxHead h2 {
    color: #027791;
}

.diamondPlan .planBxCnt {
    border-color: #0096b7;
}

.platinumPlan .planBxCnt {
    border-color: #027791;
}

.goldPlan .planBxCnt {
    border-color: #e9e9e9;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}

.typing-text {
    color: #0096b7;
    border-right: 2px solid #0096b7;
    padding-right: 4px;
    white-space: nowrap;
    animation: blink 0.8s infinite;
}

@keyframes blink {
    0% {
        border-color: transparent;
    }

    50% {
        border-color: #0096b7;
    }

    100% {
        border-color: transparent;
    }
}

.roundBx {
    position: fixed;
    width: 125px;
    height: 125px;
    right: 30px;
    top: 20px;
    border-radius: 100%;
    background: #0096B7;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    z-index: 111;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    display: none;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}

.roundBx span {
    width: 66.44px;
    height: 66.44px;
    display: block;
    background: #FFFFFF;
    border-radius: 100%;
}

.roundText {
    position: absolute;
    top: 7.25%;
    left: 7.5%;
    width: 100%;
    height: 100%;
    max-width: 85%;
    max-height: 85%;
    animation: animName 30s linear infinite;
}

.mainHeader.sticky .roundBx {
    display: inline-flex;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}

.bannerImg img {
    height: 100%;
    object-fit: cover;
}

.disclaimerBx {
    border-radius: 0px;
    background: #49567a;
    border-color: #657ab5;
    border-left: none;
    border-right: none;
    padding: 30px 0px;
}

.disclaimerBx p {
    color: #fff;
    margin: 0;
    line-height: 1.6;
}

.disclaimerBx p span {
    color: #00daca;
    font-weight: 700;
}

.disclaimerBx .btn-close {
    color: #fff;
    opacity: 1;
    background: none;
}

.telehealthBanner {
    height: 526px !important;
}

.innerBanner {
    position: relative;
    background: #E0FFFC;
    height: 666px;
    display: flex;
    align-items: center;
}

.innerBanner .container {
    position: relative;
    z-index: 1;
}

.innerBannerCnt {
    text-align: left;
    padding: 140px 0px;
    max-width: 50%;
}

.innerBannerCnt p {
    line-height: 1.6;
}

.innerBannerCnt h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 46px;
    line-height: 114%;
    color: #1A2238;
    text-align: left;
    margin-bottom: 25px;
}

.innerBanner_img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 35%;
}

.innerBanner_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.innerBanner_img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #DFFEFB;
    background: linear-gradient(270deg, rgba(223, 254, 251, 0) 0%, rgba(223, 254, 251, 0.5) 29.5%, #DFFEFB 80.39%);
    max-width: 100px;
}

.telehealthBanner .innerBanner_img {
    max-width: 50%;
}

.innerCnt h2 {
    margin-bottom: 25px;
}

.innerCnt p {
    line-height: 1.8;
}

.list2 {
    column-count: 2;
}

.contactForm {
    padding: 25px;
    border: solid 5px #f7f7f7;
}

.contactForm .form-group {
    margin: 15px 0px;
}

.contactForm .form-group label {
    margin-bottom: 15px;
    color: #223259;
    font-weight: 600;
    font-size: 18px;
}

.contactForm .form-group label sum {
    color: red;
}

.form-control {
    color: #000;
    background: #f7f7f7;
    border-color: f7f7f7;
}

.form-control::placeholder {
    color: #000;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #1e2b5b;
}

input.form-control {
    height: 50px;
}

textarea.form-control {
    resize: none;
    min-height: 200px;
}

.submitBtn {
    background: #0096B7;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    padding: 18px 36px;
    border: solid 1px #0096B7;
    border-radius: 50px;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    text-transform: uppercase;
}

.submitBtn:hover {
    background: #fff;
    color: #0096B7;
}

.memberTools p {
    margin-bottom: 0px;
}

.giftCards {
    display: block;
    border: solid 3px #0096b7;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    overflow: hidden;
}

.giftCards img {
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.giftCards:hover img {
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.giftCards:hover {
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    border-color: #00daca;
}

.blogDetails h2 {
    font-size: 34px;
}

.blogDetails h1 {
    font-size: 56px;
    margin: 25px 0px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    color: #1A2238;
    margin-top: 0px;
}

.blogDetails h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
}

.blogDetails ul {
    margin: 0px;
    padding: 0px;
}

.blogDetails ul li {
    list-style: none;
    display: inline-block;
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
    color: #1A2238;
    background: url(img/check-list-icon.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: left center;
    padding-left: 30px;
}

.blogDetails ol li {
    line-height: 2;
    color: #1e2b5b;
    font-weight: 400;
    font-size: 17px;
}

.blogDetails ol li::marker {
    color: #cc0000;
    font-weight: 600;
}

.innerCnt .accordion-header {
    margin-top: 0px;
    margin-bottom: 0px;
}

.innerCnt .accordion-item {
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0px;
}

.innerCnt .accordion-button:not(.collapsed) {
    color: #1e2b5b;
    background-color: #1e2b5b0f;
    box-shadow: none;
    font-weight: 600;
}

.innerCnt .accordion {
    margin-bottom: 25px;
}

.innerCnt .accordion .accordion-button {
    font-size: 18px;
}

.innerCnt .accordion .accordion-button span {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #1e2b5b;
    color: #fff;
    margin-right: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    min-width: 40px;
}

.innerCnt h3 {
    margin-bottom: 15px;
}

.priceField {
    padding: 5px 25px;
    border: solid 1px #000;
    border-radius: 50px;
    margin-left: 10px;
}

.innerSec2 p {
    line-height: 1.6;
}

.innerSec2 h2 {
    margin-bottom: 25px;
}

.innerSec2 .pWorkBx p small {
    font-size: 16px;
}

.innerSec2 .pWorkBx p {
    font-weight: 700;
}

.innerSec2 .pWorkBx .pWorkIcon {
    margin-bottom: 20px;
}

.aboutCnt p {
    text-align: justify;
}

.stepsList {
    padding: 0px;
    margin: 0px;
    display: inline-flex;
    width: 100%;
    position: relative;
}

.stepsList:before {
    content: '';
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: dashed 1px #d9d9d9;
}

.stepsList li {
    width: 100%;
    max-width: 25%;
    padding: 0px 15px !important;
    text-align: center;
    background: transparent !important;
    position: relative;
    z-index: 1;
}

.stepsList li span {
    width: 100px;
    height: 100px;
    padding: 26px;
    display: inline-flex;
    background: #0096b7;
    border-radius: 100%;
    border: solid 3px #fff;
    box-shadow: 0px 0px 15px #0000002b;
    position: relative;
}

.stepsList li span strong {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 100%;
    font-size: 19px;
    color: #49567a;
    border: dotted 2px #0096b7;
}

.stepsList li span img {
    filter: invert(1) brightness(1);
}

.stepsList li p {
    margin: 0;
    text-align: center;
    margin-top: 20px;
    font-size: 22px;
    font-weight: 600;
    color: #49567a;
}

.stepsList li p strong {
    display: block;
    color: #333;
    font-weight: 700;
}

.dipBx picture img {
    width: 100%;
    height: 470px;
}

.dipBx p {
    font-size: 14px;
}

.dipBx {
    height: auto;
    display: inline-flex;
    width: 100%;
    padding: 35px;
    align-items: center;
    overflow: inherit;
    margin: 15px 0px;
    background: #fff;
}

.dipBx .dipbxImg {
    width: 100%;
    max-width: 360px;
    height: 360px;
    border-radius: 15px;
    overflow: hidden;
    margin-left: -80px;
}

.dipBx .dipbxImg img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.dipBx .serviceBxCnt {
    min-height: auto;
    padding: 20px 65px;
}

.dipBx .serviceBxCnt h3 a {
    font-size: 30px;
    margin-bottom: 20px;
}

.nadBtom h2 {
    color: #fff;
    text-align: center;
    font-size: 35px;
}

.nadBtom p {
    color: #fff;
    text-align: center;
    font-size: 14px;
}

.nadaboutCnt p {
    font-size: 25px;
}

.benefBX p {
    line-height: 1.4;
    font-size: 21px;
    font-weight: 600;
    margin-top: 10px;
}

.benefBX .pWorkIcon {
    padding: 0px;
    width: auto;
    height: auto;
    background: transparent !important;
}

.benefBX .pWorkIcon img {
    width: 79px;
}

.productDetails span.headTT {
    margin-bottom: 15px;
    display: block;
}

.productDetails h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 46px;
    line-height: 1;
    color: #0096B7;
}

.productDetails .price {
    font-size: 40px;
    font-weight: 600;
    color: #49567a;
}

.productDetails picture {
    display: block;
    position: sticky;
    top: 200px;
    left: 0;
}

.productDetails h2 {
    font-size: 24px;
}

.relatedProduct {
    display: inline-block;
    width: 100%;
    text-align: center;
    height: 100%;
    background: #fff;
    border-radius: 25px;
    box-shadow: 0px 0px 15px #49567a17;
    padding: 0px 25px 20px;
}

.relatedProduct picture {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    padding: 0px 73px;
}

.relatedProduct picture img {
    border-radius: 25px;
}

.relatedProduct h3 {
    color: #49567a;
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 5px;
}

.relatedProduct p {
    margin: 0;
    color: #000;
    font-size: 14px;
}

.relatedProduct h4 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

.gluBx {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.gluBx picture {
    width: 100%;
    display: block;
    height: 370px;
    position: relative;
    overflow: hidden;
}

.gluBx picture:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #49567a7d;
    z-index: 1;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}

.gluBx picture img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.gluBx:hover picture img {
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.gluBx:hover picture:before {
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    background: #49567abf;
}

.gluBxOver {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-flex;
    width: 100%;
    padding: 25px;
    align-items: end;
    z-index: 11;
}

.gluBxOver h3 {
    color: #fff !important;
}

.gluBxOver h4 {
    color: #fff;
    font-weight: 600;
}

.innerCnt h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    color: #0096B7;
}

.innerCnt h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 46px;
    line-height: 1;
    color: #333;
}
.innerCnt .head h1{
    margin-bottom: 1.5rem !important;
}

.wmImg {
    display: block;
    width: 100%;
    overflow: hidden;
    height: 245px;
}

.wmImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.wmImg:hover img {
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.innerCnt p em {
    font-size: 27px;
    font-weight: 600;
    color: #0096b7;
    line-height: 1.4;
}

.tableDEsign {
    background: #0096b70a;
}

.tableDEsign tr td {
    vertical-align: middle;
    line-height: 1.6;
    background: transparent;
    padding: 20px 30px;
}

.tableDEsign tr td:nth-child(1) {
    width: 400px;
}

.tableDEsign tr td:nth-child(1) strong {
    font-size: 32px;
    color: #49567a;
}

.tableDEsign tr {
}

.machinBx {
    background: #49567a;
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
}

.machinBx picture {
    display: inline-block;
    width: 100%;
}

.machinBx picture img {
    width: 100%;
    height: 440px;
    object-fit: cover;
}

.machinBx .machinBxCnt {
    padding: 25px;
    text-align: center;
}

.machinBx .machinBxCnt h3 {
    color: #fff;
        text-transform: uppercase;
}

.machinBx .machinBxCnt p {
    color: #fff;
    line-height: 1.6;
    font-size: 15px;
}
.innerCta{
    position: relative;
}
.innerCta:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90%;
    background: #49567a;
}
.innerCta .container{
    position: relative;
    z-index: 1;
}
.innerCtaimg{
    display: inline-block;
    width: 100%;
    text-align: center;
}
.innerCta h2{
    color: #fff;
}
.metabolismBanner{
    padding: 40px 0px;
    background: #E0FFFC;
}
.metabolismBanner h1{
    font-style: normal;
    font-weight: 700;
    font-size: 46px;
    line-height: 114%;
    color: #1A2238;
    text-align: left;
    margin-bottom: 25px;
}
.metabolismBanner h1 strong{
    display: block;
    color: #49567a;
}
.metabolismBanner p{
    line-height: 1.6;
}
.metaLft{
    padding: 0px 10px;
}
.metaLft h2{
    margin-bottom: 30px;
}
.metaRgt{
    padding: 0px 50px;
    text-align: center;
}
.metaRgt h2{
 font-size: 24px;
 margin-bottom: 15px;
 line-height: 1.3;
}
.metaRgt h3{
    font-size: 16px;
}
.bmiBx{
    background: #fff;
}
.bmiBx .CCB-Widget-cc_bmi_shortcode{
    max-width:100% !important;
}
.bmiBx #calc-options{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.bmiBx #calc-options label{
    isplay: inline-block;
    width: auto;
    margin: 0px 7px;
}
.bmiBx h3 a{
    font-size:22px;
}
#cc_bmi_shortcode-imperial .form-group{
        text-align: center;
    display: inline-flex;
    width: 100%;
    justify-content: center;
    
}
#cc_bmi_shortcode-imperial .form-group label{
        max-width: max-content;
}
#cc_bmi_shortcode-metric .form-group{
        text-align: center;
    display: inline-flex;
    width: 100%;
    justify-content: center;
    
}
#cc_bmi_shortcode-metric .form-group label{
        max-width: max-content;
}
.bmiBx h2{
    text-align: center;
    margin-bottom: 15px;
}
.bmiBx .form-control{
    width: 100%;
}
.bmiBx label{
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
    font-weight: 600;
}
.bmiBx input.form-control{
    height: 45px;
    border-radius: 50px;
}
.bmiBx select.form-control{
    height: 45px;
    margin-top: 15px;
    border-radius: 50px;
    background-image: url(img/down-arrow-icon.png);
        background-size: 20px;
    background-repeat: no-repeat;
    background-position: 96% 11px;
}
.bmiBx .form-group{
    margin: 10px 0px;
}
.bmiBx  .formBtn{
    width: 100%;
    margin-top: 10px;
        padding: 10px 35px;
    background: #0096B7;
    border-radius: 50px;
    border: solid 1px #0096B7;
    color: #fff;
}
.afterbeforeImg{
    display: inline-flex;
    width: 100%;
        gap: 35px;
}
.afterbeforeImg picture{
    width: 100%;
    max-width: 50%;
    text-align: center;
}
.afterbeforeImg picture img{
    margin-bottom: 15px;
}
.subcribeCnt h2 small{
    display: block;
    font-weight: 400;
    font-size: 26px;
    margin-top: 9px;
}
.inerCTA{
    padding: 100px 0px;
    position: relative;
    overflow: hidden;
    background: #49567a;
}
.inerCTA video{
}
 .bg-video {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    opacity: 0.3;
  }
.inerCTA .container{
    position: relative;
    z-index: 1;
}
.inerCTA h2{
    color: #fff;
}
.inerCTA h3{
color: #fff;
}
.gallerySlider .owl-dots{
    margin-top: 25px;
}

.docInfo {
    text-align: center;
    padding: 50px 60px;
    background: #f1f1f16b;
    border-radius: 35px;
}

.docInfo picture {
    display: inline-block;
    width: 100%;
    max-width: 400px;
    margin-bottom: 25px;
}

.docInfo picture img {
    border-radius: 35px;
}

.docInfo h2 {
    font-size: 34px;
    margin-bottom: 15px;
}

.docInfo p {
    font-weight: 700;
}
.contactPWorks p small{
    font-size: 14px;
}
.contactPWorks .btn{
    margin-top: 15px;
}
.privacyCta h2 small{
    font-size: 16px;
    line-height: 1.6;
}


.contactForm{
    padding: 25px;
    border: solid 5px #d3d3d3;
}
.contactBx .form-group{
    margin: 15px 0px;
}
.contactBx .form-group label{
        margin-bottom: 15px;
    color: #1e2b5b;
    font-weight: 600;
    font-size: 18px;
}
.contactBx .form-group label sum{
    color: red;
}
.form-control{
    color: #000;
    background: #f7f7f7;
    border-color: #1e2b5b;
}
.form-control::placeholder{
    color: #000;
}
.form-control:focus{
    outline: none;
    box-shadow: none;
    border-color:#1e2b5b;
}
.contactForm select.form-control {
    height: 50px;
    background: url(img/down-arrow-icon.png);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: right center;
    background-color: #f7f7f7;
}
.liustSbx{
    display: block;
}
.liustSbx label{
    margin-right: 15px;
    margin-bottom: 5px !important;
    font-size: 15px !important;
}
.liustSbx label input{
    margin-right: 5px;
}
.bgOffwhite{
    background: #dffefb;
}

.innerCnt .head.headGap h1{
    margin-bottom:30px !important;
}
.innerCnt .head.headGap{
    margin-bottom:30px !important;
    display: inline-block;
    width: 100%;
}
.firstAboutCnt h2{
    padding-top: 30px;
}
.firstAboutCnt h2:first-child{
    padding-top: 0px;
}
.tableDEsign{
    margin-top:30px;
}
.bioBtn{
        background: #0096b7;
    color: #fff;
    font-weight: 600;
    padding: 15px;
    border-radius: 5px;
}
.bioBtn:hover{
    background:#333;
    color:#fff;
}

@keyframes animName {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (min-width: 992px) {
    ul.slimmenu li > ul {
        padding: 0px;
        width: 322px;
        background: #f1f2f6;
        border-radius: 15px;
    }

    ul.slimmenu li > ul li {
        background: transparent;
        border-bottom: solid 1px #51515126;
        width: 100%;
        line-height: 2;
        padding: 16px 5px;
    }

    ul.slimmenu li > ul li:last-child {
        border-bottom: none;
    }

    ul.slimmenu li > ul li a {
        border-right: none;
        font-size: 16px;
        padding: 0px 15px;
    }

    ul.slimmenu li .sub-toggle {
        background: none;
        width: 34px;
    }

    ul.slimmenu li.smallMenu > ul {
        width: 300px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1560px;
    }
}

@media (min-width: 1600px) and (max-width:1919px) {
    .bannerText {
        max-width: 947px;
        padding-left: 130px;
    }

    .welcomeText {
        padding-left: 80px;
        padding-right: 150px;
    }
}

@media (min-width: 1400px) and (max-width:1599px) {
    .bannerImg {
        max-width: 676px;
    }

    .bannerText {
        max-width: 767px;
        padding-left: 100px;
    }

    .subcribeCnt h2 {
        font-size: 32px;
    }

    h2 {
        font-size: 30px;
    }

    .head {
        margin-bottom: 15px;
    }

    .innerCnt .head {
        margin-bottom: 35px;
    }

    .dipBx .dipbxImg {
        min-width: 360px;
    }

    p {
        font-size: 16px;
    }

    .serviceBx .serviceBxCnt {
        min-height: 220px;
    }

    .bogBx h3 {
        font-size: 21px;
    }

    .bogBx p {
        font-size: 16px;
    }

    .testimonialSec .head {
        margin-bottom: 35px;
    }

    .roundBx span {
        width: 46.44px;
        height: 46.44px;
    }

    .roundBx {
        width: 105px;
        height: 105px;
        bottom: 70px;
    }

    .bannerText h2 {
        font-size: 43px;
    }

    .testBx {
        height: 220px;
    }

    .innerBanner {
        height: 496px;
    }

    .innerBannerCnt h1 {
        font-size: 36px;
    }

    .telehealthBanner {
        height: 436px !important;
    }

    .telehealthBanner .innerBanner_img {
        max-width: 50%;
    }

    .innerCnt h1 {
        font-size: 36px;
    }

    .nadaboutCnt p {
        font-size: 21px;
    }

    .benefBX p {
        font-size: 18px;
    }

    .relatedProduct picture {
        padding: 0px 43px;
    }

    .relatedProduct {
        padding-left: 15px;
        padding-right: 15px;
    }

    .pWorkBx p {
        line-height: 1.4;
    }

    .howtoWorkSec {
        padding-bottom: 20px;
    }
}

@media (max-width: 1399px) {
    .navList ul li a {
        padding-left: 0px;
    }

    .bannerText h2 {
        font-size: 46px;
    }

    .headerBtn a {
        padding: 12px 26px;
    }

    .bannerText {
        max-width: 777px;
        padding-left: 70px;
    }

    .bannerImg {
        max-width: 435px;
        height: 690px;
    }

    .welcomeText {
        padding-left: 20px;
        padding-right: 0;
    }

    .welcomeCnt h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 28px;
    }

    .serviceBx .serviceBxCnt p {
        font-size: 15px;
    }

    .serviceBx picture img {
        height: 211px;
    }

    .serviceBx .serviceBxCnt {
        padding: 15px;
        min-height: 225px;
    }

    .pWorkBx p {
        font-size: 19px;
        line-height: 1.9;
    }

    .pWorkBx .pWorkIcon {
        width: 70px;
        height: 70px;
        padding: 15px;
    }

    .bogBx h3 {
        font-size: 20px;
        padding: 0px;
    }

    .bogBx p {
        font-size: 16px;
        padding: 0px;
        margin-bottom: 0px;
    }

    .testBx {
        height: 250px;
    }

    .testBx p small {
        font-size: 16px;
    }

    .subcribeCnt h2 {
        font-size: 24px;
    }

    .footerTop ul li a {
        font-size: 15px;
    }

    .roundBx span {
        width: 46.44px;
        height: 46.44px;
    }

    .roundBx {
        width: 105px;
        height: 105px;
        bottom: 70px;
    }

    .cpBx p {
        font-size: 16px;
    }

    .bgBlue {
        padding: 30px 0px;
    }

    ul.slimmenu li > ul {
        width: 262px;
    }

    .bannerBtm p {
        font-size: 16px;
    }

    .abbImg img {
        max-width: 440px;
    }

    .welcomeText {
        padding-left: 60px;
        padding-right: 40px;
    }

    .mainHeader.sticky {
        padding: 0px;
    }

    .mainHeader.sticky .logo {
        max-width: 92px;
    }

    .innerBanner {
        height: 416px;
    }

    .telehealthBanner {
        height: 436px !important;
    }

    .telehealthBanner .innerBanner_img {
        max-width: 50%;
    }

    .innerBannerCnt h1 {
        font-size: 36px;
    }

    .innerCnt h1 {
        font-size: 36px;
    }

    .dipBx .dipbxImg {
        min-width: 360px;
    }

    .serviceBx .serviceBxCnt {
        padding: 15px 25px;
    }

    .stepsList li p {
        font-size: 19px;
        line-height: 1.4;
    }

    .nadaboutCnt p {
        font-size: 18px;
    }

    .pWorkBx p {
        line-height: 1.4;
    }

    .pWorkBx .pWorkIcon {
        padding: 0px;
    }

    .nadBtom h2 {
        font-size: 30px;
    }

    .bannerBtm p {
        font-size: 14px;
    }

    .relatedProduct picture {
        padding: 0px 23px;
    }

    .innerCnt h3 {
        font-size: 20px;
    }

    .gluBx picture {
        height: 250px;
    }

    .planBxCnt h3 {
        font-size: 40px !important;
    }

    .planBxCnt p {
        padding-left: 15px;
    }

    .planBxCnt ul {
        padding: 0px 15px;
    }

    .innerCnt .planBxCnt ul li {
        line-height: 1.6;
        font-size: 14px;
    }

    .howtoWorkSec {
        padding-bottom: 20px;
    }

    .pPad {
        padding: 50px 0px;
    }
    .docInfo{
        padding: 50px 30px;
    }
    .metaRgt{
        padding: 0px;
    }
    .metaRgt h2{
        font-size: 20px;
    }
    .metaRgt h3 {
        font-size: 14px;
        margin-bottom: 15px;
    }
}

@media (max-width: 1199px) {
    .bannerText h2 {
        font-size: 35px;
    }

    .bannerText {
        max-width: 597px;
    }

    .bannerSlider .owl-nav button {
        width: 60px;
        height: 60px;
    }

    .bannerSlider .owl-nav button span {
        font-size: 44px;
    }

    .abbImg img {
        max-width: 370px;
    }

    .welcomeText {
        padding-left: 0;
        padding-right: 0;
    }


    .navList ul li a{
        font-size: 14px;
    }
    .headerBtn a {
        padding: 10px 18px;
    }
    .logo{
        max-width: 92px;
    }
    .innerCnt h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 26px;
    }
    .dipBx .dipbxImg{
        margin-left: 0px;
    }
    .subcribeCnt h2{
        width: 100%;
        max-width: 70%;
    }
    .machinBx picture img{
        height: 350px;
    }
}

@media (max-width: 991px) {
    .bannerImg {
        max-width: 365px;
        height: 550px;
    }

    ul.slimmenu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 11;
        background: #fff;
    }

    .mainHead {
        position: relative;
    }

    ul.slimmenu li > ul {
        width: 100%;
    }

    ul.slimmenu li > ul li {
        background: transparent;
    }

    .navList {
        order: 3;
    }

    .headerBtn {
        order: 2;
    }

    .mainHeader.sticky .mainHead {
        padding-right: 120px;
    }

    .collapse-button {
        background-color: #0096b7;
    }

    ul.slimmenu > li {
        padding: 0px;
    }

    ul.slimmenu > li a {
        padding: 15px;
    }

    .bannerBtmCnt {
        padding: 10px;
    }

    .abbImg img {
        width: 100%;
    }

    .welcomeCnt h1 {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .welcomeCnt ul li {
        font-size: 14px;
    }

    .welcomeCnt .btn {
        margin-top: 20px;
    }

    .btn {
        padding: 12px 25px;
    }

    .pPad {
        padding: 50px 0px;
    }

    .head {
        margin-bottom: 0;
    }

    .serviceBx .serviceBxCnt {
        min-height: 175px;
    }

    .pWorkBx {
        margin: 35px 0px 0;
    }

    .subcribeCnt h2 {
        font-size: 22px;
        width: 100%;
        max-width: 70%;
    }

    .footerTop ul li {
        padding: 0px 10px;
    }

    .head h2{
        margin-bottom: 30px;
    }
    .innerCnt picture img{
        margin-bottom: 30px;
    }
    .stepsList li p{
        font-size: 16px;
    }
    .dipBx .dipbxImg {
        min-width: 230px;
        height: 230px;
    }
    .dipBx{
        padding: 15px;
        align-items: inherit;
    }
    .dipBx .serviceBxCnt h3 a{
        font-size: 24px;
    }
    .innerCnt .head.headGap{
        margin-bottom: 0px !important;
    }
    .machinBx picture img{
        height: auto;
    }
    .inCta{
        text-align: center;
        padding-bottom: 25px;
    }
    .innerCtaimg img{
        width: 100%;
        max-width: 400px;
    }
    .metaLft{
        padding-bottom: 20px;
        text-align: center;
    }
    .afterbeforeImg{
        margin-bottom: 20px;
    }
    .planBxCnt ul{
        margin-bottom: 25px;
        min-height: auto;
    }
    .innerCnt .planBxCnt ul li{
        background-size: 14px;
    }
    .planBx{
        height: auto;
        margin-bottom: 15px;
        margin-top: 15px;
    }
        .cpBx {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }
    .socialList{
        width:100%;
        text-align:center;
    }
    .cpBx p{
        width:100%;
        text-align:center;
    }
}

@media (max-width: 767px) {
    .bannerImg {
        max-width: 100%;
        height: 600px;
    }

    .bannerImg:before {
        left: 0;
        max-width: 100%;
    }

    .bannerSlider .owl-nav button {
        position: relative;
        top: auto;
        transform: none;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0px 5px;
    }

    .bannerSlider .owl-nav {
        position: absolute;
        bottom: 20px;
        left: 0;
        width: 100%;
        text-align: center;
    }

    .bannerText {
        max-width: 100%;
        padding-left: 0;
        text-align: center;
    }

    .bannerBtmCnt {
        flex-wrap: wrap;
        justify-content: center;
    }

    .bannerBtmCnt p {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    .abbImg img {
        max-width: 280px;
        margin-bottom: 25px;
    }

    .welcomeText {
        text-align: center;
    }

    .welcomeText ul {
        text-align: left;
    }

    .welcomeCnt {
        padding-bottom: 50px;
    }

    .subcribeCnt h2 {
        max-width: 60%;
        line-height: 1.6;
    }

    .socialList li {
        margin-left: 5px;
    }

    .socialList li a {
        width: 30px;
        height: 30px;
        font-size: 13px;
    }

    .cpBx p {
        font-size: 14px;
    }

    .footerTop {
        padding: 25px 0px;
    }

    .collapse-button {
        right: 0px;
    }

    .menu-collapser {
        width: 48px;
    }
    .stepsList li{
        max-width: 50%;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    .stepsList{
        flex-wrap: wrap;
    }
    .stepsList:before{
        display: none;
    }
    .serviceBx .serviceBxCnt{
        padding-top: 0px;
    }
    .productHead{
        text-align: center;
    }
    .productDetails .price{
        text-align: center;
        line-height: 1.2;
        margin-bottom: 0px;
    }
    .relatedProduct picture img{
        max-width: 200px;
    }
    .innerCnt .accordion {
        margin-bottom: 0;
        margin-top: 0px !important;
    }
    .innerCnt p em {
        font-size: 20px;
    }
    .inerCTA{
        padding: 60px 0px;
    }
    .gallerySlider .owl-dots {
        margin-top: 0;
    }
    .subcribeCnt h2 small{
        font-size: 18px;
    }
    .planBxCnt h3 {
        font-size: 30px !important;
    }
    .planBxHead h2{
        font-size: 23px;
    }
    .planBxHead{
        padding: 18px 15px;
    }
    .tableDEsign {
      width: 100%;
      border-collapse: collapse;
    }

    .tableDEsign th,
    .tableDEsign td {
      padding: 10px;
      text-align: left;
    }
    .tableDEsign thead {
        display: none;
      }

      .tableDEsign,
      .tableDEsign tbody,
      .tableDEsign tr,
      .tableDEsign td {
        display: block;
        width: 100%;
      }

      .tableDEsign tr {
        margin-bottom: 15px;
        border: 1px solid #ddd;
        padding: 10px;
      }

      .tableDEsign td {
        text-align: left;
        padding-left: 50%;
        position: relative;
      }

      .tableDEsign td::before {
        content: attr(data-label);
        position: absolute;
        left: 10px;
        font-weight: bold;
      }
      .tableDEsign tr td:nth-child(1) {
            width: 100%;
        }
        .tableDEsign tr td:nth-child(2){
            border-bottom: none;
        }
        
        .tableDEsign {
    margin-top: 0;
}

}

@media (max-width: 575px) {
    .logo {
        max-width: 82px;
    }

    .mainHeader.sticky .logo {
        max-width: 72px;
    }

    .headerBtn a {
        padding: 9px 16px;
        font-size: 15px;
    }

    .roundBx {
        width: 85px;
        height: 85px;
        bottom: 0;
        top: 10px;
        right: 10px;
    }

    .bannerBtmCnt {
        padding: 10px 0;
    }

    .bannerText h2 {
        font-size: 28px;
    }

    .bannerSlider .owl-nav button {
        width: 40px;
        height: 40px;
    }

    .bannerSlider .owl-nav button span {
        font-size: 34px;
    }

    .bannerImg:before {
        left: 0px;
        background: linear-gradient(270deg, rgb(223 254 251) 0%, rgba(223, 254, 251, 0.5) 29.5%, #DFFEFB 80.39%);
    }

    .pWorkList .pWork:nth-child(3) .pWorkIcon {
        background: #01DBCA;
    }

    .pWorkList .pWork:nth-child(4) .pWorkIcon {
        background: #0096b7;
    }

    .testimonialSec .head {
        margin-bottom: 25px;
    }

    .subcribeCnt {
        flex-wrap: wrap;
        justify-content: center;
    }

    .subcribeCnt h2 {
        width: 100%;
        max-width: 100%;
        text-align: center;
        margin-bottom: 25px;
    }

    .footerTop ul li {
        width: 100%;
        margin: 5px 0px;
    }

    .cpBx {
        flex-wrap: wrap;
        justify-content: center;
    }

    .cpBx p {
        width: 100%;
        text-align: center;
    }

    .socialList {
        order: 1;
        margin-bottom: 15px;
    }
    .list2 {
        column-count: 1;
    }
    .dipBx{
        flex-wrap: wrap;
    }
    .dipBx .dipbxImg{
        max-width: 100%;
        height: auto;
    }
    .serviceBx .serviceBxCnt{
        padding: 0px;
        text-align: center;
    }
    .nadBtom h2 {
        font-size: 24px;
    }
    .innerCnt p, .innerSec2 p{
        text-align: justify;
    }
    h2{
        line-height: 1.4;
    }
    .innerCnt ul li a{
        word-wrap: break-word;
    }
    .pWorkBx p{
        text-align: center;
    }
    p{
        font-size: 16px;
    }
    .blogDetails h2 {
        font-size: 24px;
    }
    .tableDEsign tr td{
        text-align: justify;
        padding: 10px 15px;
    }
    .tableDEsign tr td:nth-child(1) strong{
        font-size: 24px;
    }
    .docInfo p{
        text-align: center;
    }
    .bioBtn{
        font-size:14px;
        padding:15px;
        text-align:center;
    }

}

@media (max-width: 479px) {
    .headerBtn a {
        padding: 7px 12px;
        font-size: 13px;
    }

    .bannerText h2 {
        font-size: 23px;
    }

    .bannerText p {
        font-size: 16px;
    }

    .bannerImg {
        height: 500px;
    }

    .bannerBtm p {
        font-size: 13px;
    }

    .welcomeCnt h1 {
        font-size: 26px;
    }

    .btn {
        padding: 10px 18px;
        font-size: 14px;
    }

    .owl-dots .owl-dot {
        width: 17px;
        height: 17px;
        margin: 0px 3px;
    }

    .pWorkBx p {
        font-size: 16px;
        line-height: 1.4;
    }

    .bogBx {
        padding: 15px;
    }

    h2 {
        font-size: 22px;
    }

    .bogBx h3 {
        font-size: 17px;
        line-height: 1.4;
        min-height: auto;
    }
    .stepsList li{
        padding: 0px 5px;
    }
    .wmImg{
        height: 175px;
    }
    .disclaimerBx p{
        text-align: justify;
    }
    .disclaimerBx{
        padding: 50px 0px 30px;
        margin:0px;
    }
    .pPad {
        padding: 30px 0px;
    }
    .afterbeforeImg picture{
        max-width: 100%;
    }
    .afterbeforeImg{
        gap: 10px;
        flex-wrap: wrap;
    }
    .innerCnt .accordion .accordion-button {
        font-size: 16px;
        padding: 10px;
    }
    .innerCnt .accordion .accordion-button span {
        width: 30px;
        height: 30px;
        min-width: 30px;
    }

}

@media (max-width: 375px) {
    .headerBtn a {
        display: none;
    }

    .bannerImg:before {
        background: linear-gradient(270deg, rgb(223 254 251) 0%, rgb(223 254 251 / 80%) 29.5%, #dffefbd1 80.39%);
    }

    .bannerText h2 {
        margin-bottom: 15px;
    }

    .welcomeCnt h1 {
        font-size: 22px;
    }

    h2 {
        font-size: 20px;
    }

    .serviceSlider .item {
        padding: 20px 0;
    }

    .serviceBx {
        box-shadow: none;
    }

    .bogBx picture img {
        height: 130px;
    }

    .testBx {
        height: 280px;
        padding: 15px;
    }
    .innerCnt h1 {
        font-size: 26px;
    }
}

#glutathione {
  scroll-margin-top: 155px;
}

#ClientReviews {
  scroll-margin-top: 200px;
}