@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --cream: #efe6dd;
    --ink: #1f1a17;
    --muted: #6f655f;
    --rust: #8e3f2f;
    --line: #d8d0c7;
    --accent: #b9ab98;
    --radius: 18px;
}

html,body {
    overflow-x: hidden;
}

body {
    margin: 0;
    background: var(--cream);
    color: var(--ink);
    font-family: "Montserrat", sans-serif;
    line-height: 1.65;
    padding: 0 !important;
}

h1, h2, h3, h4, h5 {
    font-family: "Libre Baskerville", serif;
    letter-spacing: 0.3px;
}

p {
    font-family: "Montserrat", sans-serif;
}

a {
    font-family: "Montserrat", sans-serif;
    transition: all 0.5s ease-in-out;
    text-decoration: unset;
}

a:hover,
a:focus {
    font-family: "Montserrat", sans-serif;
    transition: all 0.5s ease-in-out;
    text-decoration: unset;
}

.btn-dark-pill {
    background: #1f2122;
    border: none;
    color: #cab7a5;
    border-radius: 999px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 13px 40px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    min-height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-dark-pill:hover,
.btn-dark-pill:focus {
    background: #EADED2;
    color: #000;
    transition: all 0.5s ease-in-out;
}

.theme-btn {
    background: #EFE6DD;
    border: none;
    color: #1D1D1B;
    border-radius: 999px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 13px 34px;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
}

.theme-btn:hover,
.theme-btn:focus {
    background: #1D1D1B;
    color: #EFE6DD;
    transition: all 0.5s ease-in-out;
}

.hero-top {
    position: relative;
    z-index: 1;
}

.hero-top .hero-nav {
    display: flex;
    flex-flow: wrap;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}

.menu-tag {
      color: #f2efea;
      font-size: 11px;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      display: inline-flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 6px;
      cursor: pointer;
      min-width: 206px;
    }

.menu-tag span {
    display: inline-block;
    margin: 0px 0px 0px 7px;
}

.menu-tag-line::before {
      content: "";
      width: 55px;
      border-top: 2px solid rgba(255, 255, 255, 0.75);
      display: block;
      margin: 0px 0px 10px;
}

.menu-tag-line::after {
      content: "";
      width: 55px;
      border-top: 2px solid rgba(255, 255, 255, 0.75);
      display: block;
}

.hero-section {
    padding: 500px 0 0 0;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    background-position: center bottom;
    padding-top: calc(100% - 74%);
}

.hero-section:before {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.hero-section .container {
    position: relative;
    z-index: 1;
}

.hero-section h2 {
    font-size: 36px;
    line-height: 46px;
    color: #eaded2;
    font-weight: 600;
    margin: 0px 0px 20px;
    text-align: center;
}

.hero-section p {
    font-size: 18px;
    line-height: 38px;
    color: #eaded2;
    font-weight: 400;
    margin: 0px auto 0px;
    text-align: center;
    max-width: 70%;
}

.hero-section .btn-dark-pill {
    margin: 70px auto 0px;
    transition: all 0.5s ease-in-out;
    padding: 10px 50px;
}

.about-hero-section .btn-dark-pill {
    font-size: 16px;
    padding: 13px 50px;
    font-weight: 600;
}

.hero-section .btn-dark-pill:hover,
.hero-section .btn-dark-pill:focus {
    background: #EADED2;
    color: #000;
    border-color: #000;
    transition: all 0.5s ease-in-out;
}

.precision-section {
    padding: 90px 0px;
    position: relative;
}

.precision-content {
    max-width: 100%;
    margin: 0 auto;
}

.precision-content h3 {
    color: #1d1d1b;
    font-size: 40px;
    line-height: 70px;
    margin: 0px 0px 30px;
    font-weight: 700;
    max-width: 80%;
}

.precision-content p {
    color: #1d1d1b;
    font-size: 20px;
    line-height: 40px;
    margin: 0px 0px 5px;
    max-width: 75%;
    font-weight: 400;
}

.precision-image {
    text-align: center;
}

.precision-image img {
    width: 100%;
    max-width: 650px;
    aspect-ratio: 3 / 4;
    object-fit: cover;
}

.philosophy-section {
    position: relative;
    padding: 50px 0px 90px;
    text-align: center;
}

.philosophy-section h4 {
    color: #1d1d1b;
    font-size: 43px;
    line-height: 70px;
    margin: 0px auto;
    font-weight: lighter;
    max-width: 76%;
}

.round-integrity-section {
    padding: 100px 0px 550px;
    position: relative;
}

.round-integrity-section:before {
    content: '';
    background-image: url(../img/hands-01.png);
    width: 800px;
    height: 470px;
    position: absolute;
    right: 0px;
    top: 40px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    z-index: 1;
}

.round-integrity-section:after {
    content: '';
    background-image: url(../img/hands-02.png);
    width: 800px;
    height: 500px;
    position: absolute;
    left: 0px;
    bottom: 10px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    z-index: 1;
}

.venn-wrapper {
    position: relative;
    width: 100%;
    max-width: 980px;
    min-height: 680px;
    margin: 0 auto;
}

.venn-circle {
    position: absolute;
    width: 500px;
    height: 500px;
    border: 1px solid #8B3E2C;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    padding: 100px 60px 0px;
    background: transparent;
}

.venn-circle h5 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    color: #1f1a17;
    margin: 0 0 15px;
    font-family: "Montserrat", sans-serif;
}

.venn-circle p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #2d2926;
    margin: 0;
    font-family: "Libre Baskerville", serif;
    max-width: 96%;
}

.venn-top {
    top: 0;
    left: 23%;
}

.venn-left {
    left: 30px;
    top: 360px;
    padding: 140px 80px 0px;
}

.venn-right {
    right: 30px;
    top: 350px;
    padding: 130px 80px 0px;
}

.venn-center {
    position: absolute;
    top: 370px;
    left: 41%;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: #8B3E2C;
    color: #eeece5;
    font-size: 0;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

.venn-center img {
    max-width: 75%;
}

.venn-left {
    align-items: flex-start;
}

.venn-left h5 {
    text-align: left;
}

.venn-left p {
    text-align: left;
    padding-right: 60px;
}

.venn-right {
    align-items: flex-end;
}

.venn-right h5 {
    text-align: right;
    padding-left: 50px;
}

.venn-right p {
    text-align: right;
    padding-left: 60px;
}

.leadership-section {
    padding: 200px 0px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    min-height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.leadership-section .container {
    position: relative;
    z-index: 1;
}

.leadership-section h4 {
    font-size: 42px;
    font-weight: 700;
    margin: 0px 0px 30px;
    padding: 0px 0px;
    line-height: 50px;
    color: #1d1d1b;
}

.leadership-section p {
    font-size: 20px;
    font-weight: 400;
    margin: 0px 0px 30px;
    padding: 0px 0px;
    line-height: 35px;
    color: #1D1D1B;
    max-width: 88%;
}

.leadership-section p:last-child {
    margin: 0px 0px;
}

.leadership-section span {
    font-size: 20px;
    font-weight: 400;
    margin: 0px 0px 10px;
    padding: 0px 0px;
    line-height: 35px;
    color: #1D1D1B;
    display: inline-flex;
}

.leadership-section ul {
    margin: 0px 0px 50px;
    padding: 0px 0px;
    list-style: none;
}

.leadership-section ul li {
    font-size: 20px;
    font-weight: 400;
    margin: 0px 0px 15px;
    padding: 0px 0px;
    line-height: normal;
    color: #1D1D1B;
    position: relative;
    padding: 0px 0px 0px 15px;
}

.leadership-section ul li:before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}

.services-section {
    position: relative;
    padding: 200px 0px 90px;
    text-align: center;
}

.services-section h4 {
    color: #1f1a17;
    font-size: 40px;
    line-height: 60px;
    margin: 0px auto;
    font-weight: 100;
    max-width: 75%;
}

.about-team-section {
    padding: 90px 0px 120px;
    position: relative;
}

.about-team-img {
    position: relative;
}

.about-team-img img {
    min-width: 450px;
}

.about-team-img:before {
    content: '';
    position: absolute;
    left: 20px;
    bottom: 0;
    width: 600px;
    height: calc(100% - 20%);
    background: #D4C4B4;
    z-index: -1;
    border-radius: 5px 200px 5px 5px;
}

.about-team-img-detalis {
    position: absolute;
    right: 100px;
    bottom: 20px;
}

.about-team-img-detalis h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    color: #22180f;
    margin: 0px 0px 5px;   
    font-family: "Montserrat", sans-serif;
}

.about-team-img-detalis p {
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
    color: #22180f;
    margin: 0px 0px;  
    font-family: "Montserrat", sans-serif; 
    font-style: italic;
}

.about-team-section .row:nth-child(even) .about-team-img-detalis {
    left: 70px;
    right: unset;
    text-align: left;
}

.about-team-section .about-team-detalis p {
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    color: #22180f;
    padding: 0px 0px 0px 105px;
    max-width: 90%;
}

.about-team-section .about-team-detalis p strong {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    color: #22180f;
    font-family: "Libre Baskerville", serif;
}

.about-team-section .row:nth-child(even) {
    flex-flow: row-reverse;
}

.about-team-section .row:nth-child(even) .about-team-img {
    text-align: right;
}

.about-team-section .row:nth-child(even) .about-team-img:before {
    content: '';
    position: absolute;
    left: auto;
    right: 30px;
    bottom: 0;
    width: 630px;
    height: calc(100% - 20%);
    background: #D4C4B4;
    z-index: -1;
    border-radius: 200px 5px 5px 5px;
}

.about-team-section .row:nth-child(even) .about-team-detalis p {
    padding: 0px 0px;
    width: 75%;
}

.faq-section {
    padding: 200px 0px;
    background: #8b3f2b;
    position: relative;
}

.faq-section h3 {
    font-size: 60px;
    font-weight: 400;
    line-height: normal;
    margin: 0px 0px 30px;
    color: #EADED2;
    padding: 0 30px;
}

