/*
Theme Name: brandnewweightloss
Text Domain: brandnewweightloss
Version: 1.0.6.2
Requires at least: 5.1
Requires PHP: 5.2.4
Description: Our theme brandnewweightloss is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Author: Bashfoo Team
Author URI: https://bashfoo.com
Theme URI: https://wordpress.org/
License: https://bashfoo.com
License URI: https://bashfoo.com
*/

/****Onest Font============================***/
@font-face {
    font-family: 'Onest';
    src: url('assets/fonts/Onest/Onest-Regular.woff2') format('woff2'),
        url('assets/fonts/Onest/Onest-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: 'OnestBold';
  src: url('assets/fonts/Onest/Onest-Bold.woff2') format('woff2'),
       url('assets/fonts/Onest/Onest-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


*::before,
*::after {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --sk-body: #FFF;
    --sk-body-light: #F7FBF2;
    --sk-heading: #203A2F; /* 006738 */
    --sk-text: #2C2C2C;
    --sk-text-white: #fff;
    --sk-primary: #92B116;
    --sk-secondary: #F39323; /* 8F4700 */
    --sk-dark: #222328;
    --sk-error: #d12626;
    --sk-yellow: #ffba00;
    --sk-green: #156b4c;
    --sk-box-shadow: #acaaaa;
    --sk-bg-contrast-txt: #203A2F; /* 14241D */
    --sk-bg-contrast-txt2: #92B116;

    --fonts: 'Onest', sans-serif;
    --fonts-title: 'OnestBold', sans-serif;
}

html {
    width: 100%;
    font-size: 18px;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

/* @media (max-width: 1600px) {
    html {
        font-size: 16px;
    }
} */

/* @media (max-width: 1400px) {
    html {
        font-size: 18px;
    }
} */

@media (max-width: 1024px) {
    html {
        font-size: 16px;
    }
}

/* @media (max-width: 768px) {
    html {
        font-size: 16px;
    }
} */

/* @media (max-width: 480px) {
    html {
        font-size: 12px;
    }
} */

body {
    width: 100%;
    height: auto;
    font-size: 100%;
    line-height: 1.5;
    text-align: left;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    font-family: var(--fonts);
    overflow-x: hidden;
    background-color: var(--sk-body);
    color: var(--sk-text);
    letter-spacing: normal;
}

.screen-reader-text:focus {
    clip: auto !important;
    height: auto;
    width: auto;
    overflow: visible;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 12px 16px;
    background: #000;
    color: #fff;
    z-index: 1000;
    text-decoration: none;
}

.row {
    --bs-gutter-x: 0 !important;
    margin-left: -1rem;
    margin-right: -1rem;
}

/* Wild card with global */
[class*='col-'] {
    padding: 0 1rem 15px 1rem;
}

section {
    width: 100%;
    height: auto;
}

.cust_container {
    width: 90%;
    max-width: 1900px;
    margin: 0 auto;
    height: auto;
    padding: 0;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 90%;
    margin: 0 auto;
    max-width: 1900px;
    padding-left: 0;
    padding-right: 0;
}

.topbottom_gap {
    padding: 60px 0;
}

.top_gap {
    padding: 60px 0 0;
}

.bottom_gap {
    padding: 0 0 60px;
}

img.fullwidth {
    width: 100%;
    height: auto;
}

.custom-logo,
.img {
    width: 100%;
    height: 100%;
}

.boximg{
    width: 100%;
    height: 35vh;
    object-fit: cover;
    object-position: top;
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    align-items: center;
}

.media-body {
    -ms-flex: 1;
    flex: 1;
}

.roundbox {
    border: 1px solid var(--sk-primary);
    border-radius: 5px;
    padding: 10px 20px;
    height: 100%;
    text-align: center;
}

.roundbox.list {
    margin-top: 20px;
}

.roundbox.list:first-child {
    margin-top: 0;
}

.roundbox.tleft {
    text-align: left;
    cursor: auto;
}

.roundbox .lincursor {
    cursor: pointer;
}

#progressBar {
    margin-left: 0px;
    display: none;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    vertical-align: middle;
    width: 80%;
    max-width: 500px;
}

.checklist {
    list-style: none;
    padding: 0;
    margin: 0;
}

.checklist li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
}

.checklist li::before {
    content: "✔";
    color: var(--sk-primary);
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}

.finfo {
    display: none;
}

.boxshadow {
    box-shadow: 0 0 4px 4px var(--sk-box-shadow);
}

.memberpop .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    color: red;
    width: 2em;
    height: 2em;
    font-size: 130% !important;
    border: 0;
}

/* 
=============
Heading Tag
=============
*/
ul,
ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px 0;
    padding: 0;
    color: var(--sk-heading);
}

h1 {
    font-size: 230%;
    font-family: var(--fonts-title);
}

h2 {
    font-size: 160%;
    font-family: var(--fonts-title);
}

h3 {
    font-size: 140%;
}

h4 {
    font-size: 130%;
}

h5 {
    font-size: 120%;
}

h6 {
    font-size: 110%;
}

p {
    margin: 0 0 15px 0;
    padding: 0;
}

p:last-child {
    margin-bottom: 0;
}

a {
    font-size: 100%;
    text-decoration: none;
    box-shadow: none;
    color: var(--sk-heading);
    border: none;
}

a:hover {
    text-decoration: none;
    color: var(--sk-primary);
    box-shadow: none;
}

hr {
    background-color: var(--sk-primary);
}

section {
    width: 100%;
    height: auto;
}

/***ul li style****/
.container ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.container ul li {
    list-style-type: none;
    margin-bottom: 12px;
    position: relative;
    padding-left: 30px;
}

.container ul li::before {
    content: '\f560';
    font-family: 'Font Awesome 6 Free';
    font-size: 90%;
    font-weight: 900;
    color: var(--sk-primary);
    width: 20px;
    height: 20px;
    display: flex;
    margin-right: 10px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 4px;
}

.container ol li {
    margin-bottom: 12px;
    position: relative;
}

/* 
=============
scrollbar
=============
*/

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(200, 200, 200, 1);
    background-color: var(--sk-body-light);
    border-radius: 8px;
}

::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: var(--sk-secondary);
    -webkit-box-shadow: inset 0 0 5px var(--sk-box-shadow);
}

/* 
=============
Slick css
=============
*/
.slick-track {
    margin: 10px 0px;
}

.slick-slide {
    padding: 0 15px;
}


/**Slick arrow**/
.slide-arrow {
    width: 35px;
    height: 35px;
    color: var(--sk-heading);
    background-color: #ffffffbd;
    border: 1px solid var(--sk-heading);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
}

.slide-arrow.prev-arrow,
.slide-arrow.next-arrow {
    position: absolute;
    top: -65px;
    z-index: 2;
}

.slide-arrow.prev-arrow {
    right: 70px;
    opacity: 0.7;
}

.slide-arrow.next-arrow {
    right: 5px;
    opacity: 0.7;
}

.prev-arrow.slick-arrow::after,
.next-arrow.slick-arrow::after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    font-size: 16px;
    font-family: "FontAwesome";
}

.prev-arrow.slick-arrow::after {
    content: "\f104";
}

.next-arrow.slick-arrow::after {
    content: "\f105";
}

.prev-arrow.slick-arrow:focus,
.next-arrow.slick-arrow:focus,
.prev-arrow.slick-arrow:hover,
.next-arrow.slick-arrow:hover {
    background-color: var(--sk-heading);
    opacity: 1;
}


.prev-arrow.slick-arrow:focus::after,
.next-arrow.slick-arrow:focus::after,
.prev-arrow.slick-arrow:hover::after,
.next-arrow.slick-arrow:hover::after {
    color: var(--sk-text-white);
}


/*********/
.homebanner_sec .slide-arrow.prev-arrow {
    left: 15px;
    color: var(--sk-text-white);
}

.homebanner_sec .slide-arrow.next-arrow {
    right: 15px;
    color: var(--sk-text-white);
}

.homebanner_sec .slide-arrow.prev-arrow::after,
.homebanner_sec .slide-arrow.next-arrow::after,
.homebanner_sec .slide-arrow.prev-arrow::before,
.homebanner_sec .slide-arrow.next-arrow::before {
    color: var(--sk-text-white);
}


/*----=====Slick dots====--*/

.slick-dots {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 2;
}

.slick-dots li {
    width: 18px;
    min-width: 18px;
    height: 18px;
    margin: 0;
    padding: 0;
    border: 2px solid var(--sk-text-white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    list-style: none;
}

.slick-dots li button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    font-size: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    background-color: var(--sk-text-white);
    opacity: 0.3;
    box-shadow: none;
    outline: 0;
}

.slick-dots li button::before {
    display: none;
}

/* Active dot */
.slick-dots li.slick-active button {
    opacity: 1;
    background-color: var(--sk-primary);
}

/*******/

.homebanner_sec [class*='col-'] {
    padding-bottom: 0;
}

.homebanner_sec .slick-dots {
    top: 50%;
    left: auto;
    right: 5%;
    transform: translateY(-50%);
    display: inline-flex;
    flex-direction: column;
}

.homebanner_sec .slick-dots::after {
    content: " ";
    position: absolute;
    top: 70%;
    right: 8px;
    width: 1px;
    height: 90px;
    background-color: var(--sk-text-white);
    border-radius: 2px;
}

.homebanner_sec .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.homebanner_sec .slick-dots li button {
    background-color: var(--sk-text-white);
}

.homebanner_sec .slick-dots li.slick-active button {
    background-color: var(--sk-primary);
}

/* 
=============
Forms
=============
*/
.contact_form {
    width: 100%;
    padding: 20px 0;
}

.formGroup {
    margin-bottom: 35px;
    position: relative;
}

.formGroup input,
.formGroup select,
.formGroup textarea {
    border: none;
    border: 1px solid #ccc;
    outline: none;
    background: transparent;
    font-size: 100%;
    color: var(--sk-text);
    border-radius: 6px;
}

.formGroup textarea{
    padding-top: 10px;
}


.formGroup label {
    position: absolute;
    top: 10px;
    left: 15px;
    padding: 1px 4px;
    pointer-events: none;
    transition: .5s;
    font-size: 100%;
    border-radius: 6px;
    color: var(--sk-text);
    opacity: 0.8;
}

.formGroup input:focus~label,
.formGroup input:valid~label,
.formGroup select:focus~label,
.formGroup select:valid~label,
.formGroup textarea:focus~label,
.formGroup textarea:valid~label {
    top: -9px;
    left: 15px;
    font-size: 75%;
    background-color: var(--sk-body);
    color: var(--sk-heading);
    opacity: 1;
}

.commonError {
    font-size: 75%;
    color: var(--sk-error);
}

label {
    font-size: 100%;
    letter-spacing: 1px;
    color: var(--sk-heading);
    margin-bottom: 2px;
    font-weight: 600;
}

label span {
    color: var(--sk-error);
}


input {
    width: 100%;
    height: 42px;
    padding: 5px 10px;
    line-height: 0;
    color: var(--sk-text);
    display: block;
    transition: none;
}

select {
    width: 100%;
    height: 40px;
    padding: 5px 10px;
    line-height: 0;
    color: var(--sk-text);
}

textarea {
    width: 100%;
    padding: 5px 10px;
    line-height: normal;
    color: var(--sk-text);
}

input:focus,
select:focus,
textarea:focus {
    border: 1px solid var(--sk-heading);
}

.forcal{
    position: relative;
}
.forcal label {
    position: absolute;
    left: 10px;
    font-size: 90%;
    top: 8px;
    pointer-events: none;
    padding: 0 2px;
    transition: 0.2s;
    font-weight: 400;
}
.forcal input:focus+label,
.forcal input:not(:placeholder-shown)+label,

.forcal textarea:focus+label,
.forcal textarea:not(:placeholder-shown)+label,

.forcal textarea:focus+span+label,
.forcal textarea:not(:placeholder-shown)+span+label,

.forcal input:focus+button+label,
.forcal input:not(:placeholder-shown)+button+label,

.forcal input:focus+span+label,
.forcal input:not(:placeholder-shown)+span+label {
    top: -4px;
    font-size: 80%;
    color: var(--sk-green);
    background: #fff;
    line-height: 0.5;
    font-weight: 600;
}

.forcal select {
    outline: 0;
}

.forcal select+label {
    opacity: 0;
}

.forcal select:has(option:checked:not([value=""]))+label {
    top: -4px;
    font-size: 80%;
    color: var(--sk-green);
    background: #fff;
    line-height: 0.5;
    opacity: 1;
}

/****/
.form-control {
    width: 100%;
    /* height: 40px; */
    box-shadow: none;
    outline: 0;
    padding: 5px 10px;
    background-color: transparent;
    color: var(--sk-heading);
    border: 1px solid var(--sk-box-shadow);
    font-size: 85%;
}

