@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter-Medium';
    src: url('../fonts/Inter-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter-Bold';
    src: url('../fonts/Inter-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter-SemiBold';
    src: url('../fonts/Inter-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter-ExtraBold';
    src: url('../fonts/Inter-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Inter' !important;
    background-color: var(--bg-cream-color);
}

:root {
    --bg-cream-color: #FBF6ED;
    --secondary-color: #3B3B3B;
    --primary-color: #4A6645;
    --gray-color: #878687;
    --white-color: #ffffff;
    --bg-secondary-color: #E4CEA8;
    --dark-gray: #474747;
    --black-color: #000000;
    --raisin-black: #231F20;
}

.btn {
    padding: 0.8em 1em !important;
    background-color: var(--primary-color);
    color: var(--white-color);
    font-size: 14px;
	line-height:1.2;
    border-radius: 50px;
    transition: all 0.2s ease;
}

.btn:hover {
    background-color: transparent;
    color: var(--primary-color) !important;
    border: 1px solid var(--primary-color);
    transition: all 0.2s ease-out;
}

.nav-link:focus-visible,
.navbar-toggler:focus,
.btn:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible {
    outline: none !important;
    outline-offset: 0px !important;
    box-shadow: none !important;
}

a {
    text-decoration: none !important;
}

.healthseccvr , .optichoice-sec {
    padding: 2.5rem 0;
}

.healthsectitle {
    color: var(--secondary-color);
    font-family: 'Inter-SemiBold';
    font-size: 41px;
    margin-bottom: 2rem;
    position: relative;
    padding-bottom: 1rem;
    font-weight: 600;
}

.healthsectitle::after,
.healthprod-card-title::after {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background-color: var(--primary-color);
    position: absolute;
    bottom: 0;
}
.healthsectitle.text-center::after
{
	left:0;
	right:0;
	margin:0 auto;
}
.healthprod-card-title::after {
    width: 55px;
}

.healthsectxt {
    color: var(--dark-gray);
    font-size: 14px;
    margin-bottom: 2rem;
    line-height: 22px;
}

.heading {
    font-size: 18px;
    color: var(--dark-gray);
    font-family: 'Inter-SemiBold';
}

.healthbtn {
    display: flex;
    gap: .5rem;
}

/* Nav bar */
.header-top {
    background-color: var(--primary-color);
    color: var(--white-color);
    font-size: 14px;
    padding: 0.6em 0;
}

.navbar-brand {
    padding: 0;
    width: 175px;
    margin-right: 0px;
}

.logo-img {
    width: 100%;
    object-fit: contain;
}

.nav-link {
    font-size: 16px;
    cursor: pointer;
    padding: 0.5rem 1rem !important;
}

.navbar {
    padding: .3rem 0;
    width: 100%;
    background-color: var(--bg-secondary-color);
}

.nav-cntct-btn {
    display: block;
}

.navbar-collapse {
    background-color: transparent;
}

/* Hero Section */
.healthhm-content .healthsectitle {
    font-size: 52px;
    text-transform: capitalize;
}

.healthseccvr.health-herosec {
    padding: 0;
}

.healthhm-content {
    padding-left: 3rem;
}

.hero-image {
    display: flex;
    justify-content: right;
}

.btn-know-more {
    background-color: transparent !important;
    color: var(--secondary-color) !important;
    border: 1px solid var(--secondary-color);
}

/* About us */
.healthabtsec {
    background-color: var(--white-color);
    position: relative;
    border-radius: 20px;
    z-index: 1;
}

.healthabt-img {
    text-align: center;
}

.healthabtsec::before {
    content: "";
    background-color: var(--bg-cream-color);
    position: absolute;
    width: 100%;
    height: 22px;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 20px 20px 0 0;
}

.healthabtsec::after {
    content: "";
    background-color: var(--bg-cream-color);
    position: absolute;
    width: 100%;
    height: 22px;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: 0 0 20px 20px;
}

.healthabtdesc {
    padding: 4rem;
}

.healthabtdesc ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0;
    list-style: none;
    padding-left: 0;
}

.healthstat-icon {
    width: 60px;
    height: 60px;
    background-color: var(--secondary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
}

.stat-icon-img {
    width: 32px;
}

.healthabt-card {
    width: 33.33%;
    position: relative;
}

.healthabt-card::after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    right: 20%;
    transform: translate(-20%, 0);
    border-right: 1px dashed #adadad;
    z-index: -1;
}

.stat-number {
    color: var(--primary-color);
    font-family: 'Inter-ExtraBold';
    font-size: 50px;
    margin: 1.5rem 0 0.3rem 0;
}

/* Our Product */
.healthprod-card {
    background-color: var(--white-color);
    border-radius: 10px;
    margin-bottom: 5rem;
    padding: 3rem 4rem;
    overflow: hidden;
}

.healthprod-card-title {
    color: var(--primary-color);
    font-family: 'Inter-Bold';
    font-size: 30px;
    margin-bottom: 1rem;
    position: relative;
    padding-bottom: 1rem;
}

.healthprod-disc-inner {
    position: relative;
    text-align: center;
}

.healthprod-disc img {
    max-width: 100%;
}

.product-btn {
    position: relative;
    display: flex;
    align-items: center;
    gap: .75rem;
}

.healthprod-card .product-btn::after {
    content: "";
    flex-grow: 1;
    border-bottom: 1.5px dashed #D1D1D1;
}

.healthcntct-info {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.2rem;
}

.healthcntct-text {
    font-size: 17px;
    color: var(--black-color);
    font-family: 'Inter-Medium';
    display: flex;
    align-items: center;
}

.healthcntct-text::before {
    content: "";
    width: 1px;
    height: 32px;
    border-left: 1px solid var(--black-color);
    display: inline-block;
    margin: 0 .75rem 0 0;
}

.healthcntct-icon {
    min-width: 40px;
    height: 40px;
    border: 1px solid var(--black-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: var(--black-color);
}

.coming-soon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-10deg);
    width: 160%;
    background-color: var(--black-color);
    color: var(--white-color);
    padding: 5px 0;
}

.healthprod-right .coming-soon {
    transform: translate(-50%, -50%) rotate(8deg);
}

.marquee-text {
    display: flex;
    white-space: nowrap;
    overflow: hidden;
    font-size: 13px;
    font-family: 'Inter-Medium';
    letter-spacing: 1px;
    word-spacing: 10px;
}

.marquee-text span {
    animation: marquee 8s linear infinite;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* choose us */
.healthchoose-left {
    background-color: var(--white-color);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    border-radius: 10px;
    padding: 3.5rem 3rem 0;
}

.healthchoose-right {
    height: 100%;
    margin-left: 0.5rem;
    display: flex;
    flex-direction: column;
}

.healthchoose-card {
    background-color: var(--white-color);
    padding: 2.5rem 2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    height: 100%;
    border-radius: 10px;
}

.healthchoose-card .healthstat-icon {
    width: 70px;
    height: 70px;
}

.healthchoose-card .stat-icon-img {
    width: 38px;
}

.healthchoose-right .row {
    flex-grow: 1;
}

/* Get in touch */
.healthgtchsec {
    background-color: var(--bg-secondary-color);
    border-radius: 15px;
    padding: 3.5rem 5rem;
    position: relative;
    width: 95%;
    margin: 0 auto;
    z-index: 1010;
}

.healthgtchsec::before {
    content: "";
    background-image: url(../images/get-touch-bg.png);
    opacity: 0.06;
    left: 0;
    bottom: 0px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 85%;
    position: absolute;
    z-index: -1;
}

.healthgtch-right {
    background-color: var(--white-color);
    padding: 3.5rem 3rem;
    border-radius: 15px;
    box-shadow: 0px 0px 35px 0px #0000002E;
}

.healthfrmtitle {
    color: var(--raisin-black);
    font-family: 'Inter-Bold';
    font-size: 24px;
    margin-bottom: 0.5rem;
}

.healthfrm-group {
    margin-bottom: 2rem;
}

.healthfrm-input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #D8D8D8;
    font-size: 13px;
    color: var(--gray-color);
    border-radius: 0px;
    padding: 0.6rem 0;
}

.healthgtchcntct-info {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.2rem;
}

.healthgtchcntct-text {
    font-size: 17px;
    color: var(--secondary-color);
    font-family: 'Inter-Medium';
    display: flex;
    align-items: center;
    padding-left: 3rem;
    position: relative;
}

.healthgtchcntct-text::before {
    content: "";
    min-width: 32px;
    height: 1px;
    background-color: var(--secondary-color);
    position: absolute;
    left: 0;
}

.healthgtchcntct-icon {
    min-width: 40px;
    height: 40px;
    border: 1px solid var(--secondary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: var(--black-color);
}
.healthgtchcntct-icon svg{color:var(--secondary-color);}
.healthfrm-input:focus,
.healthfrm-input:focus-visible {
    border-color: #D8D8D8 !important;
}

/* footer section */
.healthftrsec {
    background-color: var(--primary-color);
    color: var(--white-color);
    padding-top: 4rem;
}

.healthftr-logo {
    text-align: center;
    margin-bottom: 1.2rem;
}

.healthftr-logo-img {
    width: 250px;
    display: inline-block;
}

.healthftr-social {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.8rem;
}

.healthftr-menu .nav-link {
    padding: 0.5rem 0rem !important;
}

.healthftr-menu .nav-link::after {
    content: "";
    width: 1px;
    height: 20px;
    border-right: 1px solid var(--white-color);
    display: inline-block;
    align-items: center;
    vertical-align: middle;
    margin: 0 .4rem 0 .6rem;
}

.healthftr-menu .list-inline-item:last-child .nav-link::after,
.healthftr-social .footer-icon:last-child::after,
.healthabt-card:last-child::after {
    display: none !important;
}

.healthftr-icon {
    min-width: 40px;
    height: 40px;
    border: 1px solid var(--white-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: var(--white-color);
}
.footer-icon .healthftr-icon svg {
    font-size: 16px;
}

.footer-icon {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.healthftr-social .footer-icon::after {
    content: "";
    width: 1px;
    height: 22px;
    border-left: 1px solid var(--white-color);
    display: inline-block;
    align-items: center;
    vertical-align: middle;
}

.healthftrcntct-info {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 1.2rem;
}

.healthftr-menu ul {
    margin-bottom: 1.5rem;
}

.healthftrcntct-text {
    font-size: 16px;
    color: var(--white-color);
    margin-bottom: 0px;
}

.healthftr-cntct .heading {
    margin-bottom: 1.5rem;
}

.healthftrcntct-icon {
    min-width: 40px;
    height: 40px;
    border: 1px solid var(--white-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.healthftr-cntct .healthftrcntct-info .healthftrcntct-icon svg {
    font-size: 16px;
}
.copyright {
    text-align: center;
    padding: 1rem 1rem;
    border-top: 1px solid var(--white-color);
    font-size: 14px;
    margin-top: 4rem;
}

.footer-tag-text {
    line-height: 1.3;
}
.comman-content-sec .title-block{
    margin-bottom: 40px;
}
.comman-content-sec .title-block .title {
    font-size:38px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 0px;
    color: #212529;
}
.comman-content-sec h2 ,.comman-content-sec h3 ,.comman-content-sec h4 ,.comman-content-sec h5{
    text-transform:capitalize;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1.3;
}
.comman-content-sec h2{
    font-size: 22px;
}
.comman-content-sec h3{
    font-size: 20px;
}
.comman-content-sec h4 , .comman-content-sec h5 ,.comman-content-sec h6{
    font-size: 18px;
    
}
.content-wrap p:last-child {
    margin-bottom: 0;
}
.comman-padding{padding: 60px 0 20px;}

@media (width <=1920px) and (width >=1401px) {
    .container {
        max-width: 85%;
    }
}

@media (width <=1474px) and (width >=1440px) {
    .stat-number {
        font-size: 39px;
    }

    .healthhm-content .healthsectitle {
        font-size: 48px;
    }

    .healthsectitle {
        font-size: 36px;
    }

    .healthprod-card-title {
        font-size: 27px;
    }
}

@media (width <=1440px) {
    .hero-image .group-img {
        max-width: 95%;
    }

    .healthhm-content .healthsectitle {
        font-size: 46px;
    }

    .healthprod-card {
        padding: 2rem 2rem;
    }

    .healthsectitle {
        font-size: 35px;
    }

    .stat-number {
        font-size: 38px;
    }

    .healthprod-card-title {
        font-size: 25px;
    }

    .healthabtdesc {
        padding: 4rem 3rem;
    }
}

@media (width <=1400px) {
    .outline-img {
        width: 90%;
    }

    .healthsectitle {
        font-size: 32px;
    }

    .stat-number {
        font-size: 34px;
    }

    .healthabtdesc {
        padding: 2rem;
    }
    .healthabt-card { width: calc(33.33% - 40px);margin:20px; }
    .healthabt-card::after {right: 0;}
    .healthseccvr.health-abtsec {
        padding: 1.5rem 0 1rem 0;
    }


}

@media (width <=1280px) {
    .healthhm-content .healthsectitle {
        font-size: 40px;
    }
}

@media (width <=1199px) {
    .healthhm-content .healthsectitle {
        font-size: 36px;
    }

    .healthhm-content {
        padding: 2rem 0 0 0;
    }

    .healthseccvr.health-abtsec {
        padding: 1rem 0;
    }

    .healthseccvr , .optichoice-sec {
        padding: 2rem 0;
    }

    .healthgtchsec {
        padding: 3.5rem 3rem;
    }

    .healthgtch-right {
        padding: 3rem 2rem;
    }

    .healthabtdesc {
        padding: 4rem 2rem;
    }

    .healthabtsec::before,
    .healthabtsec::after {
        height: 35px;
    }

    .outline-img {
        width: 95%;
    }

    .healthchoose-left {
        padding: 3.5rem 2.5rem 0;
    }

    .healthsectitle {
        font-size: 28px;
    }

    .healthprod-card {
        margin-bottom: 4rem;
    }

    .stat-number {
        font-size: 34px;
    }

    .healthchoose-card .healthstat-icon {
        width: 60px;
        height: 60px;
    }

    .healthchoose-card .stat-icon-img {
        width: 34px;
    }

    .healthprod-card {
        padding: 2rem 2rem;
    }

    .healthprod-card-title {
        font-size: 23px;
    }

    .healthabt-card::after {
        /*right: 10%;*/
        right: 0;
    }
    .healthchoose-card{padding: 2rem 1.5rem;}
}
@media screen and (min-width: 992px) and (max-width: 1199px) { 


}

@media (width <=991px) {
    .navbar-collapse .navbar-nav {
        background-color: var(--bg-cream-color);
        margin-top: .5rem;
        border-radius: 5px;
    }

    .nav-cntct-btn {
        margin: .5rem 0;
    }

    .navbar-brand {
        width: 170px;
    }

    .hero-image {
        justify-content: center;
    }

    .hero-image .group-img {
        max-width: 100%;
    }

    .healthhm-content {
        padding: 1rem 0 0 0;
    }

    .healthabtsec::after,
    .healthabtsec::before {
        display: none;
    }

    .healthabtdesc {
        padding: 2rem 3rem;
    }

    .healthabt-img {
        padding-top: 2rem;
    }

    .healthprod-card {
        margin-bottom: 1.5rem;
    }

    .healthgtch-right {
        margin: 2rem 0 0 0;
    }

    .outline-img {
        max-width: 60%;
    }
    .healthabt-card {
        width: calc(33.33% - 20px);
        margin: 10px;
    }
    .stat-number {
        font-size: 32px;
    }

    .healthabt-card::after {
        right: 0;
    }


    .healthhero-left,
    .footer-left {
        order: 2;
    }

    .healthhero-right,
    .footer-center {
        order: 1;
    }
    .healthftr-logo-img {width: 230px;}
    .footer-right {
        order: 3;
    }

    .healthchoose-right {
        margin: 1rem 0 0 0;
    }

    .healthftr-menu {
        margin: 3rem 0;
    }

    .healthftr-menu ul {
        margin-bottom: 2rem;
    }

    .healthftr-logo {
        text-align: left;
        margin-bottom: 2rem;
    }

    .healthftrsocial-icon {
        margin: 0rem 0;
    }

    .healthftr-social {
        justify-content: left;
    }

    .healthseccvr.health-herosec,
    .healthseccvr.health-abtsec {
        padding: 2rem 0;
    }
    .healthabtdesc .healthsectxt{margin-bottom: 0;}
    .copyright{margin-top: 1rem;}
    .comman-padding{padding: 40px 0 0px;}
    .footer-tag-text{text-align: left!important;}
}

@media (width <=767px) {
    .healthhm-content .healthsectitle {
        font-size: 34px;
        margin-bottom: 1.5rem;
    }
    .healthsectitle {
        margin-bottom: 1.5rem;
    }
    .healthsectxt{margin-bottom: 1.5rem;}
    .healthabt-card {
        width: 46%;
        padding: 1.5rem 0;
        text-align: center;
        margin-right: 1rem;
    }
    .healthabt-card:last-child {
            padding-bottom: 0;
        }
    .healthabt-card::after {
        height: auto;
        width: 100%;
        bottom: 0;
        left: 0;
        right: 0;
        transform: none;
        border-bottom: 1px dashed #adadad;
        border-right: none;
    }

    .healthabtdesc ul {
        justify-content: center;
    }

    .healthabtdesc {
        padding: 2rem 1rem;
    }

    .healthstat-icon {
        margin: 0 auto;
    }

    .stat-number {
        margin: 1rem 0 .5rem 0;
        font-size: 32px;
    }

    .healthprod-cntct-details {
        margin: 3rem 0;
    }

    .healthprod-left .healthprod-card {
        margin-bottom: 0rem;
    }

    .healthseccvr , .optichoice-sec {
        padding: 1.5rem 0;
    }

    .healthgtch-right {
        padding: 3rem 2rem;
    }

    .health-herosec {
        padding: 2.5rem 0;
    }

    .healthgtchsec {
        padding: 3rem 2rem;
    }

    .healthftrsec {
        padding-top: 3rem;
    }

    .healthsectitle,
    .healthprod-card-title {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .healthsectitle-div,
    .healthprod-card,
    .healthsectxt {
        text-align: center;
    }

    .healthbtn {
        justify-content: center;
    }

    .healthprod-cntct-info {
        display: flex;
        flex-direction: column;
        align-items: center;
        /* width: 50%;
        margin: 0 auto; */
    }

    .healthftr-social {
        justify-content: center;
    }

    .healthftr-logo,
    .healthftr-menu {
        text-align: center;
    }

    .healthftrcntct-info {
        display: block;
    }

    .healthftrcntct-icon {
        max-width: 40px;
        margin: 0 auto .5rem;
    }

    .healthftr-cntct {
        text-align: center;
        padding: 0 4rem;
    }

    .healthcardtxt .healthsectxt {
        text-align: left;
    }
    .healthchoose-left {
        padding: 2.5rem 2.5rem 0;
    }
    .healthgtchcntct-info:last-child {
        margin-bottom: 0;
    }
    .comman-content-sec .title-block .title {font-size: 36px;}
    .comman-content-sec .title-block {margin-bottom: 20px;}
    .error404 .healthseccvr{padding: 2rem 0;}
    .footer-tag-text {text-align: center!important;}
    .healthftr-logo { margin-bottom: 1rem;}
    .copyright{margin-top: 1rem;}
}

@media (width <=580px) {
    .healthhm-content .healthsectitle {
        font-size: 28px;
    }

    .healthabtdesc {
        padding: 2rem 0rem;
    }

    .healthchoose-left,
    .healthgtchsec {
        padding: 2rem 2rem;
    }

    .healthgtchsec {
        width: 100%;
    }

    .healthftrsec {
        padding: 2rem 0 0 0;
    }

    .healthprod-cntct-details {
        margin: 2rem 0;
    }

    .healthgtchcntct-info {
        gap: .5rem;
    }

    .healthgtchcntct-text {
        font-size: 16px;
        padding-left: 2rem;
    }

    .healthgtchcntct-text::before {
        min-width: 24px;
    }

    .healthsectitle {
        font-size: 26px;
    }
    .healthsectitle-div {
        padding: 0 20px;
    }
}

@media (width <=480px) {
    .healthhm-content {
        padding: 1rem 0 0 0;
    }

    .healthgtchsec,
    .healthchoose-left {
        padding: 2.5rem 2rem;
    }

    .healthabt-card {
        width: 100%;
        margin-right: 0;
    }

    .healthabt-card::after {
        max-width: 50%;
        margin: 0 auto;
    }

    .outline-img {
        max-width: 100%;
        padding: 0 10px;
    }

    .healthsectitle {
        font-size: 24px;
    }

    .healthchoose-card {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    .healthchoose-card {
        padding: 1rem;
    }

    .stat-number {
        font-size: 30px;
    }

    .healthprod-card-title {
        font-size: 24px;
    }

    .healthftr-cntct {
        padding: 0 2rem;
    }

    .healthcardtxt .healthsectxt {
        text-align: center;
    }

    .healthseccvr.health-herosec,
    .healthseccvr.health-abtsec,
    .healthseccvr , .optichoice-sec {
        padding: 1rem 0;
    }

    .copyright {
        margin-top: 1rem;
    }
    .healthsectitle-div {
        padding: 0;
    }
       
    .comman-content-sec .title-block{margin-bottom: 25px;}
    .comman-content-sec .title-block .title {font-size: 30px;}
    .healthftr-logo-img {
        width: 200px;
    }
}

@media (width <=460px) {
    .healthhm-content .healthsectitle {
        font-size: 28px;
    }

    .navbar-brand {
        width: 135px;
    }

    .header-top,
    .copyright {
        font-size: 13px;
    }

    .healthftr-cntct {
        padding: 0rem;
    }

    .healthftr-menu .nav-link {
        padding: 0.2rem 0rem !important;
        font-size: 15px;
    }

    .healthftr-menu .nav-link::after {
        margin-right: 0px;
    }

    .healthftrcntct-text {
        font-size: 15px;
    }

    .healthgtchsec,
    .healthchoose-left,
    .healthgtch-right,
    .healthprod-card {
        padding: 1.5rem 1rem;
    }

    .healthabt-card::after {
        max-width: 60%;
    }

    .btn {
        font-size: 13px;
    }

}

@media (width <=420px) {
    .healthhm-content .healthsectitle {
        font-size: 25px;
    }

    .healthprod-card-title {
        font-size: 22px;
    }
    .healthsectitle {
        font-size: 22px;
    }
    .healthftr-menu .nav-link {
        font-size: 14px;
    }

    .healthgtchcntct-text::before {
        min-width: 20px;
    }

    .healthgtchcntct-text {
        font-size: 15px;
        padding-left: 1.8rem;
    }
    .outline-img {
        padding: 0;
    }
    .healthchoose-card .healthstat-icon {
        width: 55px;
        height: 55px;
    }
    .healthchoose-card .stat-icon-img {
        width: 30px;
    }
    .healthcntct-icon {min-width: 35px;height: 35px;}
    .healthcntct-info {
        margin-bottom: 0;
    }
    .comman-content-sec h2 {
        font-size: 20px;
        line-height: 1.3;
    }
}

/*Home Page Optichoice section css*/
.optichoice-sec .healthprod-card {padding: 2rem 1.5rem;}
.optichoice-sec .healthprod-card-title {
    position: relative;
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-weight: 600;
    line-height: 1.4;
    min-height: 4em;
}
.optichoice-sec .healthprod-card-title::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 1px;
    background: #4A6645;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}
.optichoice-sec .healthprod-right.healthprod-box .healthprod-card-title::after {
    background: #c4c4c4;
}
.healthprod-card .product-btn::after{display: none;}
.optichoice-sec .healthprod-inner {text-align: center;}
.optichoice-sec .product-btn .btn {text-align: center;margin: 0 auto;}
.optichoice-sec  .healthprod-box {height: 100%;}
.optichoice-sec .healthprod-card{margin-bottom: 0;height: 100%;}
.custom-container {width: 100%;}
@media(max-width: 1024px)
{
    .optichoice-sec .healthprod-card-title {font-size: 16px;}
    .optichoice-sec .healthprod-card {padding: 2rem 1.2rem;}
}

@media (max-width: 991px) {
    .optichoice-sec .healthprod-card-title {
        font-size: 18px;
    }
    
}
/*
@media (min-width: 576px) and (max-width: 767px) 
{
     .custom-container{max-width: 540px;}
}
*/
@media (min-width: 768px) and (max-width: 991px) 
{
    .custom-container {
        max-width: 720px; 
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 767px) {
    .optichoice-sec .healthprod-card-title {font-size: 18px;}
    .optichoice-sec .healthprod-card {padding: 1.5rem 1.2rem;}
}
@media (max-width: 575px) {
	.optichoice-sec .healthprod-card-title { min-height:auto;}
}
@media (max-width: 480px) {
	.optichoice-sec   .healthsectitle {
        margin-bottom: 1rem;
    }
	.optichoice-sec .healthprod-card {
        padding: 1.5rem 1rem;
    }
    .optichoice-sec .healthprod-card-title {
        font-size: 16px;
    }
    .optichoice-sec .coming-soon{padding: .3rem 0;}
    .optichoice-sec .marquee-text {font-size: 13px;}

}