.faq-section .accordion-button {
    background-color: #8b3f2b;
    font-size: 30px;
    color: #EADED2;
    padding: 35px 30px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

.faq-section .accordion-button:focus {
    box-shadow: none;
    outline: 0;
}

.faq-section .accordion-button.collapsed:after {
    content: '';
    background-image: url(../img/faq-plus.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 30px;
    top: 35px;
    z-index: 1;
}

.faq-section .accordion-button:after {
    content: '';
    background-image: url(../img/faq-minus.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 30px;
    top: 25px;
    z-index: 1;
}

.faq-section .accordion-item:first-child .accordion-button {
    border-top: 1px solid #EADED2;
}

.faq-section .accordion-item:last-child {
    border-bottom: 1px solid #EADED2;
}

.faq-section .accordion-item .accordion-body {
    background-color: #8b3f2b;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #EADED2;
    padding: 20px 30px;
}

.faq-section .accordion-button:not(.collapsed) {
    box-shadow: none;
}

.custom-footer {
    padding: 100px 0px;
    position: relative;
    background: #EFE6DD;
}

.footer-logo {
    margin: 0px 0px 50px;
    max-width: 300px;
}

.footer-address p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #1D1D1B;
    margin: 0px 0px;
}

.footer-contact {
    margin: 50px 0px 0px;
}

.footer-contact h4 {
    font-size: 20px;
    font-weight: 600;
    color: #1D1D1B;
    margin: 0px 0px 20px;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0;
}

.footer-contact ul {
    margin: 0px 0px;
    padding: 0px 0px;
    list-style: none;
}

.footer-contact ul li {
    font-size: 18px;
    font-weight: 400;
    color: #1D1D1B;
    margin: 0px 0px 5px;
}

.footer-contact ul li a {
    font-size: 18px;
    font-weight: 400;
    color: #1D1D1B;
    margin: 0px 0px 0px;
    text-decoration: unset;
}

.footer-contact ul li a:hover,
.footer-contact ul li a:focus {
    color: #8b3f2b;
}

.footer-link ul {
    margin: 0px 0px;
    padding: 0px 0px;
    list-style: none;
}

.footer-link ul li {
    font-size: 18px;
    font-weight: 600;
    color: #1D1D1B;
    margin: 0px 0px 15px;
}

.footer-link ul li a {
    font-size: 18px;
    font-weight: 600;
    color: #1D1D1B;
    margin: 0px 0px 0px;
    text-decoration: unset;
}

.footer-link ul li a:hover,
.footer-link ul li a:focus {
    color: #8b3f2b;
}

.footer-social ul {
    margin: 30px 0px 0px;
    padding: 0px 0px;
    list-style: none;
    display: flex;
    flex-flow: wrap;
    gap: 0px 15px
}

.footer-social ul li a {
    border: 2px solid #1D1D1B;
    width: 40px;
    height: 40px;
    padding: 0px;
    border-radius: 5px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-social ul li a img {
    width: 25px;
}

.footer-social ul li a i {
    color: #1D1D1B;
}

.footer-social ul li a:hover,
.footer-social ul li a:focus {
    border: 2px solid #8b3f2b;
    background: #8b3f2b;
    color: #EFE6DD;
}

.footer-social ul li a:hover i,
.footer-social ul li a:focus i {
    color: #EFE6DD;
}

.footer-social ul li a:hover img,
.footer-social ul li a:focus img {
    filter: brightness(0) invert(1);
}

.footer-subscription h5 {
    font-size: 20px;
    font-weight: 700;
    color: #1D1D1B;
    margin: 0px 0px 20px;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0;
}

.footer-subscription p {
    font-size: 18px;
    font-weight: 400;
    color: #1D1D1B;
    margin: 0px 0px 5px;
    letter-spacing: 0;
}

.footer-subscription .subscription-form {
    display: flex;
    flex-flow: wrap;
    gap: 0px 10px;
    margin: 10px 0px 0px;
}

.footer-subscription .subscription-form .form-group:first-child {
    width: calc(100% - 110px);
}

.footer-subscription .subscription-form input {
    background: #EADED2;
    border: 1px solid #1D1D1B;
    border-radius: 0px;
    min-height: 58px;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    padding-left: 25px;
    color: #1D1D1B;
}

.footer-subscription .subscription-form input::placeholder {
    color: #1D1D1B;
    font-size: 16px;
    font-weight: 400;
    opacity: 1;
}

.footer-subscription .subscription-form input:focus {
    box-shadow: none;
    outline: 0;
}

.footer-subscription .subscription-form .btn-submit {
    background: #1D1D1B;
    color: #EADED2;
    padding: 15px 20px;
    border-radius: 0;
    min-height: 60px;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #EADED2;
}

.footer-subscription .subscription-form .btn-submit:hover,
.footer-subscription .subscription-form .btn-submit:focus {
    background: #EADED2;
    color: #1D1D1B;
    border: 1px solid #1D1D1B;
}

.footer-subscription span {
    font-size: 14px;
    font-weight: 400;
    color: #1D1D1B;
    margin: 30px 0px 5px;
    letter-spacing: 0;
    display: inline-block;
}

.footer-copyright {
    text-align: right;
}

.footer-copyright p {
    font-size: 14px;
    font-weight: 500;
    color: #1D1D1B;
    margin: 80px 0px 5px;
    letter-spacing: 0;
    display: inline-block;
}

.home-services-box {
    padding: 100px 0px;
    position: relative;
}

.home-services-card {
    background: #8a3f2a;
    border: 0px;
    border-radius: 40px;
    height: 100%;
}

.home-services-card .card-header {
    border: 0px;
    padding: 60px 60px;
    text-align: right;
}

.home-services-card .card-header img {
    width: 65px;
    height: 65px;
}

.home-services-card .card-body {
    padding: 0px 80px 80px;
}

.home-services-card .card-body h4 {
    font-size: 20px;
    font-weight: 500;
    color: #e9ded2;
    margin: 0px 0px 20px;
    letter-spacing: 0;
}

.home-services-card .card-body p {
    font-size: 18px;
    line-height: 35px;
    font-weight: 400;
    color: #e9ded2;
    margin: 0px 0px 5px;
    letter-spacing: 0;
} 

.how-it-works-section {
    padding: 200px 0px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.how-it-works-section:before {
    content: '';
    background: #1c1c1a;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.72;
}

.how-it-works-section .card {
    background: transparent;
    border: 0px;
    border-radius: 0px;
    box-shadow: none;
    position: relative;
}

.how-it-works-section .card:before {
    border: 2px solid #fff;
    content: '';
    width: calc(100% - 68%);
    height: 100%;
    position: absolute;
    left: 0;
    top: 40px;
    border-right: 0;
    border-radius: 100px 0px 0px 100px;
}

.how-it-works-section .card:after {
    border: 2px solid #fff;
    content: '';
    width: calc(100% - 68%);
    height: 100%;
    position: absolute;
    right: 0;
    top: 40px;
    border-left: 0;
    border-radius: 0px 100px 100px 0px;
}

.how-it-works-section .card .card-header {
    padding: 0px 50px;
    text-align: center;
    border: 0;
}

.how-it-works-section .card .card-header h3 {
    font-size: 40px;
    font-weight: 600;
    color: #EFE6DD;
    margin: 0px 0px 10px;
    line-height: normal;
}

.how-it-works-section .card .card-header p {
    font-size: 22px;
    font-weight: 400;
    color: #EFE6DD;
    margin: 0px 0px 40px;
}

.how-it-works-section .card .card-body {
    padding: 0px 50px;
    position: relative;
    z-index: 1;
} 

.how-works-card .how-works-title {
    text-align: center;
}

.how-works-card .how-works-title p {
    font-size: 40px;
    font-weight: 500;
    color: #EFE6DD;
    margin: 0px 0px 10px;
    font-family: "Libre Baskerville", serif;
}

.how-works-card .how-works-title h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #EFE6DD;
    margin: 0px 0px 20px;
    line-height: normal;
}

.how-works-content p {
    font-size: 18px;
    line-height: 35px;
    font-weight: 400;
    color: #EFE6DD;
    margin: 0px auto 20px;
    text-align: center;
    max-width: 85%;
    min-height: 150px;
    font-family: "Libre Baskerville", serif;
}

.how-works-icon {
    text-align: center;
    margin: 50px 0px;
}

.how-works-icon i {font-size: 50px;color: #EFE6DD;}

.how-works-icon img {
    width: auto;
    height: 80px;
    margin: -10px 0px 0px;
}

.how-it-works-section .card .theme-btn {
    padding: 16px 120px;
    width: fit-content;
    margin: 30px auto -70px;
}

.how-it-works-section .card .theme-btn:hover,
.how-it-works-section .card .theme-btn:focus {
    background: #CAB7A5;
    color: #fff;
}

.home-vip-list-section {
    padding: 200px 0px;
    position: relative;
    height: 950px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.home-vip-list-section h3 {
    font-size: 40px;
    font-weight: 600;
    color: #EFE6DD;
    margin: 0px 0px 60px;
    line-height: normal;
    text-align: center;
}

.home-vip-list-section p {
    font-size: 22px;
    font-weight: 500;
    color: #EFE6DD;
    margin: 0px 0px 15px;
    line-height: normal;
    text-align: center;
}

.home-vip-list-section p:last-child {
     margin: 0px 0px 40px;
}


.home-vip-list-section .theme-btn {
    padding: 16px 100px;
    width: fit-content;
    margin: 30px auto -50px;
    color: #622b20;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 260px;
    background: #EFE6DD;
    border: 1px solid #EFE6DD;
}

.home-vip-list-section .theme-btn:hover,
.home-vip-list-section .theme-btn:focus {
    color: #EADED2;
    background: #8B3F2B;
    border-color: #EADED2;
}

.custom-header {
    position: absolute;
    width: 100%;
    transition: all 0.5s ease-in-out;
    z-index: 999;
    margin: 0px 0px 0px;
    padding: 0 120px 0px;
    top: 70px;
}
.single-iv_products .custom-header {
    top: 30px;
}

/* When sticky */
.custom-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    background: #1f2122;
    padding: 20px 100px 20px;
}

/* Hide on scroll down */
.custom-header.hide {
    transform: translateY(-100%);
}

/* Show on scroll up */
.custom-header.show {
    transform: translateY(0);
}

.custom-header.sticky {
    box-shadow: 0 4px 20px rgba(138, 63, 42, 0.5);
}

.custom-header.sticky .hero-brand {
    text-align: center;
}

.custom-header.sticky .hero-brand img {
    width: 80%;
}

.custom-header.sticky .btn-dark-pill {
    background: #EADED2;
    color: #000;
}

.custom-header .hero-brand {
    width: calc(100% - 75%);
}
.custom-header .hero-brand a {display: inline-block;}
.custom-header .header-btn-group {
    display: inline-flex;
    gap: 0px 10px;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: #eaded2;
  overflow-x: hidden;
  transition: all 0.5s ease-in-out;;
  padding-top: 60px;
}

.sidenav-menu {
    margin: 0px 0px;
    padding: 50px 0px 0px 80px;
    list-style: none;
}

.sidenav-menu li {
    margin: 0px 0px 0px;
}

.sidenav-menu li a {
    padding: 15px 15px;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #1D1D1B;
    display: block;
    transition: all 0.5s ease-in-out;
}

.sidenav-menu li a:hover,
.sidenav-menu li a:focus {
    color: #1D1D1B;
    transition: all 0.5s ease-in-out;
    font-weight: 700;
}

.sidenav-menu li a.active,
.sidenav-menu li.current-menu-item > a,
.sidenav-menu li.current_page_item > a {
    color: #1D1D1B;
    transition: all 0.5s ease-in-out;
    font-weight: 700;
}

.sidenav .closebtn {
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 45px;
    margin-left: 40px;
    color: #1D1D1B;
}

.sidenav .closebtn img {
    width: 60px;
}

.sidenav-language {
    margin: 0px 0px;
    padding: 20px 0px 0px 90px;
    list-style: none;
}

.sidenav-language li {
    display: inline-block;
    position: relative;
}

.sidenav-language li:after {
    content: '';
    width: 1px;
    height: 25px;
    background: #000;
    position: absolute;
    right: -3px;
    top: 0px;
    transform: rotate(15deg);
}

.sidenav-language li:last-child:after {
    display: none;
}

.sidenav-language li a {
    padding: 0px 10px;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #1D1D1B;
    display: block;
    transition: all 0.5s ease-in-out;
}

.sidenav-language li a:hover,
.sidenav-language li a:focus {
    color: #1D1D1B;
    transition: all 0.5s ease-in-out;
    font-weight: 700;
}

/* OVERLAY BLUR BACKGROUND */
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    background: rgba(0,0,0,0.25); /* dark glass effect */
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    z-index: 9999;
}

/* ACTIVE STATE */
#overlay.active {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in-out;
}

html.menu-open,
body.menu-open {
    overflow: hidden;
    height: 100%;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

/* ============== slider ============== */

.home-product-slider-title {
    padding: 40px 0px;
    position: relative;
    background: #8a3f2a;
}

.home-product-slider-title h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    color: #EFE6DD;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: center;
}

.home-product-slider {
    background: #fff;
    padding: 0;
    position: relative;
}

.home-product-slider .slider-img {
    position: relative;
    margin: 0px 0px 0px 0px;
}

.home-product-slider .slider-img:after {
    content: '';
    width: 100%;
    height: 100%;
    background: #EADED2;
    position: absolute;
    left: 0px;
    top: 0;
    z-index: -1;
}

.home-product-slider .slider-img img {
    margin: 0px auto 0px;
    width: 40%;
    padding: 80px 0px;
}

.home-product-slider .product-slider-card {
    display: flex;
    flex-flow: column;
    height: 100%;
    justify-content: center;
    padding: 0px 200px;
}

.home-product-slider .product-slider-card .product-slider-card-header {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0px 0px 50px;
}

.home-product-slider .product-slider-card .product-slider-card-header .product-slider-title h3 {
    font-size: 25px;
    font-weight: 700;
    line-height: 40px;
    font-family: "Montserrat", sans-serif;
    color: #1D1D1B;
    margin: 0px 0px;
    padding: 0px 0px;
    position: relative;
}

.home-product-slider .product-slider-card .product-slider-card-header .product-slider-title h3:after {
    content: '';
    width: 250px;
    height: 5px;
    background: #8a3f2a;
    position: absolute;
    left: 0;
    bottom: -10px;
}

.home-product-slider .product-slider-card .product-slider-card-header .product-slider-price p {
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
    color: #1D1D1B;
    margin: 0px 0px 5px;
    padding: 0px 0px;
    text-align: right;
}

.home-product-slider .product-slider-card .product-slider-card-header .product-slider-price span {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #1D1D1B;
    margin: 0px 0px;
    padding: 0px 0px;
}

.home-product-slider .product-slider-card .product-slider-card-body p {
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    color: #1D1D1B;
    margin: 0px 0px 50px;
    padding: 0px 0px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
}

.home-product-slider .product-slider-card .product-slider-card-body p strong {
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    color: #1D1D1B;
    margin: 0px 0px;
    padding: 0px 0px;
}

.home-product-slider .product-slider-card .product-slider-btn-group {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    gap: 0px 15px;
}

.home-product-slider .product-slider-card .product-slider-btn-group .btn-dark-pill {
    font-size: 16px;
    padding: 13px 30px;
    font-weight: 400;
    border: 1px solid #1f2122;
    color: #cab7a5;
}

.home-product-slider .product-slider-card .product-slider-btn-group .btn-dark-pill:hover,
.home-product-slider .product-slider-card .product-slider-btn-group .btn-dark-pill:focus {
    color: #1f2122;
    border: 1px solid #1f2122;
    background: #fff;
}

.home-product-slider .product-slider-card .product-slider-btn-group .theme-btn {
    background: transparent;
    border: 1px solid #1f2122;
    color: #1f2122;
    font-size: 16px;
    padding: 13px 30px;
    font-weight: 400;
    min-height: 58px;
    display: flex;
    align-items: center;
}

.home-product-slider .product-slider-card .product-slider-btn-group .theme-btn:hover,
.home-product-slider .product-slider-card .product-slider-btn-group .theme-btn:focus {
    background: #1f2122;
    border: 1px solid #1f2122;
    color: #fff;
} 

.home-product-slider .owl-nav {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
    margin-left: 5px;
}

.home-product-slider .owl-nav .owl-prev,
.home-product-slider .owl-nav .owl-next {
    position: relative;
}

.home-product-slider .owl-nav .owl-prev span, .home-product-slider .owl-nav .owl-next span {
    display: none;
}

.home-product-slider .owl-nav .owl-prev:after {
    content: '';
    background-image: url(../img/slider-prev-arrow.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    width: 25px;
    height: 25px;
    position: absolute;
    left: -120px;
    top: 0px;
    transform: rotate(-90deg);
}

.home-product-slider .owl-nav .owl-next:after {
    content: '';
    background-image: url(../img/slider-next-arrow.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 110px;
    top: 0;
    transform: rotate(-90deg);
}

.home-product-slider .owl-dots {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
    margin: 20px 0px 0px -13px;
    gap: 20;
}

.home-product-slider .owl-dots .owl-dot {
    border: 1px solid #443d3d;
    background: #fff;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    margin: 8px;
}

.home-product-slider .owl-dots .owl-dot.active {
    background: #443d3d;
}

.home-product-slider .owl-dots .owl-dot span {
    display: none;
}

.btn-explore {
    padding: 16px 60px;
    font-size: 16px;
    color: #eaded2;
    background: #8a3f2a;
    border-radius: 50px;
    font-weight: 400;
    min-height: 58px;
    border: 1px solid #8a3f2a;
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translate(-50%, -50%);
    z-index: 9;
    margin: 0px 0px 0px -10px;
}

.btn-explore:hover {
    background: #fff;
    border: 1px solid #8a3f2a;
    color: #8a3f2a;
}

/* ============== Timeline ============== */

.hero-timeline-section {
    padding: 0px 0px 500px;
    position: relative;
}

/* TOP */
.hero-timeline-section .top-row {
  display: flex;
  justify-content: space-between;
}

.hero-timeline-section .left-box,
.hero-timeline-section .right-box {
  width: 35%;
}

.hero-timeline-section .num {
  color: #8c3b28;
  font-size: 28px;
}

/* BUTTON */
.hero-timeline-section .btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 30px;
  background: #8c3b28;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
}

/* TIMELINE */
.hero-timeline-section .timeline {
  position: relative;
  margin-top: 0px;
}

/* CURVE TOP */
.hero-timeline-section .curve-top {
  position: absolute;
  top: 100px;
  left: 40%;
  width: 180px;
  height: 220px;
  border-top: 2px solid #8c3b28;
  border-right: 2px solid #8c3b28;
  border-radius: 0 120px 0px 0;
}

/* DOT */
.hero-timeline-section .dot {
  width: 20px;
  height: 20px;
  background: #8c3b28;
  border-radius: 50%;
  position: absolute;
}

.hero-timeline-section .dot1 {
    top: 320px;
    left: calc(40% + 169px);
}

.hero-timeline-section .dot2 {
    top: 410px;
    left: 50.1%;
    transform: translateX(-50%);
}

/* CENTER TEXT */
.hero-timeline-section .center-text {
  text-align: center;
  margin: 30px 0;
}

.hero-timeline-section .center-text span {
    font-size: 24px;
    font-weight: 600;
    line-height: 40px;
    font-family: "Montserrat", sans-serif;
    color: #1D1D1B;
    margin: 0px 0px 10px;
    padding: 0px 0px;
}

.hero-timeline-section .center-text h3 {
    font-size: 35px;
    font-weight: 400;
    line-height: 50px;
    color: #1D1D1B;
    margin: 0px auto 10px;
    padding: 0px;
    max-width: 50%;
}

/* LINE */
.hero-timeline-section .line {
  position: absolute;
  left: 50%;
  width: 2px;
  background: #8c3b28;
}

.hero-timeline-section .line1 {
    top: 250px;
    height: 160px;
}

.hero-timeline-section .line2 {
    bottom: -200px;
    height: 100px;
}

/* ITEMS */
.hero-timeline-section .item {
  position: relative;
  width: 400px;
}

.hero-timeline-section .step2 {
    top: 30px;
    left: 0;
}

.hero-timeline-section .step3 {
    top: 60px;
    left: 0%;
    text-align: center;
    width: auto;
}

.hero-timeline-section .step4 {
    bottom: -410px;
    right: 0;
    left: auto;
    position: absolute;
}

/* CURVE BOTTOM */
.hero-timeline-section .curve-bottom {
    position: absolute;
    bottom: -390px;
    left: 50%;
    width: 360px;
    height: 310px;
    border-left: 2px solid #8c3b28;
    border-bottom: 2px solid #8c3b28;
    border-radius: 0 0 0 120px;
}

.hero-timeline-section .top-row h3,
.hero-timeline-section .timeline .item h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    font-family: "Montserrat", sans-serif;
    color: #1D1D1B;
    margin: 0px 0px 10px; 
    padding: 0px 0px;
}

.hero-timeline-section .top-row p,
.hero-timeline-section .timeline .item p {
    font-family: "Libre Baskerville", serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    color: #1D1D1B;
    margin: 0px 0px;
    padding: 0px 0px;
}

.hero-timeline-section .top-row .num,
.hero-timeline-section .timeline .item .num {
    font-family: "Libre Baskerville", serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 30px;
    color: #8a3f2a;
    margin: 0px 0px 0px;
    padding: 0px 0px 0px;
}

.hero-timeline-section .top-row .left-box p {
    max-width: calc(100% - 20%);
}

.hero-timeline-section .top-row .right-box h3 {
    max-width: 80%;
}

.hero-timeline-section .top-row .right-box p {
    max-width: calc(100% - 30%);
}

.hero-timeline-section .top-row .right-box {
    margin-top: 100px;
}

.hero-timeline-section .timeline-btn {
    padding: 16px 60px;
    font-size: 16px;
    color: #eaded2;
    background: #8a3f2a;
    border-radius: 50px;
    font-weight: 400;
    border: 1px solid #8a3f2a;
    z-index: 9;
    margin: 30px 0px 0px 0px;
}

.hero-timeline-section .left-box .timeline-btn {
    padding: 13px 40px;
    font-size: 14px;
}

.hero-timeline-section .timeline-btn:hover {
    background: #eaded2;
    border: 1px solid #8a3f2a;
    color: #8a3f2a;
}

.hero-timeline-section .timeline .item.center p{
    font-size: 30px;
    font-weight: 400;
    line-height: 55px;
    color: #1D1D1B;
    margin: 0px auto 0px;
    padding: 0px 0px;
    max-width: 50%;
}

/* RESPONSIVE */
@media (max-width: 992px) {

  .hero-timeline-section .top-row {
    flex-direction: column;
  }

  .hero-timeline-section .left-box,
  .hero-timeline-section .right-box {
    width: 100%;
  }

  .hero-timeline-section .item {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
    margin-bottom: 40px;
  }

  .hero-timeline-section .curve-top,
  .hero-timeline-section .curve-bottom,
  .hero-timeline-section .line,
  .hero-timeline-section .dot {
    display: none;
  }
}

/* ============== Our Services ============== */

.our-services-therapy-text {
    padding: 100px 0px;
    position: relative;
}

.our-services-therapy-text h3 {
    font-size: 40px;
    font-weight: 400;
    line-height: 65px;
    color: #1D1D1B;
    margin: 0px auto 10px;
    padding: 0px;
    max-width: 87%;
    text-align: center;
}

.our-services-accordion {
    padding: 0px 0px 100px;
    position: relative;
}

.our-services-accordion h3 {
    font-size: 40px;
    font-weight: 400;
    line-height: 60px;
    color: #1D1D1B;
    margin: 0px auto 30px;
    padding: 0px 30px;
    max-width: 100%;
    text-align: left;

}

.our-services-accordion .accordion-button {
    font-family: "Montserrat", sans-serif;
    background-color: #efe6dd;
    font-size: 25px;
    color: #1D1D1B;
    padding: 30px 30px;
    border-top: 1px solid #1D1D1B;
    box-shadow: none;
}

.our-services-accordion .accordion-button:focus {
    box-shadow: none;
    outline: 0;
}

.our-services-accordion .accordion-button.collapsed:after {
    content: '';
    background-image: url(../img/services-plus.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 1;
}

.our-services-accordion .accordion-button:after {
    content: '';
    background-image: url(../img/services-minus.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 30px;
    top: 25px;
    z-index: 1;
}

.our-services-accordion .accordion-item:first-child .accordion-button {
    border-bottom: 0;
}

.our-services-accordion .accordion-item:last-child .accordion-button.collapsed {
    border-bottom: 1px solid #1D1D1B;
}

.our-services-accordion .accordion-item .accordion-body {
    background-color: #efe6dd;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #1D1D1B;
    padding: 0px 30px 30px;
}

.our-services-accordion .accordion-item .accordion-body p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #1D1D1B;
}

.our-services-accordion .accordion-item .accordion-body .accordion-body-img {
    width: 100%;
    height: 350px;
    margin-bottom: 0;
    overflow: hidden;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.our-services-accordion .accordion-item .accordion-body .accordion-body-img .btn-dark-pill {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 9;
    transform: translate(-50%, -50%);
    border: 1px solid #EFE6DD;
    font-size: 14px;
    padding: 10px 50px;
}

.our-services-accordion .accordion-item .accordion-body .accordion-body-img .btn-dark-pill:hover {
    border: 1px solid #1f2122;
    background: #EFE6DD;
    color: #1f2122;
}

.our-services-enquire {
    padding: 0px 0px 100px;
}

/*.services-enquire-card {
    border: 2px solid #ddd8d3;
}*/

.services-enquire-card-header {
    background: #cab6a5;
    padding: 50px 20px;
    border: 2px solid #cab6a5;
}

.services-enquire-card-header h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    color: #000000;
    text-align: center;
}

.services-enquire-card-body {
    background: #f5f0ea;
    padding: 50px 100px;
    border: 2px solid #908b85;
    border-top: 0;
}

.services-enquire-card-body p {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    color: #000000;
    text-align: left;
    max-width: 60%;
    margin: 0px 0px 30px;
}

.services-enquire-card-body .services-enquire-form .form-group {
    margin: 0px 0px 20px;
}

.services-enquire-card-body .services-enquire-form input {
    width: 100%;
    min-height: 70px;
    border-radius: 20px;
    border: 1px solid #1D1D1B;
    font-size: 16px;
    font-weight: 400;
    color: #1D1D1B;
    background: #f5f0ea;
}

.services-enquire-card-body .services-enquire-form input::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #1D1D1B;
}

.services-enquire-card-body .services-enquire-form select {
    width: 100%;
    min-height: 60px;
    border-radius: 20px;
    border: 1px solid #1D1D1B;
    font-size: 16px;
    font-weight: 400;
    color: #1D1D1B;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #f5f0ea;
}

.services-enquire-card-body .services-enquire-form .select-drop {
    position: relative;
}

.services-enquire-card-body .services-enquire-form .select-drop:after {
    content: '';
    background-image: url(../img/slider-next-arrow.svg);
    width: 18px;
    height: 18px;
    position: absolute;
    right: 20px;
    top: 52px;
    background-repeat: no-repeat;
    background-size: 100%;
}

.services-enquire-card-body .services-enquire-form textarea {
    width: 100%;
    min-height: 160px;
    border-radius: 20px;
    border: 1px solid #1D1D1B;
    font-size: 16px;
    font-weight: 400;
    color: #1D1D1B;
    background: #f5f0ea;
}

.services-enquire-card-body .services-enquire-form textarea::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #1D1D1B;
}

.services-enquire-card-body .services-enquire-form input:focus,
.services-enquire-card-body .services-enquire-form textarea:focus,
.services-enquire-card-body .services-enquire-form select:focus {
    box-shadow: none;
    outline: 0;
    border-color: #1D1D1B;
    background: #f5f0ea;
}


.services-enquire-card-body .services-enquire-form .btn-submit {
    background: #1f2122 !important;
    border: 1px solid #1f2122;
    color: #fff;
    border-radius: 999px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 10px 100px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin: 50px auto;
    min-height: 58px;
}

.services-enquire-card-body .services-enquire-form .btn-submit:hover {
    background: #fff !important; 
    border: 1px solid #1f2122;
    color: #1f2122;
}

/* ============== Our Services ============== */

.our-services-wellness {
    padding: 0px 0px 100px;
    position: relative;
}

.our-services-wellness h3 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    margin: 0px 0px 30px;
}

.our-services-wellness p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #000000;
    text-align: center;
    max-width: 55%;
    margin: 0px auto 30px;
}

.our-services-wellness .wellness-btn-group {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    gap: 0px 15px;
    margin-top: 10px;
}

.our-services-wellness .wellness-btn-group .btn-dark-pill {
    border: 1px solid #1f2122;
    min-width: 240px;
}

.our-services-wellness .wellness-btn-group .btn-dark-pill:hover,
.our-services-wellness .wellness-btn-group .btn-dark-pill:focus {
    color: #1f2122;
    border: 1px solid #1f2122;
}

.our-services-wellness .wellness-btn-group .theme-btn {
    background: transparent;
    border: 1px solid #1f2122;
    color: #1f2122;
    font-size: 16px;
    padding: 13px 40px;
    font-weight: 400;
    min-height: 58px;
    line-height: 30px;
    min-width: 240px;
}

.our-services-wellness .wellness-btn-group .theme-btn:hover,
.our-services-wellness .wellness-btn-group .theme-btn:focus {
    background: #1f2122;
    border: 1px solid #1f2122;
    color: #fff;
}

.our-services-wellness .wellness-card-group {
    position: relative;
    margin-top: 50px;
}

.our-services-wellness .wellness-card-group .wellness-card span {
    font-family: "Libre Baskerville", serif;
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
    color: #EFE6DD;
    text-align: center;
    margin: 0px 0px 40px;
    position: absolute;
    left: 50px;
    top: 150px;
}

.our-services-wellness .wellness-card-group .wellness-card {
    max-width: 700px;
    max-height: 700px;
    position: relative;
    /* overflow: hidden; */
}

.our-services-wellness .wellness-card-group .wellness-card:before {
    content: '';
    width: 90%;
    height: 500px;
    background: #434a21;
    position: absolute;
    left: 0px;
    bottom: -8px;
    border-radius: 80px 80px 0px 80px;
    z-index: -1;
}

.our-services-wellness .wellness-card-group .wellness-card img {
    /* overflow: hidden; */
    margin: 0px 0px -8px 60px;
    width: 700px;
    /* position: absolute; */
    left: 0;
    right: 0;
    top: -130px;
    /* height: 540px; */
}

.our-services-wellness .wellness-card-group .wellness-card:nth-child(1) {
    left: 2%;
}

.our-services-wellness .wellness-card-group .wellness-card:nth-child(2) {
    left: 3%;
}

.our-services-wellness .wellness-card-group .wellness-card:nth-child(2) {
    max-width: 400px;
    max-height: 400px;
    right: 0;
    margin: 50px 0px 0px 235px;
}

.our-services-wellness .wellness-card-group .wellness-card:nth-child(2):before {
    content: '';
    width: 100%;
    height: 100%;
    background: #434a21;
    position: absolute;
    left: 0px;
    bottom: -8px;
    border-radius: 80px 80px 0px 80px;
    z-index: -1;
}

.our-services-wellness .wellness-card-group .wellness-card:nth-child(2) img {
    width: 60%;
    /* height: auto; */
    margin: 40px 0px 10px 100px;
}

.our-services-wellness .wellness-card-group .wellness-card:nth-child(2) span {
    left: 40px;
    top: 40px;
}

.our-services-wellness .wellness-card-group .wellness-card:nth-child(3) {
    position: absolute;
    right: 0px;
    top: 0;
    max-height: 710px;
    max-width: 650px;
}

.our-services-wellness .wellness-card-group .wellness-card:nth-child(3)::before {
    content: '';
    width: 90%;
    height: 100%;
    background: #434a21;
    position: absolute;
    left: 0px;
    bottom: -112px;
    border-radius: 80px 80px 80px 0 ;
    z-index: -1;
}

.our-services-wellness .wellness-card-group .wellness-card:nth-child(3) img {
    width: 70%;
    margin: 250px 0px 0px 60px;
}

/* ============ Iv Therapies Page ============ */

.iv-therapies-wellness {
    padding-top: 100px;
    position: relative;
    padding-bottom: 0px;
}

.iv-therapies-product {
    position: relative;
    padding: 100px 100px;
}

.product-filter {
    display: flex;
    flex-flow: wrap;
    justify-content: end;
    align-items: center;
}

.product-filter a {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #1D1D1B;
    text-align: right;
    margin: 0px 0px;
    display: flex;
    justify-content: end;
    align-items: center;
}

.product-filter a span {
    width: 50px;
    height: 40px;
    display: inline-block;
    margin: 0px 0px 0px 10px;
}

.product-card {
    margin-bottom: 0px;
}

/*.product-card .product-card-header {
    padding: 100px 100px;
}*/

.product-card .product-card-body .product-card-detalis {
    min-height: 330px;
}

.product-card .product-card-body .product-title-price {
    display: flex;
    justify-content: space-between;
    margin: 0px 0px 30px;
    align-items: center;
}

.product-card .product-card-body .product-title-price .product-title h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    font-family: "Montserrat", sans-serif;
    color: #1D1D1B;
    margin: 0px 0px;
    padding: 0px 0px;
    position: relative;
}

.product-card .product-card-body .product-title-price .product-title h3:after {
    content: '';
    width: 180px;
    height: 5px;
    background: #8a3f2a;
    position: absolute;
    left: 0;
    bottom: -10px;
}

.product-card .product-card-body .product-title-price .product-price p {
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    color: #1D1D1B;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: right;
}

.product-card .product-card-body .product-title-price .product-price span {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #1D1D1B;
    margin: 0px 0px;
    padding: 0px 0px;
}

.product-card .product-card-body p {
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    color: #1D1D1B;
    margin: 0px 0px 30px;
    padding: 0px 0px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    line-clamp: 8;
    -webkit-box-orient: vertical;
}

.product-card .product-card-body .product-card-btn-group {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    gap: 0px 15px;
}

.product-card .product-card-body .product-card-btn-group .btn-dark-pill {
    border: 1px solid #1f2122;
}

.product-card .product-card-body .product-card-btn-group .btn-dark-pill,
.product-card .product-card-body .product-card-btn-group .theme-btn {
    font-size: 14px;
    padding: 10px 20px;
}

.product-card .product-card-body .product-card-btn-group .theme-btn {
    background: transparent;
    border: 1px solid #1f2122;
    color: #1f2122;
}

.product-card .product-card-body .product-card-btn-group .btn-dark-pill:hover,
.product-card .product-card-body .product-card-btn-group .btn-dark-pill:focus {
    background: #fff;
    color: #1f2122;
    border: 1px solid #1f2122;
}

.product-card .product-card-body .product-card-btn-group .theme-btn:hover,
.product-card .product-card-body .product-card-btn-group .theme-btn:focus {
    background: #1f2122;
    border: 1px solid #1f2122;
    color: #fff;
} 