.form-control::placeholder {
    font-size: 85%;
    color: var(--sk-text);
    opacity: 0.8;
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid var(--sk-heading);
}

/*****/
.form-select {
    box-shadow: none;
    outline: 0;
    border: 1px solid var(--sk-heading);
    color: var(--sk-primary);
    background-color: transparent;
    border-radius: 2px;
    font-size: 85%;
    font-weight: 500;
    cursor: pointer;
    transition: 0.6s;
    white-space: nowrap;
}

.form-select:focus {
    box-shadow: none;
}


/* 
=============
All Heading
=============
*/
.sub_heading {
    font-size: 90%;
    text-align: center;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--sk-text-white);
    font-family: var(--fonts-title);
    line-height: 1.5;
    padding: 15px 70px;
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
}

.sub_heading span {
    position: relative;
    z-index: 2;
    text-align: center;
}

.sub_heading::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(assets/images/sub-head-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 1;
}

.sub_heading.bannersub {
    font-size: 105%;
    text-align: center;
    padding: 0;
    margin-bottom: 10px;
    color: var(--sk-primary);
}

.sub_heading.bannersub::after {
    display: none;
}

.sub_heading.white {
    color: var(--sk-text-white) !important;
}

/* .sub_heading.white::after {
    background-color: var(--sk-text-white) !important;
} */

.banner_content .wrapper.topcenter .sub_heading,
.banner_content .wrapper.middlecenter .sub_heading,
.banner_content .wrapper.bottomcenter .sub_heading {
    display: block;
}

.banner_content .wrapper.topcenter .sub_heading::after,
.banner_content .wrapper.middlecenter .sub_heading::after,
.banner_content .wrapper.bottomcenter .sub_heading::after {
    display: none;
}

/* .banner_content .wrapper.topright .sub_heading,
.banner_content .wrapper.middleright .sub_heading,
.banner_content .wrapper.bottomright .sub_heading {
    padding-right: 80px;
} */

/* .banner_content .wrapper.topright .sub_heading::after,
.banner_content .wrapper.middleright .sub_heading::after,
.banner_content .wrapper.bottomright .sub_heading::after {
    left: auto !important;
    right: 0 !important;
} */


.heading {
    font-size: 230%;
    font-weight: 500;
    color: var(--sk-heading);
    line-height: normal;
    padding: 0;
    text-transform: capitalize;
    font-family: var(--fonts-title);
    position: relative;
    margin-bottom: 20px;
    width: 100%;
}

.heading.white {
    color: var(--sk-text-white) !important;
}

.heading.banner_heading {
    font-size: 260%;
    font-weight: 700;
    line-height: 1.2;
    max-width: 100%;
}

.heading.banner_heading::before {
    display: none;
}

.heading span {
    color: var(--sk-bg-contrast-txt2);
}

.heading.white span{
    display:block;
    color: var(--sk-secondary);
}

.heading.banner_heading span{
    display: inline-block;
    color: var(--sk-primary);
}

.heading.landingheading {
    color: var(--sk-text-white) !important;
}

.heading.landingheading span{
    display: inline-block;
    color: var(--sk-primary);
}

.para_head {
    font-size: 115%;
    font-family: var(--fonts-title);
    color: var(--sk-secondary);
    margin-bottom: 15px;
    padding: 0;
    line-height: normal;
}

.minheading {
    font-size: 120%;
    font-weight: 600;
    color: var(--sk-heading);
    padding: 0;
    margin: 15px 0 10px;
    text-transform: capitalize;
    text-decoration: underline;
    font-family: var(--fonts-title);
}

.minheading.white {
    color: var(--sk-text-white);
}

.desc,
.text {
    font-weight: 400;
    color: var(--sk-text);
    padding: 0;
    margin-bottom: 15px;
}

.bannerdesc.desc {
    margin-bottom: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.desc.white,
.text.white {
    color: var(--sk-text-white);
}

.text.primary {
    color: var(--sk-primary);
}

.sectionheading_wrap {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 15px;
    position: relative;
    padding-right: 130px;
}

.sectionheading_wrap .heading {
    display: inline-block;
    position: relative;
    width: auto;
}

.sectionheading_wrap p {
    margin-bottom: 15px;
}

.sectionheading_wrap .btn {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

/***list style*****/
.list_wrap {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 0 15px;
    list-style: none;
}

.list_wrap li {
    list-style: none;
    position: relative;
    margin-bottom: 15px;
    padding-left: 22px;
}

.list_wrap li::before {
    content: "\f111";
    font-family: "FontAwesome";
    position: absolute;
    top: 5px;
    left: 0;
    width: 16px;
    height: 16px;
    font-size: 10px;
    color: var(--sk-secondary);
}

.list_wrap .head {
    font-weight: 105%;
    font-weight: 600;
    color: var(--sk-heading);
    margin-bottom: 5px;
}

.list_wrap .head.white {
    color: var(--sk-text-white);
}

.list_wrap.white li {
    color: var(--sk-text-white);
}


/***Tab css code**/
.nav.nav-tabs {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 2%;
    padding: 0;
    margin: 0;
    border: none;
}

.nav.nav-tabs li {
    list-style: none;
}

.nav.nav-tabs .nav-link {
    box-shadow: none;
    outline: 0;
    border: 1px solid var(--sk-primary);
    color: var(--sk-primary);
    background-color: transparent;
    border-radius: 4px;
    padding: 5px 15px;
    font-size: 85%;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    transition: 0.6s;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    gap: 5px;
}

.nav.nav-tabs .nav-link.active {
    background-color: var(--sk-primary);
    color: var(--sk-text-white);
}

.nav.nav-tabs .nav-link:hover {
    background-color: var(--sk-primary);
    color: var(--sk-text-white);
}

.nav.nav-tabs .nav-link.active:hover {
    color: var(--sk-primary) !important;
    background-color: transparent !important;
}

.tab-content {
    width: 100%;
    height: auto;
    position: relative;
    padding: 20px 15px;
    background-color: transparent;
}

/******inner page css********/
.innerpage_head {
    font-size: 150%;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--fonts-title);
    color: var(--sk-primary);
    margin-bottom: 15px;
}

.innerpage_text {
    font-size: 100%;
    color: var(--sk-text);
}

.innerpage_text span {
    color: var(--sk-dark);
}

.innerpagesub_heading {
    font-size: 120%;
    font-weight: 700;
    text-align: center;
    color: var(--sk-primary);
    text-transform: capitalize;
    margin-bottom: 15px;
}

/* 
=============
Button
=============
*/
.btn {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
}

.btn:focus {
    box-shadow: none;
    text-decoration: none;
    outline: 0;
}

.button_wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1em;
}

.readmore_btn {
    padding: 0;
    margin: 0;
    background-color: transparent;
    color: var(--sk-primary);
    text-decoration: none;
    outline: 0;
    box-shadow: none;
    border: none;
    font-size: 100%;
    font-weight: 600;
}

.readmore_btn:hover {
    text-decoration: underline;
    color: var(--sk-heading);
}

/***/
.addtocart_btn {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    padding: 10px;
    position: relative;
    background-color: var(--sk-heading);
    color: var(--sk-text-white);
    transition: 0.6s;
}

.addtocart_btn::after {
    content: "\f07a";
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    font-size: 18px;
    color: var(--sk-text-white);
    display: flex;
    align-items: center;
    justify-content: center;
}

.addtocart_btn:hover {
    background-color: var(--sk-primary);
}


/***/
.cart_btn {
    width: 30px;
    min-width: 30px;
    height: 30px;
    position: relative;
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: none;
    outline: 0;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--sk-heading);
    overflow: visible;
}

.cart_btn span {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 18px;
    min-width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: var(--sk-secondary);
    color: var(--sk-text-white);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    font-size: 10px;
}


.User_btn {
    width: 30px;
    min-width: 30px;
    height: 30px;
    position: relative;
    padding: 5px;
    margin: 0;
    background-color: transparent;
    border: none;
    outline: 0;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--sk-heading);
    overflow: visible;
    border: 1px solid var(--sk-heading);
    border-radius: 50%;
}


/****/
.headercall_btn {
    position: relative;
    padding: 8px 15px 8px 40px;
    margin: 0;
    color: var(--sk-bg-contrast-txt); /*--sk-heading */
    background-color: var(--sk-primary);
    border: 1px solid var(--sk-primary);
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: 0.4s;
    font-size: 100%;
    font-weight: 600;
    text-transform: uppercase;
    line-height: normal;
}

.headercall_btn::after {
    content: "\f2a0";
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}

.headercall_btn:hover {
    color: var(--sk-heading);
    background-color: transparent;
    border: 1px solid var(--sk-heading);
}

/***/
.common_btn,
.gform_wrapper .gform_footer .common_btn {
    position: relative;
    padding: 8px 40px 8px 15px  !important;
    margin: 0;
    color: var(--sk-bg-contrast-txt) !important; /*--sk-heading */
    background-color: var(--sk-primary) !important;
    border: 1px solid var(--sk-primary) !important;
    border-radius: 6px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    transition: 0.4s;
    font-size: 100% !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;
    line-height: normal !important;
}

.common_btn::after,
.gform_wrapper .gform_footer .common_btn::after {
    content: " " !important;
    width: 20px;
    height: 20px;
    background-image: url(assets/images/Icon/leaf-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 8px;
    right: 12px;
    rotate: -30deg;
}

.common_btn.active::after {
    background-image: url(assets/images/Icon/leaf.png);
}

.common_btn:hover:after {
    background-image: url(assets/images/Icon/leaf.png);
}

.common_btn.active:hover:after {
    background-image: url(assets/images/Icon/leaf-2.png);
}

.common_btn:hover,
.gform_wrapper .gform_footer .common_btn:hover {
    background-color: transparent !important;
    border: 1px solid var(--sk-primary) !important;
    color: var(--sk-primary) !important;
}

.common_btn.active {
    background-color: transparent !important;
    border: 1px solid var(--sk-primary) !important;
    color: var(--sk-primary) !important;
}

.common_btn.active.white {
    border: 1px solid var(--sk-text-white) !important;
    color: var(--sk-text-white) !important;
}

.common_btn.active:hover {
    background-color: var(--sk-primary) !important;
    border: 1px solid var(--sk-primary) !important;
    color: var(--sk-heading) !important;
}


/***/

.button-pulse {
    animation: pulse 2s infinite 3s cubic-bezier(0.25, 0, 0, 1);
    box-shadow: 0 0 0 0 #ffffffbb;
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }
}

/*
=======================
Custom Modal css
=======================
*/

.customModal_modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: #00000093;
    display: none;
}

.customModal_modal.active {
    display: block;
}

.customModal_body {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    max-width: 550px;
    min-height: 180px;
    height: auto;
    border-radius: 8px;
    overflow: hidden;
    background-color: var(--sk-body);
    z-index: 1;
    padding: 20px;
}

.customModal_body .close_btn {
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 2;
    background-color: transparent;
    color: var(--sk-primary);
    box-shadow: none;
    font-size: 120%;
    font-weight: 600;
    padding: 0;
    margin: 0;
}

.customModal_body .heading {
    font-size: 110%;
    font-weight: 600;
    margin-bottom: 20px;
}

.customModal_body .content {
    width: 100%;
    max-height: 500px;
    overflow-y: auto;
    padding: 20px 0;
}

/*
=======================
Top Header section
=======================
*/
.top_header {
    width: 100%;
    height: auto;
    background-color: var(--sk-primary);
    padding: 5px 0;
    position: relative;
}

.top_header .wrap {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 5px;
}

.headcontact_wrap {
    display: flex;
    align-items: center;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.headcontact_wrap li,
.headcontact_wrap li a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--sk-text-white);
    font-size: 85%;
}

.headcontact_wrap li .icon {
    width: 26px;
    height: 26px;
    color: var(--sk-primary);
    background-color: var(--sk-body);
    border-radius: 50%;
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.activitybtn_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.activitybtn_wrap li {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    color: var(--sk-text-white);
}


.activitybtn_wrap li::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -7px;
    transform: translateY(-50%);
    width: 2px;
    height: 60%;
    background-color: var(--sk-body);
    border-radius: 4px;
}

.activitybtn_wrap li:last-child::after {
    display: none;
}

.activitybtn_wrap li a {
    font-size: 85%;
    color: var(--sk-text-white);
}


/*
=======================
main Header section
=======================
*/
.main_header {
    width: 100%;
    height: auto;
    padding: 8px 0;
    position: relative;
    top: 0;
    left: 0;
    z-index: 5;
    background-color: var(--sk-body);
    box-shadow: 0px 0px 5px 0px var(--sk-box-shadow);
    transition: 0.5s;
    border-top: 3px solid var(--sk-primary);
}