.drop-filter-modal {
    background: #eaded2;
    padding: 80px 80px;
}

.drop-filter-modal .dropdown-center {
    background: #f4ece6;
}

.drop-filter-modal .dropdown-center .drop-filter-dropdown {
    background: #f4ece6;
    border: 1px solid #f4ece6;
    width: 100%;
    color: #2b2b27;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    padding: 50px 50px;
    border-radius: 0;
    text-align: left;
}

.drop-filter-modal .dropdown-center .drop-filter-dropdown:after {
    content: '';
    background-image: url(../img/dropdown-arrow.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    width: 40px;
    height: 40px;
    border: 0;
    position: absolute;
    right: 40px;
    top: 40px;
}

.drop-filter-modal .dropdown-center .dropdown-menu {
    background: #f4ece6;
    width: 100%;
    border: 0;
    margin: -10px 0px 0px !important;
    padding: 0px 70px 100px;
    border-radius: 0px;
    min-height: 400px;
    max-height: 400px;
    overflow: auto;
}

.drop-filter-modal .dropdown-center .dropdown-menu .dropdown-item {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    color: #2b2b27;
    padding: 15px 15px;
    border-top: 1px solid #000;
}

.drop-filter-modal .dropdown-center .dropdown-menu .dropdown-submenu:last-child .dropdown-item {
    border-bottom: 1px solid #000;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 100%;
    left: 0;
    display: none;
}

.dropdown-submenu.show > .dropdown-menu {
    display: block;
    background: #f4ece6;
    width: 100%;
    border: 0;
    margin: 0px 0px 0px !important;
    padding: 0px 20px 20px;
    border-radius: 0px;
    min-height: auto;
    max-height: unset;
}

.drop-filter-modal .dropdown-center .dropdown-menu .dropdown-submenu .dropdown-menu .dropdown-item {
    border: 0;
    padding: 10px 10px;
}

.drop-filter-modal .dropdown-center .dropdown-menu .dropdown-submenu > .dropdown-item {
    padding-right: 60px;
}

.drop-filter-modal .dropdown-center .dropdown-menu .dropdown-submenu .iv-submenu-toggle {
    width: 60px;
    height: 60px;
    border: 0;
    background: transparent;
    position: absolute;
    right: 0;
    top: 1px;
    z-index: 2;
}

.drop-filter-modal .dropdown-center .dropdown-menu .dropdown-submenu .iv-submenu-toggle::after {
    content: '';
    background-image: url(../img/sub-dropdown-arrow.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    width: 20px;
    height: 20px;
    border: 0;
    position: absolute;
    right: 20px;
    top: 20px;
}

.drop-filter-modal .dropdown-center .dropdown-menu .dropdown-item:hover,
.drop-filter-modal .dropdown-center .dropdown-menu .dropdown-item:focus {
    background: transparent;
    outline: 0;
}

.iv-therapies-product .load-more-btn {
    margin: 80px auto 0px;
    text-align: center;
}

.iv-therapies-product .load-more-btn .btn-dark-pill {
    border: 1px solid #1f2122;
    background: #1f2122;
    border: 1px solid #1f2122;
    color: #EADED2;
    position: relative;
    bottom: 4px;
}

.iv-therapies-product .load-more-btn .btn-dark-pill:hover,
.iv-therapies-product .load-more-btn .btn-dark-pill:active {
    background: #EADED2;
    border: 1px solid #1f2122;
    color: #1f2122;
}

#iv-products-list {
    transition: opacity 0.4s ease;
}

.iv-products-loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    background: #1f2122;
    border-radius: 50px;
    width: 76px;
    height: 76px;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.28);
}

.iv-products-loader span {
    width: 38px;
    height: 38px;
    display: inline-block;
    border: 3px solid rgba(255, 255, 255, 0.2);
    border-top-color: #fff;
    border-radius: 50%;
    animation: iv-products-spin 0.75s linear infinite;
}

.iv-products-loader.is-active {
    display: flex;
    animation: iv-loader-appear 0.2s ease forwards;
}

#iv-products-list.is-loading {
    opacity: 0.15;
    pointer-events: none;
}

@keyframes iv-products-spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes iv-loader-appear {
    from {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.8);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}

/*.product-card .product-card-body p:first-child {
    text-align: justify;
}*/

.product-card .product-card-body p:nth-child(2) {
    font-size: 14px;
}

.iv-therapies-product ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: wrap;
    margin: 0px 0px;
    padding: 0px 199px;
    list-style: none;
    gap: 80px 106px;
}

.iv-therapies-product ul li {
    max-width: 365px;
    min-width: 365px;
}

/* ============ Iv Therapies Page ============ */

/* ============ Products Details Page ============ */

.single-iv_products {
    background: #fff;
}

.single-iv_products .menu-tag {
    color: #1d1d1b;
}

.single-iv_products .menu-tag .menu-tag-line::before,
.single-iv_products .menu-tag .menu-tag-line::after {
    border-color: #1d1d1b;
}

.single-iv_products .custom-header .hero-nav .hero-brand img {
    filter: brightness(0);
}

.single-iv_products .custom-header.sticky  .hero-nav .hero-brand img {
    filter: unset;
}

.single-iv_products .custom-header.sticky .menu-tag {
    color: #f2efea;
}

.single-iv_products .custom-header.sticky .menu-tag .menu-tag-line::before,
.single-iv_products .custom-header.sticky .menu-tag .menu-tag-line::after {
    border-color: #f2efea;
}

.products-details {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    background: #eaded3;
}

.products-details .products-details-img {
    width: 50%;
    text-align: center;
}

.products-details .products-details-img img {
    margin: 0px auto;
    max-width: 800px;
}

.products-details .products-details-content {
    width: 50%;
    padding: 300px 100px;
    background: #fff;
    margin: 0px 0px;
}

.products-details .products-details-content h4 {
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #2b2b27;
    margin: 0px 0px 40px;
    letter-spacing: 0;
    line-height: normal;
}

.products-details .products-details-content h3 {
    font-size: 40px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #2b2b27;
    margin: 0px 0px 40px;
    letter-spacing: 0;
    line-height: normal;
}

.products-details .products-details-content h5 {
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #2b2b27;
    margin: 0px 0px 20px;
    letter-spacing: 0;
    line-height: normal;
}

.products-details .products-details-content .price-content p {
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #2b2b27;
    margin: 0px 0px 20px;
    letter-spacing: 0;
    line-height: 30px;
}

.products-details .products-details-content .price-content p span {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #2b2b27;
    margin: 0px 0px 20px;
    letter-spacing: 0;
    line-height: 30px;
}

.products-details .products-details-content p {
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #2b2b27;
    margin: 0px 0px 20px;
    letter-spacing: 0;
    line-height: 30px;
}

.products-details .products-details-content .accordion-button {
    background-color: transparent;
    font-size: 20px;
    color: #1D1D1B;
    padding: 25px 25px 25px 10px;
    border-top: 1px solid #dfcbc5;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.products-details .products-details-content .accordion-button.collapsed:after {
    content: '';
    background: url(../img/dropdown-arrow.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 30px;
    transform: rotate(-90deg);
}

.products-details .products-details-content .accordion-button:after {
    content: '';
    background: url(../img/dropdown-arrow.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 30px;
    transform: rotate(0deg);
}

.products-details .products-details-content .accordion-button:focus {
    box-shadow: none;
    outline: 0;
}

.products-details .products-details-content .accordion-item:first-child .accordion-button {
    border-bottom: 0;
    border: 0;
}

.products-details .products-details-content .accordion-item:last-child .accordion-button.collapsed {
    border-bottom: 1px solid #dfcbc5;
}

.products-details .products-details-content .accordion-item .accordion-body {
    background-color: transparent;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #1D1D1B;
    padding: 0px 10px 10px;
}

.products-details .products-details-content .accordion-item .accordion-body p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #1D1D1B;
}

.products-details .products-details-content .accordion-item .accordion-body .accordion-body-img {
    width: 100%;
    height: 350px;
    margin-bottom: 10px;
    overflow: hidden;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.products-details .products-details-content .accordion-item .accordion-body .accordion-body-img .btn-dark-pill {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 9;
    transform: translate(-50%, -50%);
    border: 1px solid #EFE6DD;
    font-size: 14px;
    padding: 10px 50px;
}

.products-details .products-details-content .accordion-item .accordion-body .accordion-body-img .btn-dark-pill:hover {
    border: 1px solid #1f2122;
    background: #EFE6DD;
    color: #1f2122;
}

/* ============ Products Details Page ============ */

/* ============ Complete Wellness Page ============ */

.complete-wellness-package {
    background: #efe6dd;
}

.complete-wellness-package .products-details-img {
    text-align: center;
}

.complete-wellness-package .products-details-img img {
    width: 60%;
    margin: 0 auto;
}

/* ============ Complete Wellness Page ============ */

.top-offer-bar {
    background: #d9d0c7;
    padding: 30px 50px;
    text-align: center;
    position: relative;
}

.top-offer-bar p {
    font-size: 25px;
    line-height: normal;
    color: #1d1d1b;
    font-weight: 400;
}

.close-offer {
    position: absolute;
    right: 20px;
    top: -20px;
    font-size: 28px;
    cursor: pointer;
    font-size: 105px;
    line-height: normal;
    color: #1d1d1b;
    font-weight: 100;
}

.join-vip-box {
    background: #eaded2;
    border-radius: 10px;
    padding: 40px 40px;
}

.join-vip-box h3 {
    font-size: 18px;
    font-weight: 700;
    color: #733425;
    font-family: "Montserrat", sans-serif;
    margin: 0px 0px 10px;
    line-height: 30px;
}

.join-vip-box p {
    font-size: 16px;
    font-weight: 500;
    color: #733425;
    margin: 0px 0px 10px;
    line-height: 25px;
}

.join-vip-box .small-text {
    font-size: 12px;
    font-weight: 500;
    color: #733425;
    margin: 0px 0px 10px;
    line-height: 25px;
    max-width: 80%;
}

.join-vip-box .join-vip-subscription {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0px;
}

.join-vip-box .join-vip-subscription .form-group {
    width: 100%;
}

.join-vip-box .join-vip-subscription input {
    border: 1px solid #733425;
    border-radius: 0;
    min-height: 60px;
    font-size: 16px;
    font-weight: 500;
    color: #733425;
    line-height: 25px;
}

.join-vip-box .join-vip-subscription input:focus {
    box-shadow: none;
    outline: 0;
}

.join-vip-box .join-vip-subscription .btn-subscription {
    font-size: 18px;
    font-weight: 500;
    background: #733425;
    min-height: 60px;
    border-radius: 0px;
    color: #eaded2;
    border: 1px solid #733425;
    padding: 15px 30px;
}

.join-vip-box .join-vip-subscription .btn-subscription:hover,
.join-vip-box .join-vip-subscription .btn-subscription:focus {
    background: #eaded2;
    color: #733425;
    border: 1px solid #733425;
}

/* ============ Back To Top ============ */

#myBtn {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 50px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #1f2122;
    border: 1px solid #1f2122;
    color: #EADED2;
    cursor: pointer;
    padding: 0px;
    border-radius: 50px;
    width: 50px;
    height: 50px;  
}

#myBtn:hover,
#myBtn:focus {
    background-color: #EADED2;
}

#myBtn svg {
    width: 30px;
    height: 30px;
    fill: #EADED2;
}

#myBtn:hover svg,
#myBtn:focus svg {
    fill: #1f2122;
}

/* ============ Back To Top ============ */

/* ============ Vitamin Shots Page ============ */

.vitamin-shots-detalis {
    padding: 100px 0px;
    position: relative;
}

.vitamin-shots-detalis h3 {
    font-size: 40px;
    max-width: 70%;
    text-align: center;
    line-height: 70px;
    letter-spacing: 0;
    font-weight: 400;
    margin: 0 auto;
}

.vitamin-shots-products {
    padding: 0px 0px 100px;
    position: relative;
}

.vitamin-shots-products-img {
    overflow: hidden;
    margin: 0px 100px 0px 0px;
    text-align: right;
}

.vitamin-shots-products .row:nth-child(even) .vitamin-shots-products-details {
    margin: 0px 0px 0px 100px;
}

.vitamin-shots-products-img img {
    border-radius: 100px 100px 0px 100px;
}

.vitamin-shots-products-details h4 {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 0;
    margin: 0px 0px 20px;
    line-height: 50px;
    font-family: "Montserrat", sans-serif;
}

.vitamin-shots-products-details h6 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    margin: 0px 0px 15px;
    line-height: 30px;
    font-family: "Montserrat", sans-serif;
}

.vitamin-shots-products-details .big-text {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0px 0px 20px;
    line-height: 30px;
    max-width: calc(100% - 110px);
}

.vitamin-shots-products .row:nth-child(even) .vitamin-shots-products-details .big-text {
    max-width: 100%;
}

.vitamin-shots-products-details p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0px 0px 20px;
    line-height: 30px;
}

.vitamin-shots-products-details .btn-dark-pill {
    border: 1px solid #1f2122;
    margin: 30px 0px 0px 0px;
    color: #fff;
}

.vitamin-shots-products-details .btn-dark-pill:hover,
.vitamin-shots-products-details .btn-dark-pill:focus {
    border: 1px solid #1f2122;
    color: #1f2122;
    background: #fff;
}

.vitamin-shots-products .row:nth-child(even) {
    flex-flow: row-reverse;
    padding: 100px 0px;
}

.vitamin-shots-products .row:nth-child(even) .vitamin-shots-products-img {
    text-align: right;
}

.vitamin-shots-products .row:nth-child(even) .vitamin-shots-products-img img {
    border-radius: 100px 100px 100px 0px;
}

.vitamin-shots-supervised {
    padding: 100px 0px;
    position: relative;
}

.vitamin-shots-supervised h3 {
    font-size: 35px;
    max-width: 80%;
    text-align: center;
    line-height: 70px;
    letter-spacing: 0;
    font-weight: 700;
    margin: 0 auto 20px;
}

.vitamin-shots-supervised p {
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    letter-spacing: 0;
    font-weight: 500;
    margin: 0 auto;
    max-width: calc(100% - 600px);
}

.vitamin-shots-supervised .accordion {
    padding: 50px 0px 0px;
}

.vitamin-shots-supervised .accordion-button {
    font-family: "Montserrat", sans-serif;
    background-color: #efe6dd;
    font-size: 25px;
    color: #1D1D1B;
    padding: 30px 30px;
    border-top: 1px solid #1D1D1B;
    box-shadow: none;
}

.vitamin-shots-supervised .accordion-button:focus {
    box-shadow: none;
    outline: 0;
}

.vitamin-shots-supervised .accordion-button.collapsed:after {
    content: '';
    background-image: url(../img/services-plus.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 30px;
    top: 25px;
    z-index: 1;
}

.vitamin-shots-supervised .accordion-button:after {
    content: '';
    background-image: url(../img/services-minus.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 30px;
    top: 25px;
    z-index: 1;
}

.vitamin-shots-supervised .accordion-item:first-child .accordion-button {
    border-bottom: 0;
}

.vitamin-shots-supervised .accordion-item:last-child .accordion-button.collapsed {
    border-bottom: 1px solid #1D1D1B;
}

.vitamin-shots-supervised .accordion-item .accordion-body {
    background-color: #efe6dd;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #1D1D1B;
    padding: 0px 30px 10px;
}

.vitamin-shots-supervised .accordion-item .accordion-body p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #1D1D1B;
    text-align: left;
    max-width: 100%;
    margin: 0px 0px 15px;
}

.vitamin-shots-supervised .accordion-item .accordion-body .accordion-body-img {
    width: 100%;
    height: 350px;
    margin-bottom: 10px;
    overflow: hidden;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.vitamin-shots-supervised .accordion-item .accordion-body .accordion-body-img .btn-dark-pill {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 9;
    transform: translate(-50%, -50%);
    border: 1px solid #EFE6DD;
    font-size: 14px;
    padding: 10px 50px;
}

.vitamin-shots-supervised .accordion-item .accordion-body .accordion-body-img .btn-dark-pill:hover {
    border: 1px solid #1f2122;
    background: #EFE6DD;
    color: #1f2122;
}

.vitamin-shots-supervised .accordion-item .accordion-body ul {
    margin: 0px 0px 20px;
    padding: 0;
    list-style: none;
}

.vitamin-shots-supervised .accordion-item .accordion-body ul li {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #1D1D1B;
    text-align: left;
    max-width: 100%;
    margin: 0px 0px 11px;
    position: relative;
    padding: 0px 0px 0px 20px;
}

.vitamin-shots-supervised .accordion-item .accordion-body ul li:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #1D1D1B;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}

.vitamin-shots-supervised .accordion-item .accordion-body .btn.btn-dark-pill {
    margin: 50px auto 0px;
    font-size: 14px;
    font-weight: 400;
    padding: 13px 50px;
    line-height: 20px;
    border: 1px solid #1f2122;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
}

.vitamin-shots-supervised .accordion-item .accordion-body .btn.btn-dark-pill:hover,
.vitamin-shots-supervised .accordion-item .accordion-body .btn.btn-dark-pill:focus {
    border: 1px solid #1f2122;
    background: transparent;
    color: #1f2122;
}

/* ============ Vitamin Shots Page ============ */


/* ============ Cookie Popup ============ */

.cookie-banner {
    position: fixed;
    bottom: 25px;
    right: 25px;
    max-width: 450px;
    background: #fff;
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 20px;
    border-radius: 18px;
    display: flex;
    flex-flow: column;
    gap: 15px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    margin-left: auto;
    left: auto;
    animation: slideUp 0.6s ease;
}

@keyframes slideUp {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.cookie-left {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    flex: 1;
}

.cookie-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    background: #8a3f2a;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    color: #e9ded2;
}

.cookie-icon img {
    width: 30px;
}

.cookie-content h4 {
    font-size: 20px;
    line-height: 30px;
    color: #1D1D1B;
    font-weight: 600;
    margin: 0px 0px 10px;
    text-align: left;
}

.cookie-content p {
    font-size: 16px;
    line-height: 30px;
    color: #1D1D1B;
    font-weight: 400;
    margin: 0px 0px 0px;
}

.cookie-content a {
    font-size: 16px;
    line-height: 30px;
    color: #8a3f2a;
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
}

.cookie-buttons button {
    cursor: pointer;
    transition: all 0.3s ease;
    background: #1f2122;
    border: 1px solid #1f2122;
    color: #fff;
    border-radius: 999px;
    padding: 15px 25px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.accept-btn {
    background: #1f2122;
    border: 1px solid #1f2122;
    color: #fff;
}

.accept-btn:hover {
    background: transparent;
    border: 1px solid #1f2122;
    color: #1f2122;
    transform: translateY(-2px);
}

.reject-btn {
    background: transparent;
    border: 1px solid #1f2122;
    color: #1f2122;
}

.reject-btn:hover {
    background: #1f2122;
    border: 1px solid #1f2122;
    color: #fff;
    transform: translateY(-2px);
}

.cookie-hidden {
    display: none;
}

@media(max-width: 768px) {
    .cookie-banner {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
    }

    .cookie-left {
        flex-direction: row;
    }

    .cookie-buttons {
        width: 100%;
    }

    .cookie-buttons button {
        flex: 1;
    }
}

@media(max-width: 480px) {
    .cookie-left {
        flex-direction: column;
        align-items: flex-start;
    }

    .cookie-icon {
        width: 50px;
        height: 50px;
        font-size: 22px;
    }
}

/* ============ Cookie Popup ============ */


/* ============ Responsive Page ============ */

@media (max-width: 1800px) {
    .round-integrity-section:before {
        width: 700px;
        height: 450px;
        top: 60px;
        right: -50px;
    }

    .round-integrity-section:after {
        width: 680px;
        height: 500px;
        position: absolute;
        left: 0px;
        bottom: 50px;
    }
}

@media (max-width: 1600px) {
    .home-product-slider .owl-nav .owl-next:after {
        left: 110px;
    }

    .hero-timeline-section .curve-top {
        left: 39%;
    }

    .hero-timeline-section .dot1 {
        left: calc(40% + 153px);
    }

    .round-integrity-section {
        padding: 100px 0px 500px;
        position: relative;
    }

    .round-integrity-section:before {
        width: 700px;
        height: 470px;
        top: 50px;
        right: -80px;
    }

    .round-integrity-section:after {
        width: 630px;
        height: 500px;
        bottom: -20px;
    }

    .home-product-slider .slider-img img {
        margin: 0px auto 0px;
        width: 50%;
        padding: 70px 0px;
    }

    .complete-wellness-package .products-details-img img {
        width: 75%;
    }

    .iv-therapies-product {
        padding: 100px 80px;
    }

    .vitamin-shots-detalis h3 {
        max-width: 80%;
    }

    .how-it-works-section .card:before,
    .how-it-works-section .card:after {
        width: calc(100% - 70%);
    }

}

@media (max-width: 1500px) {
    .top-offer-bar p {
        font-size: 23px;
    }

    .close-offer {
        top: -10px;
        font-size: 90px;
    }

    .hero-timeline-section .curve-top {
        left: 38%;
    }

    .hero-timeline-section .dot1 {
        left: calc(40% + 140px);
    }

    .round-integrity-section {
        padding: 100px 0px 400px;
        position: relative;
    }

    .round-integrity-section:before {
        width: 650px;
        height: 470px;
        top: 50px;
    }

    .round-integrity-section:after {
        width: 560px;
        bottom: -100px;
    }

    .home-product-slider .slider-img img {
        margin: 0px auto 0px;
        width: 50%;
        padding: 100px 0px;
    }

    .complete-wellness-package .products-details-img img {
        width: 80%;
    }

    .iv-therapies-product ul {
        gap: 50px 70px;
        justify-content: flex-start;
    }

    .our-services-therapy-text h3 {
        font-size: 30px;
        line-height: 50px;
        max-width: 100%;
    }


}

@media (max-width: 1450px) {
    .round-integrity-section:before {
        width: 620px;
        height: 470px;
        top: 70px;
        right: -50px;
    }

    .vitamin-shots-detalis h3 {
        max-width: 85%;
    }

    .our-services-wellness .wellness-card-group .wellness-card {
        max-width: 600px;
        max-height: 600px;
    }

    .our-services-wellness .wellness-card-group .wellness-card:before {
        height: 400px;
    }

    .our-services-wellness .wellness-card-group .wellness-card:nth-child(2) {
        max-width: 350px;
        max-height: 350px;
    }

    .our-services-wellness .wellness-card-group .wellness-card:nth-child(3) {
        max-height: 650px;
        max-width: 550px;
    }
}

@media (max-width: 1400px) {
    .hero-timeline-section .left-box, .hero-timeline-section .right-box {
        width: 38%;
    }

    .hero-timeline-section .curve-top {
        left: 38%;
    }

    .hero-timeline-section .dot1 {
        left: calc(40% + 143px);
    }

    .home-product-slider .product-slider-card {
        justify-content: flex-start;
        padding: 80px 110px 0px;
    }

    .home-product-slider .product-slider-card .product-slider-card-header {
        margin: 0px 0px 30px;
    }

    .home-product-slider .product-slider-card .product-slider-card-body p {
        margin: 0px 0px 20px;
        font-size: 18px;
        line-height: 35px;
    }

    .home-product-slider .owl-nav {
        top: 45%;
    }

    .home-product-slider .owl-dots {
        top: 45%;
    }

    .btn-explore {
        bottom: 20px;
    }

    .precision-content h3 {
        max-width: 90%;
    }

    .round-integrity-section {
        padding: 50px 0px 300px;
        position: relative;
    }

    .round-integrity-section:before {
        width: 590px;
        height: 470px;
        top: 20px;
        right: -70px;
    }

    .round-integrity-section:after {
        width: 500px;
        bottom: -150px;
    }

    .about-team-img-detalis {
        right: -55px;
    }

    .about-team-section .row:nth-child(even) .about-team-img-detalis {
        left: -90px;
    }

    .philosophy-section h4 {
        font-size: 40px;
        line-height: 70px;
        max-width: 100%;
    }

    .services-section h4 {
        font-size: 40px;
    }

    .services-section {
        padding: 100px 0px 90px;
    }

    .our-services-therapy-text h3 {
        font-size: 35px;
        line-height: 60px;
        max-width: 90%;
    }

    .our-services-wellness p {
        max-width: 70%;
    }

    .our-services-wellness .wellness-card-group {
        margin: 50px 0px 0px;
    }

    .our-services-wellness .wellness-card-group .wellness-card {
        max-width: 500px;
        max-height: 500px;
    }

    .our-services-wellness .wellness-card-group .wellness-card:before {
        height: 350px;
    }

    .our-services-wellness .wellness-card-group .wellness-card span {
        left: 30px;
        top: 110px;
    }

    .our-services-wellness .wellness-card-group .wellness-card img {
        width: auto;
    }

    .our-services-wellness .wellness-card-group .wellness-card:nth-child(2) {
        margin: 50px 0px 0px 180px;
    }

    .our-services-wellness .wellness-card-group .wellness-card:nth-child(3) {
        max-height: 550px;
    }

    .our-services-wellness .wellness-card-group .wellness-card:nth-child(3) span {
        top: 130px;
    }

    .home-product-slider .slider-img img {
        margin: 0px auto 0px;
        width: 50%;
        padding: 70px 0px;
    }

    .complete-wellness-package .products-details-img img {
        width: 80%;
    }

    .products-details .products-details-content {
        padding: 150px 80px;
    }

    .products-details .products-details-content h3 {
        font-size: 35px;
    }

    .vitamin-shots-detalis h3 {
        max-width: 85%;
    }

    .iv-therapies-product {
        padding: 100px 80px;
    }

    .iv-therapies-product ul {
        gap: 50px 37px;
    }


    .vitamin-shots-supervised p {
        max-width: calc(100% - 400px);
    }

    .how-works-content p {
        max-width: 92%;
    }
}

@media (max-width: 1300px) {
    .home-product-slider .product-slider-card {
        padding: 40px 110px 0px;
    }

    .products-details .products-details-content {
        padding: 150px 40px;
    }

    .products-details .products-details-content h3 {
        font-size: 30px;
    }



    .round-integrity-section:before {
        width: 550px;
        height: 470px;
        top: 10px;
    }
}

@media (max-width: 1200px) {


    .hero-timeline-section .center-text h3 {
        font-size: 26px;
        font-weight: 400;
        max-width: 60%;
    }

    .hero-timeline-section .curve-top {
        left: 36%;
    }

    .hero-timeline-section .dot1 {
        left: calc(40% + 126px);
    }

    .home-product-slider .product-slider-card {
        padding: 40px 50px 0px;
    }

    .how-it-works-section .card:before,
    .how-it-works-section .card:after {
        width: calc(100% - 70%);
    }

    .footer-address p {
        font-size: 16px;
    }

    .footer-contact h4 {
        font-size: 18px;
    }

    .footer-contact ul li {
        font-size: 16px;
    }

    .footer-contact ul li a {
        font-size: 16px;
    }

    .footer-link ul li a {
        font-size: 16px;
    }

    .philosophy-section h4 {
        font-size: 30px;
        line-height: 50px;
        max-width: 100%;
    }

    .round-integrity-section {
        padding: 0px 0px 200px;
        position: relative;
    }

    .round-integrity-section:before {
        width: 360px;
        height: 470px;
        top: 0px;
    }

    .round-integrity-section:after {
        width: 300px;
        bottom: -110px;
    }

    .leadership-section {
        padding: 100px 0px;
        min-height: 500px;
        background-size: cover;
    }

    .services-section h4 {
        font-size: 30px;
        line-height: 50px;
    }

    .about-team-section {
        padding: 0px 0px;
    }

    .about-team-img-detalis {
        right: -80px;
    }

    .about-team-section .about-team-detalis p span {
        font-size: 30px;
    }

    .about-team-section .about-team-detalis p {
        font-size: 16px;
        line-height: 30px;
    }

    .about-team-section .row:nth-child(even) .about-team-detalis p {
        width: 74%;
    }

    .about-team-section .row:nth-child(even) .about-team-img-detalis {
        left: -90px;
    }

    .faq-section {
        padding: 100px 0px;
    }

    .precision-content h3 {
        max-width: 100%;
    }

    .our-services-wellness .wellness-card-group .wellness-card {
        max-width: 450px;
        max-height: 450px;
    }

    .our-services-wellness .wellness-card-group .wellness-card:before {
        height: 310px;
    }

    .our-services-wellness .wellness-card-group .wellness-card img {
        margin: 0px 0px -8px 30px;
    }

    .our-services-wellness .wellness-card-group .wellness-card:nth-child(2) {
        margin: 50px 0px 0px 90px;
    }

    .our-services-wellness .wellness-card-group .wellness-card:nth-child(3) {
        max-height: 500px;
        right: -10px;
    }

    .products-details .products-details-content {
        width: 50%;
        padding: 40px 40px;
        background: #fff;
        margin: 0px 0px;
    }

    .home-product-slider .slider-img img {
        margin: 0px auto 0px;
        width: 50%;
        padding: 120px 0px;
    }

    /*.product-card .product-card-header {
        padding: 50px 80px;
    }*/

    .iv-therapies-product ul {
        justify-content: center;
    }
}

@media (max-width: 992px) {

    html, body {
        overflow-x: hidden;
    }

    .top-offer-bar p {
        font-size: 18px;
    }

    .close-offer {
        top: -5px;
        font-size: 70px;
    }

    .custom-header .hero-brand {
        text-align: center;
    }

    .custom-header .hero-brand img {
        width: 80%;
    }

    .btn-dark-pill {
        font-size: 14px;
    }

    .hero-section {
        padding: 0px 0px 70px;
        height: 500px;
    }

    .hero-section h2 {
        font-size: 30px;
        line-height: 35px;
        margin: 0px 0px 20px;
    }

    .hero-section .btn-dark-pill {
        margin: 20px auto 0px;
    }

    .home-services-box {
        padding: 50px 0px;
    }

    .home-services-card {
        height: auto;
        margin-bottom: 30px;
    }

    .hero-timeline-section {
        padding: 0px 0px 50px;
        position: relative;
    }

    .hero-timeline-section .top-row .left-box p {
        max-width: 100%;
    }

    .hero-timeline-section .left-box {
        text-align: center;
    }

    .hero-timeline-section .top-row .right-box {
        margin-top: 50px;
        text-align: center;
    }

    .hero-timeline-section .top-row .right-box h3 {
        max-width: 100%;
    }

    .hero-timeline-section .top-row .right-box p {
        max-width: 100%;
    }

    .hero-timeline-section .center-text h3 {
        margin: 0px auto 50px;
        max-width: 100%;
        font-size: 20px;
        line-height: 40px;
    }

    .hero-timeline-section .item {
        width: 100%;
        text-align: center;
    }

    .hero-timeline-section .timeline .item.center p {
        font-size: 20px;
        line-height: 35px;
        max-width: 100%;
    }

    .hero-timeline-section .item {
        bottom: 0;
    }

    .home-product-slider-title h3 {
        font-size: 30px;
        line-height: 30px;
    }

    .home-product-slider {
        padding: 0px 0px 140px;
    }

    .home-product-slider .owl-nav {
        top: 25%;
        left: auto;
        right: -10px;
    }

    .home-product-slider .owl-dots {
        top: 25%;
        left: unset;
        right: -126px;
        margin: 20px 0px 0px 0px;
    }

    .home-product-slider .slider-img img {
        margin: 0px auto 0px;
    }

    .home-product-slider .product-slider-card {
        padding: 40px 50px 0px;
    }

    .how-it-works-section {
        padding: 50px 0px 120px;
    }

    .how-it-works-section .card:before {
        width: calc(100% - 75%);
    }

    .how-it-works-section .card:after {
        width: calc(100% - 75%);
    }

    .how-works-content p {
        margin: 0px auto 30px;
        max-width: 100%;
        min-height: auto;
    }

    .how-works-icon {
        margin: 0px 0px 50px;
    }

    .home-vip-list-section {
        padding: 50px 0px;
        height: 500px;
    }

    .home-vip-list-section h3 {
        font-size: 30px;
        margin: 0px 0px 30px;
    }

    .home-vip-list-section .theme-btn {
        bottom: 100px;
    }

    .custom-footer {
        padding: 50px 0px;
    }

    .footer-subscription {
        margin-top: 50px;
    }

    .precision-section {
        padding: 50px 0px;
    }

    .precision-content {
        max-width: 100%;
    }

    .precision-content h3 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 20px;
        max-width: 100%;
    }

    .precision-content p {
        font-size: 16px;
        line-height: 30px;
        max-width: 100%;
        margin: 0px 0px 15px;
    }

    .philosophy-section {
        padding-bottom: 50px;
    }

    .philosophy-section h4 {
        font-size: 30px;
        line-height: 50px;
        max-width: 100%;
    }

    .round-integrity-section:before {
        display: none;
    }

    .round-integrity-section:after {
        display: none;
    }

    .venn-wrapper {
        min-height: auto;
        display: grid;
        gap: 22px;
        max-width: 640px;
    }

    .venn-circle {
        position: static;
        width: 100%;
        height: auto;
        min-height: 260px;
        padding: 34px 36px;
        transform: none;
        border-radius: 24px;
        text-align: center;
    }

    .venn-left {
        align-items: center;
        text-align: center;
    }

    .venn-circle h5 {
        font-size: 25px;
        line-height: 34px;
    }

    .venn-circle p {
        font-size: 20px;
        line-height: 30px;
    }

    .venn-center {
        position: static;
        transform: none;
        margin: 6px auto 0;
        width: 110px;
        height: 110px;
        font-size: 58px;
    }

    .venn-left p {
        text-align: center;
        padding-right: 0px;
    }

    .venn-right {
        align-items: center;
    }

    .venn-right h5 {
        text-align: center;
        padding-left: 0px;
    }

    .venn-right p {
        text-align: center;
        padding-left: 0px;
    }

    .round-integrity-section {
        padding: 0px 0px 50px;
    }

    .leadership-section {
        padding: 50px 0px;
        background-size: cover;
        min-height: 700px;
    }

    .services-section {
        padding: 50px 0px 50px;
    }

    .services-section h4 {
        font-size: 30px;
        line-height: 50px;
        max-width: 100%;
    }

    .about-team-section {
        padding: 50px 0px;
    }

    .about-team-img-detalis {
        right: 140px;
    }

    .about-team-section .about-team-detalis p {
        font-size: 18px;
        padding: 50px 0px 0px 0px;
    }

    .about-team-section .row:nth-child(even) {
        flex-flow: column;
    }

    .about-team-section .row:nth-child(even) .about-team-img-detalis {
        left: 140px;
    }

    .about-team-section .row:nth-child(even) .about-team-detalis p {
        padding: 50px 0px 0px;
        width: 100%;
    }

    .faq-section {
        padding: 50px 0px;
    }

    .faq-section h3 {
        font-size: 40px;
    }

    .our-services-wellness {
        padding: 0px 0px 250px;
    }

    .our-services-therapy-text {
        padding: 50px 0px;
    }

    .our-services-therapy-text h3 {
        font-size: 20px;
        line-height: 40px;
        max-width: 100%;
    }

    .our-services-wellness p {
        max-width: 100%;
    }

    .our-services-accordion h3 {
        font-size: 30px;
        line-height: 50px;
    }

    .our-services-accordion {
        padding: 0px 0px 50px;
        position: relative;
    }

    .our-services-wellness h3 {
        font-size: 30px;
        line-height: 40px;
        margin: 0px 0px 20px;
    }

    .our-services-wellness .wellness-card-group {
        margin: 50px auto 0px;
        text-align: center;
    }

    .our-services-wellness .wellness-card-group .wellness-card {
        max-width: 600px;
        max-height: 600px;
        margin: 0 auto;
    }

    .our-services-wellness .wellness-card-group .wellness-card:before {
        height: 420px;
    }

    .our-services-wellness .wellness-card-group .wellness-card span {
        left: 30px;
        top: 130px;
    }

    .our-services-wellness .wellness-card-group .wellness-card:nth-child(2) {
        margin: 50px auto 0px;
    }

    .our-services-wellness .wellness-card-group .wellness-card:nth-child(3) {
        max-height: 640px;
        right: 0;
        position: relative;
        margin: 0 auto;
        top: -50px;
    }

    .our-services-wellness .wellness-card-group .wellness-card:nth-child(3)::before {
        width: 100%;
    }

    .our-services-wellness .wellness-card-group .wellness-card:nth-child(3) img {
        margin: 200px 0px 0px 0px;
    }

    .iv-therapies-wellness {
        padding-top: 50px;
        padding-bottom: 200px;
    }

    .iv-therapies-product {
        position: relative;
        padding: 50px 0px;
    }

    .product-card .product-card-body .product-card-detalis {
        min-height: auto;
    }

    #filter-modal .modal-dialog {
        max-width: calc(100% - 10%);
    }

    .drop-filter-modal {
        padding: 40px 40px;
    }

    .drop-filter-modal .dropdown-center .drop-filter-dropdown {
        font-size: 18px;
        padding: 30px 30px;
    }

    .drop-filter-modal .dropdown-center .drop-filter-dropdown:after {
        width: 20px;
        height: 20px;
        right: 40px;
        top: 33px;
    }

    .drop-filter-modal .dropdown-center .dropdown-menu {
        padding: 0px 40px 80px;
    }

    .drop-filter-modal .dropdown-center .dropdown-menu .dropdown-item {
        font-size: 16px;
        line-height: 25px;
    }

    .drop-filter-modal .dropdown-submenu.show > .dropdown-menu {
        padding: 0px 20px 0px;
    }

    .products-details .products-details-img {
        width: 100%;
    }

    .products-details .products-details-content {
        width: 100%;
    }

    /*.product-card .product-card-header {
        padding: 50px 100px;
        width: 70%;
        margin: 0 auto;
    }*/

    .vitamin-shots-detalis {
        padding: 50px 0px;
    }

    .vitamin-shots-detalis h3 {
        max-width: 100%;
        font-size: 30px;
        line-height: 50px;
    }

    .vitamin-shots-products-details {
        padding: 50px 0px 0px;
        text-align: center;
    }

    .vitamin-shots-products-details .big-text {
        max-width: 100%;
    }

    .vitamin-shots-products .row:nth-child(even) {
        padding: 50px 0px;
    }

    .vitamin-shots-products {
        padding: 0px 0px 50px;
    }

    .vitamin-shots-supervised {
        padding: 50px 0px;
    }

    .vitamin-shots-supervised h3 {
        font-size: 30px;
        max-width: 100%;
        line-height: 40px;
        margin: 0 auto 20px;
    }

    .vitamin-shots-supervised p {
        max-width: 100%;
    }

    .vitamin-shots-supervised .accordion {
        padding: 50px 0px 0px;
    }

    .vitamin-shots-supervised .accordion-button {
        font-size: 18px;
    }

    .footer-copyright {
        text-align: left;
    }

    .footer-copyright p {
        margin: 40px 0px 10px;
    }
}

@media (max-width: 767px) {
    .top-offer-bar {
        padding: 20px 20px 5px;
        text-align: left;
    }

    .top-offer-bar p {
        font-size: 16px;
    }

    .custom-header {
        background: #fff;
        padding: 20px 0px;
    }

    .hero-top .hero-nav {
        margin: 0px 0px;
    }

    .custom-header .menu-tag {
        color: #1D1D1B;
    }

    .menu-tag-line::before,
    .menu-tag-line::after  {
        border-color: #1D1D1B;  
    }

    .custom-header .hero-brand {
        width: 80%;
        text-align: center;
    }

    .custom-header .hero-brand img {
        width: auto;
    }

    .custom-header .btn-dark-pill {
        margin-left: auto;
    }

    .hero-section {
        padding: 50px 0px;
        height: auto;
        margin: 0px 0px 0px;
    }

    .hero-timeline-section .top-row h3, .hero-timeline-section .timeline .item h3 {
        font-size: 16px;
        line-height: 30px;
    }

    .hero-timeline-section .center-text span {
        font-size: 18px;
    }

    .hero-timeline-section .center-text h3 {
        margin: 0px auto 40px;
        max-width: 100%;
        font-size: 16px;
        line-height: 25px;
    }

    .home-product-slider {
        padding: 0px 0px 100px;
    }

    .home-product-slider-title h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .home-product-slider .product-slider-card {
        padding: 40px 15px 0px;
    }

    .home-product-slider .product-slider-card .product-slider-card-header {
        margin: 0px 0px 30px;
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 30px 0px;
    }

    .home-product-slider .product-slider-card .product-slider-card-header .product-slider-price p {
        text-align: left;
    }

    .home-product-slider .product-slider-card .product-slider-btn-group {
        gap: 15px 15px;
    }

    .btn-explore {
        bottom: 0px;
        width: 80%;
        margin: 0;
    }

    .how-it-works-section .card:before,
    .how-it-works-section .card:after {
        display: none;
    }

    .how-it-works-section .card .card-header h3 {
        font-size: 30px;
    }

    .how-it-works-section .card .card-header p {
        font-size: 16px;
    }

    .how-it-works-section .card .card-body {
        padding: 0px 15px;
    }

    .home-vip-list-section h3 {
        font-size: 20px;
        margin: 0px 0px 30px;
    }

    .home-vip-list-section p {
        font-size: 16px;
    }

    .footer-link ul {
        margin: 50px 0px 0px;
    }

    .precision-section {
        padding: 50px 0px;
    }

    .precision-content h3 {
        font-size: 25px;
        line-height: 30px;
    }

    .precision-content p {
        font-size: 16px;
        line-height: 30px;
    }

    .philosophy-section h4 {
        font-size: 20px;
        line-height: 35px;
        max-width: 100%;
    }

    .philosophy-section {
        padding-bottom: 50px;
    }

    .venn-wrapper {
        max-width: 100%;
        gap: 16px;
    }

    .venn-circle {
        min-height: 230px;
        padding: 28px 24px;
    }

    .venn-circle h5 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 8px;
        letter-spacing: 0;
    }

    .venn-circle p {
        font-size: 16px;
        line-height: 30px;
    }

    .leadership-section h4 {
        font-size: 30px;
        margin: 0px 0px 20px;
        line-height: 40px;
    }

    .leadership-section p {
        font-size: 16px;
        margin: 0px 0px 20px;
        line-height: 30px;
    }

    .leadership-section span {
        font-size: 18px;
        margin: 0px 0px 10px;
        line-height: 30px;
    }

    .leadership-section ul {
        margin: 0px 0px 30px;
    }

    .leadership-section ul li {
        font-size: 16px;
    }

    .services-section h4 {
        font-size: 20px;
        line-height: 40px;
        max-width: 100%;
    }

    .about-team-section {
        padding: 0px 0px 50px;
    }

    .about-team-img-detalis {
        right: unset;
        left: 0;
        bottom: -50px;
    }

    .about-team-img:before {
        left: 0px;
        bottom: 0;
        width: 100%;
    }

    .about-team-section .about-team-detalis p {
        font-size: 16px;
        padding: 60px 0px 0px 0px;
    }

    .about-team-section .about-team-detalis p span {
        font-size: 20px;
    }

    .about-team-section .row:nth-child(even) .about-team-img:before {
        left: auto;
        right: 0px;
        bottom: 0;
        width: 100%;
    }

    .about-team-section .row:nth-child(even) .about-team-img-detalis {
        left: 0;
    }

    .faq-section h3 {
        font-size: 30px;
        margin: 0px 0px 20px;
    }

    .our-services-therapy-text h3 {
        font-size: 16px;
        line-height: 30px;
        max-width: 100%;
    }

    .our-services-accordion h3 {
        font-size: 20px;
        line-height: 40px;
    }

    .our-services-accordion .accordion-button {
        font-size: 16px;
    }

    .our-services-accordion .accordion-button.collapsed:after {
        width: 20px;
        height: 20px;
        top: 30px;
    }

    .our-services-wellness h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .our-services-wellness .wellness-card-group {
        margin: 50px auto 0px;
        text-align: center;
    }

    .our-services-wellness .wellness-card-group .wellness-card {
        max-width: 100%;
        max-height: 100%;
        margin: 0 auto;
    }

    .our-services-wellness .wellness-card-group .wellness-card:before {
        height: 100%;
    }

    .our-services-wellness .wellness-card-group .wellness-card span {
        left: 20px;
        top: 30px;
        font-size: 20px;
        line-height: 20px;
    }

    .our-services-wellness .wellness-card-group .wellness-card:nth-child(2) {
        margin: 50px auto 0px;
        width: 90%;
        height: 100%;
    }

    .our-services-wellness .wellness-card-group .wellness-card:nth-child(2):before {
        width: 100%;
        height: 100%;
    }

    .our-services-wellness .wellness-card-group .wellness-card:nth-child(2) img {
        width: 50%;
        margin: 40px 0px 10px 0px;
    }

    .our-services-wellness {
        padding: 0px 0px 200px;
    }

    .our-services-wellness .wellness-card-group .wellness-card img {
        margin: 0px 0px -8px 0px;
    }

    .our-services-wellness .wellness-card-group .wellness-card:nth-child(3) {
        max-height: 430px;
        right: 0;
        position: relative;
        margin: 0 auto;
        top: -50px;
    }

    .our-services-wellness .wellness-card-group .wellness-card:nth-child(3) img {
        width: 80%;
        margin: 160px 0px 0px 0px;
    }

    .our-services-wellness .wellness-card-group .wellness-card:nth-child(3) span {
        top: 150px;
    }

    .our-services-enquire {
        padding: 0px 0px 50px;
    }

    .services-enquire-card-header h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .services-enquire-card-body {
        padding: 20px 20px;
    }

    .services-enquire-card-body p {
        max-width: 100%;
    }

    .services-enquire-card-body .services-enquire-form .btn-submit {
        margin: 20px auto;
    }

    .iv-therapies-wellness {
        padding-top: 50px;
        padding-bottom: 140px;
    }

    .our-services-wellness .wellness-btn-group {
        gap: 15px 15px;
    }

    .our-services-wellness .wellness-btn-group .btn-dark-pill,
    .our-services-wellness .wellness-btn-group .theme-btn {
        width: 100%;
    }

    #filter-modal .modal-dialog {
        max-width: calc(100% - 0%);
        margin-top: 100px;
    }

    .drop-filter-modal {
        padding: 20px 20px;
    }

    .drop-filter-modal .dropdown-center .drop-filter-dropdown {
        font-size: 16px;
        padding: 20px 21px;
    }

    .drop-filter-modal .dropdown-center .drop-filter-dropdown:after {
        width: 20px;
        height: 20px;
        right: 20px;
        top: 20px;
    }

    .drop-filter-modal .dropdown-center .dropdown-menu {
        padding: 0px 20px 50px;
    }

    .drop-filter-modal .dropdown-center .dropdown-menu .dropdown-item {
        padding: 15px 0px;
    }

    .drop-filter-modal .dropdown-center .dropdown-menu .dropdown-submenu .dropdown-toggle::after {
        width: 15px;
        height: 15px;
        right: 0px;
        top: 20px;
    }

    .drop-filter-modal .dropdown-submenu.show > .dropdown-menu {
        padding: 0px 10px 0px;
    }

    .drop-filter-modal .dropdown-center .dropdown-menu .dropdown-submenu .dropdown-menu .dropdown-item {
        padding: 5px 0px;
    }

    .product-card .product-card-body .product-card-btn-group {
        justify-content: space-between;
    }

    .product-card .product-card-body .product-card-btn-group .btn-dark-pill, .product-card .product-card-body .product-card-btn-group .theme-btn {
        font-size: 12px;
        font-weight: 400;
        padding: 10px 25px;
    }

    .products-details .products-details-content {
        padding: 40px 20px;
    }

    .products-details .products-details-content h4 {
        font-size: 16px;
        margin: 0px 0px 20px;
        line-height: 25px;
    }

    .products-details .products-details-content h3 {
        font-size: 30px;
        margin: 0px 0px 20px;
        line-height: 30px;
    }

    .products-details .products-details-content h5 {
        font-size: 16px;
        line-height: 25px;
    }

    .products-details .products-details-content .price-content p {
        font-size: 16px;
    }

    .products-details .products-details-content p {
        font-size: 16px;
    }

    .products-details .products-details-content .accordion-button {
        font-size: 16px;
        padding: 20px 10px;
    }

    .products-details .products-details-content .accordion-button.collapsed:after {
        width: 15px;
        height: 15px;
        top: 23px;
    }

    .products-details .products-details-content .accordion-item .accordion-body p {
        font-size: 16px;
    }

    .home-product-slider .slider-img img {
        margin: 0px auto 0px;
        width: 70%;
        padding: 40px 0px;
    }

    /*.product-card .product-card-header {
        padding: 50px 80px;
        width: auto;
    }*/

    .vitamin-shots-detalis h3 {
        max-width: 100%;
        font-size: 20px;
        line-height: 40px;
    }

    .vitamin-shots-products-details h4 {
        font-size: 25px;
        line-height: 30px;
    }

    .vitamin-shots-supervised h3 {
        font-size: 23px;
        max-width: 100%;
        line-height: 35px;
        margin: 0 auto 20px;
    }

    .vitamin-shots-supervised .accordion-button {
        font-size: 16px;
    }

    .vitamin-shots-products .row:nth-child(even) {
        padding: 0px 0px;
    }

    .hero-section h2 {
        font-size: 23px;
        line-height: 35px;
        margin: 0px 0px 20px;
    }

    .vitamin-shots-supervised .accordion-item .accordion-body p {
        font-size: 16px;
    }

    .vitamin-shots-supervised .accordion-item .accordion-body ul li {
        font-size: 16px;
    }

    .faq-section .accordion-button {
        font-size: 16px;
    }

    .footer-copyright {
        text-align: center;
    }

    .footer-copyright p {
        margin: 20px 0px 20px;
        text-align: center;
    }

    .cookie-banner {
        bottom: 35px;
        right: 14px;
        max-width: 350px;
    }

    .cookie-icon {
        min-width: auto;
    }

    #myBtn {
        bottom: 20px;
        right: 20px;
    }

    .iv-therapies-product ul {
        justify-content: center;
    }
}