.main_header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6;
    backdrop-filter: blur(8px);
    background-color: rgba(255, 255, 255, 0.8);
}

.main_header .wraper {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    position: relative;
}

.Logo_area {
    width: 140px;
    height: auto;
    overflow: hidden;
}

.Logo_area img {
    object-fit: contain;
}

/******/
.main_header .right_wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.socialIcon_list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 25px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.socialIcon_list li {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

.socialIcon_list li a {
    text-decoration: none;
    cursor: pointer;
    border: none;
    padding: 0;
    margin: 0;
    color: var(--sk-text-white);
    background-color: transparent;
    font-size: 14px;
}

.socialIcon_list li a i {
    color: var(--sk-text-white);
}

.headermenubar_btn {
    width: 100%;
    max-width: 42px;
    min-width: 42px;
    height: 36px;
    border-radius: 6px;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: var(--sk-heading);
    padding: 0;
    margin: 0;
    font-size: 120%;
    line-height: normal;
    position: relative;
}

.headermenubar_btn .menuBar_line {
    height: 2px;
    width: 22px;
    display: block;
    background: var(--sk-heading);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.headermenubar_btn .menuBar_line:after {
    content: ' ';
    width: 25px;
    height: 2px;
    display: block;
    background: var(--sk-heading);
    bottom: 8px;
}

.headermenubar_btn .menuBar_line:before {
    content: ' ';
    width: 25px;
    height: 2px;
    display: block;
    background: var(--sk-heading);
    top: 8px;
}

.headermenubar_btn .menuBar_line:after,
.headermenubar_btn .menuBar_line:before {
    position: absolute;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

/*******/
.responsivesearch_box {
    width: fit-content;
    height: fit-content;
    position: relative;
}

.responsivesearch_box .btn-search {
    background-color: transparent;
    color: var(--sk-primary);
}

.responsivesearch_box .search_wrap {
    position: absolute;
    top: 50px;
    right: 0;
    width: 380px;
    border-radius: 4px;
    overflow: hidden;
    height: auto;
    z-index: 3;
    background-color: var(--sk-body);
    box-shadow: 0px 0px 5px 0px var(--sk-box-shadow);
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease;
}

.responsivesearch_box .search_wrap.open {
    opacity: 1;
    visibility: visible;
    transition: all 0.6s ease;
}

.responsivesearch_box .go_btn {
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
    height: 32px;
    font-size: 85%;
    line-height: normal;
    cursor: pointer;
    background-color: var(--sk-primary);
    color: var(--sk-body);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
}

.responsivesearch_box .input-search {
    width: 100%;
    height: 40px;
    padding: 5px 55px 5px 10px;
    color: var(--sk-primary);
    border-radius: 4px;
    outline: 0;
    border: 1px solid var(--sk-text);
}

.responsivesearch_box .input-search:focus {
    outline: 0;
    box-shadow: none;
    border: 1px solid var(--sk-primary);
}

.responsivesearch_box .input-search::placeholder {
    color: var(--sk-text);
}

/*****/
@media (min-width: 1024px) {
    .menubar_box {
        transition: all 0.3s ease;
        padding: 6px 6px;
    }

    .menubar_box .top_area {
        display: none;
    }

    .menubar_box .bottom_area {
        display: none;
    }

    .navber_wrap {
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
        list-style: none;
        margin: 0;
        padding: 0;
        gap: 15px;
    }

    .navber_wrap li {
        list-style: none;
        padding: 0;
        margin: 0;
        position: relative;
    }

    .navber_wrap li:after {
        content: " ";
        position: absolute;
        left: 50%;
        bottom: 0px;
        transform: translateX(-50%);
        width: 0;
        height: 2px;
        border-radius: 4px;
        background-color: var(--sk-secondary);
        transition: 0.5s;
    }

    .navber_wrap li a {
        font-size: 95%;
        font-weight: 600;
        line-height: normal;
        color: var(--sk-heading);
        text-decoration: none;
        text-transform: capitalize;
        border: 1px solid transparent;
        padding: 5px 5px;
        border-radius: 0px;
        display: block;
        font-family: var(--fonts-title);
    }

    .navber_wrap li.current-menu-item a,
    .navber_wrap li:hover a {
        color: var(--sk-secondary);
        box-shadow: none;
        text-shadow: none;
    }

    .navber_wrap li.current-menu-item::after,
    .navber_wrap li.current-menu-item:hover:after,
    .navber_wrap li:hover:after {
        width: 80%;
    }

    /***/
    .sub-menu {
        position: absolute;
        top: 150%;
        left: 0;
        outline: 0;
        box-shadow: 0px 0px 5px 0px var(--sk-box-shadow);
        border-radius: 0;
        background-color: var(--sk-body);
        width: 15rem;
        height: auto;
        z-index: 4;
        display: inline-block;
        opacity: 0;
        visibility: hidden;
        transition: 0.5s all;
        text-decoration: none;
        list-style: none;
        padding: 0px 0px;
        margin: 0;
    }

    .sub-menu li {
        border-bottom: 1px solid #ccc;
    }

    .sub-menu li:last-child {
        border: none;
    }

    .sub-menu li a {
        width: 100%;
        font-size: 85%;
        display: block;
        padding: 5px 10px;
        color: var(--sk-text);
        text-transform: capitalize;
        text-align: left;
        border-radius: 0;
        font-weight: 500;
    }

    .sub-menu li::after,
    .sub-menu li a::after {
        display: none;
    }

    .navber_wrap li .icon::after {
        content: "\f107";
        font-family: FontAwesome;
        position: absolute;
        right: -8px;
        top: 57%;
        transform: translateY(-50%);
        font-size: 70%;
        font-weight: 500;
        color: var(--sk-text);
    }


    .navber_wrap li.current-menu-item .icon::after {
        color: var(--sk-secondary);
    }

    .navber_wrap li:hover .sub-menu {
        visibility: visible;
        opacity: 1;
        /* transform: scale(1); */
        top: 100%;
    }

    /******/
    .sub-menu li ul {
        display: none !important;
    }

    .sub-menu li:hover>ul {
        display: inline-block !important;
        top: 0 !important;
        left: 100% !important;
    }

    /* .sub-menu li .icon {
        display: none;
    } */

    .sub-menu li .icon::after {
        right: 10px;
        top: 50%;
        transform: translateY(-50%) rotate(-90deg);
        color: var(--sk-text);
    }

    .sub-menu li:hover>.icon::after {
        color: var(--sk-text-white);
    }

    /* .sub-menu li.open>.icon::after,
    .sub-menu li:hover>.icon::after {
        transform: translateY(-50%) rotate(0deg);
    } */

    /********/
    .sub-menu li:hover>a,
    .sub-menu li:hover>ul li:hover>a,
    .sub-menu li:hover>ul li:hover>ul li:hover>a {
        background-color: var(--sk-primary) !important;
        color: var(--sk-text-white) !important;
        text-decoration: none !important;
    }

    .sub-menu li a,
    .sub-menu li:hover>ul li>a,
    .sub-menu li:hover>ul li:hover>ul li>a {
        background-color: transparent !important;
        color: var(--sk-text) !important;
    }
}

@media (max-width: 1024px) {
    .menubar_box {
        position: fixed;
        top: 0;
        right: -105%;
        width: 100%;
        max-width: 330px;
        min-width: 330px;
        height: 100vh;
        background-color: var(--sk-body);
        box-shadow: 0px 0px 5px 0px var(--sk-box-shadow);
        transition: all 0.4s ease;
        /* display: none; */
        z-index: 8;
    }

    .menubar_box.openmenu {
        display: inline-block;
        right: 0px;
    }

    .menubar_box .top_area {
        width: 100%;
        box-shadow: 0px 0px 5px 0px #ccc;
        padding: 5px 8px;
        position: relative;
        background-color: var(--sk-body);
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .menubar_box .top_area .Logo_area {
        width: 93px;
        padding: 0;
    }

    .menubar_box .bottom_area {
        background-color: var(--sk-primary);
        padding: 16px 10px;
        width: 100%;
    }

    .menubar_box .bottom_area .btn {
        width: 49%;
    }

    .navber_wrap {
        width: 100%;
        height: 85vh;
        padding: 15px 0;
        list-style: none;
        overflow-y: scroll;
    }

    .navber_wrap li {
        width: 100%;
        border-bottom: 1px solid #ececec;
        position: relative;
        list-style: none;
    }

    .navber_wrap li a {
        font-size: 100%;
        font-weight: 600;
        color: var(--sk-text);
        padding: 8px 50px 8px 15px;
        width: 100%;
        text-align: left;
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-decoration: none;
        outline: 0;
        box-shadow: none;
        border: none;
        margin: 0;
        cursor: pointer;
        background-color: transparent;
        /* white-space: nowrap; */
        /* overflow: hidden; */
        font-family: var(--fonts-title);
    }

    .navber_wrap li .icon {
        position: absolute;
        top: 5px;
        right: 10px;
        width: 30px;
        height: 30px;
        z-index: 2;
    }

    .navber_wrap li .icon::after {
        content: "\f107";
        font-family: FontAwesome;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        font-weight: 600;
        color: var(--sk-text);
        transition: .6s;
    }

    .navber_wrap li .icon {
        display: inline-block;
    }

    .sub-menu {
        list-style: none;
        padding: 1px 0 0 0;
        margin: 0;
        display: none;
    }

    .sub-menu li,
    .sub-menu .megamenu_list {
        list-style: none;
        padding-left: 15px;
        position: relative;
        border-bottom: none;
        width: 100%;
        /* background-color: #ebe9e9; */
    }

    .sub-menu li:last-child {
        border: none;
    }

    .sub-menu li::before {
        content: "\f192";
        font-family: "FontAwesome";
        position: absolute;
        top: 11px;
        left: 15px;
        font-size: 60%;
        font-weight: 300;
        color: var(--sk-text);
    }

    .sub-menu li a {
        font-size: 95%;
        color: var(--sk-primary) !important;
        font-weight: 500 !important;
        text-decoration: none;
        text-transform: capitalize;
        padding-left: 20px;
    }

    /****/
    .headermenubar_btn.on {
        position: fixed;
        top: 15px;
        right: 12px;
        z-index: 9;
        background: transparent;
    }

    .headermenubar_btn.on .menuBar_line {
        background: transparent;
    }

    .headermenubar_btn.on .menuBar_line:before {
        transform: rotate(-45deg) translate(6px, -6px);
        -webkit-transform: rotate(-45deg) translate(6px, -6px);
        background: var(--sk-heading);
    }

    .headermenubar_btn.on .menuBar_line:after {
        transform: rotate(45deg) translate(5px, 5px);
        -webkit-transform: rotate(45deg) translate(5px, 5px);
        background: var(--sk-heading);
    }
}


/*
=======================
main Footer section
=======================
*/
.footer_sec {
    width: 100%;
    height: auto;
    background-image: url(assets/images/footer-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.footer_newsletter_row {
    padding-bottom: 20px;
}

.footer_newsletter_heading {
    max-width: 600px;
    margin-bottom: 0;
}

.footer_newsletter_widget {
    width: 100%;
}

.footer_newsletter_widget .head {
    display: none;
}

.footer_newsletter_widget form,
.footer_newsletter_widget .gform_wrapper,
.footer_newsletter_widget .gform-theme--foundation {
    width: 100%;
    margin-bottom: 0;
}

.footer_newsletter_widget>*:last-child {
    margin-bottom: 0;
}

.footer_divider {
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    margin: 0 0 30px;
}

.footer_main_inner {
    width: 100%;
    height: auto;
}

.footerlogo_box {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.footerlogo_box .Logo_area {
    height: 116px;
}

.footerlogo_box .Logo_area a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.footerdesc.text {
    opacity: 0.8;
    margin: 0 0 25px;
    color: var(--sk-text-white);
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}


/******/
.fcontact_details {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 15px 20px;
    margin-bottom: 20px;
}

.fcontact_details li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--sk-text-white);
    margin-bottom: 10px;
}

.fcontact_details li a {
    padding: 0;
    margin: 0;
    box-shadow: none;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    color: var(--sk-text-white);
}

.fcontact_details li a:hover {
    color: var(--sk-primary);
}

.fcontact_details li .icon {
    color: var(--sk-heading);
    background-color: var(--sk-primary);
    border: none;
    border-radius: 50%;
    overflow: hidden;
    width: 38px;
    min-width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 100%;
}

.fcontact_details li .icon.phone::after {
    content: "\f2a0";
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fcontact_details li .icon.mail::after {
    content: "\f0e0";
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fcontact_details li .icon.address::after {
    content: "\f3c5";
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fcontact_details li .text {
    color: var(--sk-primary);
    display: flex;
    align-items: center;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

.fcontact_details li a .text:hover {
    color: var(--sk-primary);
    text-decoration: underline;
}

.footer_meta_row {
    align-items: center;
}

.footer_locations_box {
    padding-bottom: 0;
}

.footer_location_text {
    display: inline-block;
    color: var(--sk-text-white);
    font-size: 100%;
    font-weight: 500;
    opacity: 0.8;
}

.footer_social_wrap {
    width: 100%;
    flex-wrap: wrap;
}

.footer_social_wrap .text {
    margin-bottom: 0;
}

.footer_social_wrap .fsicons_all {
    margin: 0;
}


/*****/
.footermenu_box {
    width: 100%;
    height: auto;
    padding-bottom: 25px;
}

.footermenu_box .head {
    font-size: 120%;
    font-weight: 500;
    text-decoration: none;
    color: var(--sk-primary);
    font-family: var(--fonts-title);
    padding: 0;
    margin-bottom: 10px;
    line-height: normal;
    position: relative;
    display: inline-block;
    text-transform: capitalize;
}

.footermenu_box .head::after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: var(--sk-primary);
    border-radius: 4px;
    display: none;
}

.footermenu_box ul {
    width: 100%;
    height: auto;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 12px 25px;
}

.footermenu_box ul li {
    list-style: none;
    line-height: normal;
    padding: 0;
    margin: 0;
    position: relative;
}

.footermenu_box ul li::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: -12px;
    transform: translateY(-50%);
    width: 1px;
    height: 70%;
    background-color: var(--sk-text-white);
    opacity: 0.9;
    border-radius: 2px;
}

.footermenu_box ul li:last-child::after {
    display: none;
}

.footermenu_box ul li a {
    text-decoration: none;
    outline: 0;
    background-color: transparent;
    box-shadow: none;
    color: var(--sk-text-white);
    text-transform: capitalize;
    font-size: 100%;
    font-weight: 500;
    text-align: center;
    border: none;
    padding: 2px 0;
    margin: 0;
    cursor: pointer;
    transition: 0.3s;
    opacity: 0.8;
}

.footermenu_box ul li a:hover {
    text-decoration: none;
    box-shadow: none;
    outline: 0;
    color: var(--sk-text-white);
    opacity: 1;
}


/*****/
.newsletter_box {
    position: relative;
}

.formGroup.newsletter_box label {
    top: 20px;
    color: var(--sk-text-white);
    font-weight: 500;
}

.formGroup.newsletter_box input:focus~label,
.formGroup.newsletter_box input:valid~label {
    top: -12px;
    left: 15px;
    font-size: 75%;
    background-color: transparent;
    color: var(--sk-text-white);
}

.formGroup.newsletter_box input {
    height: 58px;
    padding: 8px 140px 8px 15px;
    color: var(--sk-text-white);
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-radius: 0;
}

.formGroup.newsletter_box input:focus {
    border-color: var(--sk-text-white);
}

.newsletter_box .common_btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-weight: 600;
}


/****bottom_footer****/
/*********************/
.bottom_footer {
    width: 100%;
    height: auto;
    background-color: var(--sk-primary);
    position: relative;
    padding: 10px 0;
}

.bottom_footer .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 8px 0;
}

.bottom_footer .text {
    font-size: 100%;
    color: var(--sk-bg-contrast-txt); /* --sk-heading */
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
    padding: 0;
    margin: 0;
}

.fsicons_all {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.fsicons_all li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fsicons_all li a {
    font-size: 100%;
    color: var(--sk-text-white);
    background: transparent;
    padding: 5px;
    margin: 0;
    border: none;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    border-radius: 50%;
}

.fsicons_all li a:hover {
    background-color: var(--sk-primary);
    color: var(--sk-bg-contrast-txt); /* --sk-heading */
}

.fsicons_all li a i {
    line-height: normal;
}


/*
=======================
Scroll to top
=======================
*/
.return-to-top {
    position: fixed;
    right: 2%;
    bottom: 9%;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 36px;
    height: 36px;
    z-index: 5;
    padding: 10px;
    color: var(--sk-heading);
    background-color: var(--sk-secondary) !important;
    border: 1px solid var(--sk-secondary) !important;
    transition: .6s;
    box-shadow: 0px 0px 2px 0px var(--sk-box-shadow) !important;
}

.return-to-top.show {
    display: flex;
}

.return-to-top i.blink {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}

@-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.0;
    }
}


/*
=======================
banner wrapper position
=======================
*/
/**top*/
.homebanner_sec .wrapper.topleft {
    position: absolute;
    top: 0;
    left: 0;
}

.homebanner_sec .wrapper.topcenter {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.homebanner_sec .wrapper.topright {
    position: absolute;
    top: 0;
    right: 0;
}


/***middle***/
.homebanner_sec .wrapper.middleleft {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.homebanner_sec .wrapper.middlecenter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.homebanner_sec .wrapper.middleright {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

/***bottom****/
.homebanner_sec .wrapper.bottomleft {
    position: absolute;
    left: 0;
    bottom: 0;
}

.homebanner_sec .wrapper.bottomcenter {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.homebanner_sec .wrapper.bottomright {
    position: absolute;
    right: 0;
    bottom: 0;
}



/*
=======================
homebanner_sec
=======================
*/
.homebanner_sec {
    position: relative;
    overflow: hidden;
    background-color: var(--sk-heading);
}

.homebanner_sec .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.homebanner_sec .slick-track {
    margin: 0 !important;
}

.homebanner_sec .slick-slide {
    margin: 0 !important;
    padding: 0 !important;
}

.homebanner_sec .bannerslider_box {
    position: relative;
}

.homebanner_sec .item_img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    z-index: 1;
}

.homebanner_sec .item_img::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00000023;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.homebanner_sec .item_img img,
.homebanner_sec .item_img video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.homebanner_sec .heroplay_btn {
    position: absolute;
    top: 36%;
    right: 5%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: var(--sk-text-white);
    color: var(--sk-primary);
    font-size: 42px;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}

.homebanner_sec .cust_container {
    position: relative;
    z-index: 1;
}

.homebanner_sec .banner_content {
    width: 100%;
    height: 80vh;
    overflow: hidden;
    padding: 30px 0;
    position: relative;
}

.homebanner_sec .wrapper {
    width: 100%;
    max-width: 800px;
    height: auto;
    padding: 30px 0px;
    border-radius: 12px;
    backdrop-filter: blur(0px);
    background-color: rgba(0, 0, 0, 0.75);
    padding: 20px;
}

/*****/
.homebanner_sec .wrapper.topleft .sub_heading,
.homebanner_sec .wrapper.middleleft .sub_heading,
.homebanner_sec .wrapper.bottomleft .sub_heading,
.homebanner_sec .wrapper.topleft .heading.banner_heading,
.homebanner_sec .wrapper.middleleft .heading.banner_heading,
.homebanner_sec .wrapper.bottomleft .heading.banner_heading,
.homebanner_sec .wrapper.topleft .bannerdesc.desc,
.homebanner_sec .wrapper.middleleft .bannerdesc.desc,
.homebanner_sec .wrapper.bottomleft .bannerdesc.desc {
    text-align: left;
}

.homebanner_sec .wrapper.topleft .button_wrap,
.homebanner_sec .wrapper.middleleft .button_wrap,
.homebanner_sec .wrapper.bottomleft .button_wrap {
    justify-content: left;
}

.homebanner_sec .wrapper.topcenter .sub_heading,
.homebanner_sec .wrapper.middlecenter .sub_heading,
.homebanner_sec .wrapper.bottomcenter .sub_heading,
.homebanner_sec .wrapper.topcenter .heading.banner_heading,
.homebanner_sec .wrapper.middlecenter .heading.banner_heading,
.homebanner_sec .wrapper.bottomcenter .heading.banner_heading,
.homebanner_sec .wrapper.topcenter .bannerdesc.desc,
.homebanner_sec .wrapper.middlecenter .bannerdesc.desc,
.homebanner_sec .wrapper.bottomcenter .bannerdesc.desc {
    text-align: center;
}

.homebanner_sec .wrapper.topcenter .button_wrap,
.homebanner_sec .wrapper.middlecenter .button_wrap,
.homebanner_sec .wrapper.bottomcenter .button_wrap {
    justify-content: center;
}

.homebanner_sec .wrapper.topright .sub_heading,
.homebanner_sec .wrapper.middleright .sub_heading,
.homebanner_sec .wrapper.bottomright .sub_heading,
.homebanner_sec .wrapper.topright .heading.banner_heading,
.homebanner_sec .wrapper.middleright .heading.banner_heading,
.homebanner_sec .wrapper.bottomright .heading.banner_heading,
.homebanner_sec .wrapper.topright .bannerdesc.desc,
.homebanner_sec .wrapper.middleright .bannerdesc.desc,
.homebanner_sec .wrapper.bottomright .bannerdesc.desc {
    text-align: right;
    width: 100%;
}

.homebanner_sec .wrapper.topright .button_wrap,
.homebanner_sec .wrapper.middleright .button_wrap,
.homebanner_sec .wrapper.bottomright .button_wrap {
    justify-content: right;
}


/* 
===================
Inner Banner page css
===================
*/
.innerbanner_sec {
    width: 100%;
    height: 45vh;
    max-height: 300px;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.innerbanner_sec::before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #0f2d018a;
    z-index: 1;
}

.innerbanner_sec .cust_container {
    position: relative;
    height: 100%;
    z-index: 2;
}

.innerbanner_sec .content {
    position: relative;
    top: 65%;
    left: 0%;
    transform: translateY(-50%);
    z-index: 3;
    display: inline-block;
}

.innerbanner_head {
    font-size: 300%;
    font-weight: 600;
    text-align: left;
    line-height: 1.5;
    color: var(--sk-text-white);
    font-family: var(--fonts-title);
    padding: 0;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.innerbanner_head span {
    color: var(--sk-primary);
}

.breadcrumb {
    width: 100%;
    height: auto;
    list-style: none;
    margin: 0 auto;
}

.breadcrumb .breadcrumb-item {
    font-size: 100%;
    font-weight: 600;
    text-align: left;
    color: var(--sk-text-white);
    line-height: normal;
    padding: 0;
    margin: 0;
}

.breadcrumb .breadcrumb-item a {
    text-decoration: none;
    box-shadow: none;
    outline: 0;
    color: var(--sk-text-white);
}

.breadcrumb .breadcrumb-item.active {
    color: var(--sk-yellow);
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    padding-left: .2rem;
    color: var(--sk-yellow);
    content: ">";
}


/****ydnad_sec*******/
/********************/
.getHealthy_box {
    position: relative;
}

.getHealthy_box .health-form {
    width: 100%;
    /* max-width: 75%; */
    padding: 20px;
    background: var(--sk-body-light);
    margin-left: auto;
    margin-top: -20%;
    box-shadow: 0px 0px 5px 0px var(--sk-box-shadow);
    border-radius: 6px;
}

.getHealthy_box .health-form .head {
    font-size: 105%;
    font-weight: 600;
    color: var(--sk-bg-contrast-txt); /* --sk-heading */
    margin-bottom: 20px;
}

.getHealthy_box .custom-check {
    display: flex;
    gap: 10px;
    /* font-size: 95%; */
    font-weight: 600;
    color: var(--sk-heading);
    margin-bottom: 15px;
    cursor: pointer;
    position: relative;
}

.getHealthy_box .custom-check input {
    display: none;
}

.getHealthy_box .custom-check span {
    width: 16px;
    height: 16px;
    border: 3px solid var(--sk-secondary);
    display: inline-block;
    margin-top: 0;
}

.getHealthy_box .custom-check input:checked+span {
    background-color: var(--sk-primary);
    border-color: var(--sk-primary);
    position: relative;
}

.getHealthy_box .custom-check input:checked+span::after {
    content: "✔";
    color: var(--sk-text-white);
    font-size: 12px;
    position: absolute;
    top: -2px;
    left: 2px;
}

.getHealthy_box .note {
    font-size: 80%;
    color: var(--sk-heading);
    margin-top: 10px;
}

.ydnadiamge_wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.ydnadiamge_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mostPeople_box {
    max-width: 120%;
    height: 100%;
    background-image: url(assets/images/Most-People-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px;
    box-shadow: 0px 0px 5px 0px var(--sk-box-shadow);
    margin-top: 10%;
    margin-left: -10%;
    display: flex;
    align-items: center;
}

.mostPeople_box .list_wrap li .desc {
    opacity: 0.8;
}


/****wmbnd_sec*******/
/********************/
.success_step {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 2%;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.success_step_box {
    width: 100%;
    max-width: 32%;
    height: auto;
    list-style: none;
    padding: 15px;
    margin: 0;
    margin-bottom: 20px;
    position: relative;
}

.success_step_box::before {
    content: "";
    position: absolute;
    top: 40px;
    left: 52px;
    width: 100%;
    height: 2px;
    opacity: .6;
    background-image: repeating-linear-gradient(to right, var(--sk-heading) 0 8px, transparent 8px 16px);
    animation: moveDash 1s linear infinite;
    z-index: -1;
}

@keyframes moveDash {
    from {
        background-position: 0 0
    }

    to {
        background-position: 16px 0
    }
}

.success_step_box .number {
    font-size: 140%;
    color: var(--sk-primary);
    background-color: var(--sk-heading);
    border-radius: 50%;
    padding: 2px;
    width: 50px;
    min-width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 10px;
}

.success_step_box:nth-child(3) .number {
    color: var(--sk-heading);
    background-color: var(--sk-primary);
}

.success_step_box .para_head {
    color: var(--sk-heading);
    font-weight: 600;
}

.success_step .desc {
    display: -webkit-box;
    /* -webkit-line-clamp: 3; */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


/******honwlpw_sec******/
/***********************/
.honwlpw_sec {
    width: 100%;
    height: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.honwlpwimg_wrap {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
    height: auto;
    border-radius: 50%;
    overflow: hidden;
}

.honwlpwimg_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/****ourproduct_sec***/
/*********************/
.product_card {
    width: 100%;
    height: auto;
    border: 1px solid transparent;
    position: relative;
    display: block;
    border-radius: 4px;
    transition: 0.4s;
}

.product_card:hover {
    cursor: pointer;
    border: 1px solid var(--sk-box-shadow);
    box-shadow: 0px 0px 5px 0px var(--sk-box-shadow);
}

.product_card .image_wrap {
    height: 25vh;
    overflow: hidden;
    margin: 0 auto;
    background-color: var(--sk-body);
    border-radius: 4px 4px 0px 0px;
}

.product_card .image_wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    aspect-ratio: 1/1;
}

.product_card .content {
    width: 100%;
    padding: 10px 15px 40px;
}

.product_card .name {
    font-size: 100%;
    font-weight: 600;
    color: var(--sk-heading);
    padding: 0;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product_card .desc {
    font-size: 85%;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product_card .amount {
    font-size: 105%;
    font-weight: 700;
    color: var(--sk-secondary);
    padding: 0;
    margin: 0;
}

.product_card del .amount {
    font-size: 85%;
    color: var(--sk-box-shadow);

}

.product_card .addtocart_btn {
    position: absolute;
    right: 10px;
    bottom: 2px;
}

/***empowerment_sec****/
/**********************/
.empowerment_sec {
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.empowerment_sec .content {
    width: 100%;
    max-width: 1100px;
    height: auto;
    margin: 0 auto;
    padding: 40px;
    position: relative;
}

.empowerment_sec .content::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(assets/images/footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    opacity: 0.8;
}

.empowerment_sec .content .wraper {
    position: relative;
    z-index: 2;
    text-align: center;
}

/********testimonial****/
/**********************/

.testimonials_slider .slide-arrow.prev-arrow {
    top: 50%;
    left: -4px;
    transform: translateY(-50%);
}

.testimonials_slider .slide-arrow.next-arrow {
    top: 50%;
    right: -4px;
    transform: translateY(-50%);
}

.testimonial_card {
    width: 100%;
    background: var(--sk-body);
    padding: 20px;
    border-radius: 6px;
    transition: 0.3s;
}

.testimonial_card.active,
.testimonial_card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.testimonial_card .top {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    padding-right: 25px;
    margin-bottom: 10px;
}

.testimonial_card .avatar {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--sk-text-white);
    background-color: var(--sk-heading);
    font-weight: bold;
}

.testimonials_slider .slick-slide:nth-child(1) .testimonial_card .avatar {
    background: #f28c28;
}

.testimonials_slider .slick-slide:nth-child(2) .testimonial_card .avatar {
    background: #7aa21d;
}

.testimonials_slider .slick-slide:nth-child(3) .testimonial_card .avatar {
    background: #555;
}

.testimonials_slider .slick-slide:nth-child(4) .testimonial_card .avatar {
    background: #018799;
}

.testimonials_slider .slick-slide:nth-child(5) .testimonial_card .avatar {
    background: #013199;
}

.testimonial_card .user-info h4 {
    color: var(--sk-heading);
    margin: 0;
    font-size: 90%;
    font-weight: 600;
}

.testimonial_card .user-info span {
    font-size: 85%;
    color: var(--sk-text);
}

.testimonial_card .google-icon {
    width: 18px;
    height: auto;
    position: absolute;
    right: 0;
    object-fit: contain;
}

.testimonial_card .allrating {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

.testimonial_card .allrating .rating {
    width: 16px;
    height: 16px;
    position: relative;
}

.testimonial_card .allrating .rating::after {
    content: "\f005";
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    color: var(--sk-box-shadow);
}

.testimonial_card .allrating .rating.active::after {
    color: var(--sk-secondary);
}

.testimonial_card .verify {
    width: 18px;
    min-width: 18px;
    height: 18px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial_card .verify img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.testimonial_card .desc {
    font-size: 85%;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.testimonial_card iframe {
    width: 100%;
}

/******/
.alltestimonial_wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}

.alltestimonial_wrap .testimonial_card {
    width: 49%;
    height: auto;
    flex-grow: 1;
    margin-bottom: 2%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 0px 5px 0px var(--sk-box-shadow);
    padding: 15px;
    transition: 0.2s;
}

.alltestimonial_wrap .testimonial_card .desc {
    -webkit-line-clamp: 10;
}


/*******yhypyn_sec******/
/***********************/
.yhypyn_sec {
    width: 100%;
    height: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.yhypynimg_wrap {
    width: 100%;
    max-width: 70%;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}

.yhypynimg_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/******tvRadioShows_sec******/
/****************************/
.tvRadioShows_box {
    height: 12vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tvRadioShows_box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    aspect-ratio: 1/1;
}



/******blog_sec*******/
/*********************/

.allhomeblog_wrap {
    column-count: 2;
    column-gap: 50px;
}

.homeblog_box {
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
    break-inside: avoid;
    position: relative;
}

.homeblog_box.active {
    display: block;
}

.homeblog_box .image_box {
    width: 100%;
    overflow: hidden;
    box-shadow: 0 0 5px var(--sk-box-shadow);
    margin-bottom: 10px;
    display: none;
}

.homeblog_box .image_box img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.homeblog_box.active .image_box {
    display: block;
}

.homeblog_box .date {
    font-size: 95%;
    color: var(--sk-text);
    margin-bottom: 5px;
}

.homeblog_box .name {
    font-size: 100%;
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--sk-heading);
}

.homeblog_box .desc {
    font-size: 85%;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
}

.homeblog_box .readmore_btn {
    font-size: 85%;
}


/*****Contact-us*****/
/********************/
.contactus_sec {
    width: 100%;
    height: auto;
}

/* LEFT */
.contact_info {
    padding: 20px;
}

.contact_info .box {
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
    transition: 0.3s;
}

.contact_info .box:last-child {
    border-bottom: none;
}

.contact_info .box:hover {
    transform: translateX(5px);
}

.contact_info .icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
    background-color: var(--sk-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: var(--sk-heading);
    font-size: 16px;
}

.contact_info .content h4 {
    font-size: 100%;
    color: var(--sk-heading);
    margin-bottom: 6px;
    font-weight: 700;
}

.contact_info .content p {
    color: var(--sk-text);
    margin-bottom: 0;
    line-height: 1.6;
}

.contact_info .content a {
    color: var(--sk-text);
    transition: 0.3s;
}

.contact_info .content a:hover {
    color: var(--sk-yellow);
}

/* RIGHT */
.contact_form {
    background: #f9f9f9;
    padding: 25px;
    border-radius: 8px;
}

.contact_form .minheading {
    margin-bottom: 35px;
    margin-top: 0;
}


/* MAP */
.map_wrap {
    width: 100%;
    height: auto;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 40px;
}




/******our-Client page****/
/**************************/
.clientlogo_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 30px;
    align-items: center;
}

.clientlogo {
    padding: 20px;
    box-shadow: 0px 0px 5px 0px var(--sk-box-shadow);
    border-radius: 6px;
    overflow: hidden;
}

.clientlogo img {
    width: 100%;
    filter: grayscale(100%);
    transition: 0.3s;
    object-fit: contain;
    aspect-ratio: 1 / 1;
}

.clientlogo img:hover {
    filter: grayscale(0%);
    transform: scale(1.05);
}


/*****common-layout***/

.commonlayout {
    display: grid;
    grid-template-columns: 350px 1fr;
    gap: 20px;
}

.commonlayout.right {
    grid-template-columns: 1fr 350px;
}

.commonlayout .minheading {
    margin-top: 0;
}

.commonlayout .mainBox {
    background: var(--sk-body);
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 0px 5px 0px var(--sk-box-shadow);
}

.commonlayout .card {
    padding: 15px;
    border-radius: 8px;
    background: var(--sk-body-light);
    margin-bottom: 15px;
}

.commonlayout .card .head {
    font-size: 105%;
    font-weight: 600;
    color: var(--sk-secondary);
    padding: 0;
    margin-bottom: 8px;
}

.commonlayout .menu {
    width: 100%;
    height: auto;
    list-style: none;
    padding: 0;
    margin: 0;
}

.commonlayout .menu li {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
}

.commonlayout .menu li a {
    width: 100%;
    height: auto;
    padding: 8px 15px;
    border-radius: 4px;
    background-color: var(--sk-heading);
    color: var(--sk-text-white);
    display: block;
    font-size: 100%;
    cursor: pointer;
    box-shadow: none;
    outline: 0;
    line-height: normal;
    border: 1px solid var(--sk-heading);
    transition: 0.4s;
}

.commonlayout .menu li a:hover,
.commonlayout .menu li a.active {
    background-color: transparent;
    color: var(--sk-heading);
}





/***************All Responsive*******************************************/
/*************************************************************************/
@media (min-width: 1600px) {
    .navber_wrap {
        gap: 20px;
    }
}

@media (max-width: 1600px) {
    .homebanner_sec .banner_content {
        height: 75vh;
    }

    .Logo_area {
        width: 130px;
    }

    .heading.banner_heading {
        font-size: 240%;
    }

    .common_btn::after {
        top: 6px;
    }
}

@media (max-width: 1400px) {
    .cust_container {
        width: 92%;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        width: 92%;
    }

    /* .heading.banner_heading {
        font-size: 270%;
    } */

    .main_header .wraper {
        gap: 20px;
    }

    /* .getHealthy_box .health-form {
        max-width: 90%;
    } */

    .mostPeople_box {
        padding: 20px 30px;
    }
}

@media (max-width: 1024px) {
    .headermenubar_btn {
        display: inline-flex;
    }
}

@media (max-width: 991px) {

    .topbottom_gap {
        padding: 45px 0;
    }

    .top_gap {
        padding: 45px 0 0;
    }

    .bottom_gap {
        padding: 0 0 45px;
    }

    .responsivereverse {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .footerdesc.text {
        max-width: 100%;
    }

    .needhelpnow_box .content {
        max-width: 80%;
    }

    .sectionheading_wrap .heading {
        width: 100%;
        display: block;
        padding-right: 0;
    }

    .fcontact_details {
        justify-content: center;
        flex-wrap: wrap;
    }

    .getHealthy_box .health-form {
        margin-top: 0;
        max-width: 100%;
    }

    .mostPeople_box {
        padding: 20px;
        margin-top: 0;
    }

    .allhomeblog_wrap {
        column-count: 1;
    }

    .homeblog_box {
        display: block;
        margin-bottom: 15px;
    }

    .commonlayout,
    .commonlayout.right {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {    
    .homebanner_sec .banner_content {
        height: 65vh;
    }

    .topbottom_gap {
        padding: 35px 0;
    }

    .top_gap {
        padding: 35px 0 0;
    }

    .bottom_gap {
        padding: 0 0 35px;
    }

    /* .heading.banner_heading {
        font-size: 280%;
    } */

    /***banner content position start**/
    /* .homebanner_sec .wrapper.topleft,
    .homebanner_sec .wrapper.topcenter,
    .homebanner_sec .wrapper.topright,
    .homebanner_sec .wrapper.middleleft,
    .homebanner_sec .wrapper.middlecenter,
    .homebanner_sec .wrapper.middleright,
    .homebanner_sec .wrapper.bottomleft,
    .homebanner_sec .wrapper.bottomcenter,
    .homebanner_sec .wrapper.bottomright {
        top: 50%;
        left: 50%;
        right: auto;
        transform: translate(-50%, -50%);
    }

    .homebanner_sec .wrapper.topright .sub_heading,
    .homebanner_sec .wrapper.middleright .sub_heading,
    .homebanner_sec .wrapper.bottomright .sub_heading,
    .homebanner_sec .wrapper.topright .heading.banner_heading,
    .homebanner_sec .wrapper.middleright .heading.banner_heading,
    .homebanner_sec .wrapper.bottomright .heading.banner_heading,
    .homebanner_sec .wrapper.topright .bannerdesc.desc,
    .homebanner_sec .wrapper.middleright .bannerdesc.desc,
    .homebanner_sec .wrapper.bottomright .bannerdesc.desc,
    .homebanner_sec .wrapper.topright .amount,
    .homebanner_sec .wrapper.middleright .amount,
    .homebanner_sec .wrapper.bottomright .amount {
        text-align: center;
    }

    .homebanner_sec .wrapper.topleft .sub_heading,
    .homebanner_sec .wrapper.middleleft .sub_heading,
    .homebanner_sec .wrapper.bottomleft .sub_heading,
    .homebanner_sec .wrapper.topleft .heading.banner_heading,
    .homebanner_sec .wrapper.middleleft .heading.banner_heading,
    .homebanner_sec .wrapper.bottomleft .heading.banner_heading,
    .homebanner_sec .wrapper.topleft .bannerdesc.desc,
    .homebanner_sec .wrapper.middleleft .bannerdesc.desc,
    .homebanner_sec .wrapper.bottomleft .bannerdesc.desc,
    .homebanner_sec .wrapper.topleft .amount,
    .homebanner_sec .wrapper.middleleft .amount,
    .homebanner_sec .wrapper.bottomleft .amount {
        text-align: center;
    }

    .homebanner_sec .wrapper.topleft .button_wrap,
    .homebanner_sec .wrapper.middleleft .button_wrap,
    .homebanner_sec .wrapper.bottomleft .button_wrap {
        justify-content: center;
    }

    .homebanner_sec .wrapper.topright .button_wrap,
    .homebanner_sec .wrapper.middleright .button_wrap,
    .homebanner_sec .wrapper.bottomright .button_wrap {
        justify-content: center;
    }

    .banner_content .wrapper.topright .sub_heading,
    .banner_content .wrapper.middleright .sub_heading,
    .banner_content .wrapper.bottomright .sub_heading {
        padding-right: 0px;
    } */
    /***banner content position End**/

    .bottom_footer .wrap {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .homebanner_sec .slide-arrow.prev-arrow {
        top: 50%;
        left: 5px;
        transform: translateY(-50%);
    }

    .homebanner_sec .slide-arrow.next-arrow {
        top: 50%;
        right: 5px;
        transform: translateY(-50%);
    }

    .Logo_area {
        width: 111px;
    }

    .fcontact_details li .icon {
        width: 25px;
        min-width: 25px;
        height: 25px;
    }

    .heading {
        margin-bottom: 10px;
    }

    .desc,
    .text {
        margin-bottom: 8px;
    }

    .formGroup.newsletter_box {
        margin-bottom: 20px;
    }

    .formGroup.newsletter_box input {
        height: 42px;
        padding: 8px 120px 8px 15px;
    }

    .mostPeople_box {
        max-width: 100%;
        margin-top: -1px;
        margin-left: 0;
    }

    .success_step {
        flex-direction: column;
        gap: 10px 0;
        margin-top: 20px;
    }

    .success_step_box {
        max-width: 100%;
        display: flex;
        gap: 10px;
        text-align: left;
        padding: 0;
        margin-bottom: 15px;
    }

    .success_step .desc {
        /* -webkit-line-clamp: 4; */
    }

    .success_step_box::before {
        content: "";
        position: absolute;
        top: 30%;
        left: 17px;
        width: 2px;
        height: 100%;
        z-index: -1;
        background-image: repeating-linear-gradient(to bottom, var(--sk-heading) 0 8px, transparent 8px 16px);
        animation: moveDashVertical 1s linear infinite
    }

    @keyframes moveDashVertical {
        from {
            background-position: 0 0
        }

        to {
            background-position: 0 16px
        }
    }

    .success_step_box .content {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 0 8px
    }

    .success_step_box .number {
        margin: 0;
        width: 36px;
        min-width: 36px;
        height: 36px
    }

    .empowerment_sec .content {
        padding: 30px;
    }

}

@media (max-width: 576px) {

    .headermenubar_btn {
        max-width: 30px;
        min-width: 30px;
        height: 30px;
    }

    .slick-dots {
        bottom: 15px;
    }

    .headcontact_wrap {
        width: 100%;
        justify-content: space-between;
    }

    .waystoDonate_sec .content {
        padding-left: 0px;
    }

    .responsivesearch_box .search_wrap {
        position: fixed;
        top: 55px;
        right: 15px;
        width: 320px;
    }

    .responsivesearch_box .input-search {
        height: 35px;
    }

    .alltestimonial_wrap .testimonial_card {
        width: 100%;
    }

    .homebanner_sec .slick-dots {
        top: auto;
        bottom: 10px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        display: inline-flex;
        flex-direction: row;
    }

    .homebanner_sec .slick-dots::after {
        display: none;
    }

    .homebanner_sec .heroplay_btn {
        top: 10%;
    }
}

@media (max-width: 480px) {
    .bottom_footer {
        padding: 5px 0;
    }

    .topbottom_gap {
        padding: 30px 0;
    }

    .top_gap {
        padding: 30px 0 0;
    }

    .bottom_gap {
        padding: 0 0 30px;
    }

    .heading.banner_heading {
        font-size: 180%;
    }

    .heading {
        font-size: 153%;
    }

    .common_btn {
        font-size: 100%;
        padding: 6px 28px 6px 12px;
    }

    .common_btn::after {
        width: 15px;
        height: 15px;
        top: 5px;
        right: 6px;
    }

    .footermenu_box .head {
        font-size: 130%;
        font-weight: 600;
    }

    .formGroup.newsletter_box {
        margin-bottom: 15px;
    }

    .formGroup.newsletter_box input {
        padding: 5px 90px 5px 12px;
    }

    .headercall_btn {
        font-size: 100%;
        padding: 6px 8px 6px 25px;
    }

    .headercall_btn::after {
        left: 8px;
    }

    .main_header .right_wrap {
        gap: 12px;
    }

    .User_btn {
        width: 25px;
        min-width: 25px;
        height: 25px;
        font-size: 12px;
    }

    .cart_btn {
        width: 25px;
        min-width: 25px;
        height: 25px;
        font-size: 16px;
    }

    .empowerment_sec .content {
        padding: 15px;
    }

    .yhypynimg_wrap {
        max-width: 80%;
    }

    .footerlogo_box .Logo_area {
        width: 140px;
    }

    .innerbanner_sec {
        height: 28vh;
    }

    .slide-arrow {
        width: 30px;
        height: 30px;
    }

    .slide-arrow.prev-arrow {
        right: 50px;
    }

}

@media (max-width: 420px) {
    .main_header .wraper {
        gap: 5px;
    }
}

/***************All Responsive End My side***************************************/
/********************************************************************************/

/*********************************************/
/** Wordpress ***********************************/
/*********************************************/
/* : Wordpress Pagination Single Page : */
.fcnext,
.fcprev {
    display: inline-block;
    width: 49%;
    text-align: center;
    font-size: 120%
}

.fcnext a,
.fcprev a {
    display: block;
    padding: 40px 10px;
    background: #f1f1f1;
    font-size: 100%
}

/* : Wordpress Blog Home : */
article.post {
    margin-top: 75px;
}

article.post:nth-of-type(1) {
    margin-top: 0;
}

.blog-image {
    position: relative;
    line-height: 0;
    margin-bottom: 20px;
}

.blog-image a {
    display: block
}

.blog-image a img {
    width: 100%;
    height: auto
}

.blog-image .blog-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    background: rgba(0, 0, 0, 0);
    transition: .3s;
    overflow: hidden;
    cursor: pointer
}

.blog-image .blog-overlay:hover {
    background: rgba(0, 0, 0, .3)
}

.blog-image .blog-overlay svg {
    fill: #fff;
    width: 70px;
    height: 70px;
    opacity: 0;
    transition: .3s;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -35px;
    margin-top: 0;
    padding: 15px;
    background: rgba(0, 0, 0, .85);
    display: block;
    -webkit-border-radius: 25px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius: 25px;
    -moz-border-radius-bottomright: 0;
    border-radius: 25px;
    border-bottom-right-radius: 0
}

.blog-image .blog-overlay:hover svg {
    opacity: 1;
    margin-top: -35px
}

.blog-author {
    margin-bottom: 5px
}

.blog-date {
    opacity: .7;
    font-size: 80%
}

.blog-title {
    font-size: 150%;
    line-height: 1.3
}

.blog-title a {
    color: inherit;
    text-transform: uppercase
}

.blog-title a:hover {
    color: #3b78bd
}

.blog-categories {
    margin-bottom: 25px
}

.blog-categories svg {
    position: relative;
    top: 2px;
    margin-right: 5px
}

.read-more-button-wrap {
    margin-bottom: 25px
}

/* : Wordpress Single Blog : */
p.blog-meta-single {
    margin-bottom: 20px;
    font-size: 80%;
    text-transform: uppercase;
}

p.blog-meta-single span.devider {
    color: #d0d0d0;
    position: relative;
    top: -2px;
    padding: 0 5px
}

.author-bio {
    padding-left: 120px;
    position: relative;
    margin: 50px auto 50px auto;
    width: 80%
}

.author-bio .avatar {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    width: 90px;
    height: 90px
}

@media (max-width:768px) {
    .author-bio {
        padding-left: 100px;
        width: 100%
    }

    .author-bio .avatar {
        width: 80px;
        height: 80px
    }
}

.pagination-single-inner {
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase
}

.pagination-single-inner:after {
    content: "";
    display: table;
    clear: both
}

.pagination-single-inner .previous-post {
    width: 48%;
    float: left
}

.pagination-single-inner .next-post {
    width: 48%;
    float: right
}

.comments-wrapper {
    margin: 0 auto;
    padding: 50px 50px 0 80px;
    width: 100%;
    text-align: center
}

@media (max-width:768px) {
    .comments-wrapper {
        padding: 0
    }
}

#commentform {
    max-width: 768px;
    margin: 0 auto
}

#commentform label {
    display: block;
    text-align: left;
    font-size: 80%
}

#commentform .comment-form-cookies-consent label {
    display: inline-block
}

#commentform .required {
    color: #bd0000;
    font-size: 150%;
    position: relative;
    top: 5px
}

#commentform #comment {
    width: 100%;
    border: 1px solid #d2d2d2;
    padding: 25px;
    font-family: inherit;
    max-height: 150px;
    line-height: 1.6
}

.comment-form-author,
.comment-form-email {
    float: left;
    width: 47%;
    text-align: left
}

.comment-form-email {
    float: right
}

.comment-form-url {
    clear: both
}

#commentform input[type=email],
#commentform input[type=text],
#commentform input[type=url] {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0 15px;
    height: 40px;
    font: inherit;
    color: #2d3c49;
    border: 1px solid #d2d2d2;
    background: #fff;
    cursor: pointer
}

.comments-inner {
    text-align: left;
    margin-top: 50px
}

.comments-inner .comment-author {
    font-size: 150%;
    font-weight: 700
}

.comments-inner .comment-author a {
    color: inherit;
    text-decoration: underline
}

.comments-inner .comment-author a:hover {
    text-decoration: none
}

.comments-inner img.avatar {
    margin-bottom: 10px;
    margin-left: -100px;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    position: absolute;
    display: block
}

@media (max-width:768px) {
    .comments-inner img.avatar {
        margin-left: -80px;
        width: 60px;
        height: 60px
    }

    .comments-inner img.avatar {
        margin-left: 0;
        width: 80px;
        height: 80px;
        position: relative
    }
}

.comments-inner .comment-metadata {
    margin-bottom: 30px
}

.comments-inner .comment-metadata a {
    color: inherit;
    opacity: .7;
    font-size: 80%
}

.comments-inner .comment-metadata a:hover {
    opacity: 1
}

.bypostauthor .comment-footer-meta .by-post-author {
    margin-top: 15px;
    display: block;
    font-size: 80%
}

.comment-body {
    margin-bottom: 50px
}

.comment .comment {
    padding-left: 10%
}

/* : Wordpress Blog : */
hr.styled-separator {
    background: linear-gradient(to left, currentColor calc(50% - 16px), transparent calc(50% - 16px), transparent calc(50% + 16px), currentColor calc(50% + 16px));
    background-color: transparent !important;
    border: none;
    height: 1px;
    overflow: visible;
    position: relative;
    color: #d0d0d0;
    display: block
}

hr.styled-separator::after,
hr.styled-separator::before {
    background: #d0d0d0;
    content: "";
    display: block;
    height: 1.6rem;
    position: absolute;
    top: calc(50% - .8rem);
    transform: rotate(22.5deg);
    width: .1rem
}

hr.styled-separator::before {
    left: calc(50% - .5rem)
}

hr.styled-separator::after {
    right: calc(50% - .5rem)
}

hr.styled-separator.last-none {
    margin: 75px 0
}

hr.styled-separator.last-none:last-of-type {
    display: none
}

.post-meta-wrapper {
    margin-bottom: 20px
}

ul.post-meta {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 80%
}

ul.post-meta svg {
    position: relative;
    top: 4px;
    margin-right: 5px
}

.nav-links {
    text-align: center;
    text-transform: uppercase
}

.nav-links .page-numbers {
    margin: 0 15px;
    font-size: 80%
}

.nav-links .page-numbers.current {
    font-size: 100%
}

.nav-links .nav-prev-text {
    margin-left: 10px
}

.nav-links .nav-next-text {
    margin-right: 10px
}

/* : Wordpress Post Tags :*/
.post-tags-single {
    margin: 0 0 30px 10px
}

.post-tags-single a {
    position: relative;
    display: inline-block;
    color: inherit;
    margin-right: 17px;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 22px;
    background-color: #d4d7dc;
    z-index: 2;
    padding: 0 8px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s
}

.post-tags-single a:before {
    content: '';
    position: absolute;
    background-color: inherit;
    width: 12px;
    height: 12px;
    top: 5px;
    left: -5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    z-index: -1;
    transform: skew(-45deg, 45deg)
}

.post-tags-single a:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    top: 50%;
    margin-top: -3px;
    left: -5px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff
}

.post-tags-single a:hover {
    color: #fff;
    background-color: #3b78bd
}

/* : Wordpress Related Post : */
.related-post {
    margin-bottom: 50px;
    padding: 0 15px
}

.related-post .item-cont {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.related-post-thumb {
    width: 90px
}

.related-post-title {
    width: calc(100% - 100px);
    padding-right: 25px
}

.related-post-title p {
    margin: 0;
    line-height: 1.2
}

.related-post-title p small {
    opacity: .7
}

.related-post-thumb img {
    border-radius: 50%;
    width: 90px;
    height: 90px
}

/* : Wordpress Widget : */
.widget {
    background: #fff;
    margin-bottom: 25px;
    padding: 25px;
    border: 1px solid #eff0ee;
    -moz-box-shadow: 0 1px 2px rgb(0, 0, 0, .1);
    -webkit-box-shadow: 0 1px 2px rgb(0, 0, 0, .1);
    box-shadow: 0 1px 2px rgb(0, 0, 0, .1)
}

.widget ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.widget ul li {
    margin: 0 0 10px 0;
    padding: 0
}

.widget.widget_recent_comments ul li,
.widget.widget_recent_entries ul li {
    margin-bottom: 6px
}

.widget ul li:last-child {
    margin-bottom: 0
}

.widget .comment-author-link {
    font-weight: 700
}

.navigation {
    margin-top: 30px;
}

.pagination-wrapper {
    margin-top: 30px;
}

.pagination-separator {
    display: none;
}

.pagination .nav-links {
    margin: 0;
    font-size: 16px;
    -ms-flex-pack: center;
    justify-content: center;
}

.nav-links>* {
    margin: 0 0 0 -1px;
    font-size: 13px;
    font-weight: 400;
    min-width: 42px;
    text-align: center;
    padding: 10px;
    border: solid 1px #d1d4d8;
    text-decoration: none !important;
    color: #444444;
}

.nav-links>.current {
    background: #444444;
    border-color: #444444;
    color: #fff;
}

.pagination .dots {
    transform: none;
}

.search-form {
    background: none;
    position: relative;
    padding-right: 36px;
    border-radius: 0;
}

.search-form label {
    margin: 0;
    width: 100%;
    display: none;
}

.search-form .search-field {
    width: 100%;
    border: none;
    background: none;
    height: 44px;
    padding: 10px;
    color: #000;
}

.search-form .search-submit {
    width: 36px;
    height: 44px;
    border: none;
    background: url(assets/images/search-icon.png) center center no-repeat #1e374b;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0 !important;
    cursor: pointer;
}

.widget-area {}

.widget-area .widget {
    padding: 0 15px 15px;
    background: #f8f8f8;
    color: var(--bs-dark);
}

.widget-area .widget+.widget {
    margin-top: 30px;
}

.widget-area .sidetitle {
    font-size: 125%;
    background: var(--sk-heading);
    color: #fff;
    padding: 5px 15px;
    margin-bottom: 0;
    margin: 0 -15px 15px;
}

.widget-area .widget a {
    color: var(--bs-dark);
}

.widget-area .widget a:hover {
    color: var(--sk-heading);
}

.widget-area .widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.widget-area .widget ul li {
    margin-bottom: 15px;
    line-height: 1.5;
    padding-left: 26px;
    position: relative;
}

.widget-area .widget ul li:before {
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 75%;
}

.widget-area .widget.widget_search {
    padding: 0;
    border: none;
    background: none;
}

/***accordion-button*****/

.accordion-button {
    font-size: 120%;
    /* color: var(--bs-primary); */
}

.accordion-button::after {
    fill: var(--bs-primary);
}

.accordion-button:focus {
    box-shadow: none;
    font-size: 120%;
}

.accordion-button:not(.collapsed) {
    background-color: var(--bs-primary);
    color: var(--bs-text-white);
}

.accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}

.custom_gf_wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 30px 20px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--sk-primary);
}

/*****gform css****/
.gform-theme--foundation .gform_fields {
    row-gap: 20px !important;
}

.gfield_label {
    font-weight: 600 !important;
    color: var(--sk-heading) !important;
}

/*****woocommerce css*****/
.wp-block-heading {
    font-weight: 600 !important;
    color: var(--sk-heading) !important;
}

.wc-block-grid__products {
    gap: 2%;
}

.wc-block-grid__product {
    box-shadow: 0px 0px 4px 0px #ccc;
    padding: 15px;
    border-radius: 6px !important;
    margin-bottom: 2%;
    max-width: 23.5% !important;
    transition: 0.4s;
}

.wc-block-grid__product:hover {
    box-shadow: 0px 0px 8px 0px #ccc;
}

.wc-block-grid__product a {
    display: block;
     transition: 0.4s;
}

.wc-block-grid__product-image {
    width: auto !important;
    height: 25vh !important;
}

.wc-block-grid__product-image img {
    width: 100% !important;
    height: 100% !important;
    margin: 0 auto !important;
    object-fit: contain !important;
    aspect-ratio: 1/1 !important;
    transition: 0.4s;
}

.wc-block-grid__product-title {
    font-weight: 600 !important;
    color: var(--sk-heading);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 42px;
    font-size: 16px !important;
    /* text-align: left !important; */
}

.wc-block-grid__product-price.price .woocommerce-Price-amount.amount {
    font-weight: 600 !important;
    color: #958e09 !important;
    font-size: 16px !important;
    text-align: left !important;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    background-color: var(--sk-primary) !important;
    color: var(--sk-heading) !important;
    box-shadow: 0px 0px 3px 0px #818181;
    transition: 0.4s;
    margin-right: 6px;
    border-radius: 4px !important;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover {
    background-color: var(--sk-heading) !important;
    color: var(--sk-primary) !important;
}


/******/
.woocommerce .woocommerce-result-count {
    font-weight: 600 !important;
    color: var(--sk-heading) !important;
}

/* .product-grid {
    padding: 0 15px;
} */
.woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
    /* gap: 2%; */
}

.woocommerce ul.products::before {
    display: none;
}

.woocommerce ul.products li.product {
    box-shadow: 0px 0px 4px 0px #ccc;
    padding: 15px;
    border-radius: 6px !important;
    /* margin: 0 0 2% !important; */
}

.woocommerce ul.products li.product::before {
    display: none;
}

.woocommerce ul.products li.product:hover {
    box-shadow: 0px 0px 8px 0px #ccc;
}

.woocommerce ul.products li.product a.woocommerce-loop-product__link img {
    width: auto !important;
    height: 25vh !important;
    margin: 0 auto !important;
    object-fit: contain !important;
    aspect-ratio: 1/1 !important;
    transition: 0.4s;
}

.woocommerce ul.products li.product a.woocommerce-loop-product__link:hover img,
.wc-block-grid__product:hover .wc-block-grid__product-image img {
    transform: scale(1.1);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-weight: 600 !important;
    color: var(--sk-heading);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 54px;
}

.woocommerce ul.products li.product .price {
    font-weight: 600 !important;
    font-size: 110% !important;
    color: var(--sk-primary) !important;
}
.woocommerce ul.products li.product .price del  {
    font-size: 85% !important;
    color: var(--sk-box-shadow) !important;
}

.woocommerce ul.products li.product .button,
.woocommerce div.product form.cart .button {
    position: relative;
    padding: 8px 40px 8px 15px  !important;
    margin: 0;
    color: var(--sk-heading) !important;
    background-color: var(--sk-primary) !important;
    border: 1px solid var(--sk-primary) !important;
    border-radius: 6px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    transition: 0.4s;
    font-size: 100% !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;
    line-height: normal !important;
}

.woocommerce ul.products li.product .button::after,
.woocommerce div.product form.cart .button::after {
    content: " " !important;
    width: 20px;
    height: 20px;
    background-image: url(assets/images/Icon/leaf-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 8px;
    right: 12px;
    rotate: -30deg;
}


.woocommerce ul.products li.product .button:hover,
.woocommerce div.product form.cart .button:hover {
    background-color: transparent !important;
    border: 1px solid var(--sk-primary) !important;
    color: var(--sk-primary) !important;
}

.woocommerce a.added_to_cart {
    display: inline-block;
    border: 1px solid var(--sk-heading);
    color: var(--sk-heading);
    padding: 5px 10px;
    border-radius: 4px;
    font-weight: 600;
}

.woocommerce-breadcrumb {
    margin: 10px 0 !important;
}

.woocommerce div.product .product_title {
    font-size: 205%;
    color: var(--sk-heading);
    margin-bottom: 10px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    font-weight: 600;
    font-size: 130% !important;
    color: var(--sk-primary) !important;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price del,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price del {
    font-size: 85% !important;
    color: var(--sk-box-shadow) !important;
}

.woocommerce .quantity .qty {
    height: 36px !important;
    border-radius: 4px;
    box-shadow: none;
    outline: 0;
    border: 1px solid var(--sk-box-shadow);
    margin-bottom: 0 !important;
}

.woocommerce div.product form.cart {
    margin-bottom: 1em !important;
}

.woocommerce div.product p.stock {
    /* font-weight: 600; */
    color: var(--sk-text);
}

.woocommerce-form__input-checkbox {
    width: 18px !important;
    height: 18px !important;
    border: 1px solid var(--sk-box-shadow);
    border-radius: 4px !important;
    display: inline-block !important;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    align-items: center;
    display: inline-flex;
    gap: 6px;
}

.woocommerce-button.woocommerce-form-login__submit {
    background-color: var(--sk-primary) !important;
    color: var(--sk-heading) !important;
    box-shadow: 0px 0px 3px 0px #818181;
    transition: 0.4s;
    border: 1px solid var(--sk-heading) !important;
}

.woocommerce-button.woocommerce-form-login__submit:hover {
    background-color: var(--sk-heading) !important;
    color: var(--sk-primary) !important;
}

.comment-form-cookies-consent input {
    width: 18px !important;
    height: 18px !important;
    border: 1px solid var(--sk-box-shadow);
    border-radius: 4px !important;
    display: inline-block !important;
}

.woocommerce .star-rating span::before {
    color: var(--sk-heading) !important;
}

.product_meta {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.sku_wrapper .sku,
.posted_in a {
    font-weight: 600;
    color: var(--sk-heading);
}


.woocommerce-product-gallery__image {
    margin: 10px !important;
}

.woocommerce-product-gallery__image a {
    display: block;
    height: 50vh !important;
    box-shadow: 0px 0px 5px 0px #ccc;
    border-radius: 6px;
    margin-bottom: 15px;
}

.woocommerce-product-gallery__image img {
    width: 100% !important;
    height: 100% !important;
    margin: 0 auto !important;
    object-fit: contain !important;
    aspect-ratio: 1/1 !important;
}

.woocommerce div.product div.images .flex-control-thumbs {
    margin-top: 10px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    box-shadow: 0px 0px 5px 0px #ccc;
    background-color: var(--sk-body);
    margin: 10px;
    padding: 10px;
    border-radius: 6px;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    /* width: 100% !important; */
    height: 10vh !important;
    margin: 0 auto !important;
    object-fit: contain !important;
    aspect-ratio: 1/1 !important;
}


.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: 1px solid var(--sk-heading) !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background-color: var(--sk-primary) !important;
    color: var(--sk-heading) !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border-left: 1px solid var(--sk-heading) !important;
    border-right: 1px solid var(--sk-heading) !important;
    border-top: 1px solid var(--sk-heading) !important;
    color: var(--sk-heading);
    background-color: var(--sk-body) !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
    border-right: 1px solid var(--sk-heading) !important;
    border-bottom: 1px solid var(--sk-heading) !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
    border-left: 1px solid var(--sk-heading) !important;
    border-bottom: 1px solid var(--sk-heading) !important;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
    font-weight: 600;
    font-size: 110%;
    color: var(--sk-text);
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header th,
table.wc-block-cart-items .wc-block-cart-items__header th {
    font-weight: 600;
}

.wc-block-cart .wc-block-cart__totals-title {
    font-weight: 600;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    color: var(--sk-heading);
}

.wc-block-cart__main .wc-block-cart-items {
    box-shadow: 0px 0px 5px 0px #ccc;
    border-radius: 6px;
    margin-bottom: 15px;
}

.wc-block-cart__main .wc-block-cart-items thead th {
    padding: 8px 20px !important;
}

.wc-block-cart__main .wc-block-cart-items tbody td {
    padding: 10px 20px 25px !important;
}

.wc-block-cart__main .wc-block-cart-items tbody td:nth-child(2) {
    padding: 10px 0 20px !important;
}

.wc-block-components-sidebar {
    box-shadow: 0px 0px 5px 0px #ccc;
    padding: 20px !important;
    border-radius: 6px;
}

.wc-block-components-text-input input:focus {
    box-shadow: none;
    outline: 0;
    border: 1px solid var(--sk-heading);
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
    background-color: var(--sk-primary) !important;
    color: var(--sk-heading) !important;
    box-shadow: 0px 0px 3px 0px #818181;
    transition: 0.4s;
    margin-right: 6px;
    min-height: 42px !important;
    box-shadow: none;
    outline: 0;
    border-radius: 4px;
    border: 1px solid var(--sk-heading);
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button:hover {
    background-color: var(--sk-heading) !important;
    color: var(--sk-primary) !important;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    font-weight: 600 !important;
    color: #747B2D !important;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-footer-item-shipping {
    font-size: 85%;
}

.wc-block-cart__submit-button {
    background-color: var(--sk-primary) !important;
    color: var(--sk-heading) !important;
    box-shadow: 0px 0px 3px 0px #818181;
    transition: 0.4s;
    margin-right: 6px;
    min-height: 42px !important;
    box-shadow: none;
    outline: 0;
    border-radius: 4px;
    border: 1px solid var(--sk-heading);
    font-weight: 600;
}

.wc-block-cart__submit-button:hover {
    background-color: var(--sk-heading) !important;
    color: var(--sk-primary) !important;
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
    height: 34px;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
    color: var(--sk-error) !important;
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {
    font-weight: 600;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
    font-weight: 600;
}

.wc-block-components-title.wc-block-components-title {
    font-weight: 600 !important;
}

.wc-block-components-checkout-place-order-button {
    background-color: var(--sk-primary) !important;
    color: var(--sk-heading) !important;
    box-shadow: 0px 0px 3px 0px #818181;
    transition: 0.4s;
    margin-right: 6px;
    height: 42px !important;
    min-height: 42px !important;
    box-shadow: none;
    outline: 0;
    border-radius: 4px;
    border: 1px solid var(--sk-heading);
    font-weight: 600;
}

.wc-block-components-checkout-place-order-button:hover {
    background-color: var(--sk-heading) !important;
    color: var(--sk-primary) !important;
}

.wc-block-components-checkout-return-to-cart-button {
    display: inline-block;
    border: 1px solid var(--sk-box-shadow);
    color: var(--sk-text);
    border-radius: 4px;
    font-weight: 600;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 6px;
}

.wc-block-components-checkout-return-to-cart-button:hover {
    color: var(--sk-text);
    background-color: #ccc;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
    width: 20px;
    border: 1px solid var(--sk-error);
}

.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill+label,
.wc-block-components-form .wc-block-components-text-input.is-active label,
.wc-block-components-text-input input:-webkit-autofill+label,
.wc-block-components-text-input.is-active label {
    top: -9px;
    transform: scale(.82);
    background-color: var(--sk-body);
    padding: 1px 4px;
    transition: 0.4s;
}

.wc-blocks-components-select .wc-blocks-components-select__label {
    top: -9px;
    background-color: var(--sk-body);
    padding: 1px 4px;
}

.woocommerce #review_form #respond .form-submit input {
    display: inline-block;
    border: 1px solid var(--sk-box-shadow);
    color: var(--sk-text);
    background: var(--sk-primary);
    border-radius: 4px;
    font-weight: 600;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 6px;
}

.woocommerce #review_form #respond .form-submit input:hover {
    color: var(--sk-text-white);
    background: var(--sk-heading);
}

.woocommerce p.stars a:hover {
    color: var(--sk-heading) !important;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-weight: 600;
    color: var(--sk-heading);
}



/****/
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    width: 100%;
    height: auto;
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:before {
    content: '';
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    width: 100%;
    height: auto;
    padding: 8px 15px;
    border-radius: 4px;
    background-color: var(--sk-body);
    color: var(--sk-heading);
    display: block;
    font-size: 100%;
    cursor: pointer;
    box-shadow: none;
    outline: 0;
    line-height: normal;
    border: 1px solid var(--sk-heading);
    transition: 0.4s;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: var(--sk-heading);
    color: var(--sk-text-white);
}


.woocommerce-Button.button {
    background-color: var(--sk-primary) !important;
    color: var(--sk-heading) !important;
    box-shadow: 0px 0px 3px 0px #818181;
    transition: 0.4s;
    min-height: 42px !important;
    box-shadow: none;
    outline: 0;
    border-radius: 4px;
    border: 1px solid var(--sk-heading) !important;
    font-weight: 600;
    margin-top: 20px !important;
}

.woocommerce-Button.button:hover {
    background-color: var(--sk-heading) !important;
    color: var(--sk-primary) !important;
}



.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    max-width: 700px;
    margin: 0 auto;
}

/****/

/* Card Design */
.woocommerce-Address {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px 22px;
    border: 1px solid #eaeaea;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    position: relative;
}

/* Hover Effect */
.woocommerce-Address:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* Header */
.woocommerce-Address-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

/* Title */
.woocommerce-Address-title h2 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: #222;
}

/* Edit Button */

.woocommerce-Address .edit,
.woocommerce-page .woocommerce-info .button {
    background-color: var(--sk-primary) !important;
    color: var(--sk-heading) !important;
    box-shadow: 0px 0px 3px 0px #818181;
    transition: 0.4s;
    margin-right: 6px;
    box-shadow: none;
    outline: 0;
    border-radius: 4px;
    border: 1px solid var(--sk-heading);
    font-weight: 600;
    padding: 5px 12px;
    font-size: 13px;
    min-height: fit-content !important;
}

.woocommerce-Address .edit:hover,
.woocommerce-page .woocommerce-info .button:hover {
    background-color: var(--sk-heading) !important;
    color: var(--sk-primary) !important;
}

/* Address Text */
.woocommerce-Address address {
    font-style: normal;
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    background: #fafafa;
    padding: 12px;
    border-radius: 8px;
    border: 1px dashed #ddd;
}

/* Empty State */
.woocommerce-Address address:empty::before {
    content: "No address added yet.";
    color: #999;
}

.gform_button.button {
    background-color: var(--sk-primary) !important;
    color: var(--sk-heading) !important;
    box-shadow: 0px 0px 3px 0px #818181;
    transition: 0.4s;
    border-radius: 4px !important;
    border: 1px solid var(--sk-heading) !important;
    font-weight: 600;
    font-size: 16px;
}

.gform_button.button:hover {
    background-color: var(--sk-heading) !important;
    color: var(--sk-primary) !important;
}


/***woocommerce responsive*****/
@media (max-width: 1024px) {
    .wc-block-grid__product {
        max-width: 32% !important;

    }
}

@media (max-width: 768px) {
    .woocommerce ul.products li.product a.woocommerce-loop-product__link img {
        height: 20vh !important;
    }

    .wc-block-grid__product {
        max-width: 48% !important;
        min-width: 48% !important;
        padding: 10px !important;
    }

    .wc-block-grid {
        padding: 0 15px !important;
        margin: 0 auto !important;
    }

    .wc-block-grid__product-image {
        height: 20vh !important;
    }

    .woocommerce ul.products li.product {
        width: 49% !important;
    }

}


@media (max-width: 480px) {
    .woocommerce ul.products li.product a.woocommerce-loop-product__link img {
        height: 15vh !important;
    }

    .wc-block-grid.has-4-columns .wc-block-grid__products {
        display: flex !important;
    }

    .wc-block-grid__product-image {
        height: 15vh !important;
    }

    .wc-block-grid__product-title {
        font-size: 12px !important;
        height: 30px;
    }
}

/*
=======================
Accessibility: Visible focus indicators (WCAG 2.4.7)
Overrides all outline:0 rules for keyboard navigation.
:focus-visible only fires for keyboard focus, not mouse clicks.
=======================
*/
:focus-visible {
    outline: 3px solid var(--sk-primary) !important;
    outline-offset: 2px !important;
}

.forcal input:focus-visible,
.forcal textarea:focus-visible {
    outline: 0 !important;
    outline-offset: 0 !important;
}

/* Ensure slick slider buttons also show focus */
.slick-dots li button:focus-visible {
    outline: 3px solid var(--sk-primary) !important;
    outline-offset: 2px !important;
    opacity: 1 !important;
}

/* Nav links keyboard focus */
.navber_wrap li a:focus-visible,
.sub-menu li a:focus-visible {
    outline: 3px solid var(--sk-secondary) !important;
    outline-offset: 2px !important;
}

/******Landing Page Top******/
/***********************/
.lptop_sec {
    width: 100%;
    min-height: 75vh;
    background-position: right center;
    background-size: cover;
    background-repeat: no-repeat;
}

.lptop_form_wrap {
    width: 100%;
    max-width: 670px;
    margin: 0 auto;
    padding: 30px 20px;
    border-radius: 4px;
    background-color: var(--sk-body-light);
    box-shadow: 1px 2px 5.4px 3px rgba(0, 0, 0, 0.13);
}

.masterhead-title{
    font-size: 110%;
    font-weight: 600;
    color: var(--sk-bg-contrast-txt);
    margin-bottom: 15px;
}
.masterhead-note{
    font-size: 100%;
    font-weight: 600;
    color: var(--sk-bg-contrast-txt);
    margin-bottom: 5px;
}

.lpfooter_sec h4{
    font-size: 190%;
}

.icon_wrap{
    background-color: var(--sk-heading);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    /* display: flex;
    align-items: center;
    justify-content: center; */
    margin: 0 auto 15px auto;
    padding: 12px
}
.icon_wrap.white{
    background-color: var(--sk-primary);
}

.boxtitle{
    font-size: 105%;
    font-weight: 600;
    color: var(--sk-heading);
}
.boxtitle.white{
    color: var(--sk-text-white);
}

.createchange_sec{width: 100%;}
.createchange_sec h3{
    font-size: 185%;
}
.createchange_sec .createchangecoladjust [class*='col-'] {
    padding: 0 1rem 0 1rem;
}
.createchangecoladjust{
    margin: 0 1rem
}
.createchange_sec .createchangecoladjust .tableheading{
    background-color: var(--sk-heading);
    padding-top: 6px;
    padding-bottom: 6px;
}
.createchange_sec .has-dot {
    position: relative;
    padding-left: 20px;
}

.createchange_sec .has-dot::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    background: var(--sk-secondary);
    border-radius: 50%;
}

.metabolism_item{
    margin-top: 30px;
    position:relative;
    padding-left: 60px;
}
.metabolism_item h4{
    font-size: 105%;
    font-weight: 600;
    color: var(--sk-heading);
    margin-bottom: 6px;
}
.metabolism_item::before{
    position:absolute;
    left: 0;
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 140%;
    color: var(--sk-primary);
    background-color: var(--sk-heading);
    border-radius: 50%;
    padding: 2px;
    width: 50px;
    min-width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 10px;
}

.hormoneshift_sec h3{
    font-size: 185%;
}

.mostdietsignore_sec h3{
    font-size: 185%;
}