/* =============== Homepage Slider =============== */

.home-product-slider .slider-img img {
    margin: 0px auto 0px;
    width: 900px;
    padding: 50px;
    height: 900px;
}

.iv-therapies-product .product-filter-box {
    padding: 0px 190px 50px;
    max-width: 100%;
}

@media (max-width: 1800px) {
    .iv-therapies-product ul {
        padding: 0px 95px;
    }
}

@media (max-width: 1700px) {
    .iv-therapies-product ul {
        padding: 0px 50px;
    }

    .home-product-slider .product-slider-card {
        justify-content: flex-start;
        padding: 100px 100px 0px;
    }
}

@media (max-width: 1600px) {
    .home-product-slider .slider-img img {
        margin: 0px auto 0px;
        width: 800px;
        padding: 70px;
        height: 800px;
    }


    .iv-therapies-product .product-filter-box {
        padding: 0px 60px 50px;
    }

    .iv-therapies-product ul {
        padding: 0px 30px;
    }

    .hero-timeline-section .line1 {
        top: 270px;
        height: 160px;
    }

    .hero-timeline-section .dot2 {
        top: 430px;
    }

    .home-product-slider .product-slider-card {
        padding: 50px 40px;
    }

    .hero-timeline-section .center-text h3 {
        max-width: 51%;
    }

    .btn-explore {
        font-size: 14px;
        bottom: 30px;
    }
}

@media (max-width: 1550px) {
    .home-product-slider .slider-img img {
        width: 700px !important;
        padding: 50px;
        height: 700px;
    }

    .home-product-slider .product-slider-card {
        justify-content: flex-start;
        padding: 50px 40px 0px;
    }

    .home-product-slider .product-slider-card .product-slider-card-body p {
        font-size: 18px;
        margin: 0px 0px 30px;
    }

    .iv-therapies-product .product-filter-box {
        padding: 0px 30px 50px;
    }

    .iv-therapies-product ul {
        padding: 0px 30px;
    }
}

@media (max-width: 1500px) {
    .home-product-slider .slider-img img {
        width: 500px;
    }



    .iv-therapies-product .product-filter-box {
        padding: 0px 50px 50px;
    }

    .iv-therapies-product ul {
        padding: 0px 20px;
    }
}

@media (max-width: 1450px) {
    .iv-therapies-product .product-filter-box {
        padding: 0px 40px 50px;
    }

    .iv-therapies-product ul {
        padding: 0px 10px;
    }


}

@media (max-width: 1400px) {
    .home-product-slider .slider-img img {
        width: 550px;
        height: 650px;
    }



    .iv-therapies-product .product-filter-box {
        padding: 0px 0px 50px;
    }

    .iv-therapies-product ul {
        padding: 0px 0px;
    }

    .hero-timeline-section .timeline .item.center p {
        max-width: 60%;
    }
}

@media (max-width: 1350px) {
    .home-product-slider .slider-img img {
        width: 500px;
        height: 650px;
    }

    .iv-therapies-product ul {
        padding: 0px 0px;
    }
}

@media (max-width: 1300px) {



    .home-product-slider .product-slider-card {
        padding: 100px 50px 0px;
    }

    .iv-therapies-product ul li {
        max-width: 340px;
        min-width: 340px;
    }

    .product-card .product-card-body .product-card-btn-group .btn-dark-pill, .product-card .product-card-body .product-card-btn-group .theme-btn {
        padding: 10px 15px;
    }

    .hero-timeline-section .center-text h3 {
        max-width: 60%;
    }
}

@media (max-width: 1200px) {
    .home-product-slider .slider-img img {
        margin: 0px auto 0px;
        width: 700px;
        padding: 100px 0px;
        height: 700px;
    }

    .home-product-slider .product-slider-card .product-slider-card-header .product-slider-title h3 {
        font-size: 25px;
    }

    .home-product-slider .product-slider-card {
        padding: 40px 15px 0px;
    }

    .home-product-slider .product-slider-card .product-slider-card-header {
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 20px 0px;
    }

    .home-product-slider .product-slider-card .product-slider-card-body p {
        margin: 0px 0px 20px;
    }
}

@media (max-width: 992px) {
    .home-product-slider .slider-img img {
        height: auto;
        width: 70%;
        padding: 50px 0px
    }
}

@media (max-width: 767px) {
    .home-product-slider .slider-img img {
        height: auto;
    }

    .menu-tag-line {
        border-bottom: 2px solid #1D1D1B;
        position: relative;
        bottom: 0px;
        padding: 0px 0px 0px;
    }

    .hero-top .hero-nav {
        flex-flow: row-reverse;
    }

    .custom-header .header-btn-group {
        display: none;
    }

    .custom-header {
        padding: 18px 0px;
        margin: 0;
    }

    .custom-header .hero-brand {
        width: 50%;
        text-align: center;
    }

    .custom-header .menu-tag {
        margin: 0px 0px 0px 0px;
        min-width: auto;
    }

    .custom-header.sticky {
        padding: 20px 0px;
    }
    
    .custom-header.sticky .menu-tag {
        color: #fff;
        min-width: auto;
    }

    .custom-header.sticky .menu-tag-line::before, .custom-header.sticky .menu-tag-line::after {
        border-color: #fff;
    }

    .custom-header.sticky .hero-brand img {
        width: auto;
    }

    .menu-tag-line::before, .menu-tag-line::after {
        width: 40px;
        margin: 0px 0px 8px;
    }

    .hero-section {
        margin: 0px 0px 0px;
    }

    .custom-header .menu-tag span {
        display: none;
    }

    .custom-header.sticky .menu-tag-line {
        border-bottom: 2px solid #fff;
        position: relative;
        bottom: 0px;
        padding: 0px 0px 0px;
    }
}

/* =============== Homepage Slider =============== */

body.modal-open {
    padding-right: 0px !important;
}

/* =============== Footer Subscription Form =============== */

.subscription-form .ff-default {
    width: 100%;
}

.subscription-form .ff-default .frm-fluent-form {
    display: flex;
}

.subscription-form .ff-default fieldset {
    display: flex;
    flex-flow: wrap;
    gap: 0px 10px;
    /* margin: 10px 0px 0px !important; */
}

.subscription-form .fluentform .ff-el-group {
    width: calc(100% - 121px);
    margin: 0px 0px 0px -10px;
}

.subscription-form .fluentform .ff-text-right {
    width: auto;
    margin: 0;
}

.subscription-form .fluentform .ff-btn-submit {
    background: #1D1D1B !important;
    color: #EADED2 !important;
    padding: 15px 20px;
    border-radius: 0;
    min-height: 58px;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #EADED2;
    text-transform: uppercase;
}

.subscription-form .fluentform .ff-btn-submit:hover,
.subscription-form .fluentform .ff-btn-submit:focus {
    background: #EADED2 !important;
    color: #1D1D1B !important;
    border: 1px solid #1D1D1B !important;
    opacity: 1;
}


.footer-subscription .subscription-form .ff-el-form-control {
    font-family: "Montserrat", sans-serif;
}

.footer-subscription .subscription-form .ff-el-form-control::placeholder {
    font-size: 16px;
    font-weight: 500;
    color: #1D1D1B;
    font-family: "Montserrat", sans-serif;
}

.footer-subscription .subscription-form .ff-el-form-control:focus {
    background: #EADED2 !important;
    border: 1px solid #1D1D1B !important;
}

/* =============== Footer Subscription Form =============== */

/* =============== Join Subscription Form =============== */

.join-vip-box .subscription-form {
    margin: 20px 0px;
}

.join-vip-box .subscription-form .ff-default {
    width: 100%;
}

.join-vip-box .subscription-form .ff-default .frm-fluent-form {
    display: flex;
}

.join-vip-box .subscription-form .ff-default fieldset {
    display: flex;
    flex-flow: wrap;
    gap: 0px 0px;
    /* margin: 10px 0px 0px !important; */
}

.join-vip-box .subscription-form .fluentform .ff-el-group {
    width: calc(100% - 130px);
    margin: 0px 0px 0px 0px;
}

.join-vip-box .subscription-form .fluentform .ff-text-right {
    width: auto;
    margin: 0;
}

.join-vip-box .subscription-form .fluentform .ff-btn-submit {
    font-size: 18px;
    font-weight: 500;
    background: #733425 !important;
    min-height: 60px;
    border-radius: 0px;
    color: #eaded2;
    border: 1px solid #733425;
    padding: 15px 30px;
    text-transform: unset;
}

.join-vip-box .subscription-form .fluentform .ff-btn-submit:hover,
.join-vip-box .subscription-form .fluentform .ff-btn-submit:focus {
    background: #eaded2 !important;
    color: #733425 !important;
    border: 1px solid #733425 !important;
    opacity: 1;
}

.join-vip-box .subscription-form .ff-el-form-control {
    font-family: "Montserrat", sans-serif;
    border: 1px solid #733425;
    border-radius: 0;
    min-height: 60px;
    font-size: 16px;
    font-weight: 500;
    color: #733425;
    line-height: 25px;
}

.join-vip-box .subscription-form .ff-el-form-control::placeholder {
    font-size: 16px;
    font-weight: 500;
    color: #733425;
    font-family: "Montserrat", sans-serif;
}

.join-vip-box .subscription-form .ff-el-form-control:focus {
    border: 1px solid #733425 !important;
}

/* =============== Join Subscription Form =============== */

.home-services-box {
    padding: 100px 120px;
}
 
.how-it-works-section {
    padding: 200px 150px;
}
 
.home-vip-list-section h3 {
    font-size: 45px;
}
 
.home-vip-list-section p {
    font-weight: 400;
}
 
.custom-footer {
    padding: 100px 150px;
}

.about-team-detalis {
    padding: 120px 0px 0px;
}
 
@media (max-width: 1600px) {
    .hero-timeline-section .timeline .item.center p {
        max-width: 60%;
    }
 
    .home-services-box {
        padding: 100px 80px;
    }
 
    .how-it-works-section {
        padding: 200px 100px;
    }
 
    .custom-footer {
        padding: 100px 100px;
    }

    .home-services-card .card-header {
        padding: 40px 50px;
    }

    .home-services-card .card-body {
        padding: 0px 50px 60px;
    }

    .home-services-card .card-body p {
        font-size: 16px;
    }

    .home-vip-list-section p {
        font-size: 20px;
    }

    .about-team-img-detalis {
        right: 40px;
    }

    .about-team-section .row:nth-child(even) .about-team-img-detalis {
        left: 0px;
    }

    .services-section h4 {
        max-width: 85%;
    }

    .our-services-wellness .wellness-card-group .wellness-card {
        max-width: 600px;
        max-height: 600px;
    }

    .our-services-wellness .wellness-card-group .wellness-card:before {
        height: 450px;
    }

    .our-services-wellness .wellness-card-group .wellness-card:nth-child(2) {
        max-width: 350px;
        max-height: 350px;
    }

    .our-services-wellness .wellness-card-group .wellness-card:nth-child(3) {
        max-height: 700px;
        max-width: 630px;
    }

    .our-services-therapy-text h3 {
        font-size: 35px;
        max-width: 85%;
    }

    .our-services-enquire {
        padding: 50px 0px 100px;
    }

    .services-enquire-card-body .services-enquire-form .btn-submit {
        padding: 10px 80px;
    }

    .vitamin-shots-products .row:nth-child(even) .vitamin-shots-products-details {
        margin: 0px 0px 0px 50px;
    }

    .hero-section {
        padding-top: calc(100% - 77%);
    }
}

@media (max-width: 1550px) {
    .home-product-slider .slider-img img {
        width: 750px !important;
        padding: 0px;
        height: 750px;
    }

    .how-it-works-section .card:before, .how-it-works-section .card:after {
        width: calc(100% - 70%);
    }
}
 
@media (max-width: 1450px) {
    .home-product-slider .slider-img img {
        width: 750px !important;
        padding: 0px;
        height: 770px;
    }
}

@media (max-width: 1400px) {
    .home-services-box {
        padding: 100px 50px;
    }
 
    .how-it-works-section {
        padding: 200px 50px;
    }
 
    .custom-footer {
        padding: 100px 50px;
    }

    .home-product-slider .slider-img img {
        width: 700px !important;
        height: 710px;
    }
 
    .home-product-slider .product-slider-card {
        justify-content: flex-start;
        padding: 80px 50px 0px;
    }

    .iv-therapies-wellness {
        padding-bottom: 100px;
    }

    .our-services-wellness .wellness-card-group .wellness-card {
        max-width: 500px;
        max-height: 500px;
    }

    .our-services-wellness .wellness-card-group .wellness-card:before {
        height: 370px;
    }

    .our-services-wellness .wellness-card-group .wellness-card:nth-child(2) {
        max-width: 300px;
        max-height: 300px;
    }

    .our-services-wellness .wellness-card-group .wellness-card:nth-child(3) {
        max-height: 700px;
        right: 10px;
        max-width: 600px;
    }

    .how-it-works-section .card:before, .how-it-works-section .card:after {
        width: calc(100% - 70%);
    }

    .about-team-img-detalis {
        right: -20px;
    }

    .about-team-section .row:nth-child(even) .about-team-img-detalis {
        left: -60px;
    }

    .services-section h4 {
        max-width: 95%;
    }

    .about-team-section .about-team-detalis p {
        max-width: 100%;
    }

    .how-it-works-section .card .theme-btn {
        padding: 20px 100px;
    }

    .our-services-therapy-text h3 {
        font-size: 35px;
        line-height: 60px;
        max-width: 90%;
    }

    .our-services-enquire {
        padding: 120px 0px 100px;
    }

    .products-details .products-details-img img {
        max-width: 500px;
    }
}
 
@media (max-width: 1300px) {
    .home-product-slider .slider-img img {
        height: 670px;
        width: auto !important;
    }
 
    .home-product-slider .product-slider-card {
        padding: 70px 50px 0px;
    }

    .iv-therapies-wellness {
        padding-bottom: 100px;
    }

    .our-services-wellness .wellness-card-group .wellness-card {
        max-width: 500px;
        max-height: 500px;
    }

    .our-services-wellness .wellness-card-group .wellness-card:before {
        height: 360px;
    }

    .our-services-wellness .wellness-card-group .wellness-card:nth-child(2) {
        max-width: 300px;
        max-height: 300px;
    }

    .our-services-wellness .wellness-card-group .wellness-card:nth-child(3) {
        max-height: 650px;
        right: 0px;
    }
}

@media (min-width: 1650px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
        max-width:1440px
    }
}

@media (max-width: 1600px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
        max-width:1320px
    }
}

@media (max-width: 1400px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
        max-width:1200px
    }
}

.products-details-banner-img img {
    width: 100%;
}

/* ================= Contact Us ================= */

.page-template-contact-us-page .custom-header .hero-brand {
    filter: brightness(0) invert(0);
}

.page-template-contact-us-page .custom-header .menu-tag {
    color: #1f2122;
}

.page-template-contact-us-page .custom-header .menu-tag .menu-tag-line:before,
.page-template-contact-us-page .custom-header .menu-tag .menu-tag-line:after {
    border-color: #1f2122;
}

.page-template-contact-us-page .custom-header.sticky .hero-brand {
    filter: brightness(0) invert(1);
}

.page-template-contact-us-page .custom-header.sticky .menu-tag {
    color: #f2efea;
}

.page-template-contact-us-page .custom-header.sticky .menu-tag .menu-tag-line:before,
.page-template-contact-us-page .custom-header.sticky .menu-tag .menu-tag-line:after {
    border-color: #f2efea;
}

.custom-contact {
    padding: 300px 150px 100px;
}

.custom-contact h2 {
    font-size: 50px;
    font-weight: 700;
    color: #1d1d1b;
    margin: 0px 0px 20px;
    letter-spacing: 0;
    font-family: "Montserrat", sans-serif;
} 

.custom-contact p {
    font-size: 25px;
    font-weight: 400;
    color: #1d1d1b;
    margin: 0px 0px 20px;
    letter-spacing: 0;
    max-width: 80%;
} 

.custom-contact-content ul {
    margin: 100px 0px 0px;
    padding: 0px 0px;
    list-style: none;
}

.custom-contact-content ul li {
    font-size: 25px;
    font-weight: 500;
    color: #1d1d1b;
    margin: 0px 0px 20px;
    letter-spacing: 0;
}

.custom-contact-content ul li:nth-child(3) span {
    display: block;
}

.custom-contact-content ul li:nth-child(4) span {
    display: block;
}

.custom-contact-content ul li a {
    color: #1d1d1b;
}

.custom-contact-content ul li a:hover {
    color: #8a3f2a;
}

.custom-contact-card {
    background: #f5efea;
    border: 1px solid #908a85;
    border-radius: 0px;
    padding: 80px 60px;
}

.custom-contact-card .form-group {
    margin: 0px 0px 20px;
}

.custom-contact-card .form-group input {
    width: 100%;
    min-height: 65px;
    border-radius: 20px;
    border: 1px solid #1D1D1B;
    font-size: 16px;
    font-weight: 400;
    color: #1D1D1B;
    background: #f5efea;
}

.custom-contact-card .form-group input::placeholder {
    font-size: 14px;
    font-weight: 500;
    color: #1D1D1B;
}

.custom-contact-card .form-group select {
    width: 100%;
    min-height: 60px;
    border-radius: 20px;
    border: 1px solid #1D1D1B;
    font-size: 14px;
    font-weight: 500;
    color: #1D1D1B;
    position: relative;
    background: #f5efea;
}

.custom-contact-card .select-drop {
    position: relative;
}

.custom-contact-card .select-drop:after {
    content: '';
    background-image: url(../img/slider-next-arrow.svg);
    width: 15px;
    height: 15px;
    position: absolute;
    right: 20px;
    top: 23px;
    background-repeat: no-repeat;
    background-size: 100%;
}

.custom-contact-card .form-group textarea {
    width: 100%;
    min-height: 160px;
    border-radius: 20px;
    border: 1px solid #1D1D1B;
    font-size: 16px;
    font-weight: 400;
    color: #1D1D1B;
    background: #f5efea;
}

.custom-contact-card .form-group input:focus,
.custom-contact-card .form-group textarea:focus,
.custom-contact-card .form-group select:focus {
    box-shadow: none;
    outline: 0;
}

.custom-contact-card .form-group input::placeholder,
.custom-contact-card .form-group textarea::placeholder {
    font-size: 14px;
    font-weight: 500;
    color: #1D1D1B;
}

.custom-contact-card .form-group .btn-submit {
    background: #1f2122;
    border: 1px solid #1f2122;
    color: #fff;
    border-radius: 999px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 13px 40px;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    margin: 20px auto 0px;
    min-height: 58px;
}

.custom-contact-card .form-group .btn-submit:hover {
    background: #fff;
    border: 1px solid #1f2122;
    color: #1f2122;
}


.custom-contact-bg-img {
    padding: 150px 150px 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100vh;
}

.custom-contact-bg-img .row {
    height: 100%;
}

.custom-contact-bg-img .custom-contact-box {
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
}

.custom-contact-bg-img p {
    font-size: 23px;
    font-weight: 400;
    color: #1d1d1b;
    margin: 0px 0px 20px;
    letter-spacing: 0;
    max-width: 90%;
    margin-left: auto;
}

.custom-contact-bg-img p strong {
    font-weight: 500;
}

.custom-contact-bg-content p {
    font-size: 20px;
    max-width: 100%;
    margin: 0px 0px 20px 95px;
}

.custom-contact-bg-content ul {
    margin: 0px 0px 0px 95px;
    padding: 0px 0px;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0px 15px;
}

.custom-contact-bg-content ul li a {
    width: 50px;
    height: 50px;
    background: transparent;
    border: 2px solid #111114;
    color: #111114;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.custom-contact-bg-content ul li a svg {
    width: 30px;
    fill: #111114;
}

.custom-contact-bg-content ul li a:hover,
.custom-contact-bg-content ul li a:focus {
    border: 2px solid #8b3f2b;
    background: #8b3f2b;
    color: #EFE6DD;
}

.custom-contact-bg-content ul li a:hover svg,
.custom-contact-bg-content ul li a:focus svg {
    fill: #EFE6DD;
}

.custom-contact-card .frm-fluent-form .ff-el-input--content input {
    width: 100%;
    min-height: 65px;
    border-radius: 20px;
    border: 1px solid #1D1D1B;
    font-size: 16px;
    font-weight: 400;
    color: #1D1D1B;
    background: #f5efea;
}

.custom-contact-card .frm-fluent-form .ff-el-input--content input::placeholder {
    font-size: 14px;
    font-weight: 500;
    color: #1D1D1B;
}

.custom-contact-card .frm-fluent-form .ff-el-input--content select {
    width: 100%;
    min-height: 65px;
    border-radius: 20px;
    border: 1px solid #1D1D1B;
    font-size: 16px;
    font-weight: 400;
    color: #1D1D1B;
    position: relative;
    background: #f5efea;
    appearance: none;
}

.custom-contact-card .frm-fluent-form .select-drop {
    position: relative;
}

.custom-contact-card .frm-fluent-form .select-drop:after {
    content: '';
    background-image: url(../img/slider-next-arrow.svg);
    width: 15px;
    height: 15px;
    position: absolute;
    right: 20px;
    top: 23px;
    background-repeat: no-repeat;
    background-size: 100%;
}

.custom-contact-card .frm-fluent-form .ff-el-input--content textarea {
    width: 100%;
    min-height: 160px;
    border-radius: 20px;
    border: 1px solid #1D1D1B;
    font-size: 16px;
    font-weight: 400;
    color: #1D1D1B;
    background: #f5efea;
}

.custom-contact-card .frm-fluent-form .ff-el-input--content input:focus,
.custom-contact-card .frm-fluent-form .ff-el-input--content textarea:focus,
.custom-contact-card .frm-fluent-form .ff-el-input--content select:focus {
    box-shadow: none;
    outline: 0;
}

.custom-contact-card .frm-fluent-form .ff-el-input--content input::placeholder,
.custom-contact-card .frm-fluent-form .ff-el-input--content textarea::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #1D1D1B;
}

.custom-contact-card .frm-fluent-form .ff_submit_btn_wrapper .ff-btn-submit {
    background: #1f2122;
    border: 1px solid #1f2122;
    color: #fff;
    border-radius: 999px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 13px 40px;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    margin: 20px auto 0px;
    min-height: 58px;
}

.custom-contact-card .frm-fluent-form .ff_submit_btn_wrapper .ff-btn-submit:hover {
    background: #fff;
    border: 1px solid #1f2122;
    color: #1f2122;
}

@media (max-width: 1600px) {

    .custom-contact {
        padding: 300px 120px 100px;
    }

    .custom-contact p {
        font-size: 22px;
    }

    .custom-contact-content ul li {
        font-size: 22px;
    }

    .custom-contact-bg-img {
        padding: 150px 100px 100px;
    }

    .custom-contact-bg-img .custom-contact-box {
        margin-left: auto;
    }

    .custom-contact-bg-img p {
        font-size: 20px;
        max-width: 89%;
        margin: 0px -10px 20px;
        margin-left: auto;
        line-height: 35px;
    }

    .custom-contact-bg-content p {
        font-size: 18px;
    }

    .custom-contact-bg-content ul li a {
        width: 45px;
        height: 45px;
    }

    .custom-contact-bg-content ul li a svg {
        width: 25px;
    }

    .custom-contact-bg-content p {
        font-size: 18px;
        max-width: 100%;
        margin: 0;
        margin: 0px 0px 20px;
        margin-left: 95px;
        text-align: right;
    }
}

@media (max-width: 1450px) {
    .custom-contact-bg-content p {
        text-align: left;
    }
}

/* ================= Contact Us ================= */


/* ================= Home Page Responsive New ================= */

.custom-header .hero-brand .mobile-logo {
    display: none;
}

.custom-header .menu-tag .mobile-menu-tag {
    display: none;
}

.hero-section .scroll-down-btn {
    display: none;
}

.mobile-services {
    display: none;
}

.mobile-footer-link {
    display: none;
}

.mobile-enterprises-slider {
    display: none !important;
}

@media (max-width: 1024px) {
    .hero-section {
        padding-top: calc(100% - 50%);
    }

    .hero-timeline-section {
        padding: 0px 0px 500px 50px;
    }

    .hero-timeline-section .line2 {
        display: none;
    }

    .home-product-slider .product-slider-card .product-slider-card-body p {
        font-size: 16px;
        line-height: 30px;
    }

    .home-product-slider .product-slider-card {
        padding: 80px 20px 150px;
    }

    .home-product-slider .slider-img img {
        height: auto;
        width: auto !important;
    }

    .home-product-slider .slider-img {
        padding: 100px 0px 0px;
    }

    .home-product-slider .slider-img:after {
        height: 100vh;
    }

    .our-services-wellness .wellness-card-group .wellness-card:nth-child(3) {
        max-height: 550px;
        right: 0px;
        max-width: 460px;
    }

    .our-services-wellness .wellness-card-group .wellness-card:nth-child(3) img {
        margin: 250px 0px 0px 40px;
    }

    .products-details .products-details-content {
        padding: 200px 40px;
    }
}

@media (max-width: 992px) {
    .custom-header {
        padding: 18px 20px;
        margin: 0;
        top: 30px;
        background: transparent;
    }

    .custom-header.sticky {
        padding: 20px 20px;
    }

    .custom-header .hero-brand {
        width: auto;
    }

    .custom-header .hero-brand .destop-logo {
        display: none;
    }

    .custom-header .hero-brand .mobile-logo {
        display: inline-block;
    }

    .custom-header .hero-brand img {
        width: 60px;
    }

    .custom-header.sticky .hero-brand img {
        width: 60px;
    }

    .custom-header .menu-tag .menu-tag-line {
        display: none;
    }

    .custom-header .menu-tag span {
        display: none;
    }

    .custom-header .menu-tag .mobile-menu-tag {
        display: inline-block;
    }

    .custom-header .menu-tag .mobile-menu-tag svg {
        fill: #f2efea;
        width: 50px;
        height: 50px;
    }

    .sidenav {
        padding-top: 50px;
    }

    .sidenav-menu {
        padding: 50px 0px 0px 0px;
        text-align: center;
    }

    .sidenav-language {
        padding: 20px 0px 0px 0px;
        text-align: center;
    }

    .mobile-sidenav-header {
        width: fit-content;
        padding: 0px 20px;
    }

    .mobile-sidenav-header .hero-brand {
        width: 60px;
    }

    .mobile-sidenav-header .hero-brand .mobile-logo img {
        filter: brightness(0) invert(0);
    }

    .sidenav .closebtn {
        top: 40px;
        right: 10px;
        left: unset;
    }

    .hero-section {
        height: 100vh;
        position: relative;
        padding: 100px 0px 200px;
    }

    .hero-section .container {
        height: 100%;
    }

    .hero-section .row {
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .hero-section h2 {
        font-size: 23px;
        line-height: 35px;
        margin: 0px 0px 0px;
    }

    .hero-section p {
        font-size: 16px;
        max-width: 100%;
    }

    .hero-section .btn-dark-pill {
        margin: 20px auto 0px;
        min-height: auto;
        padding: 10px 50px;
    }

    .hero-section .scroll-down-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: 10%;
        width: 70px;
        height: 70px;
        background: #e9ded2;
        border-radius: 50%;
        z-index: 99;
    }

    .hero-section .scroll-down-btn img {
        width: 30px;
        margin: 5px 0px 0px 0px;
    }

    .hero-timeline-section .left-box, .hero-timeline-section .right-box {
        width: 100%;
    }

    .destop-services {
        display: none;
    }

    .mobile-services {
        display: inline-block;
        position: relative;
        width: 100%;
    }

    .home-services-box {
        padding: 100px 100px;
    }

    .home-services-card {
        background: #873e2a;
        margin-bottom: 0;
        min-height: 330px;
    }

    .home-services-card .card-header {
        padding: 30px 20px;
        text-align: right;
        margin-left: auto;
    }

    .home-services-card .card-header img {
        width: 45px;
        height: 45px;
    }

    .home-services-card .card-body {
        padding: 0px 20px 30px;
    }

    .home-services-card .card-body h4 {
        font-size: 16px;
    }

    .home-services-card .card-body p {
        font-size: 14px;
        line-height: 30px;
    }

    .mobile-services .owl-dots {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: -50px;
    }

    .mobile-services .owl-dots span {
        width: 10px !important;
        height: 10px !important;
        border: 1px solid #8b3f2b;
        background: #8b3f2b !important;
        border-radius: 50% !important;
    }

    .mobile-services .owl-dot.active span {
        background: transparent !important;
        border: 1px solid #8b3f2b;
    }

    .hero-timeline-section .top-row p, .hero-timeline-section .timeline .item p {
        font-size: 16px;
        line-height: 30px;
    }

    .hero-timeline-section .center-text h3 {
        max-width: 100%;
        font-size: 16px;
        line-height: 30px;
    }

    .hero-timeline-section .center-text span {
        font-size: 16px;
    }

    .hero-timeline-section .timeline .item.center p {
        font-size: 16px;
        line-height: 30px;
        max-width: 100%;
    }

    .how-it-works-section {
        display: none;
    }

    .home-vip-list-section {
        height: 420px;
        background-size: cover;
    }

    .home-vip-list-section h3 {
        font-size: 22px;
    }

    .home-vip-list-section p {
        font-size: 14px;
        margin: 0px 0px 10px;
    }

    .home-vip-list-section .theme-btn {
        bottom: 100px;
        font-size: 12px;
        font-weight: 500;
    }

    .footer-logo {
        max-width: 200px;
    }

    .footer-subscription h5 {
        font-size: 16px;
        margin: 0px 0px 10px;
    }

    .footer-subscription p {
        font-size: 14px;
    }

    .footer-subscription span {
        font-size: 12px;
        margin: 10px 0px 5px;
    }

    .footer-link ul li:last-child {
        margin: 0px 0px;
    }

    .destop-footer-link {
        display: none;
    }

    .mobile-footer-link {
        display: inline-block;
        margin-top: 30px;
    }

    .destop-enterprises-slider {
        display: none !important;
    }

    .mobile-enterprises-slider {
        display: inline-block !important;
    }

    .home-product-slider .product-slider-card {
        padding: 20px 0px 0px 15px;
    }

    .home-product-slider .product-slider-card .product-slider-card-header .product-slider-title h3 {
        font-size: 20px;
    }

    .home-product-slider .product-slider-card .product-slider-card-header .product-slider-title h3:after {
        width: 160px;
    }

    .home-product-slider .product-slider-card .product-slider-card-body p {
        font-size: 16px;
        line-height: 30px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 10;
        overflow: hidden;
    }

    .home-product-slider .product-slider-card .product-slider-card-body p strong {
        font-size: 16px;
    }

    .product-slider-btn-group {
        padding: 0px 15px 0px 0px;
        text-align: center;
    }

    .product-slider-btn-group .btn-dark-pill {
        font-size: 14px;
        padding: 10px 20px;
        margin: 20px 0px;
        min-height: auto;
        width: auto;
    }

    .product-slider-btn-group .theme-btn {
        font-size: 14px;
        padding: 10px 25px;
        min-height: auto;
        background: transparent;
        color: #1D1D1B;
        border: 1px solid #1D1D1B;
        width: fit-content;
        margin: 0 auto;
    }

    .product-slider-btn-group .theme-btn:hover {
        background: #1D1D1B;
        color: #efe6dd;
        border: 1px solid #1D1D1B;
    }

    .home-product-slider .slider-img:after {
        background: transparent;
    }

    .home-product-slider .slider-img img {
        height: auto;
        margin: 0px 0px 0px;
    }

    .home-product-slider .owl-nav {
        top: 100%;
        left: 48%;
        right: 0;
        transform: translate(-50%, -50%) rotate(0deg);
        bottom: 0;
        z-index: 9;
    }

    .home-product-slider .owl-dots {
        top: 100%;
        left: 50%;
        right: 0;
        margin: 40px 0px 0px 0px;
        transform: translate(-50%, -50%) rotate(0deg);
    }

    .btn-explore {
        bottom: 20px;
    }

    .home-product-slider {
        padding: 0px 0px 200px;
    }

    .hero-timeline-section {
        padding: 0px 100px 50px;
    }

    .hero-timeline-section .top-row h3, .hero-timeline-section .timeline .item h3 {
        font-size: 20px;
    }

    .hero-timeline-section .center-text span {
        font-size: 20px;
    }

    .home-product-slider .product-slider-card {
        padding: 50px 0px 0px 50px;
    }

    .home-product-slider .slider-img {
        padding: 50px 0px 0px;
    }

    .custom-footer {
        padding: 100px 100px;
    }

    .subscription-form .fluentform .ff-el-group {
        width: calc(100% - 230px);
        margin: 0px 0px 0px -10px;
    }

    .subscription-form .fluentform .ff-text-right {
        width: auto;
        margin: 0;
    }

    .footer-subscription span {
        max-width: 80%;
    }

    .hero-timeline-section .timeline-btn {
        margin: 30px 0px -50px 0px;
    }

    .our-services-wellness .wellness-btn-group .theme-btn {
        font-size: 14px;
    }

    .products-details .products-details-content {
        padding: 40px 40px;
    }
}

@media (max-width: 767px) {
    .home-services-box {
        padding: 100px 50px;
    }

    .hero-timeline-section {
        padding: 0px 0px 50px;
    }

    .hero-timeline-section .top-row h3, .hero-timeline-section .timeline .item h3 {
        font-size: 16px;
    }

    .hero-timeline-section .center-text span {
        font-size: 16px;
    }

    .home-product-slider .product-slider-card {
        padding: 20px 0px 0px 15px;
    }

    .mobile-footer-link {
        margin-top: 0px;
    }

    .home-services-card {
        min-height: 550px;
    }

    .footer-link ul {
        margin: 30px 0px 0px;
    }

    .home-product-slider {
        padding: 30px 0px 220px;
    }

    .btn-explore {
        bottom: 10px;
    }

    .custom-footer {
        padding: 80px 20px;
    }

    .subscription-form .fluentform .ff-el-group {
        width: calc(100% - 120px);
    }

    .subscription-form .fluentform .ff-text-right {
        width: auto;
        margin: 0;
    }

    .translated-ltr .subscription-form .fluentform .ff-el-group {
        width: 95%;
    }

    .footer-subscription span {
        max-width: 100%;
    }

    .sidenav .closebtn {
        right: 0px;
    }

    .faq-section .accordion-button {
        padding: 35px 60px 35px 20px;
    }
    
    .home-product-slider .product-slider-card .product-slider-card-body p {
        font-size: 14px;
        line-height: 25px;
    }
    
    .product-slider-btn-group .btn-dark-pill {
        font-size: 14px;
        padding: 10px 10px;
    }
    
    .product-slider-btn-group .theme-btn {
        padding: 10px 20px;
    }
    
    .home-product-slider .product-slider-card .product-slider-card-header .product-slider-title h3 {
        font-size: 18px;
    }
    
    .home-product-slider .product-slider-card .product-slider-card-header .product-slider-price p {
        font-size: 18px;
    }
}

/* ================= Home Page Responsive New ================= */

/* ================= About Page Responsive New ================= */

@media (max-width: 992px) {

    .philosophy-section {
        padding-top: 20px;
    }

    .precision-content h3 {
        font-size: 25px;
        margin: 0px auto 20px;
        max-width: 60%;
        text-align: center;
    }

    .precision-content p {
        max-width: 70%;
        margin: 0px auto 15px;
        text-align: center;
    }

    .precision-image img {
        max-width: 100%;
        height: 450px;
    }

    .philosophy-section h4 {
        font-size: 25px;
        max-width: 70%;
        font-weight: 700;
    }

    .venn-circle {
        padding: 0;
        text-align: left;
        border: 0;
        align-items: flex-start;
    }

    .venn-circle h5 {
        font-size: 20px;
        line-height: 30px;
    }

    .venn-circle p {
        font-size: 18px;
        line-height: 30px;
        max-width: 56%;
    }

    .venn-circle.venn-left {
        align-items: flex-end;
    }

    .venn-circle.venn-left p {
        text-align: right;
    }

    .venn-circle.venn-right h5 {
        max-width: 40%;
        text-align: left;
    }

    .venn-circle.venn-right p {
        text-align: left;
        max-width: 77%;
    }

    .venn-center {
        display: none;
    }

    .round-integrity-section:before {
        display: inline-block;
        width: 400px;
        height: 210px;
        top: 0px;
    }

    .round-integrity-section:after {
        display: inline-block;
        width: 330px;
        bottom: 340px;
        height: 210px;
    }

    .leadership-section {
        padding: 100px 70px;
    }

    .leadership-section h4 {
        font-size: 30px;
    }

    .leadership-section p {
        font-size: 18px;
        max-width: 100%;
    }

    .leadership-section span {
        font-size: 18px;
    }

    .leadership-section ul li {
        font-size: 18px;
    }

    .services-section h4 {
        max-width: 79%;
        font-size: 25px;
        font-weight: 700;
    }

    .about-team-img:before {
        background: transparent;
    }

    .about-team-img img {
        min-width: 400px;
        margin: 0px 0px 0px -70px;
    }

    .about-team-img-detalis {
        right: 0;
        left: 290px;
        width: 100%;
    }

    .about-team-section .about-team-detalis p strong {
        font-size: 30px;
        line-height: 60px;
    }

    .about-team-section .about-team-detalis p {
        font-size: 16px;
        padding: 0px 90px 0px 0px;
        line-height: 30px;
        margin-top: -120px;
    }

    .about-team-section .row:nth-child(even) {
        flex-flow: row-reverse;
    }

    .about-team-section .row:nth-child(even) .about-team-img img {
        margin: 0px -70px 0px 0px;
    }

    .about-team-section .row:nth-child(even) .about-team-img:before {
        background: transparent;
    }

    .about-team-section .row:nth-child(even) .about-team-img-detalis {
        left: -160px;
        bottom: 0;
    }

    .about-team-section .row:nth-child(even) .about-team-detalis p {
        padding: 0px 10px 0px 40px;
        width: 100%;
        font-size: 16px;
        line-height: 30px;
        margin: -80px 0px 0px 20px;
    }

    .faq-section {
        padding: 50px 30px;
    }

    .faq-section .accordion-button {
        font-size: 18px;
    }

    .faq-section .accordion-button.collapsed:after {
        width: 25px;
        height: 25px;
    }
}

@media (max-width: 767px) {
    .precision-content h3 {
        font-size: 22px;
        max-width: 90%;
    }

    .precision-content p {
        max-width: 90%;
    }

    .philosophy-section h4 {
        font-size: 16px;
        max-width: 86%;
        font-weight: 700;
    }

    .philosophy-section h4 {
        font-size: 18px;
        max-width: 93%;
        font-weight: 700;
    }

    .round-integrity-section {
        padding: 0px 15px 50px;
    }

    .round-integrity-section:before {
        display: inline-block;
        width: 230px;
        height: 250px;
        top: 0px;
    }

    .venn-circle h5 {
        font-size: 18px;
        line-height: 30px;
    }

    .venn-circle p {
        font-size: 14px;
        line-height: 25px;
        max-width: 56%;
    }

    .round-integrity-section:after {
        display: inline-block;
        width: 190px;
        bottom: 340px;
        height: 210px;
    }

    .venn-circle.venn-right h5 {
        max-width: 60%;
        text-align: left;
    }

    .venn-circle.venn-right p {
        text-align: left;
        max-width: 100%;
    }

    .leadership-section {
        padding: 100px 15px;
    }

    .leadership-section h4 {
        font-size: 25px;
    }

    .leadership-section p {
        font-size: 16px;
        max-width: 100%;
    }

    .leadership-section span {
        font-size: 16px;
    }

    .leadership-section ul li {
        font-size: 16px;
    }

    .services-section h4 {
        max-width: 90%;
        font-size: 20px;
        font-weight: 700;
    }

    .about-team-img img {
        min-width: auto;
        margin: 0px 0px 0px -40px;
    }

    .about-team-img-detalis {
        right: 0;
        left: 0px;
        width: 100%;
        bottom: -70px;
    }

    .about-team-section .about-team-detalis p {
        font-size: 16px;
        padding: 0px 15px 0px 0px;
        line-height: 30px;
        margin-top: -120px;
    }

    .about-team-section .about-team-detalis p strong {
        font-size: 20px;
        line-height: 30px;
    }

    .about-team-section .row:nth-child(even) .about-team-img img {
        margin: 0px -40px 0px 0px;
    }

    .about-team-section .row:nth-child(even) .about-team-detalis p {
        padding: 0px 0px 0px 10px;
        width: 100%;
        font-size: 14px;
        line-height: 25px;
        margin: -80px 0px 0px 0px;
    }

    .about-team-section .row:nth-child(even) .about-team-img-detalis {
        left: 0;
        bottom: -90px;
        text-align: right;
    }
}

@media (max-width: 390px) {
    .round-integrity-section:before {
        width: 170px;
        right: 0;
    }

    .round-integrity-section:after {
        width: 170px;
    }
}

/* ================= About Page Responsive New ================= */

/* ================= (28-05-2026) New ================= */

.translated-ltr .product-card .product-card-body .product-card-btn-group {
    gap: 15px 0px;
}

.translated-ltr .subscription-form .fluentform .ff-text-right {
    margin: 15px 0px 0px;
}

.sidenav-language .gtranslate_wrapper a {
    padding: 0px 9px;
    text-decoration: none !important;
    font-family: "Montserrat", sans-serif;
    font-size: 16px !important;
    font-weight: 400;
    color: #1D1D1B !important;
    display: block;
    transition: all 0.5s ease-in-out;
}

.sidenav-language .gtranslate_wrapper a:after {
    content: '';
    width: 1px;
    height: 25px;
    background: #000;
    position: absolute;
    right: -3px;
    top: 0px;
    transform: rotate(15deg);
}

.sidenav-language .gtranslate_wrapper a:last-child::after {
    display: none;
}

.sidenav-language .gtranslate_wrapper a:last-of-type::after {
    display: none !important;
}

@media (max-width: 992px) {
    .sidenav-language .gtranslate_wrapper {
        justify-content: center;
    }
}

/* ================= (28-05-2026) New ================= */

/* ================= Our Services Responsive New ================= */

.wellness-card-mobile {
    display: none;
}

@media (max-width: 992px) {
    .our-services-therapy-text h3 {
        font-size: 22px;
        line-height: 50px;
        max-width: 85%;
    }

    .our-services-accordion h3 {
        font-size: 25px;
        line-height: 30px;
    }

    .our-services-accordion .accordion-button {
        font-size: 20px;
    }

    .our-services-accordion .accordion-button.collapsed:after {
        width: 25px;
        height: 25px;
    }

    .our-services-wellness {
        padding: 50px 0px 50px;
    }

    .our-services-wellness p {
        max-width: 100%;
        font-size: 18px;
        line-height: 35px;
        max-width: 90%;
    }

    .wellness-card-mobile {
        display: block;
        position: relative;
    }

    .wellness-card-mobile-number {
        margin: 0px 0px;
        padding: 0px 0px;
        list-style: none;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        width: 100%;
        left: 0;
        top: 55px;
    }

    .wellness-card-mobile-number li {
        font-family: "Libre Baskerville", serif;
        font-size: 30px;
        line-height: 50px;
        font-weight: 400;
        color: #EFE6DD;
        margin: 0px 0px;
        position: relative;
        text-align: center;
    }

    .wellness-card-mobile-number li:first-child {
        left: 30px;
        position: absolute;
    }

    .wellness-card-mobile-number li:nth-child(2) {
        left: 43%;
        position: absolute;
    }

    .wellness-card-mobile-number li:last-child {
        right: 190px;
        position: absolute;
    }

    .services-enquire-card-body {
        background: #fff;
    }

    .services-enquire-card-body .services-enquire-form input,
    .services-enquire-card-body .services-enquire-form select,
    .services-enquire-card-body .services-enquire-form textarea {
        background: #fff;
    }

    .services-enquire-card-body {
        padding: 50px 20px;
    }

    .services-enquire-card-body .services-enquire-form .btn-submit {
        margin: 50px auto 0px;
    }

    .our-services-wellness .wellness-card-group .wellness-card {
        display: none;
    }

    .our-services-enquire {
        padding: 0px 0px 100px;
    }

}

@media (max-width: 767px) {
    .our-services-therapy-text h3 {
        font-size: 16px;
        line-height: 30px;
        max-width: 100%;
    }

    .our-services-accordion .accordion-button {
        font-size: 18px;
        padding: 30px 100px 30px 20px;
    }

    .our-services-accordion .accordion-button.collapsed:after {
        width: 20px;
        height: 20px;
    }

    .our-services-accordion .accordion-button:after {
        width: 20px;
        height: 20px;
    }

    .our-services-wellness {
        padding: 20px 0px 50px;
    }

    .our-services-wellness h3 {
        font-size: 22px;
    }

    .our-services-wellness p {
        font-size: 16px;
        line-height: 30px;
        max-width: 95%;
    }

    .our-services-wellness .wellness-btn-group {
        flex-flow: unset;
    }

    .our-services-wellness .wellness-btn-group .btn-dark-pill {
        min-width: auto;
        font-size: 14px;
        padding: 13px 20px;
    }
    .our-services-wellness .wellness-btn-group .theme-btn {
        min-width: auto;
        font-size: 14px;
        padding: 13px 20px;
    }

    .wellness-card-mobile-number {
        top: 35px;
    }

    .wellness-card-mobile-number li {
        font-size: 20px;
    }

    .wellness-card-mobile-number li:first-child {
        left: 20px;
        position: absolute;
    }

    .wellness-card-mobile-number li:last-child {
        right: 100px;
        position: absolute;
    }

    .services-enquire-card-header {
        padding: 30px 20px 20px;
    }

    .services-enquire-card-body .services-enquire-form .btn-submit {
        margin: 20px auto 0px;
        min-height: 50px;
    }

    .services-enquire-card-body {
        padding: 50px 20px 20px;
    }

    .translated-ltr .our-services-wellness .wellness-btn-group {
        flex-flow: wrap;
    }
}

@media (max-width: 390px) {
    .our-services-wellness .wellness-btn-group {
        flex-flow: wrap;
    }
}

/* ================= Our Services Responsive New ================= */

/* ================= IV Therapies Responsive New ================= */

@media (max-width: 1024px) {

    .page-template-iv_therapies .hero-section {
        background-position: right;
        background-size: cover;
    }
    
}

@media (max-width: 992px) {

    .page-template-iv_therapies .hero-section {
        background-position: right;
        background-size: cover;
    }

    .iv-therapies-product {
        padding: 50px 0px 80px;
        border-bottom: 1px solid #22180f;
    }

    .product-card .product-card-body .product-card-btn-group {
        justify-content: space-between;
    }

    .product-card .product-card-body .product-card-btn-group .btn-dark-pill, .product-card .product-card-body .product-card-btn-group .theme-btn {
        padding: 10px 20px;
        min-height: 52px;
    }

    .iv-therapies-product .product-filter-box {
        padding: 0px 50px 50px;
    }

    .iv-therapies-product ul {
        padding: 0px 50px;
    }

    .product-card .product-card-body .product-card-btn-group .btn-dark-pill {
        color: #EFE6DD;
    }

    .iv-therapies-product ul li {
        max-width: 375px;
        min-width: 375px;
    }

    .product-card .product-card-body p {
        text-align: justify;
    }

    .product-card .product-card-body p:nth-child(2) {
        text-align: left;
    }
}

@media (max-width: 767px) {

    .page-template-iv_therapies .our-services-wellness {
        padding: 50px 0px 50px;
    }

    .page-template-iv_therapies .hero-section h2 {
        font-size: 20px;
        line-height: 35px;
        margin: 0px 50px 20px;
        text-align: left;
        max-width: 70%;
    }

    .page-template-iv_therapies .hero-section p {
        font-size: 16px;
        max-width: 100%;
        text-align: left;
        padding-left: 50px;
        line-height: 30px;
    }

    .iv-therapies-product ul li {
        max-width: 310px;
        min-width: 310px;
    }

    .product-card .product-card-body .product-card-btn-group {
        gap: 0px 5px;
    }

    .iv-therapies-product .product-filter-box {
        padding: 0px 20px 50px;
    }

    .translated-ltr .page-template-iv_therapies .hero-section h2 {
        font-size: 18px;
        line-height: 25px;
        margin: 50px 0px 20px;
        text-align: left;
        max-width: 70%;
    }

    .translated-ltr .page-template-iv_therapies .hero-section p {
        font-size: 16px;
        max-width: 100%;
        text-align: left;
        padding-left: 0px;
        line-height: 25px;
    }

    .translated-ltr .drop-filter-modal .dropdown-center .dropdown-menu .dropdown-submenu > .dropdown-item {
        padding-right: 60px;
        word-break: break-word;
        white-space: unset;
    }

}

#iv-products-list li.iv-mobile-hidden {
    display: none;
}

/* ================= IV Therapies Responsive New ================= */

/* ================= Vitamin Shots Responsive New ================= */

@media (max-width: 992px) {
    .vitamin-shots-detalis h3 {
        max-width: 100%;
        font-size: 25px;
        line-height: 50px;
        max-width: 85%;
        font-weight: 700;
    }

    .vitamin-shots-products-img {
        overflow: hidden;
        margin: 0px 0px 0px -140px;
        text-align: right;
        width: 430px;
        height: 480px;
    }

    .vitamin-shots-products-img img {
        border-radius: 0;
        aspect-ratio: 2 / 4;
        object-fit: fill;
    }

    .vitamin-shots-products-details {
        padding: 0px 0px 0px;
        text-align: left;
        margin: 0px 40px 0px -60px;
    }

    .vitamin-shots-products-details h4 {
        font-size: 25px;
        margin: 0px 0px 10px;
        line-height: 30px;
    }

    .vitamin-shots-products-details .big-text {
        font-size: 14px;
        margin: 0px 0px 10px;
    }

    .vitamin-shots-products-details h6 {
        font-size: 18px;
        margin: 0px 0px 10px;
    }

    .vitamin-shots-products-details p {
        font-size: 14px;
        margin: 0px 0px 10px;
    }

    .vitamin-shots-products-details .btn-dark-pill {
        margin: 10px 0px 0px 0px;
        padding: 10px 40px;
        min-height: 50px;
    }

    .vitamin-shots-products .row:nth-child(even) .vitamin-shots-products-img {
        text-align: right;
        margin: 0px 0px 0px 30px;
    }

    .vitamin-shots-products .row:nth-child(even) .vitamin-shots-products-img img {
        border-radius: 0;
    }

    .vitamin-shots-products .row:nth-child(even) .vitamin-shots-products-details {
        margin: 0px -20px 0px 30px;
    }

    .vitamin-shots-products .row:nth-child(3) .vitamin-shots-products-img img {
        width: 80%;
        aspect-ratio: 0;
    }

    .vitamin-shots-supervised p {
        max-width: 80%;
    }

    .vitamin-shots-supervised .accordion-button.collapsed:after {
        width: 25px;
        height: 25px;
    }

    .vitamin-shots-supervised .accordion-button:after {
        width: 25px;
        height: 25px;
    }

    .vitamin-shots-supervised {
        padding: 50px 0px 80px;
        border-bottom: 1px solid #22180f;
    }
}

@media (max-width: 767px) {
    .vitamin-shots-detalis h3 {
        max-width: 100%;
        font-size: 18px;
        line-height: 40px;
        max-width: 100%;
        font-weight: 700;
    }

    .vitamin-shots-supervised {
        padding: 50px 15px 80px;
    }

    .vitamin-shots-supervised h3 {
        font-size: 18px;
        line-height: 30px;
    }

    .vitamin-shots-supervised p {
        max-width: 100%;
        font-size: 16px;
    }
    
    .vitamin-shots-supervised .accordion-button {
        font-size: 16px;
        padding: 30px 100px 30px 20px;
    }

    .vitamin-shots-supervised .accordion-button.collapsed:after {
        width: 20px;
        height: 20px;
        top: 30px;
    }

    .vitamin-shots-supervised .accordion-button:after {
        width: 20px;
        height: 20px;
    }

    .vitamin-shots-products {
        padding: 0px 20px 50px;
    }

    .vitamin-shots-products-details {
        padding: 0px 0px 0px;
        text-align: left;
        margin: 0px 0px 0px 0px;
    }

    .vitamin-shots-products .row:nth-child(even) .vitamin-shots-products-details {
        margin: 0px 0px 0px 0px;
    }

    .vitamin-shots-products-details h4 {
        font-size: 16px;
        margin: 0px 0px 0px;
        line-height: 30px;
    }

    .vitamin-shots-products-details .big-text {
        font-size: 14px;
        margin: 0px 0px 0px;
        line-height: 25px;
    }

    .vitamin-shots-products-details h6 {
        font-size: 16px;
        margin: 0px 0px 0px;
    }

    .vitamin-shots-products-details p {
        font-size: 14px;
        margin: 0px 0px 0px;
    }

    .vitamin-shots-products-details .btn-dark-pill {
        padding: 10px 20px;
        margin-bottom: 50px;
    }
    
    .vitamin-shots-products-details .btn-dark-pill:last-child {
        margin-bottom: 0px;
    }

    .vitamin-shots-products-img {
        margin: -20px 0px 0px -140px;
        width: auto;
        height: auto;
    }

    .vitamin-shots-products-img img {
        border-radius: 0;
        aspect-ratio: unset;
        object-fit: cover;
    }

    .vitamin-shots-products .row:nth-child(even) .vitamin-shots-products-img {
        text-align: right;
        margin: 0px -150px 0px 0px;
    }
}

/* ================= Vitamin Shots Responsive New ================= */

/* ================= Contact Us Responsive New ================= */

@media (max-width: 992px) {
    .page-template-contact-us-page .custom-header .menu-tag .mobile-menu-tag svg {
        fill: #1f2122;
    }

    .page-template-contact-us-page .custom-header.sticky  .menu-tag .mobile-menu-tag svg {
        fill: #f2efea;
    }

    .custom-contact {
        padding: 200px 50px 100px;
    }

    .custom-contact-content-box {
        padding: 0px 100px 50px;
    }

    .custom-contact h2 {
        font-size: 40px;
    }

    .custom-contact p {
        font-size: 20px;
        max-width: 100%;
    }

    .custom-contact-bg-img p {
        font-size: 20px;
        max-width: 61%;
        margin: 0px -40px 20px;
        margin-left: auto;
        line-height: 40px;
    }

    .custom-contact-bg-content p {
        font-size: 16px;
        margin: 0px 0px 20px 270px;
        line-height: 30px;
    }

    .custom-contact-bg-content ul {
        margin: 0px 0px 0px 270px;
    }

    .custom-contact-content ul {
        margin: 80px 0px 0px;
    }
}

@media (max-width: 767px) {
    .custom-contact {
        padding: 180px 20px 80px;
    }

    .custom-contact-content-box {
        padding: 0px 20px 50px;
    }

    .custom-contact h2 {
        font-size: 30px;
    }

    .custom-contact p {
        font-size: 15px;
        max-width: 100%;
    }

    .custom-contact-content ul {
        margin: 50px 0px 0px;
    }

    .custom-contact-content ul li {
        font-size: 16px;
    }

    .custom-contact-card {
        padding: 40px 20px 40px;
    }

    .custom-contact-bg-img {
        padding: 80px 20px 80px;
    }

    .custom-contact-bg-img p {
        font-size: 16px;
        max-width: 100%;
        margin: 0px 30px 0px 0px;
        margin-left: auto;
        line-height: 30px;
    }

    .custom-contact-bg-content p {
        text-align: left;
        margin: 0px 0px 20px;
        font-size: 16px;
        line-height: 30px;
    }

    .custom-contact-bg-content ul {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px;
    }
}

/* ================= Contact Us Responsive New ================= */

/* ================= Product Details Responsive New ================= */

@media (max-width: 992px) {
    .single-iv_products .custom-header .menu-tag .mobile-menu-tag svg {
        fill: #1D1D1B;
    }

    .single-iv_products .custom-header.sticky .menu-tag .mobile-menu-tag svg {
        fill: #1D1D1B;
    }

    .single-iv_products .products-details {
        padding: 150px 0px 0px;
    }    

    .products-details .products-details-img img {
        max-width: 400px;
        height: 400px;
    }

    .products-details .products-details-img img {
        width: 60%;
        max-width: 100%;
        height: auto;
    }
}


/* ================= Product Details Responsive New ================= */

/* ================= Translated CSS New ================= */


.translated-ltr .home-product-slider .product-slider-card {
    padding: 0px 130px;
}

.translated-ltr .home-product-slider .product-slider-card .product-slider-card-header {
    margin: 0px 0px 30px;
}

.translated-ltr .home-product-slider .product-slider-card .product-slider-card-body p {
    margin: 0px 0px 30px;
}

.translated-ltr .home-product-slider .product-slider-card .product-slider-card-header .product-slider-title h3 {
    font-size: 25px;
}

.translated-ltr .venn-left h5 {
    text-align: left;
    max-width: 90%;
}

.translated-ltr .venn-left p {
    text-align: left;
    padding-right: 10px;
}

.translated-ltr .venn-right p {
    text-align: right;
    padding-left: 0px;
}

.translated-ltr .round-integrity-section:after {
    width: 750px;
    height: 500px;
    bottom: 0px;
}

.translated-ltr .iv-therapies-product ul {
    align-items: flex-start;
}

html[lang="ru"].translated-ltr .product-card .product-card-body .product-title-price .product-title h3 {
    font-size: 18px;
    line-height: 30px;
}

html[lang="ru"].translated-ltr .product-card .product-card-body .product-title-price .product-price p {
    font-size: 18px;
}

.translated-ltr .amelia-v2-booking #amelia-container .am-advsc.fc-theme-standard th.am-advsc__dayGridMonth-header-cell .fc-col-header-cell-cushion {
    white-space: unset;
    word-break: break-all;
}

.translated-ltr .amelia-v2-booking .fc-col-header-cell-cushion {
    font-size: 0 !important;
    word-break: b;
}

.translated-ltr .amelia-v2-booking .fc-col-header-cell-cushion font {
    font-size: 15px !important;
}

.translated-ltr .amelia-v2-booking #amelia-container .am-advsc.fc-theme-standard td.am-advsc__dayGridMonth-cell .fc-daygrid-day-number {
    font-size: 0 !important;
}

.translated-ltr .amelia-v2-booking #amelia-container .am-advsc.fc-theme-standard td.am-advsc__dayGridMonth-cell .fc-daygrid-day-number font {
    font-size: 15px !important;
}

.center-text.destop-box {
    display: block;
}

.center-text.mobile-box {
    display: none;
}

.amelia-v2-booking #amelia-container .am-advsc[am-mobile-s=true].fc-theme-standard td.am-advsc__dayGridMonth-cell {
    outline: 0 !important;
}

.about-team-detalis {
    padding: 120px 0px 0px;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    color: #22180f;
    padding: 120px 0px 0px 100px;
    max-width: 90%;
}

.about-team-section .about-team-detalis strong {
    font-size: 30px;
    font-weight: 700;
    line-height: 50px;
    color: #22180f;
    font-family: "Libre Baskerville", serif;
}

.about-team-section .about-team-detalis p strong {
    font-size: 30px;
}

.about-team-section .row:nth-child(even) .about-team-detalis {
    padding: 120px 0px 0px 0px;
    width: 100%;
}

.translated-ltr .home-product-slider .product-slider-card .product-slider-btn-group {
    gap: 15px 15px;
}

.products-details .products-details-content .accordion-button:not(.collapsed) {
    box-shadow: none;
}

.translated-ltr .about-team-img-detalis {
    right: 90px;
    width: 30%;
}

@media (max-width: 1800px) {
    html[lang="ru"].translated-ltr .about-team-img-detalis {
        right: 85px;
        max-width: 40%;
    }
    
    .translated-ltr .home-product-slider .product-slider-card {
        padding: 100px 130px 0px;
    }
    
    .translated-ltr .about-team-img-detalis {
        right: 90px;
        width: 30%;
    }
}

@media (max-width: 1600px) {
    .translated-ltr .home-product-slider .product-slider-card {
        padding: 50px 70px;
    }

    .translated-ltr .round-integrity-section:after {
        width: 700px;
        height: 500px;
        bottom: -50px;
    }

    .philosophy-section h4 {
        max-width: 85%;
    }

    html[lang="ru"].translated-ltr .about-team-img-detalis {
        right: -10px;
        max-width: 40%;
    }

    .how-works-content {
        min-height: 180px;
    }
    
    .translated-ltr .about-team-img-detalis {
        right: 50px;
        width: auto;
    }
    
}

@media (max-width: 1550px) {
    .translated-ltr .home-product-slider .product-slider-card {
        justify-content: flex-start;
        padding: 80px 50px 0px;
    }

    .translated-ltr .home-product-slider .product-slider-card .product-slider-card-body p {
        margin: 0px 0px 15px;
    }

    .translated-ltr .home-product-slider .product-slider-card .product-slider-btn-group .btn-dark-pill {
        padding: 13px 20px;
    }

    .translated-ltr .round-integrity-section:after {
        width: 600px;
        bottom: -20px;
    }
}

@media (max-width: 1500px) {
    .translated-ltr .round-integrity-section:after {
        width: 560px;
        bottom: -100px;
    }
}

@media (max-width: 1400px) {
    .translated-ltr .home-product-slider .product-slider-card {
        padding: 50px 40px 0px;
    }

    .translated-ltr .home-product-slider .product-slider-card .product-slider-btn-group .btn-dark-pill {
        padding: 13px 15px;
    }

    .translated-ltr .home-product-slider .product-slider-card .product-slider-card-header .product-slider-title h3 {
        font-size: 25px;
    }

    .translated-ltr .round-integrity-section:after {
        width: 500px;
        bottom: -190px;
    }

    .philosophy-section h4 {
        font-size: 40px;
        line-height: 70px;
        max-width: 90%;
    }

    .how-works-content {
        min-height: 180px;
    }

    html[lang="ru"].translated-ltr .about-team-img-detalis {
        right: -45px;
        max-width: 40%;
    }
    
    .translated-ltr .about-team-img-detalis {
        right: -20px;
        width: auto;
    }
}

@media (max-width: 1300px) {
    .translated-ltr .home-product-slider .product-slider-card {
        padding: 80px 20px 0px;
    }
}

@media (max-width: 1024px) {
    .round-integrity-section:after {
        width: 400px;
        bottom: 60px;
        height: 300px;
        left: -40px;
    }

    .round-integrity-section {
        padding: 0px 0px 400px;
    }

    .round-integrity-section:before {
        width: 400px;
    }

    .translated-ltr .home-product-slider .product-slider-card {
        padding: 80px 20px 180px;
    }

    .translated-ltr .round-integrity-section:after {
        width: 400px;
        bottom: 30px;
        left: -50px;
        height: 300px;
    }

    .about-team-img:before {
        width: 550px;
    }

    .about-team-section .row:nth-child(even) .about-team-img:before {
         width: 550px;
    }

    .about-team-section .about-team-detalis p strong {
        font-size: 20px;
    }

    .about-team-img-detalis {
        right: -100px;
        word-break: break-word;
        width: 38%;
    }

    .about-team-section .row:nth-child(even) .about-team-img-detalis {
        left: -80px;
    }

    .translated-ltr .how-it-works-section .card .theme-btn {
        padding: 20px 70px;
    }

    .translated-ltr .how-it-works-section .card:before,
    .translated-ltr .how-it-works-section .card:after {
        width: calc(100% - 75%);
    }

    .home-vip-list-section {
        background-size: cover;
    }

    .translated-ltr .subscription-form .ff-default fieldset {
        flex-flow: column;
        justify-content: flex-start;
    }


    .translated-ltr .subscription-form .fluentform .ff-el-group {
        width: calc(100% - 0px);
        margin: 0px 0px 10px;
    }

    .translated-ltr .subscription-form .fluentform .ff-text-right {
        text-align: right;
        justify-content: flex-start;
        width: fit-content;
    }

    .translated-ltr .custom-contact h2 {
        font-size: 40px;
    }

    .home-product-slider .product-slider-card .product-slider-btn-group {
        gap: 15px 15px;
    }

    .translated-ltr .custom-contact-card .frm-fluent-form .ff-el-input--content select {
        word-break: break-word;
        white-space: unset;
        padding: 11px 40px 11px 15px;
    }

    .translated-ltr .custom-contact-card .frm-fluent-form .ff_submit_btn_wrapper .ff-btn-submit {
        word-break: break-word;
        white-space: unset;
        font-size: 14px;
        line-height: 20px;
    }
    
    .about-team-detalis {
        padding: 120px 50px 0px 100px;
    }
    
    .about-team-section .row:nth-child(even) .about-team-detalis {
        padding: 120px 50px 0px 50px;
    }
    
    .about-team-section .about-team-detalis p strong {
        font-size: 20px;
    }
    
    .translated-ltr .about-team-detalis {
        padding: 120px 50px 0px 100px;
    }
    
    .translated-ltr .about-team-section .row:nth-child(even) .about-team-detalis {
        padding: 120px 50px 0px 50px;
    }
    
    .translated-ltr .about-team-section .about-team-detalis p strong {
        font-size: 20px;
    }
    
    html[lang="ru"].translated-ltr .about-team-img-detalis {
        right: -85px;
        max-width: 40%;
    }
    
    .how-works-content {
        min-height: 220px;
    }
    
    .translated-ltr .about-team-img-detalis {
        right: -60px;
        width: 30%;
    }
}

@media (max-width: 992px) {
    .translated-ltr .round-integrity-section:after {
        width: 330px;
        bottom: 340px;
        height: 210px;
    }

    .translated-ltr .venn-left p {
        text-align: right;
        padding-right: 10px;
    }

    .translated-ltr .venn-right p {
        text-align: left;
    }

    .translated-ltr .subscription-form .fluentform .ff-text-right {
        width: auto;
    }

    html[lang="el"].translated-ltr .subscription-form .fluentform .ff-text-right {
        margin: 0px 0px 0px;
    }

    html[lang="ru"].translated-ltr .custom-contact-bg-img {
        padding: 50px 100px 50px;
    }

    html[lang="ru"].translated-ltr .custom-contact-bg-img p {
        font-size: 18px;
        line-height: 36px;
    }

    .philosophy-section h4 {
        font-size: 25px;
        max-width: 90%;
        font-weight: 700;
    }

    .hero-timeline-section .top-row .right-box {
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .center-text.destop-box {
        display: none;
    }

    .center-text.mobile-box {
        display: block;
    }

    .center-text.mobile-box h3 {
        max-width: 100%;
        font-size: 16px;
        line-height: 30px;
        font-family: "Libre Baskerville", serif;
        font-weight: 400;
        margin: 0;
    }

    .round-integrity-section {
        padding: 0px 0px 50px;
    }

    .round-integrity-section:after {
        width: 330px;
        bottom: 340px;
        height: 210px;
    }

    .about-team-img-detalis {
        width: 100%;
    }

    .about-team-section .row:nth-child(even) .about-team-img-detalis {
        left: -150px;
        width: 100%;
    }

    .translated-ltr .subscription-form .ff-default fieldset {
        flex-flow: unset;
        justify-content: flex-start;
    }

    .translated-ltr .subscription-form .fluentform .ff-el-group {
        width: calc(100% - 130px);
        margin: 0px 0px 10px;
    }

    .translated-ltr .subscription-form .fluentform .ff-text-right {
        width: auto;
    }

    .translated-ltr .custom-contact h2 {
        font-size: 40px;
    }
    
    .translated-ltr .home-product-slider .product-slider-card {
        padding: 50px 20px 50px;
    }
    
    .hero-timeline-section .center-text {
        margin: 80px 0 30px;
    }
    
    .about-team-detalis {
        font-size: 16px;
        line-height: 30px;
        color: #22180f;
    }
    
    .about-team-section .about-team-detalis strong {
        font-size: 20px;
    }
    
    .about-team-section .about-team-detalis p strong {
        font-size: 20px;
    }
    
    .about-team-detalis {
        padding: 120px 0px;
        font-size: 16px;
        line-height: 30px;
    }
    
    .about-team-section .row:nth-child(even) .about-team-detalis {
        padding: 120px 0px;
    }
    
    .translated-ltr .about-team-detalis {
        padding: 120px 0px;
    }
    
    .translated-ltr .about-team-section .row:nth-child(even) .about-team-detalis {
        padding: 120px 0px;
    }
    
    html[lang="ru"].translated-ltr .about-team-img-detalis {
        right: -45px;
        max-width: 100%;
    }
    
    .translated-ltr .about-team-section .row:nth-child(even) .about-team-img-detalis {
        left: -210px;
        width: 100%;
    }
    
    .translated-ltr .about-team-img-detalis {
        right: -20px;
        width: 100%;
    }
    
    .services-enquire-card-body .services-enquire-form input:focus,
    .services-enquire-card-body .services-enquire-form textarea:focus,
    .services-enquire-card-body .services-enquire-form select:focus {
        background: #fff;
    }

}

@media (max-width: 767px) {
    .translated-ltr .round-integrity-section:after {
        width: 170px;
        bottom: 340px;
        height: 210px;
    }

    .translated-ltr .venn-right p {
        text-align: left;
        padding-left: 0px;
    }

    html[lang="el"].translated-ltr .subscription-form .fluentform .ff-text-right {
        margin: 0px 0px 0px;
        width: auto;
        text-align: left;
    }

    .translated-ltr .custom-contact-bg-img {
        padding: 20px 20px 20px;
    }

    .translated-ltr .custom-contact-bg-img p {
        font-size: 16px;
        line-height: 25px;
    }
    
    html[lang="ru"].translated-ltr .custom-contact-bg-img {
        padding: 20px 20px 20px;
    }

    html[lang="ru"].translated-ltr .custom-contact-bg-img p {
        font-size: 16px;
        line-height: 25px;
    }

    html[lang="ru"].translated-ltr .custom-contact-card .frm-fluent-form .ff_submit_btn_wrapper .ff-btn-submit {
        padding: 13px 20px;
        font-size: 12px;
    }

    .translated-ltr .home-vip-list-section {
        height: 500px;
    }

    .philosophy-section h4 {
        font-size: 18px;
        max-width: 93%;
        font-weight: 700;
        line-height: 40px;
    }
    
    .translated-ltr .about-team-detalis {
        padding: 120px 0px 0px;
    }
    
    .translated-ltr .about-team-section .row:nth-child(even) .about-team-img-detalis {
        left: 0;
    }

    html[lang="ru"].translated-ltr .about-team-img-detalis {
        bottom: -90px;
    }
    
    html[lang="ru"].translated-ltr .about-team-section .row:nth-child(even) .about-team-img-detalis {
        left: 0;
    }

    .amelia-v2-booking #amelia-container .am-button.am-button--default {
        margin: 0 auto;
    }

    .our-services-accordion .accordion-item .accordion-body .accordion-body-img {
        height: auto;
    }

    .our-services-accordion .accordion-item .accordion-body .accordion-body-img .btn-dark-pill {
        padding: 10px 0px;
        width: 200px;
    }

    .services-enquire-card-body .services-enquire-form input:focus,
    .services-enquire-card-body .services-enquire-form textarea:focus,
    .services-enquire-card-body .services-enquire-form select:focus {
        background: #fff;
    }

    .join-vip-box .subscription-form .ff-default fieldset {
        flex-flow: column;
        justify-content: flex-start;
    }

    .join-vip-box .subscription-form .fluentform .ff-el-group {
        width: 100%;
        margin: 0px 0px 0px 0px;
    }

    .join-vip-box .subscription-form .fluentform .ff-text-right {
        margin: 10px 0px 0px 0px;
        text-align: left;
    }

    .join-vip-box .small-text {
        max-width: 100%;
    }

    .round-integrity-section:before {
        display: inline-block;
        width: 190px;
        bottom: 340px;
        height: 210px;
    }

    .round-integrity-section:after {
        width: 170px;
        bottom: 340px;
        height: 210px;
    }

    .translated-ltr .round-integrity-section:after {
        width: 170px;
        bottom: 340px;
        height: 210px;
        left: 0;
    }

    .about-team-section .row:nth-child(even) .about-team-img-detalis {
        left: 0;
        width: 100%;
    }

    .about-team-section .about-team-detalis p strong {
        font-size: 18px;
    }

    .translated-ltr .custom-contact h2 {
        font-size: 30px;
    }

    .translated-ltr .subscription-form .ff-default fieldset {
        flex-flow: column;
        justify-content: flex-start;
    }

    .translated-ltr .subscription-form .fluentform .ff-el-group {
        width: calc(100% - 0px);
        margin: 0px 0px 10px;
    }

    .translated-ltr .subscription-form .fluentform .ff-text-right {
        width: fit-content;
    }

    .translated-ltr .services-enquire-card-body .services-enquire-form .btn-submit {
        word-break: break-word;
        white-space: unset;
        font-size: 14px;
        line-height: 20px;
    }

    .translated-ltr .services-enquire-card-body .services-enquire-form select {
        word-break: break-word;
        white-space: unset;
        padding: 11px 40px 11px 15px;
    }

    .translated-ltr .custom-contact-card .frm-fluent-form .ff-el-input--content select {
        word-break: break-word;
        white-space: unset;
        padding: 11px 40px 11px 15px;
    }

    .translated-ltr .custom-contact-card .frm-fluent-form .ff_submit_btn_wrapper .ff-btn-submit {
        word-break: break-word;
        white-space: unset;
        font-size: 14px;
        line-height: 20px;
    }
    
    .about-team-detalis {
        padding: 120px 0px 0px;
        font-size: 14px;
        line-height: 25px;
    }
    
    .about-team-section .about-team-detalis strong {
        font-size: 18px;
        line-height: normal;
    }
}

@media (max-width: 390px) {
    .wellness-card-mobile-number {
        top: 30px;
    }
    .wellness-card-mobile-number li:last-child {
        right: 80px;
        position: absolute;
    }

    .home-product-slider .owl-nav .owl-next:after,
    .home-product-slider .owl-nav .owl-prev:after {
        width: 20px;
        height: 20px;
    }

    .home-product-slider .owl-nav .owl-prev:after {
        left: -100px;
        top: 3px;
    }

    .home-product-slider .owl-nav .owl-next:after {
        left: 90px;
        top: 4px;
    }

    .home-product-slider .owl-dots .owl-dot {
        width: 25px;
        height: 25px;
    }

    .round-integrity-section:before {
        width: 170px;
    }

    .round-integrity-section:before {
        display: inline-block;
        width: 170px;
        bottom: 340px;
        height: 210px;
    }

    .translated-ltr .amelia-v2-booking #amelia-container .am-advsc__slots {
        flex-flow: column;
    }
}

/* ================= Translated CSS New ================= */

.product-card-header img {
    width: auto;
    height: 365px;
    margin: 0 auto;
}

.single-iv_products .custom-header .hero-nav .header-btn-group {
    min-width: 170px;
}

.single-iv_products .custom-header .hero-nav .header-btn-group .btn-dark-pill  {
    display: none;
}

@media (max-width: 767px) {
    .product-card-header img {
        width: auto;
        height: auto;
        margin: 0 auto;
    }
}

.product-card-header {
    text-align: center;
}

.iv-therapies-product ul[data-product="312"] .product-card-detalis {
    min-height: 150px;
}

body.booking-popup-open,
html:has(body.booking-popup-open) {
    overflow: hidden;
}

.products-details .products-details-content .btn-dark-pill {
    border: 1px solid #1f2122;
}

.products-details .products-details-content .btn-dark-pill:hover {
    background: #fff;
    color: #1f2122;
    border: 1px solid #1f2122;
}

.products-details-banner-img img {
    width: 100%;
}

/* =================== Disclaimer Page CSS =================== */

.disclaimer-page {
    padding: 250px 100px 50px;
    position: relative;
}

.disclaimer-page h3 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #1d1d1b;
    text-align: left;
    margin: 0px 0px 30px;
    text-transform: capitalize;
}

.disclaimer-page p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #1d1d1b;
    text-align: left;
    margin: 0px 0px 15px;
}

.page-template-disclaimer-page .custom-header .hero-nav .hero-brand img {
	filter: brightness(0) invert(0);
}

.page-template-disclaimer-page .custom-header .hero-nav .menu-tag {
	color: #1d1d1b;
}

.page-template-disclaimer-page .custom-header .hero-nav .menu-tag .menu-tag-line::before {
	border-color: #1d1d1b;
}

.page-template-disclaimer-page .custom-header .hero-nav .menu-tag .menu-tag-line::after {
	border-color: #1d1d1b;
}

.page-template-disclaimer-page .custom-header.sticky .hero-nav .hero-brand img {
	filter: brightness(0) invert(1);
}

.page-template-disclaimer-page .custom-header.sticky .hero-nav .menu-tag {
	color: #f2efea;
}

.page-template-disclaimer-page .custom-header.sticky .hero-nav .menu-tag .menu-tag-line::before {
	border-color: rgba(255, 255, 255, 0.75);
}

.page-template-disclaimer-page .custom-header.sticky .hero-nav .menu-tag .menu-tag-line::after {
	border-color: rgba(255, 255, 255, 0.75);
}

.page-template-iv_therapies .hero-section {
    padding: 0;
}

.page-template-iv_therapies .hero-section:before {
    z-index: 9;
}

.page-template-iv_therapies .hero-section .container {
    position: absolute;
    z-index: 9;
    left: 50%;
    top: 70%;
    transform: translate(-50%, -50%);
}


.treatments-carousel .owl-dots,
.about-carousel .owl-dots {
    display: none;
}

.treatments-carousel .owl-item img {
    height: 100vh;
}

@media (max-width: 1400px) {
    .disclaimer-page {
        padding: 200px 100px 50px;
        position: relative;
    }
}

@media (max-width: 992px) {
    .page-template-disclaimer-page .custom-header .menu-tag .mobile-menu-tag svg {
        fill: #1d1d1b;
    }
    
    .page-template-disclaimer-page .custom-header.sticky .menu-tag .mobile-menu-tag svg {
        fill: #f2efea;
    }
    
    .disclaimer-page {
        padding: 150px 50px 50px;
    }
}

@media (max-width: 767px) {
    .disclaimer-page {
        padding: 150px 10px 50px;
    }
    
    .disclaimer-page h3 {
        font-size: 30px;
        line-height: 40px;
        margin: 0px 0px 20px;
    }
    
    .disclaimer-page p {
        font-size: 16px;
    }
    
    .treatments-carousel .owl-item img {
        height: 100vh;
        object-fit: cover;
    }
    
    .page-template-iv_therapies .hero-section .container {
        top: 50%;
    }
}

.error.text-danger {
	font-size: 12px;
    margin-top: 4px;
}

html[lang="ru"].translated-ltr .subscription-form .fluentform .ff-el-group {
    width: calc(100% - 141px);
    margin: 0px 0px 0px -10px;
}

html[lang="ru"].translated-ltr .subscription-form .fluentform .ff_submit_btn_wrapper {
    width: auto;
    margin: 0px 0px 0px 0px;
}

.translated-ltr .subscription-form .fluentform .ff-text-right {
    margin: 0px 0px 0px;
}

.footer-address a:hover p {
    color: #8b3f2b;
}

html[lang="ru"].translated-ltr .home-product-slider .product-slider-card .product-slider-card-header .product-slider-price p {
    margin: 20px 0px -15px;
}



@media (max-width: 1024px) {
    html[lang="ru"].translated-ltr .subscription-form .fluentform .ff-el-group {
        width: 100%;
        margin: 0px 0px 10px 0px;
    }
    
    html[lang="ru"].translated-ltr .subscription-form .fluentform .ff_submit_btn_wrapper {
        width: auto;
        margin: 0px 0px 0px 0px;
        text-align: left;
    }

    .translated-ltr .subscription-form .fluentform .ff-text-right {
        margin: 0px 0px 0px;
    }
}

@media (max-width: 767px) {
    html[lang="ru"].translated-ltr .subscription-form .fluentform .ff-el-group {
        width: 100%;
        margin: 0px 0px 10px 0px;
    }
    
    html[lang="ru"].translated-ltr .subscription-form .fluentform .ff_submit_btn_wrapper {
        width: auto;
        margin: 0px 0px 0px 0px;
        text-align: left;
    }

    .translated-ltr .subscription-form .fluentform .ff-text-right {
        margin: 0px 0px 0px;
    }
}

/* =================== Disclaimer Page CSS =================== */

/* =================== Privacy Policy Page CSS =================== */

.page-template-privacy-policy .custom-header .hero-nav .hero-brand img {
	filter: brightness(0) invert(0);
}

.page-template-privacy-policy .custom-header .hero-nav .menu-tag {
	color: #1d1d1b;
}

.page-template-privacy-policy .custom-header .hero-nav .menu-tag .menu-tag-line::before {
	border-color: #1d1d1b;
}

.page-template-privacy-policy .custom-header .hero-nav .menu-tag .menu-tag-line::after {
	border-color: #1d1d1b;
}


.page-template-privacy-policy .custom-header.sticky .hero-nav .hero-brand img {
	filter: brightness(0) invert(1);
}

.page-template-privacy-policy .custom-header.sticky .hero-nav .menu-tag {
	color: #f2efea;
}

.page-template-privacy-policy .custom-header.sticky .hero-nav .menu-tag .menu-tag-line::before {
	border-color: rgba(255, 255, 255, 0.75);
}

.page-template-privacy-policy .custom-header.sticky .hero-nav .menu-tag .menu-tag-line::after {
	border-color: rgba(255, 255, 255, 0.75);
}

.privacy-policy-page {
    padding: 250px 100px 50px;
    position: relative;
}

.privacy-policy-page h1 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #1d1d1b;
    text-align: left;
    margin: 0px 0px 30px;
    text-transform: capitalize;
}

.privacy-policy-page h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #1d1d1b;
    text-align: left;
    margin: 30px 0px 30px;
    text-transform: capitalize;
}

.privacy-policy-page h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #1d1d1b;
    text-align: left;
    margin: 0px 0px 30px;
    text-transform: capitalize;
}

.privacy-policy-page h4 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    color: #1d1d1b;
    text-align: left;
    margin: 20px 0px;
    text-transform: capitalize;
}

.privacy-policy-page p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #1d1d1b;
    text-align: left;
    margin: 0px 0px 15px;
}

.privacy-policy-page p a {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    color: #1d1d1b;
}

.privacy-policy-page p a:hover,
.privacy-policy-page p a:focus {
    color: #8b3f2b;
}

.privacy-policy-page ul {
    margin: 0px 0px;
    padding: 0px 0px;
    list-style: none;
    position: relative;
}

.privacy-policy-page ul li {
    position: relative;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #1d1d1b;
    padding: 0px 0px 10px 20px;
}

.privacy-policy-page ul li:before {
    content: '';
    background-color: #8b3f2b;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}

.privacy-policy-page ul li a {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    color: #1d1d1b;
}

.privacy-policy-page ul li a:hover,
.privacy-policy-page ul li a:focus {
    color: #8b3f2b;
}

@media (max-width: 1400px) {
    .privacy-policy-page {
        padding: 200px 100px 50px;
        position: relative;
    }
}

@media (max-width: 992px) {
    .page-template-privacy-policy .custom-header .menu-tag .mobile-menu-tag svg {
        fill: #1d1d1b;
    }
    
    .page-template-privacy-policy .custom-header.sticky .menu-tag .mobile-menu-tag svg {
        fill: #f2efea;
    }
    
    .privacy-policy-page {
        padding: 150px 50px 50px;
    }
}

@media (max-width: 767px) {
    .privacy-policy-page {
        padding: 150px 10px 50px;
    }
    
    .privacy-policy-page h1 {
        font-size: 30px;
        line-height: 40px;
        margin: 0px 0px 20px;
    }
    
    .privacy-policy-page h2 {
        font-size: 20px;
        line-height: 35px;
        margin: 0px 0px 20px;
    }
    
    .privacy-policy-page h3 {
        font-size: 18px;
        line-height: 30px;
        margin: 0px 0px 20px;
    }
    
    .privacy-policy-page p {
        font-size: 16px;
    }
    
}

/* =================== Privacy Policy Page CSS =================== */
